diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23ce5faf91176bf07e5b2012cc50c4464eca63e0..71114c9737323454b112033b5144d9f196f8845e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: ## Stage lint -# PHP lint (stretch) +# PHP lint create_php_lint_rapport: image: registry.fusiondirectory.org/fusiondirectory/fd/phpcodesniffer-cli:buster stage: lint @@ -42,7 +42,7 @@ create_phpstan_rapport: - test -d ../dev-tools/ && rm -Rf ../dev-tools/ - git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools - composer global require phpstan/phpstan=0.12.94 - - cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon . + - cp ../dev-tools/phpstan/fusiondirectory/1.5/*.neon . - /root/.composer/vendor/bin/phpstan analyse -c phpstan.neon # fusiondirectory-update-locale @@ -50,7 +50,7 @@ fusiondirectory-update-locale: image: registry.fusiondirectory.org/fusiondirectory/fd/transifex-cli:buster stage: transifex only: - - /^1.*$/ + - dev script: - test -d ../dev-tools/ && rm -Rf ../dev-tools/ - git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools @@ -61,7 +61,7 @@ update-transifex: image: registry.fusiondirectory.org/fusiondirectory/fd/transifex-cli:buster stage: transifex only: - - /^1.*$/ + - dev script: - test -d ../dev-tools/ && rm -Rf ../dev-tools/ - git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools @@ -73,8 +73,7 @@ update-transifex: build-tarballs: stage: tarballs only: - variables: - - $TARBALLS_TRIGGER_VERSION + - dev script: - mkdir ../fusiondirectory-$VERSION/ - mv ./* ../fusiondirectory-$VERSION/ @@ -108,7 +107,7 @@ trigger-plugins: BRANCH_BUILD_CENTOS_7: $BRANCH_BUILD_CENTOS_7 stage: trigger only: - - 1.4-dev + - dev trigger: project: fusiondirectory/fd-plugins branch: $CI_COMMIT_REF_NAME diff --git a/AUTHORS.md b/AUTHORS.md index d9bb113f5aae8359816c637c2bb8f6fc0a15a8a8..112940e05bf6174f1cb3858b1e10e787b9539af7 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -245,3 +245,6 @@ documentation and additional help. * Matthew Newton <matthew.newton@networkradius.com> EpochDays attributes as human readable + +* Cass Rebbelin <Rebbelin@hisolutions.com> + PNG traversal path vulnerability diff --git a/Changelog.md b/Changelog.md index 4381127a20e32e39e914fcf6ecceffb2046fde7c..04c5690c959e6f5502b9d72546771b1e9c81d3be 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,116 @@ +## %"FusionDirectory 1.5" - 2025-02-24 + +### Added + +#### fusiondirectory +- fd#6270 [Snapshot] - Enhancement in order to provide a first concept of revision and source reference +- fd#6301 [CORE] - Tasks Mail must take into account dynGroups +- fd#6302 [CORE][TASKS] - Tasks must be set as repeatable and updatable +- fd#6303 [CORE][MAIL] – Attachments for emails must be created as sub nodes +- fd#6305 [CORE][Task] - type mail should include a BCC field +- fd#6306 [CORE] - Issues of services not triggered by account deactivation via lock icon on user list +- fd#6307 [CORE] - Supann life cycle - automation via Orchestrator +- fd#6309 Support SSHA512 password if overlay pw-sha2 is installed +- fd#6314 [CORE] - Snapshots - review of the current automatic creation logic +- fd#6320 [Tasks] - Mail class can have one method static to be reused outside object call by others +- fd#6323 [Tasks] - LastExec is performed on localTime and should be set in UTC - always +- fd#6340 Add callerMAIL as macro in simplePlugin +- fd#6343 [CORE] - New directory structure numbering +- fd#6350 [Audit] - Account locked is not logged within audit upon clicking on the lock icon +- fd#6346 [Recovery] - Usage of supannMailPrivee within password recovery +- fd#6351 [core] - audit logging - allowing to see attributes => values within audit record. With hiding of values if required. +- fd#6352 [Core] - SimplePlugin - audit section (logging-modify) - must have a way to detect specific changes within a multi evaluated attributes +- fd#6354 [CORE] - Tasks - Allow subtasks to received helper information as form of references +- fd#6357 [core] - new token branch with new objectClass allowing management of specific tokens +- fd#6359 [Core] - Task - main menu allows periodicity of a cyclic setting - one element is empty +- fd#6361 Creat a column for showing a supanEtatDate +- fd#6365 [Core] - Reviewing how the locking mechanism logic work - general lock - supann lock. + +#### fusiondirectory-plugins +- fd-plugins#6055 Add a basic kerberos plugin +- fd-plugins#6203 [Supann-Ex] - Verification of uniqueness, generation of hash based on login ID and time. +- fd-plugins#6241 Private form must not be related to the plugin invitations +- fd-plugins#6258 [NewPlugin] - Notifications, based on automatic snapshots, send email to required personal about attributes changes +- fd-plugins#6259 Proper way to manage supannCivilite +- fd-plugins#6260 Update yaml with the new screenshot and tags +- fd-plugins#6267 [webservice] - Force the usage of the timezone configured within FusionDirectory in order to avoid the default GMT +- fd-plugins#6277 [Mail] - Render mail unique all the time, not only if allowed to be used as authentication +- fd-plugins#6278 [LifeCycle] - Move lifeCycle from Core to Plugins +- fd-plugins#6285 [Audit] - A new task allowing a specific retention date of audit logs with automatic deletion +- fd-plugins#6290 [Notifications] - Allowing awareness on different supann states values +- fd-plugins#6298 [Audit] - Migration - obsolete attribute in backend config must be set - fdAuditRotationDelay +- fd-plugins#6299 [Supann] - supannMailPrivee should contains the following tag : {secours} +- fd-plugins#6300 [UserReminder] - New task allowing to send notification email when supannStatus "sursis" is at 30 and 15 days of ending the account +- fd-plugins#6301 [audit] - New backend allowing to hide certain attributes value recorded in audit logs +- fd-plugins#6305 [Plugins] - fdRPCwebserive - posix force_ids is not taken into consideration correctly +- fd-plugins#6306 [Notifications] - The Attributes list should not be mandatory - only supann resource. +- fd-plugins#6307 [Reminder] - Remove manager boolean as forward-to renders this redundant +- fd-plugins#6318 [Plugins] - supann - Reviewing how the locking mechanism logic work - general lock - supann lock. +- fd-plugins#6319 [Plugins] - Reviewing how the locking mechanism logic work - mail resource lock - zimbraAccountStatus update + +### Changed + +#### fusiondirectory +- fd#6300 [CORE] - UsersGroupsRolesAttribute attribute must include dyngroup as well +- fd#6321 [Tasks] - Make the generic tasks even more generic, allowing the object type string to be custom in case of added plugins +- fd#6324 [Tasks] - Main tasks create slave objects related to a DN - current definition of attributeAccess is string with lifeCycle description +- fd#6326 [Core] - Add orcid test method +- fd#6330 [new section] - Workflow to integrate sub menu such as mail template and tasks +- fd#6334 [CORE] - New behavior for template, automatic saving if no errors +- fd#6335 [Core] - A new branding and therefore new logo is now available for FusionDirectory +- fd#6364 [Core] - When lock mechanism is trigger - the user should not be editable if not unlock" + +#### fusiondirectory-plugins +- fd-plugins#6249 Import eduPerson schema for orcid +- fd-plugins#6272 rename the certificate icon +- fd-plugins#6280 [Plugins] - update plugins to take into consideration the new directory of CORE structure +- fd-plugins#6302 [Plugins] - Sinaps - deactivate sinaps in backend when installed - allowing remaining system unblocked +- fd-plugins#6311 put the version 1.5 in all yaml for FusionDirectory 1.5 and change php version to 7.4 +- fd-plugins#6321 [Plugins] - Unix - trust all report a dn unknown when * is set + +### Removed + +#### fusiondirectory +- fd#6333 [Core] - PhpSetup removal of the error collector mail to - considered not useful anymore +- fd#6337 [Core] - remove the legacy theme +- fd#6339 [Core] - remove leftover of dashboard in the core +- fd#6341 [LifeCycle] - Removal of lifeCycle within CORE + +#### fusiondirectory-plugins +- fd-plugins#6271 remove the legacy theme +- fd-plugins#6275 remove leftover of dashboard in the core +- fd-plugins#6281 remove ldif from ppolicy plugin + +### Fixed + +#### fusiondirectory +- fd#6313 [CORE] - Snapshots - review of the current automatic creation logic +- fd#6331 Use replacement icons for the one now in the plugins +- fd#6332 Add an error log when the session is destroyed +- fd#6360 [Mail] - When supann is available - the supannMailPrivee and potentially other are detected with label + +#### fusiondirectory-plugins +- fd-plugins#6081 Do not record empty memberUid within mixedgroups +- fd-plugins#6178 [Posix] - Template - TrustMode %askme% set as a service disables the entire table. +- fd-plugins#6205 [Zimbra] - Lifecycle of Zimbra account - Errors of re-activation and auto-activation not working. +- fd-plugins#6274 there is error in the variables_webauthn.inc are not correct for our packaged version +- fd-plugins#6246 Plugin dyngroups missing icons +- fd-plugins#6255 [Samba] - Samba tab cannot be removed when samba ID mapping is activated +- fd-plugins#6270 [Kerberos] - Issue declaring class invisible without attrs +- fd-plugins#6276 [GID - posix group] - issue with template not allowing to set GID. +- fd-plugins#6322 [Template] - Issue when creating a template with empty password, error message should not be seen +- fd-plugins#6309 there is a oid used twice in user-reminder +- fd-plugins#6312 [Plugins] - Reminder attributes fdTasksReminderRecipientsMembers should not be mandatory within ldap +- fd-plugins#6313 [fd-plugins] - User-reminder issue when supann is subStatus is set to none. +- fd-plugins#6314 [Plugins] - user-reminder force the nextSubState to be checked +- fd-plugins#6316 posix group not apply from user template +- fd-plugins#6323 [Supann] - Supann Civilites is marked as "values" and therefore is badly translated. + +### Security + +#### fusiondirectory +- fd#6363 [Security] - path traversal vulnerability - limited to png files + ## %"FusionDirectory 1.4" - 2023-06-13 ### Added @@ -25,7 +138,7 @@ - fd#5966 Management configuration system - fd#5970 Allow plugins to easily take part in the user locking process - fd#5976 icons missing in filter selections in core -- fd#5979 Samba and FD +- fd#5979 Samba and Fusiondirectory - fd#5980 Management should be a bit more flexible - fd#5986 Add a reinitialisation button for the management configuration - fd#5999 Allow ObjectsAttribute instances to specify filter elements diff --git a/README.md b/README.md index 7d811265a1dcbdd94c56c1b858ce95ce2c9c40e3..131e64382c11cec460e8c8a8744409ceca57a8c3 100644 --- a/README.md +++ b/README.md @@ -64,33 +64,20 @@ Be aware that if your naming policy of user cn's differs from the way FusionDire ### Community support -There are a couple ways you can try [to get help][get help].You can also join the `#fusiondirectory` IRC channel at libera.chat. +There are a couple of ways you can try [to get help][get help]. ### Professional support Professional support is provided through of subscription. -We have two type of subscription : +* [FusionDirectory Subscription][subscription-fusiondirectory] : Global subscription for FusionDirectory -* [FusionDirectory][subscription-fusiondirectory] : Global subscription for FusionDirectory and all the plugins -* [FusionDirectory Plus][subscription-fusiondirectory-plus] : Expert Support on Education, Deployement and Infrastructure plugins - -The subscription provides access to FusionDirectory's stable enterprise repository, providing reliable software updates and security enhancements, -as well as technical help and support. +The subscription provides access to FusionDirectory's enterprise repository, tested and pre-packaged versions with patches between versions, +providing reliable software updates and security enhancements, as well as technical help and support. Choose the plan that's right for you. Our subscriptions are flexible and scalable according to your needs -The subscription period is one year from the date of purchase and gives you access to the extensive infrastructure of enterprise-class software and services. - -## 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. +The subscription period is one year from the date of purchase and provides you with access to the extensive infrastructure of enterprise-class software and services. ### Best practice badge @@ -98,15 +85,13 @@ The subscription period is one year from the date of purchase and gives you acce ## Crowfunding -If you like us and want to send us a small contribution you can use the following crowfunding services +If you like us and want to send us a small contribution, you can use the following crowdfunding services * [donate-liberapay] * [donate-kofi] -* [donate-opencollective] - -* [donate-communitybridge] +* [donate-github] ## License @@ -114,13 +99,11 @@ If you like us and want to send us a small contribution you can use the followin [FusionDirectory]: https://www.fusiondirectory.org/ -[fusiondirectory-install]: https://fusiondirectory-user-manual.readthedocs.io/en/1.4/fusiondirectory/install/index.html - -[get help]: https://www.fusiondirectory.org/en/communaute/ +[fusiondirectory-install]: https://fusiondirectory-user-manual.readthedocs.io/en/latest/fusiondirectory/install/index.html -[subscription-fusiondirectory]: https://www.fusiondirectory.org/en/subscription-fusiondirectory/ +[get help]: https://fusiondirectory-user-manual.readthedocs.io/en/latest/support/index.html -[subscription-fusiondirectory-plus]: https://www.fusiondirectory.org/en/subscriptions-fusiondirectory-plus/ +[subscription-fusiondirectory]: https://www.fusiondirectory.org/en/iam-tool-service-subscriptions/ [register]: https://register.fusiondirectory.org @@ -128,6 +111,5 @@ If you like us and want to send us a small contribution you can use the followin [donate-kofi]: https://ko-fi.com/fusiondirectory -[donate-opencollective]: https://opencollective.com/fusiondirectory +[donate-github]: https://github.com/fusiondirectory -[donate-communitybridge]: https://funding.communitybridge.org/projects/fusiondirectory diff --git a/UPGRADE.md b/UPGRADE.md index 5dbb422a9373887b5b9bb580b82197a5de90c52b..42c604a13ba3dcd18f2e83e2bd06fbd4552b58db 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -3465,6 +3465,144 @@ interfaces for this, run the **fusiondirectory-migration-manager fusiondirectory-migration-manager --migrate-interfaces ``` +Migrate FusionDirectory from 1.4 to 1.5 +======================================= + +Upgrade FusionDirectory first +----------------------------- + +Upgrade FusionDirectory core package before other ones to avoid +dependencies errors: + +``` {.shell} +apt-get install fusiondirectory +``` + +Upgrade FusionDirectory schema package too. + +``` {.shell} +apt-get install fusiondirectory-schema +``` + +Upgrade of LDAP directory +------------------------- + +Then update the core-fd-conf schema. + +``` {.shell} +fusiondirectory-schema-manager --replace-schema /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` + +Then update the core-fd schema. + +``` {.shell} +fusiondirectory-schema-manager --replace-schema /etc/ldap/schema/fusiondirectory/core-fd.schema +``` + +if you are using the audit plugin plugin you have to update is schema + +``` {.shell} +fusiondirectory-schema-manager --replace-schema /etc/ldap/schema/fusiondirectory/audit-fd-conf.schema +``` + +``` {.shell} +fusiondirectory-schema-manager --replace-schema /etc/ldap/schema/fusiondirectory/audit-fd.schema +``` + +if you are using the public-forms plugin you have to update is schema + +``` {.shell} +fusiondirectory-schema-manager --replace-schema /etc/ldap/schema/fusiondirectory/public-forms-fd-conf.schema +``` + +if you are using the supann plugin you have to update is schema and +install a new one + +``` {.shell} +fusiondirectory-schema-manager --replace-schema /etc/ldap/schema/fusiondirectory/internet2.schema +``` + +``` {.shell} +fusiondirectory-schema-manager --insert-schema /etc/ldap/schema/fusiondirectory/eduperson.schema +``` + +``` {.shell} +fusiondirectory-schema-manager --replace-schema /etc/ldap/schema/fusiondirectory/supann-fd-conf.schema +``` + +Check for deprecated attributes and objectClasses in your LDAP +-------------------------------------------------------------- + +- **fusiondirectory-migration-manager \-\--list-deprecated** to list + deprecated attributes and objectclasses + +Deprecated attributes: + +``` {.shell} +fusiondirectory-migration-manager --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: + +Deprecated attributes: + gotoLogonScript (GOto - specifies a LogonScript) - 1.3.6.1.4.1.10098.1.1.11.10 + gosaDefaultPrinter (Defines a default printer a user owns) - 1.3.6.1.4.1.10098.1.1.12.13 + gotoHotplugDevice (GOto - keeps hotplug devices) - 1.3.6.1.4.1.10098.1.1.11.14 + gotoHotplugDeviceDN (GOto - points to hotplug devices) - 1.3.6.1.4.1.10098.1.1.11.18 + gotoLogoffScript (GOto - specifies a LogoffScript) - 1.3.6.1.4.1.10098.1.1.11.19 + gotoSyslogServer (GOto - Gonicus Terminal Concept, value syslogServer.) - 1.3.6.1.4.1.10098.1.1.1.1 + gotoMode (GOto - Gonicus Terminal Concept, Terminal is active.) - 1.3.6.1.4.1.10098.1.1.1.24 + gotoLdapServer (LDAP server to use) - 1.3.6.1.4.1.10098.1.1.1.38 + gosaMailMaxSize (Block mails bigger than this value) - 1.3.6.1.4.1.10098.1.1.12.8 + gosaSpamSortLevel (Spamassassins hits) - 1.3.6.1.4.1.10098.1.1.12.9 + gosaSpamMailbox (Where to put spam) - 1.3.6.1.4.1.10098.1.1.12.10 + argonautLdap2zoneAllowNotify (Fusion Directory - Argonaut, allow notify.) - 1.3.6.1.4.1.38414.2.13.2 + fdPpolicyDefaultCn (FusionDirectory - cn of the default ppolicy) - 1.3.6.1.4.1.38414.45.1.2 + fdHttpAuthActivated (FusionDirectory - HTTP Basic Auth activation) - 1.3.6.1.4.1.38414.8.15.6 + fdHttpHeaderAuthActivated (FusionDirectory - HTTP Header Auth activation) - 1.3.6.1.4.1.38414.8.15.7 + fdCasActivated (FusionDirectory - CAS activation) - 1.3.6.1.4.1.38414.8.21.1 + fdAuditRotationDelay (FusionDirectory - Actions to be stored by audit plugin) - 1.3.6.1.4.1.38414.61.1.3 +``` + +Deprecated objectClasses: + +``` {.shell} +Deprecated objectClasses: + gotoTerminal (GOto - Gonicus Terminal Concept, objectclass) - 1.3.6.1.4.1.10098.1.2.1.1 + gotoWorkstation (GOto - Gonicus Terminal Concept, objectclass) - 1.3.6.1.4.1.10098.1.2.1.30 + gotoPrinter (GOto - Gonicus Terminal Concept, objectclass) - 1.3.6.1.4.1.10098.1.2.1.31 + gotoEnvironment (GOto - contains environment settings) - 1.3.6.1.4.1.10098.1.2.1.32 + gotoWorkstationTemplate (GOto - Gonicus Terminal Concept, objectclass) - 1.3.6.1.4.1.10098.1.2.1.34 + gotoTerminalTemplate (GOto - Gonicus Terminal Concept, objectclass) - 1.3.6.1.4.1.10098.1.2.1.35 + gotoDevice (GOto - contains environment settings) - 1.3.6.1.4.1.10098.1.2.1.42 + GOhard (Gonicus Hardware definitions, objectclass) - 1.3.6.1.4.1.10098.1.2.1.3 + goServer (Server description) - 1.3.6.1.4.1.10098.1.2.1.27 + fdAsteriskPluginConf (FusionDirectory asterisk plugin configuration) - 1.3.6.1.4.1.38414.19.2.1 +``` + +- **fusiondirectory-migration-manager \-\--check-deprecated** will + output a list of dn using old attributes and objectClasses + +``` {.shell} +fusiondirectory-migration-manager --check-deprecated + cn=config,ou=fusiondirectory,dc=formation-fusiondirectory,dc=org contains an obsolete attribute + There are no entries in the LDAP using obsolete classes +``` + +- **fusiondirectory-migration-manager \-\--ldif-deprecated** will + output an ldif file on the console that you can use with ldapmodify + to clean you ldap server from old attributes. + +``` {.shell} +fusiondirectory-migration-manager --ldif-deprecated +dn:cn=config,ou=fusiondirectory,dc=formation-fusiondirectory,dc=org +changetype:modify +delete:fdAuditRotationDelay +- + +# There are no entries in the LDAP using obsolete classes +``` + +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-migration-manager ---check-deprecated** step. + [php-cas]: http://packages.ubuntu.com/trusty/all/php-cas/download @@ -3476,14 +3614,11 @@ fusiondirectory-migration-manager --migrate-interfaces To improve this piece of software, please report all kind of errors using the bug tracker on https://gitlab.fusiondirectory.org -Documentation: https://fusiondirectory-user-manual.readthedocs.io/en/1.4/index.html +Documentation: https://fusiondirectory-user-manual.readthedocs.io/en/latest/index.html Mailinglist: https://lists.fusiondirectory.org/ -Irc: #fusiondirectory on libera.chat --- The FusionDirectory project https://www.fusiondirectory.org/ - - Enjoy :) diff --git a/contrib/images/Fusiondirectory-logo-noir.eps b/contrib/images/Fusiondirectory-logo-noir.eps deleted file mode 100644 index 73d6807a865d0e89d023f0fc2cb1a4a9dc41878c..0000000000000000000000000000000000000000 Binary files a/contrib/images/Fusiondirectory-logo-noir.eps and /dev/null differ diff --git a/contrib/images/Fusiondirectory-logo.png b/contrib/images/Fusiondirectory-logo.png deleted file mode 100644 index e313528a757d5d1098330b402b651d480b5d3344..0000000000000000000000000000000000000000 Binary files a/contrib/images/Fusiondirectory-logo.png and /dev/null differ diff --git a/contrib/images/favicon.png b/contrib/images/favicon.png deleted file mode 100644 index 78b9306c7b6cb6951d196fb146f71fe0fe90eabe..0000000000000000000000000000000000000000 Binary files a/contrib/images/favicon.png and /dev/null differ diff --git a/contrib/images/favicon.svg b/contrib/images/favicon.svg deleted file mode 100644 index 202e7d63bf98df4cd944b31f52f79de3bdf9e2ef..0000000000000000000000000000000000000000 --- a/contrib/images/favicon.svg +++ /dev/null @@ -1,146 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - id="svg2" - version="1.1" - inkscape:version="0.91 r13725" - xml:space="preserve" - width="32" - height="32" - viewBox="0 0 32 32" - sodipodi:docname="favicon.svg"><metadata - id="metadata8"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs6" /><sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1880" - inkscape:window-height="1051" - id="namedview4" - showgrid="false" - inkscape:zoom="4.6888995" - inkscape:cx="7.0938312" - inkscape:cy="-25.801875" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="g10" /><g - id="g10" - inkscape:groupmode="layer" - inkscape:label="ink_ext_XXXXXX" - transform="matrix(1.25,0,0,-1.25,0,32)" - style="display:inline" - sodipodi:insensitive="true"><g - id="g12" - transform="matrix(0.07619048,0,0,0.07619048,1.4476186,3.0476205)"><path - d="m 175.40911,274.81599 c 5.70611,-0.57041 8.94894,-0.8211 13.72787,-1.16248 -4.75125,0.61359 -7.98025,1.01338 -13.68482,1.58839 l -36.74909,3.68878 3.69643,0.11812 16.27109,0.50899 c 2.49863,0.0814 3.91478,0.19989 5.99825,0.40281 -2.0927,0.0709 -3.51191,0.0998 -6.01364,0.0249 l -16.268,-0.50885 -4.76048,-0.14766 6.63791,1.52998 40.62083,9.35787 c 6.2412,1.44086 9.76542,2.32955 14.95027,3.66423 -5.24635,-1.06863 -8.80287,-1.81138 -15.04714,-3.24752 l -40.61929,-9.35786 -5.91369,-1.3608 29.33163,11.44133 c 5.34016,2.08818 8.34313,3.33821 12.75456,5.20641 -4.51138,-1.61149 -7.56816,-2.72618 -12.90986,-4.80664 l -29.21938,-11.39985 2.03734,1.14555 37.12737,20.85629 c 5.70303,3.20735 8.9028,5.09105 13.60178,7.88641 -4.83275,-2.55858 -8.10633,-4.31156 -13.81243,-7.51432 l -37.12736,-20.85484 -2.84921,-1.60059 7.93257,6.867 25.16315,21.77424 c 3.86557,3.34898 6.00901,5.30329 9.15037,8.20169 -3.31972,-2.69246 -5.56158,-4.53443 -9.43176,-7.87881 l -25.16161,-21.77267 -8.0156,-6.93617 c 0.7765,0.84564 1.52531,1.69601 2.5263,2.89997 l 10.15597,12.24549 10.15752,12.24721 c 1.55761,1.88515 2.38639,2.9984 3.58574,4.65897 -1.41001,-1.48534 -2.35257,-2.50477 -3.91632,-4.38531 L 149.1804,295.94921 139.02288,283.70357 c -1.11477,-1.35002 -1.8559,-2.30644 -2.62779,-3.35055 l 14.57203,26.80691 c 3.19978,5.8922 4.95113,9.27032 7.50664,14.25677 -2.79692,-4.85573 -4.67896,-8.16323 -7.88337,-14.05228 l -12.93598,-23.79314 18.45297,42.13847 c 3.50116,8.00494 5.42164,12.57625 8.22627,19.32027 -3.05372,-6.63338 -5.11106,-11.1447 -8.6199,-19.14951 l -19.77533,-45.15998 0.68117,4.04395 9.45942,56.08167 c 1.44845,8.61985 2.20035,13.5202 3.27976,20.74249 -1.35004,-7.17767 -2.24646,-12.05348 -3.70259,-20.6703 l -9.4579,-56.08313 -0.51664,-3.0568 c 0.1999,2.34188 0.35826,4.50685 0.53047,7.67129 l 1.5161,28.21061 1.51763,28.21232 c 0.22911,4.33453 0.28754,6.79783 0.34443,10.42808 -0.33059,-3.61647 -0.53663,-6.07058 -0.77342,-10.40655 l -1.5161,-28.21075 -1.51609,-28.21074 c -0.19374,-3.62408 -0.26447,-5.94444 -0.31675,-8.7259 l -6.49952,40.68685 c -2.03734,12.73611 -3.26436,19.94908 -5.09874,30.56786 1.56376,-10.66183 2.6447,-17.89776 4.6759,-30.63546 l 6.33191,-39.63671 c -0.36596,1.70364 -0.74727,3.3474 -1.32543,5.64611 l -5.67227,22.41842 -5.67075,22.41855 c -0.87643,3.44427 -1.44075,5.38007 -2.30181,8.22465 0.59506,-2.91217 1.01791,-4.88342 1.88665,-8.32925 l 5.67075,-22.42 5.67227,-22.41855 c 0.72116,-2.843 1.23626,-4.662 1.8759,-6.80859 l -8.18937,17.48736 -17.3145,36.97365 c -2.66378,5.68155 -4.23984,8.87355 -6.58655,13.5618 2.09916,-4.80507 3.54129,-8.05862 6.19907,-13.74319 l 17.31298,-36.97365 8.04636,-17.18745 -33.50933,41.79249 c -5.283123,6.58245 -8.336217,10.27123 -12.854043,15.68674 4.304098,-5.58613 7.241106,-9.36876 12.520063,-15.95593 l 33.01606,-41.17431 c -0.65963,0.6766 -1.36232,1.36841 -2.29411,2.24648 l -11.44297,10.76486 -11.44312,10.76486 c -1.76104,1.65139 -2.80909,2.53549 -4.3713,3.81951 1.37418,-1.48234 2.32196,-2.47406 4.07761,-4.13162 l 11.44466,-10.76486 11.44143,-10.76487 c 1.14706,-1.07638 1.99582,-1.82516 2.87688,-2.5725 l -43.838287,28.99339 c -7.042455,4.65439 -11.077474,7.2345 -17.035288,11.00938 5.806973,-4.00548 9.759733,-6.70713 16.798031,-11.36612 l 43.236004,-28.59517 -7.95257,3.58431 c -1.66832,0.7472 -2.64316,1.10551 -4.09313,1.60833 1.33618,-0.75193 2.25107,-1.24556 3.91631,-1.99893 l 3.95476,-1.78369 c -0.45206,0.17679 -0.92258,0.35989 -1.43769,0.55663 l -21.73285,8.26927 -21.734407,8.26784 c -3.340785,1.26853 -5.260352,1.92045 -8.09956,2.85376 2.741882,-1.19004 4.608703,-1.97885 7.947493,-3.25355 l 21.733934,-8.26928 21.73164,-8.2694 c 2.51401,-0.95327 4.22384,-1.55755 6.12588,-2.19726 l 0.32135,-0.14451 -9.65162,1.69759 -42.972931,7.56971 c -6.604535,1.16091 -10.364016,1.74825 -15.903598,2.58314 5.493452,-1.1071 9.226333,-1.83895 15.829022,-3.00445 l 42.973687,-7.56971 9.87922,-1.74064 c -2.35564,0.0696 -4.33456,0.0984 -7.41441,0.0656 l -24.13525,-0.27681 -24.136926,-0.27523 c -3.708425,-0.0459 -5.811741,-0.14293 -8.909276,-0.31671 3.10107,-0.10106 5.205768,-0.15067 8.915278,-0.11156 l 24.135234,0.27668 24.13708,0.27523 c 3.30128,0.042 5.33402,0.12337 7.9249,0.26302 l -0.29984,-0.0853 c -1.13169,-0.12863 -2.16496,-0.27668 -3.6703,-0.55046 l -13.30963,-2.43705 -13.3101,-2.43403 c -2.04456,-0.37682 -3.19179,-0.66282 -4.875934,-1.11025 1.733344,0.17837 2.907014,0.31828 4.952824,0.68893 l 13.31164,2.43561 13.30962,2.43547 c 0.17837,0.0328 0.31983,0.0617 0.48436,0.0945 l -34.085644,-9.6239 c -6.9342,-1.96048 -10.847445,-3.14291 -16.603825,-4.90967 5.830957,1.50373 9.784329,2.54323 16.720375,4.49754 l 34.273534,9.6747 -2.4771,-0.97335 -43.63794,-17.16133 c -6.702946,-2.64167 -10.480417,-4.20538 -16.032607,-6.53638 5.651983,2.07572 9.48388,3.50424 16.190055,6.13659 l 43.637332,17.16134 4.9988,1.96665 c -1.61144,-0.90405 -3.02296,-1.72673 -5.10951,-3.02295 l -17.34036,-10.8033 -17.341413,-10.80332 c -2.662555,-1.66373 -4.134654,-2.66936 -6.289168,-4.17152 2.299203,1.27155 3.850044,2.14961 6.515653,3.80717 l 17.342648,10.80476 17.3402,10.80174 c 2.17882,1.3608 3.57651,2.29268 5.18486,3.40594 l -22.57733,-21.75127 c -4.6104,-4.44518 -7.17515,-7.0207 -10.93509,-10.83088 3.94968,3.61331 6.61838,6.0812 11.23308,10.52336 l 22.43924,21.61438 -5.4447,-9.43635 c -0.91028,-1.58537 -1.36542,-2.52013 -2.0112,-3.91178 0.88259,1.25633 1.46534,2.11575 2.38177,3.69797 l 5.12949,8.88747 -5.70457,-16.96919 c -1.99429,-5.94903 -3.05832,-9.34408 -4.59901,-14.35665 1.799,4.9249 3.00451,8.27387 5.00648,14.21989 l 5.89985,17.54721 -0.41362,-8.9443 c -0.1922,-4.18385 -0.22911,-6.56105 -0.25525,-10.06372 0.29984,3.49046 0.48435,5.85992 0.68271,10.04377 l 0.41054,8.80898 6.21044,-38.87402 13.23892,-82.88385 c 0.409,-2.56016 0.78571,-4.89116 1.1409,-7.07766 l -0.009,-0.0367 c 0.009,0.0197 -1.24086,-3.96558 -0.94563,-8.48767 0.16298,-4.52064 1.82207,-9.19655 2.46018,-10.67731 1.16091,-2.76767 2.03889,-4.25762 3.51962,-6.27034 0.35979,2.47249 0.55968,4.17152 0.54892,7.16992 -0.007,1.55453 -0.11681,6.17807 -1.24085,10.39277 -0.54586,2.10341 -1.33312,4.08082 -2.14191,5.51538 -0.76881,1.3885 -1.52532,2.23414 -1.79286,2.48168 -0.34289,2.1819 -0.70884,4.50529 -1.11632,7.05771 l -13.24043,82.88385 -6.24274,39.08165 9.20881,-16.80617 c 2.45865,-4.48363 3.91784,-6.99155 6.08897,-10.67259 -1.93125,3.81176 -3.25975,6.39187 -5.7138,10.87866 l -8.53071,15.57609 3.88403,-5.11573 c 1.5161,-1.98962 2.43251,-3.07519 3.8056,-4.65583 -1.15474,1.74667 -1.95431,2.92149 -3.46424,4.9157 l -4.44681,5.85835 11.2969,-9.5655 20.8009,-17.61808 c 3.19979,-2.70467 5.06031,-4.1853 7.8188,-6.34266 -2.58166,2.36788 -4.34685,3.95942 -7.54202,6.67026 l -20.80092,17.61795 -11.13082,9.42716 30.62322,-16.96459 c 5.72456,-3.16903 9.00738,-4.90337 13.8555,-7.43282 -4.71434,2.7678 -7.9249,4.63286 -13.64791,7.80649 l -31.61654,17.51662 1.83284,-0.18296 37.12275,-3.72724" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path22" - inkscape:connector-curvature="0" /><path - d="m 187.71468,114.46222 c -1.38847,-0.69957 -5.4647,-2.88304 -8.72138,-5.78445 -1.63448,-1.43312 -3.04602,-3.0261 -3.96244,-4.39452 -0.89181,-1.30856 -1.3039,-2.36328 -1.40385,-2.71398 -1.80516,-1.29308 -3.69798,-2.652303 -5.80605,-4.171522 L 99.744395,48.30618 67.656133,25.169691 78.518024,40.939511 c 2.898105,4.214569 4.481855,6.645581 6.793824,10.240519 -2.537071,-3.441244 -4.243523,-5.7876 -7.147009,-9.997575 l -10.080332,-14.633588 2.818769,5.769094 c 1.096628,2.249625 1.652944,3.558056 2.448039,5.495569 -1.0402,-1.81755 -1.730277,-3.059963 -2.833056,-5.306438 l -3.230238,-6.603975 3.465027,14.392088 6.384655,26.508562 c 0.978548,4.074656 1.463201,6.402638 2.149752,9.837713 -0.952095,-3.3705 -1.581448,-5.664619 -2.565981,-9.737832 L 70.33743,40.395086 66.919148,26.213655 68.301314,61.194536 c 0.255246,6.539531 0.327365,10.252856 0.406551,15.7206 C 68.354672,71.45658 68.134942,67.750867 67.873089,61.211467 L 66.444643,25.095798 65.786389,26.810317 52.418166,61.648136 c -2.05779,5.350931 -3.292039,8.361544 -5.136569,12.785325 1.589126,-4.522219 2.684687,-7.585069 4.735871,-12.93915 l 13.23014,-34.473338 -1.762889,3.245813 -7.768512,14.306119 c -1.195809,2.195681 -1.938169,3.408825 -3.056629,5.180175 0.87752,-1.903519 1.489644,-3.185963 2.680064,-5.386238 l 7.7679,-14.305987 2.275218,-4.190025 -4.354542,5.24475 -26.622492,32.074743 c -4.093912,4.928044 -6.472303,7.677338 -9.995142,11.7075 3.312495,-4.205381 5.576331,-7.048518 9.66486,-11.979581 l 26.623573,-32.076319 3.872338,-4.66515 -23.4061,21.0546 c -4.26505,3.833288 -6.732467,5.955207 -10.384928,9.058088 3.469331,-3.307369 5.837572,-5.538488 10.097853,-9.376369 L 64.197101,25.93383 62.259544,27.239242 26.936894,51.029355 c -5.430258,3.653343 -8.550549,5.664487 -13.162331,8.606062 4.459097,-3.167587 7.495895,-5.304862 12.922616,-8.9628 L 62.02045,26.882505 64.734036,25.054323 55.033969,29.055217 24.264665,41.745123 c -4.730026,1.9467 -7.44008,2.984625 -11.442658,4.488357 3.898174,-1.755994 6.552259,-2.932257 11.279977,-4.884994 L 54.869907,28.657005 64.65777,24.620673 c -1.100933,0.312112 -2.195873,0.598106 -3.715503,0.95025 l -15.505814,3.568819 -15.504739,3.573413 c -2.38331,0.544293 -3.752253,0.782643 -5.773299,1.108668 1.960464,-0.591937 3.294964,-0.974793 5.676584,-1.528406 L 45.340814,28.724598 60.845553,25.15276 c 1.705839,-0.387581 2.893949,-0.622781 4.170792,-0.841181 L 34.521047,25.27876 c -6.700638,0.207638 -10.503786,0.255281 -16.107793,0.296756 5.594935,-0.315131 9.392701,-0.510431 16.09457,-0.727256 L 61.586223,23.990279 15.641388,21.52396 C 6.9147815,21.053429 1.9668775,20.713623 -5.3165185,20.184685 c 7.298309,0.255281 12.254211,0.447431 20.9802015,0.911794 L 64.89395,23.736573 60.981939,22.529598 6.6355505,5.766348 C -1.7151075,3.18781 -6.4300635,1.65481 -13.366726,-0.626971 -6.3494925,1.394935 -1.5907135,2.785004 6.7622505,5.355929 L 61.108027,22.120491 64.070401,23.03386 C 61.886523,22.158948 59.88223,21.325641 56.977519,20.055535 L 31.096307,8.727873 5.2155585,-2.59979 c -3.9749,-1.745231 -6.202141,-2.799956 -9.469582,-4.379156 3.377995,1.328512 5.663974,2.246475 9.640872,3.985537 L 31.26806,8.335829 57.149273,19.664935 c 3.302959,1.448475 5.404577,2.424844 7.892902,3.619613 L 31.667533,-0.782371 C 21.207415,-8.327409 15.317103,-12.666534 6.6570775,-19.079934 15.476861,-12.889527 21.453742,-8.66879 31.918473,-1.128215 L 64.607957,22.443366 C 63.202567,21.313304 61.878062,20.215398 60.02692,18.614804 L 42.555723,3.472229 25.081602,-11.670215 c -2.682532,-2.326406 -4.156494,-3.705581 -6.310237,-5.750719 2.333338,1.840519 3.904631,3.104457 6.591928,5.427844 L 42.83511,3.147779 60.307997,18.290354 c 2.210328,1.918875 3.615255,3.207487 5.240515,4.741931 L 53.609828,7.854535 28.369955,-24.230971 c -3.876955,-4.934213 -6.018858,-7.775775 -9.151143,-11.979581 3.347859,4.033181 5.6057,6.787068 9.487573,11.715112 L 53.946712,7.586916 65.678292,22.49731 43.417713,-26.222165 c -3.504697,-7.680487 -5.426721,-12.064237 -8.233491,-18.536044 3.056018,6.358013 5.112585,10.678763 8.623277,18.3561 l 21.92968,47.999832 C 65.430885,20.705879 65.128748,19.769541 64.763558,18.545504 L 60.294163,3.487716 55.826151,-11.570202 c -0.683472,-2.315644 -1.002532,-3.648882 -1.445675,-5.621569 0.705005,1.894331 1.165823,3.185962 1.855909,5.498456 l 4.468625,15.059494 4.468792,15.056344 c 0.446827,1.511475 0.735131,2.607806 1.006057,3.73485 l -6.185996,-52.196025 c -0.989765,-8.381494 -1.48057,-13.145082 -2.173579,-20.164331 0.965169,6.988537 1.601898,11.733618 2.59889,20.112093 l 6.099424,51.465619 0.371796,-8.70135 c 0.08164,-1.825163 0.19943,-2.858363 0.40117,-4.377581 0.07149,1.531425 0.101019,2.570925 0.02642,4.396087 l -0.185587,4.357631 c 0.0469,-0.493631 0.09734,-1.005637 0.154376,-1.566862 l 2.385154,-23.1273 2.385617,-23.128875 c 0.37072,-3.553463 0.652409,-5.561588 1.094476,-8.516944 -0.170677,2.98305 -0.305217,5.006531 -0.667327,8.561438 l -2.385765,23.127431 -2.385776,23.128875 c -0.278618,2.672381 -0.507413,4.471294 -0.791569,6.45645 l -0.01505,0.358181 2.822461,-9.384112 12.566348,-41.78475 c 1.93417,-6.417994 3.100457,-10.039182 4.844113,-15.363863 -1.482267,5.403169 -2.506315,9.067275 -4.433878,15.488419 L 70.139842,13.08091 67.254345,22.680273 c 0.996529,-2.131238 1.859603,-3.91335 3.272824,-6.647157 L 81.62755,-5.395152 92.72654,-26.823421 c 1.708919,-3.292013 2.741883,-5.126494 4.288585,-7.814231 -1.303443,2.813868 -2.205568,4.714368 -3.907706,8.009531 L 82.00643,-5.199852 70.908044,16.22986 c -1.521476,2.932256 -2.509551,4.709775 -3.80023,6.960844 l 0.212039,-0.229031 c 0.623507,-0.9534 1.220406,-1.809807 2.141291,-3.032269 L 77.620677,9.141441 85.779745,-1.651115 c 1.256999,-1.654406 2.027655,-2.552419 3.18395,-3.854812 -0.938874,1.466981 -1.591135,2.455687 -2.842287,4.113243 l -8.15892,10.790982 -8.160303,10.789406 c -0.112245,0.149231 -0.202965,0.264469 -0.308141,0.399787 L 93.422792,-5.530471 c 4.868702,-5.309456 7.684398,-8.274 11.851038,-12.619294 -3.96414,4.531406 -6.670653,7.594388 -11.53645,12.906863 l -24.049287,26.254856 1.984456,-1.7745 34.948541,-31.255088 c 5.37198,-4.799025 8.46722,-7.468256 13.04624,-11.380031 -4.39605,4.116263 -7.39318,6.894694 -12.76039,11.701331 L 71.95793,19.55731 67.956433,23.135316 c 1.529929,-1.031756 2.89933,-1.92045 4.992496,-3.199743 L 90.39306,9.306029 l 17.44536,-10.6281 c 2.68192,-1.631306 4.24169,-2.492438 6.5518,-3.742463 -2.16896,1.482207 -3.65001,2.472488 -6.32946,4.109963 L 90.616632,9.673529 73.171267,20.301498 c -2.193573,1.334681 -3.653694,2.163525 -5.370908,3.099862 L 97.377232,13.017779 c 6.044838,-2.118769 9.497878,-3.251981 14.593548,-4.895756 -5.00372,1.90365 -8.40879,3.1752 -14.451168,5.300137 L 68.123418,23.744316 78.999153,23.12311 c 1.824076,-0.09975 2.864426,-0.084 4.396052,-0.03675 -1.517172,0.224569 -2.54737,0.356738 -4.371457,0.465938 l -10.244386,0.58275 17.722293,2.540213 c 6.209368,0.891844 9.720674,1.469869 14.890305,2.347931 -5.20808,-0.60585 -8.740445,-1.037925 -14.951038,-1.925175 l -18.327653,-2.621588 8.178283,3.656494 c 3.824836,1.712813 5.96428,2.750738 9.104252,4.303819 -3.251762,-1.303969 -5.452405,-2.206575 -9.279077,-3.911775 l -8.083879,-3.613444 31.962025,23.048944 68.076727,49.08855 c 2.11268,1.525256 4.00396,2.8938 5.80451,4.200783 l 0.0415,0.0131 c -0.0199,0 4.10237,0.67817 8.00639,2.97374 3.96243,2.17888 7.39288,5.76305 8.42769,7.00087 1.94969,2.28178 2.88458,3.73485 4.01318,5.96439 -2.36947,-0.79038 -3.9732,-1.3793 -6.6502,-2.73393" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path24" - inkscape:connector-curvature="0" /><path - d="m 171.82031,119.49342 c -1.267,0.90248 -5.0926,3.50727 -9.17652,5.04788 -2.02965,0.7812 -4.09621,1.29163 -5.73377,1.46842 -1.573,0.1831 -2.697,0.0591 -3.05219,-0.0144 -1.98199,0.9979 -4.06238,2.04042 -6.38573,3.2029 l -75.077491,37.52254 -35.386924,17.6841 19.006513,-2.3033 c 5.077064,-0.61202 7.966096,-0.88883 12.224536,-1.26696 -4.225374,0.65034 -7.095804,1.07166 -12.173026,1.69129 l -17.644182,2.14042 6.437705,0.18296 c 2.500324,0.0735 3.916626,0.18756 6.001488,0.38444 -2.092555,0.0774 -3.513158,0.11156 -6.013019,0.0446 l -7.352282,-0.20593 14.355066,3.60872 26.438133,6.64715 c 4.062696,1.02559 6.348676,1.67607 9.709141,2.66162 -3.4272,-0.71964 -5.749163,-1.22705 -9.814316,-2.2449 l -26.437364,-6.64873 -14.151022,-3.5549 31.629445,15.01171 c 5.910765,2.80928 9.232789,4.46841 14.114274,6.93617 C 78.34089,205.269 74.95506,203.74361 69.040603,200.9405 l -32.655807,-15.49918 1.215182,1.37931 24.653573,28.00311 c 3.785162,4.30526 5.879544,6.79468 8.941564,10.48044 -3.268668,-3.50424 -5.473002,-5.8968 -9.263537,-10.19603 l -24.403717,-27.72013 2.057181,3.07217 9.061192,13.52177 c 1.388625,2.08044 2.11715,3.29976 3.167036,5.11258 -1.277456,-1.65913 -2.12807,-2.79694 -3.523302,-4.87265 l -9.061191,-13.52335 -2.649319,-3.95325 2.624718,6.29186 16.054897,38.46977 c 2.463886,5.9136 3.795461,9.29487 5.730707,14.28604 -2.186957,-4.88499 -3.655532,-8.21087 -6.126488,-14.12158 l -16.054901,-38.46964 -2.337027,-5.60004 7.783583,30.50329 c 1.413842,5.55699 2.147286,8.72602 3.198402,13.40036 -1.317278,-4.60675 -2.192337,-7.73876 -3.614019,-13.29431 l -7.755446,-30.38792 0.25586,2.31879 4.67544,42.33219 c 0.713455,6.5041 1.04804,10.20207 1.511787,15.65144 -0.73575,-5.4201 -1.216873,-9.10127 -1.937708,-15.60537 l -4.675286,-42.33219 -0.359189,-3.25211 -0.96101,10.4559 -3.044641,33.14023 c -0.47082,5.09263 -0.809557,7.97409 -1.336346,12.21649 0.254631,-4.26694 0.446833,-7.16232 0.910579,-12.25495 l 3.043872,-33.1418 0.968239,-10.55579 c -0.234795,1.12403 -0.489425,2.2281 -0.884746,3.7426 l -4.035022,15.39157 -4.036252,15.39314 c -0.62335,2.36328 -1.04681,3.68563 -1.696763,5.62773 0.385635,-2.01127 0.665482,-3.3705 1.28299,-5.73838 l 4.035636,-15.39169 4.036251,-15.393 c 0.445602,-1.69456 0.792797,-2.8539 1.190425,-4.08856 l -13.299177,27.4634 c -2.925014,6.03212 -4.650684,9.42257 -7.215434,14.406 2.318423,-5.10182 3.910166,-8.55684 6.829183,-14.59355 L 33.145032,189.24073 9.6422115,228.7853 c -4.4674,7.51131 -7.063363,11.73507 -10.912177,17.94253 3.613405,-6.34738 6.082514,-10.64647 10.544686,-18.16237 l 25.1880515,-42.38141 -2.889034,2.90758 -40.0748215,40.35793 c -6.1618555,6.19972 -9.7068365,9.66696 -14.9490425,14.7504 5.048312,-5.27717 8.488736,-8.84743 14.6439795,-15.05175 l 40.0754355,-40.35636 2.182037,-2.19725 c -1.785638,1.52525 -3.453648,2.91375 -5.923371,4.89575 L 5.4786455,209.1591 -16.569895,226.8264 c -3.389989,2.71228 -5.358295,4.19462 -8.274345,6.35643 2.744913,-2.37562 4.620655,-3.9732 8.006493,-6.69007 L 5.2114065,208.82388 27.2601,191.15672 c 2.818765,-2.2558 4.658987,-3.66424 6.873005,-5.31405 l -36.8170665,18.39915 c -11.5398325,5.76292 -18.1174625,8.96739 -27.8170265,13.66168 9.577016,-4.93881 16.087913,-8.27545 27.6254395,-14.04612 L 33.137805,185.8596 c -1.636643,0.71347 -3.215777,1.37156 -5.473003,2.26025 l -21.5229805,8.4508 -21.5254435,8.44922 c -3.308957,1.29622 -5.212376,1.9635 -8.026373,2.92149 2.714359,-1.21328 4.563039,-2.01889 7.870151,-3.31971 l 21.5242125,-8.45079 21.5237495,-8.44922 c 2.729275,-1.06864 4.507686,-1.71137 6.622527,-2.4402 l -18.982988,3.53036 -40.13485,7.46826 c -6.168499,1.14397 -9.680391,1.72213 -14.857845,2.54625 5.127005,-1.09318 8.612465,-1.81742 14.779164,-2.96915 l 40.134805,-7.46668 18.658705,-3.47353 -53.487476,-2.89223 c -8.429322,-0.46121 -13.206752,-0.7934 -20.24016,-1.31 7.048431,0.24439 11.833657,0.42892 20.262302,0.88108 l 52.706826,2.85219 c -0.937025,-0.14293 -1.908954,-0.31053 -3.167188,-0.55663 l -15.415866,-3.03055 -15.4152485,-3.03227 c -2.368243,-0.46896 -3.698129,-0.80561 -5.650753,-1.32851 2.006133,0.25528 3.364774,0.44599 5.733015,0.90877 l 15.4152485,3.0307 15.416481,3.03213 c 1.541156,0.3045 2.643937,0.55664 3.763477,0.83804 L -15.44974,165.57215 c -7.88445,-3.01363 -12.330984,-4.78957 -18.871279,-7.43124 6.636997,2.38639 11.136286,4.02399 19.023812,7.03001 L 33.118585,183.65 25.584864,179.28476 c -1.579596,-0.91796 -2.439126,-1.50229 -3.692131,-2.38639 1.389854,0.64733 2.323343,1.10237 3.906629,2.01574 l 3.850045,2.23112 c -0.445755,-0.29216 -0.880594,-0.57199 -1.390469,-0.90878 L 8.8783215,167.3897 -10.503524,154.54138 c -2.976678,-1.97741 -4.625467,-3.15827 -7.038147,-4.92201 2.563365,1.53615 4.293802,2.59403 7.273555,4.56527 l 19.3830785,12.84833 19.3812315,12.84675 c 2.242155,1.4885 3.732262,2.5263 5.361833,3.70269 l 0.305062,0.17679 -7.007546,-6.86083 L -4.0256885,146.375 c -4.78953,-4.69284 -7.4562235,-7.4067 -11.3633155,-11.42295 4.098679,3.82095 6.8680855,6.42876 11.6629995,11.11543 l 31.1806135,30.52482 7.16792,7.01465 c -1.427679,-1.87281 -2.604265,-3.46421 -4.372527,-5.98592 L 16.414349,157.84415 2.5788485,138.06425 c -2.123914,-3.03988 -3.269901,-4.80664 -4.932991,-7.42363 1.888351,2.46015 3.154581,4.14225 5.283723,7.17911 l 13.8356515,19.77833 13.8355,19.77688 c 1.88789,2.70323 3.01758,4.42536 4.409278,6.60568 l -0.108714,-0.29833 c -0.553237,-0.99789 -1.036664,-1.9236 -1.692612,-3.30737 l -5.7733,-12.23486 -5.772685,-12.23329 c -0.885362,-1.88212 -1.320815,-2.9799 -1.938785,-4.60832 0.864296,1.51148 1.434907,2.54638 2.325651,4.42536 l 5.773299,12.23473 5.772684,12.23342 c 0.08227,0.17364 0.142845,0.31054 0.21619,0.4704 L 21.773869,147.333 c -2.444661,-6.77933 -3.764246,-10.64805 -5.68012,-16.35717 2.172964,5.61527 3.631396,9.43478 6.082516,16.20951 l 12.097373,33.49553 -0.651643,-2.58786 -11.469718,-45.46277 c -1.759345,-6.98697 -2.687298,-10.96778 -4.026717,-16.83846 1.604352,5.80296 2.676534,9.74846 4.44172,16.73241 l 11.469719,45.46434 1.312358,5.20485 c -0.202965,-1.83448 -0.354422,-3.4566 -0.515869,-5.90454 l -1.319126,-20.38575 -1.318354,-20.3826 c -0.199429,-3.13215 -0.240176,-4.91427 -0.273236,-7.54058 0.305679,2.60781 0.494346,4.38073 0.700386,7.51289 l 1.319585,20.38417 1.318354,20.38418 c 0.162681,2.56475 0.219726,4.23005 0.252785,6.18896 l 4.52583,-31.0107 c 0.927953,-6.33806 1.525625,-9.92224 2.434358,-15.19941 -0.637958,5.31563 -1.088942,8.92133 -2.010898,15.26097 l -4.496922,30.82918 4.499227,-9.92067 c 0.757433,-1.66372 1.253007,-2.57709 2.008593,-3.91177 -0.506337,1.44847 -0.867371,2.42182 -1.618651,4.08699 l -4.23568,9.34264 10.46719,-14.51362 c 3.671064,-5.08647 5.812355,-7.92947 8.989078,-12.10099 -2.954534,4.33138 -4.976195,7.26062 -8.641884,12.35167 l -10.824687,15.0133 7.027997,-5.54466 c 3.290353,-2.59402 5.201458,-4.00706 8.033448,-6.06742 -2.661925,2.27561 -4.481239,3.80559 -7.768516,6.40421 l -6.940353,5.4785 35.241006,-17.61033 75.078422,-37.52255 c 2.32795,-1.16248 4.41604,-2.20185 6.40726,-3.18911 l 0.0277,-0.0341 c -0.009,0.0171 2.50479,-3.31669 6.35345,-5.70924 3.77024,-2.49861 8.53533,-3.87634 10.11138,-4.21916 2.92763,-0.67043 4.64976,-0.8257 7.1484,-0.79499 -1.80055,1.7329 -3.06448,2.88462 -5.5093,4.62368" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path26" - inkscape:connector-curvature="0" /><path - d="m 232.03041,239.47233 c 4.55136,-0.59206 7.14225,-0.85811 10.96169,-1.21944 -3.78408,0.63354 -6.35498,1.04567 -10.90634,1.64535 l -29.61763,3.88093 -3.47193,0.45505 21.71426,0.3276 c 4.10698,0.0656 6.43647,0.17521 9.86536,0.36435 -3.4335,0.0853 -5.76453,0.12337 -9.87152,0.0643 l -21.60355,-0.3259 0.79649,0.12469 30.14656,4.7128 c 4.63132,0.72883 7.24835,1.21314 11.09701,1.95273 -3.89172,-0.46895 -6.53027,-0.80718 -11.16312,-1.5284 l -30.14656,-4.7128 -1.7206,-0.26906 6.47952,2.41408 22.34469,8.32151 c 3.43196,1.28245 5.35245,2.07585 8.17398,3.27364 -2.91685,-0.93949 -4.88962,-1.596 -8.32467,-2.87227 l -22.34468,-8.32165 -6.28732,-2.34018 c 0.49665,0.25528 1.01328,0.53195 1.64832,0.89643 l 9.88535,5.6784 9.88382,5.67998 c 1.51763,0.87491 2.3418,1.43456 3.54422,2.28335 -1.33774,-0.61044 -2.2357,-1.04251 -3.75795,-1.91126 l -9.88382,-5.67997 -9.88535,-5.67998 c -0.81033,-0.46738 -1.4223,-0.84564 -1.99891,-1.22548 l 15.95435,13.88468 c 3.62108,3.15682 5.62769,5.00036 8.56607,7.73889 -3.11829,-2.53089 -5.22176,-4.26536 -8.84899,-7.41589 l -13.56182,-11.80279 21.94184,22.6552 c 4.35454,4.49912 6.77167,7.1039 10.31435,10.95714 -3.73795,-3.66266 -6.26426,-6.16284 -10.62188,-10.65881 l -24.23287,-25.01861 1.2224,2.1189 20.38268,35.28525 c 3.12906,5.42469 4.84197,8.53689 7.33906,13.13589 -2.73389,-4.46066 -4.57595,-7.50054 -7.71116,-12.92064 l -20.38268,-35.28683 -0.52279,-0.9072 c 0.55046,1.15474 1.10093,2.35108 1.79593,3.94551 l 8.07712,18.56072 8.07558,18.55901 c 1.23778,2.85377 1.87435,4.50056 2.78462,6.93774 -1.16243,-2.32798 -1.93278,-3.91637 -3.17672,-6.76712 l -8.07711,-18.55901 -8.07557,-18.56059 c -0.95334,-2.19568 -1.55147,-3.68103 -2.18958,-5.3571 l 5.72609,28.48283 c 1.81747,9.06124 2.77849,14.21529 4.16542,21.81112 -1.65602,-7.54346 -2.76003,-12.6668 -4.58518,-21.72804 l -5.31401,-26.43021 c 0.0953,0.70127 0.18912,1.44087 0.28907,2.33875 l 1.80362,16.46794 1.80363,16.46793 c 0.2737,2.5309 0.35826,3.9732 0.4536,6.10273 -0.36903,-2.09881 -0.59968,-3.52721 -0.87953,-6.05666 l -1.80362,-16.46636 -1.80363,-16.46794 c -0.1968,-1.8312 -0.29521,-3.09369 -0.37057,-4.45594 l -1.07479,13.20507 -2.37254,29.15167 c -0.3675,4.48061 -0.64734,7.01623 -1.08864,10.74806 0.16914,-3.75335 0.30137,-6.30118 0.66117,-10.78179 l 2.37256,-29.15482 1.05942,-13.04061 -11.87965,35.95882 c -1.9005,5.7414 -3.04602,8.97501 -4.76201,13.73085 1.45459,-4.84036 2.46173,-8.12161 4.35607,-13.86616 l 11.52446,-34.88704 c -0.1553,0.3398 -0.32751,0.70114 -0.5274,1.10854 l -4.98804,10.08682 -4.98958,10.08683 c -0.76881,1.54993 -1.27006,2.39557 -2.03427,3.63024 0.51818,-1.35608 0.88722,-2.268 1.64987,-3.81938 l 4.98804,-10.0884 4.98957,-10.08669 c 0.33367,-0.67042 0.61505,-1.19936 0.89028,-1.69601 l -21.67274,29.74676 c -3.5642,4.88499 -5.64306,7.61434 -8.72906,11.61668 2.86458,-4.16378 4.82505,-6.9808 8.38309,-11.87039 l 21.42827,-29.4101 -3.90709,3.86413 c -0.93488,0.91796 -1.51456,1.38849 -2.38945,2.06036 0.68269,-0.86572 1.15781,-1.44073 2.08808,-2.36486 l 0.67809,-0.67187 -11.74126,10.30667 -12.52392,10.99087 c -1.92663,1.68525 -3.06755,2.58773 -4.76661,3.89629 1.51916,-1.51305 2.56166,-2.52787 4.48369,-4.21916 l 12.52392,-10.99101 12.5239,-10.99087 c 1.33465,-1.16852 2.29413,-1.96048 3.32126,-2.77226 l 0.0724,-0.0696 -5.63845,3.30908 -26.95755,15.83282 c -4.14388,2.42943 -6.53181,3.74561 -10.06218,5.66147 3.39198,-2.15264 5.70303,-3.59494 9.84538,-6.03199 l 26.95754,-15.83138 5.67996,-3.33663 c -1.3285,0.55663 -2.56474,1.04409 -4.38989,1.70362 l -16.27264,5.85218 -16.27416,5.85217 c -2.50171,0.89801 -3.94553,1.33928 -6.08129,1.96048 2.0435,-0.88095 3.43659,-1.4591 5.93676,-2.36171 l 16.27262,-5.85218 16.27416,-5.85375 c 2.0804,-0.74418 3.44735,-1.17941 5.06954,-1.66057 l -0.0691,0 c -0.71806,0.19372 -1.41306,0.35516 -2.40483,0.53353 l -9.54555,1.69601 -9.54553,1.69602 c -1.4669,0.25672 -2.31105,0.33206 -3.56113,0.41514 1.20088,-0.35372 2.02197,-0.57356 3.48579,-0.83646 l 9.54553,-1.69601 8.59375,-1.52683 -23.97916,1.95576 c -5.14642,0.41829 -8.07097,0.5813 -12.38092,0.79655 4.28689,-0.48589 7.19913,-0.79957 12.34555,-1.22246 l 24.20982,-1.97886 -0.67809,-0.0131 -33.59238,-0.60743 c -5.16178,-0.0971 -8.08941,-0.22443 -12.39782,-0.43968 4.31456,-0.0577 7.24372,-0.0801 12.40552,0.0131 l 33.59236,0.60729 3.18134,0.0551 c -1.0625,-0.15383 -2.09885,-0.32747 -3.53191,-0.61661 l -14.34445,-2.91533 -14.34445,-2.91532 c -2.20341,-0.45045 -3.43966,-0.77648 -5.25252,-1.28547 1.86821,0.23993 3.13367,0.42132 5.33862,0.86573 l 14.34445,2.91532 14.34292,2.91375 c 1.5699,0.32288 2.64931,0.58131 3.79484,0.88725 l -20.10284,-8.73836 c -4.20845,-1.83277 -6.56717,-2.93987 -10.02989,-4.59283 3.57342,1.40228 5.98903,2.37261 10.20057,4.19921 l 20.08285,8.7276 -5.69073,-4.70203 c -1.00714,-0.83645 -1.53301,-1.36697 -2.28798,-2.16956 0.93025,0.59194 1.54839,1.00866 2.56168,1.84052 l 5.20637,4.30224 -7.69271,-9.49633 c -2.82613,-3.49506 -4.37299,-5.52169 -6.63175,-8.52613 2.47096,2.83224 4.13312,4.76503 6.96542,8.25549 l 8.07404,9.96529 -2.34488,-5.49701 c -1.17474,-2.7615 -1.7744,-4.35763 -2.63393,-6.71777 1.1117,2.25251 1.84821,3.79024 3.0291,6.55016 l 2.24647,5.26181 -5.44318,-27.07293 -11.85197,-58.96157 c -0.36595,-1.82201 -0.69038,-3.45647 -0.99638,-5.01415 l -0.0137,-0.0184 c 0.0105,0.0131 -1.8313,-2.36342 -2.76617,-5.48008 -1.0256,-3.08451 -1.08249,-6.64716 -1.02405,-7.80347 0.0877,-2.15421 0.32597,-3.37352 0.85645,-5.08647 0.89334,1.55151 1.47457,2.63551 2.21878,4.65439 0.38748,1.04712 1.47457,4.18845 1.77288,7.31142 0.15836,1.55452 0.12455,3.08437 -0.0615,4.2546 -0.17068,1.10853 -0.45822,1.85272 -0.58276,2.10341 0.31828,1.55151 0.6504,3.17979 1.01635,4.99419 l 11.85352,58.96157 5.51851,27.46183 1.93125,-13.24811 c 0.53049,-3.62565 0.90258,-5.67223 1.47919,-8.6814 -0.30598,3.04907 -0.53201,5.11718 -1.05634,8.74296 l -1.71136,11.7705 1.08555,-3.61043 c 0.51971,-1.71439 0.88412,-2.66779 1.44537,-4.06232 -0.29985,1.47302 -0.5228,2.46934 -1.03482,4.18543 l -1.35773,4.52209 4.92039,-8.77065 9.55477,-17.03677 c 1.47149,-2.61857 2.36946,-4.06547 3.71488,-6.18739 -1.10708,2.25422 -1.87589,3.77646 -3.34124,6.39502 l -9.55476,17.03835 -4.81123,8.58139 15.9113,-18.58828 c 3.05217,-3.56107 4.83735,-5.53389 7.48821,-8.41995 -2.44175,3.06443 -4.11621,5.13411 -7.16224,8.69833 l -16.64935,19.45086 0.91797,-0.45058 23.98993,-11.79347 c 3.68721,-1.80823 5.81067,-2.77082 8.95203,-4.16233 -3.0199,1.63747 -5.07876,2.73078 -8.76443,4.54676 l -22.91515,11.26611 1.63142,-0.55047 11.04933,-3.73025 c 1.69907,-0.57055 2.68622,-0.8257 4.14696,-1.17482 -1.37464,0.609 -2.31412,1.00406 -4.01011,1.5792 l -11.05087,3.73183 -2.64471,0.89329 4.22538,-0.55204 29.61763,-3.88238" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path28" - inkscape:connector-curvature="0" /><path - d="m 152.47244,142.00713 c -0.8011,1.78527 -2.1219,3.07532 -2.48018,3.25986 -0.33827,0.94408 -0.69655,1.93279 -1.09786,3.03516 l -13.19123,36.06343 -5.9875,16.37252 5.1741,-6.22585 c 1.49764,-1.79747 2.40329,-2.77226 3.75794,-4.18845 -1.14553,1.59141 -1.93586,2.66005 -3.42736,4.46211 l -4.19924,5.05417 1.03174,-0.92098 c 0.85646,-0.76112 1.39156,-1.1378 2.19573,-1.67291 -0.62273,0.73959 -1.05788,1.22706 -1.90972,1.99119 l -1.71906,1.53602 4.98034,-2.78604 10.88327,-6.09525 c 1.67447,-0.93332 2.66008,-1.4007 4.1239,-2.06338 -1.33003,0.9026 -2.24339,1.49756 -3.91478,2.43705 l -10.88326,6.09367 -4.79739,2.68774 14.1169,-4.57747 c 2.8492,-0.91954 4.48676,-1.37314 6.90851,-2.01587 -2.33718,0.9026 -3.93015,1.49612 -6.77628,2.42327 l -15.19169,4.9266 0.2737,0.0263 16.99685,1.56988 c 2.61241,0.24452 4.08545,0.4536 6.25657,0.79183 -2.19572,-0.0643 -3.68414,-0.12731 -6.29655,-0.36593 l -15.05637,-1.38993 7.18529,1.62986 c 1.11633,0.25672 1.73444,0.47197 2.63702,0.81795 -0.96408,-0.0788 -1.6145,-0.15068 -2.73081,-0.39979 l -7.26679,-1.64981 -0.97023,-0.21985 1.76518,0.78724 17.42585,7.75268 c 2.67699,1.19463 4.1654,1.93895 6.34729,3.05825 -2.2926,-0.87032 -3.84251,-1.47761 -6.52105,-2.66621 l -17.42584,-7.75425 -1.08249,-0.48116 10.82792,6.85466 c 2.21571,1.40385 3.43351,2.26485 5.21253,3.55031 -1.9251,-1.0563 -3.22284,-1.78828 -5.44009,-3.18898 l -10.72337,-6.78549 14.39981,12.2241 c 2.27875,1.94197 3.52577,3.09671 5.34323,4.82042 -1.99583,-1.51463 -3.33664,-2.55715 -5.62153,-4.49295 l -14.85034,-12.60998 -0.26447,-0.22457 2.25107,2.87227 9.39947,11.98116 c 1.44076,1.84209 2.20342,2.93226 3.30128,4.55595 -1.31466,-1.45451 -2.19111,-2.45253 -3.63954,-4.29305 l -9.39794,-11.97958 -1.96661,-2.50635 c 0.017,0.0315 0.0323,0.0538 0.0508,0.0879 l 3.49039,6.38426 3.4904,6.38413 c 0.53509,0.98254 0.77496,1.5746 1.10248,2.46015 -0.56739,-0.75495 -0.93796,-1.27615 -1.47766,-2.25566 l -3.49039,-6.38256 -3.4904,-6.38584 c -0.0969,-0.17837 -0.1753,-0.33206 -0.25526,-0.48733 l 3.77948,11.97341 c 0.9195,2.92609 1.3731,4.60675 2.01274,7.09302 -0.90104,-2.40332 -1.4961,-4.04093 -2.42174,-6.96544 l -2.90919,-9.21191 4.00704,17.87493 c 0.87029,3.90089 1.29468,6.13201 1.89128,9.421 -0.86414,-3.23059 -1.43307,-5.42785 -2.3095,-9.32728 l -4.72665,-21.08847 -0.0231,0.93332 -0.65656,26.00891 c -0.10304,3.99774 -0.23372,6.26114 -0.45514,9.59778 -0.0522,-3.34281 -0.0691,-5.61081 0.0277,-9.60855 l 0.63042,-25.03398 c -0.0415,0.349 -0.0845,0.70731 -0.143,1.11629 l -1.78671,12.7991 -1.78825,12.79924 c -0.27676,1.96652 -0.50741,3.07217 -0.87182,4.69744 0.0938,-1.66372 0.17682,-2.78774 0.44898,-4.75585 l 1.78671,-12.79923 1.78826,-12.79911 c 0.16759,-1.18545 0.32135,-2.05892 0.49357,-2.92149 l -6.11972,16.7324 c -2.0312,5.54006 -3.25054,8.6583 -5.07108,13.24195 1.56377,-4.67749 2.64471,-7.84652 4.66822,-13.3896 l 5.24481,-14.33828 -4.31917,9.17188 -4.50676,9.56865 c -0.69654,1.46843 -1.15475,2.26945 -1.85745,3.44111 0.4536,-1.2869 0.77957,-2.15263 1.46843,-3.62565 l 4.50677,-9.56707 4.50676,-9.57009 c 0.3229,-0.68119 0.59506,-1.21472 0.86415,-1.71295 l -4.43142,6.07202 -11.0086,15.08719 c -1.69383,2.31564 -2.71374,3.58877 -4.23752,5.44464 1.30283,-2.01889 2.20187,-3.37654 3.89218,-5.6969 l 11.00796,-15.08864 4.53599,-6.21967 -17.9574,15.204 c -2.94793,2.49244 -4.66806,3.85022 -7.21836,5.83222 2.37363,-2.18964 3.99597,-3.66266 6.94205,-6.15969 l 17.00053,-14.39366 -5.74148,3.61804 -6.08128,3.83328 c -0.9364,0.58577 -1.50609,0.85798 -2.35946,1.2331 0.70744,-0.6073 1.19826,-1.00407 2.13037,-1.596 l 6.08128,-3.83027 6.07975,-3.83329 c 0.0508,-0.0328 0.0907,-0.0551 0.14146,-0.084 l -20.73958,8.57063 c -3.56834,1.47157 -5.62198,2.24043 -8.655092,3.34595 2.929312,-1.35935 4.925762,-2.26498 8.491652,-3.74102 l 20.58319,-8.50775 -2.48171,0.58288 c -0.81341,0.18755 -1.29315,0.22444 -2.00506,0.25055 0.32751,-0.14765 0.60428,-0.26748 0.90104,-0.37366 l -8.1909,1.41618 -10.4798,1.8144 c -1.61096,0.27366 -2.53646,0.35976 -3.9054,0.4582 1.32266,-0.36908 2.22295,-0.59968 3.83268,-0.88108 l 10.48026,-1.81283 10.48041,-1.8144 c 0.75036,-0.12731 1.34695,-0.21223 1.91587,-0.27825 l -3.28281,-0.0604 -19.95708,-0.35989 c -3.06692,-0.0577 -4.805671,-0.16446 -7.36565,-0.34742 2.56536,-0.0906 4.30595,-0.1323 7.37289,-0.0814 l 19.95752,0.35976 3.25822,0.0577 c -0.60121,-0.0906 -1.23317,-0.20134 -2.02965,-0.36435 l -10.81255,-2.23571 -10.81393,-2.23571 c -1.66078,-0.34598 -2.58873,-0.61347 -3.949056,-1.03478 1.415686,0.15369 2.373616,0.27523 4.035636,0.61661 l 10.81346,2.23414 10.81408,2.23571 c 0.69193,0.14451 1.24547,0.27523 1.76826,0.41055 -0.009,0 -0.017,-0.0131 -0.0262,-0.0131 l -5.763,-2.26026 -5.76607,-2.25881 c -0.8826,-0.35201 -1.35926,-0.61806 -2.04918,-1.03478 0.78987,0.16302 1.3188,0.29059 2.20602,0.63499 l 5.76453,2.26039 3.64723,1.42997 -12.22853,-6.17663 c -2.94193,-1.48995 -4.57811,-2.39715 -6.97464,-3.76097 2.5197,1.11786 4.22245,1.89578 7.16746,3.37969 l 12.45856,6.29029 -17.15619,-10.9263 c -2.77786,-1.77437 -4.31548,-2.83999 -6.56486,-4.43599 2.39654,1.36382 4.01272,2.30646 6.79489,4.07466 l 18.09317,11.52296 0.85646,0.54429 c -0.29216,-0.24753 -0.59506,-0.51358 -0.95179,-0.8442 l -6.84087,-6.36877 -6.84194,-6.36878 c -1.04882,-0.97951 -1.5953,-1.58996 -2.37979,-2.50792 0.97118,0.71807 1.61804,1.21931 2.67162,2.19581 l 6.84071,6.36878 6.84242,6.36733 c 0.47051,0.43969 0.83339,0.80102 1.16705,1.15316 l -7.54664,-10.76329 c -1.67908,-2.4003 -2.57397,-3.80415 -3.86711,-5.88761 1.51763,1.92662 2.53399,3.24437 4.21769,5.64309 l 7.7127,10.99705 -1.35004,-3.93632 c -0.26907,-0.79183 -0.35364,-1.26394 -0.45051,-1.96967 0.35519,0.61504 0.57968,1.04094 0.85491,1.83133 l 1.14707,3.33808 -0.92257,-6.96845 c -0.37365,-2.84458 -0.51357,-4.46828 -0.69348,-6.86398 0.45053,2.35882 0.73807,3.96401 1.11786,6.80715 l 1.00406,7.57273 0.47513,-3.22744 c 0.28139,-1.89748 0.51357,-2.96153 0.88259,-4.52681 -0.0984,1.60532 -0.18298,2.69246 -0.45821,4.58823 l -0.42284,2.88002 5.80143,-15.86208 13.19124,-36.0633 c 0.4044,-1.1025 0.77035,-2.08964 1.12093,-3.03227 l -8.8e-4,-0.0131 c 0.003,0.0131 -0.20912,-1.90811 0.32289,-3.93015 0.47359,-2.03424 1.63603,-4.00234 2.05735,-4.61435 0.77034,-1.14713 1.33156,-1.72056 2.228,-2.44322 0.0186,1.14857 0,1.93882 -0.266,3.29201 -0.13993,0.70114 -0.5966,2.78158 -1.48074,4.59126" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path30" - inkscape:connector-curvature="0" /><path - d="m 277.98678,229.11185 c 4.53905,-0.81808 7.12533,-1.21012 10.94017,-1.76058 -3.76565,0.81952 -6.32578,1.35765 -10.86329,2.18176 l -29.52691,5.34017 -1.64986,0.29833 6.7686,0.15527 23.44562,0.53052 c 3.60418,0.0879 5.64614,0.20763 8.65372,0.41212 -3.01373,0.0683 -5.05876,0.0958 -8.66294,0.0184 l -23.44563,-0.53196 -6.5441,-0.1491 c 0.52739,0.0774 1.0794,0.16603 1.76211,0.29361 l 11.01397,2.08963 11.01243,2.08963 c 1.69291,0.32445 2.64009,0.57973 4.02702,0.98254 -1.43921,-0.13375 -2.41252,-0.24452 -4.10545,-0.56123 l -11.01396,-2.08963 -11.01397,-2.08963 c -0.8826,-0.16918 -1.56222,-0.3213 -2.20802,-0.48431 l 19.26023,7.74191 c 4.38221,1.76518 6.8424,2.83382 10.45427,4.43297 -3.71489,-1.34545 -6.22891,-2.27719 -10.61419,-4.03476 l -16.3249,-6.56106 27.60488,13.93547 c 5.49545,2.77843 8.58146,4.41762 13.11282,6.85782 -4.65437,-2.1957 -7.8065,-3.70414 -13.30502,-6.47496 l -30.55097,-15.42083 1.79595,1.55309 30.30954,26.21482 c 4.65438,4.03161 7.24835,6.37193 11.05087,9.84073 -3.98089,-3.26117 -6.67172,-5.49071 -11.3307,-9.51628 l -30.30957,-26.21482 -0.72883,-0.6304 c 0.86876,0.88095 1.75443,1.80508 2.89533,3.03975 l 13.48494,14.64278 13.48799,14.64119 c 2.0681,2.25265 3.19056,3.57959 4.82044,5.55241 -1.83131,-1.78671 -3.0614,-3.01377 -5.13565,-5.26168 l -13.48646,-14.64278 -13.48647,-14.64277 c -1.58836,-1.7283 -2.62164,-2.91375 -3.75024,-4.26235 l 14.4936,24.60806 c 4.60977,7.83274 7.16223,12.31178 10.89711,18.92349 -3.97015,-6.47181 -6.6502,-10.87708 -11.26615,-18.70666 l -13.38189,-22.71834 c 0.29521,0.58433 0.6012,1.20239 0.95639,1.94815 l 6.98234,14.71969 6.98387,14.72113 c 1.06864,2.26341 1.61142,3.578 2.3833,5.52629 -1.01945,-1.83133 -1.69445,-3.08294 -2.7708,-5.34333 l -6.98232,-14.71955 -6.98233,-14.72126 c -0.76727,-1.6191 -1.26084,-2.75533 -1.76365,-3.98396 l 3.24438,12.57467 7.1899,27.85557 c 1.10248,4.28073 1.65756,6.7271 2.44789,10.33739 -1.0548,-3.5427 -1.75441,-5.95206 -2.86304,-10.23292 l -7.1899,-27.85386 -3.20903,-12.42715 0.54741,37.20584 c 0.0861,5.94601 0.0616,9.32111 -0.002,14.29063 -0.21065,-4.9665 -0.33366,-8.33845 -0.42592,-14.28448 l -0.53354,-36.0587 c -0.0339,0.34742 -0.0753,0.71649 -0.12758,1.13321 l -1.38232,10.98471 -1.38385,10.98483 c -0.21528,1.6867 -0.41055,2.63537 -0.72423,4.02846 0.0431,-1.42682 0.0907,-2.394 0.29831,-4.08227 l 1.38384,-10.98484 1.38387,-10.9847 c 0.0923,-0.71046 0.1799,-1.2793 0.27369,-1.81742 l -10.53576,34.58411 c -1.73598,5.68759 -2.79079,8.8935 -4.36992,13.6063 1.31773,-4.79273 2.22955,-8.04169 3.9609,-13.73243 l 10.41584,-34.19049 -2.36486,4.81425 c -0.57045,1.15631 -0.95947,1.77909 -1.55607,2.68472 0.35058,-1.02717 0.60736,-1.71597 1.17166,-2.87228 l 0.39057,-0.79498 -7.55587,13.3035 -8.09096,14.24916 c -1.24701,2.18649 -2.01735,3.39202 -3.17363,5.15405 0.91949,-1.89735 1.55914,-3.17664 2.79999,-5.36786 l 8.0925,-14.24758 8.09096,-14.24758 c 0.86106,-1.5099 1.49764,-2.55242 2.18802,-3.6334 l 0.04,-0.0801 -4.15619,4.87423 -19.94753,23.39951 c -3.06755,3.59494 -4.8635,5.58627 -7.52819,8.50159 2.45712,-3.09225 4.13928,-5.1803 7.20221,-8.77839 l 19.94754,-23.39938 4.17925,-4.90508 c -1.04558,0.93949 -2.0312,1.78671 -3.50269,2.97833 l -13.23276,10.68493 -13.2343,10.68349 c -2.03427,1.63905 -3.23513,2.51396 -5.02032,3.7779 1.61297,-1.47762 2.72158,-2.4679 4.75125,-4.11167 l 13.23429,-10.68493 13.23428,-10.68336 c 1.6837,-1.35621 2.81231,-2.1987 4.15928,-3.16286 l -0.0507,0.0236 c -0.6043,0.40898 -1.19629,0.78265 -2.05735,1.26696 l -8.32006,4.65281 -8.32005,4.65294 c -1.28084,0.71335 -2.0435,1.05315 -3.17826,1.53143 1.00253,-0.71649 1.69138,-1.18703 2.96914,-1.90509 l 8.32006,-4.65282 7.42209,-4.15157 -21.56973,9.51786 c -4.64668,2.04658 -7.31137,3.14134 -11.24768,4.72815 3.82559,-1.8375 6.43032,-3.06757 11.07393,-5.12032 l 21.79269,-9.6163 -0.57508,0.18769 -31.4028,10.26822 c -4.82659,1.57447 -7.58661,2.39859 -11.6613,3.58719 3.99011,-1.44835 6.70401,-2.41408 11.52753,-3.99473 l 31.4028,-10.26821 2.93685,-0.95944 c -1.02252,0.1953 -2.03427,0.36593 -3.44119,0.55663 l -14.2645,1.91428 -14.26603,1.91586 c -2.19264,0.2906 -3.4458,0.38444 -5.29556,0.49521 1.81285,-0.38286 3.04602,-0.62279 5.23868,-0.91954 l 14.26448,-1.91586 14.26604,-1.91441 c 1.54684,-0.20593 2.62779,-0.31054 3.77947,-0.39506 l -21.45595,-1.63459 c -4.49907,-0.34598 -7.04537,-0.61346 -10.79563,-1.03635 3.77025,0.14923 6.32885,0.26906 10.82946,0.60887 l 21.43903,1.63144 -6.77168,-2.52171 c -1.20549,-0.4536 -1.86359,-0.77805 -2.82461,-1.28231 1.05635,0.24911 1.76519,0.43365 2.9753,0.8795 l 6.1843,2.30488 -10.17904,-6.3273 c -3.75333,-2.33559 -5.84448,-3.72251 -8.90896,-5.7876 3.20901,1.83291 5.37859,3.0937 9.13345,5.4247 l 10.69414,6.64256 -3.93168,-4.32836 c -1.98045,-2.18807 -3.05218,-3.47813 -4.60979,-5.39398 1.75904,1.73289 2.93993,2.92293 4.92653,5.10483 l 3.7518,4.12703 -13.75862,-23.35804 -30.01433,-50.95978 c -0.92872,-1.57605 -1.75751,-2.99224 -2.5463,-4.34227 l -0.0154,-0.0131 c 0.0118,0.0131 -2.46174,-1.60374 -4.3361,-4.19921 -1.94508,-2.5372 -3.14596,-5.82763 -3.46425,-6.92095 -0.61198,-2.02965 -0.78266,-3.23964 -0.84261,-5.00338 1.33464,1.1533 2.22185,1.97282 3.56574,3.60728 0.69654,0.84879 2.71851,3.41657 4.00241,6.22269 0.65043,1.39309 1.11017,2.82621 1.31313,3.97333 0.20143,1.08544 0.17221,1.87123 0.13685,2.14345 0.79648,1.33914 1.62988,2.74457 2.55552,4.31602 l 30.01435,50.95821 13.97388,23.72239 -2.48019,-12.91448 c -0.67501,-3.53955 -0.98868,-5.56146 -1.42076,-8.54451 0.70115,2.93226 1.15937,4.92503 1.84207,8.46458 l 2.20188,11.46141 -0.15069,-3.68104 c -0.0676,-1.76203 -0.0354,-2.76465 0.0415,-4.24069 0.19835,1.46528 0.31214,2.46173 0.38748,4.22376 l 0.18913,4.59755 1.73905,-9.6932 3.38736,-18.90657 c 0.52434,-2.90456 0.89184,-4.539 1.46075,-6.94233 -0.29984,2.45097 -0.52126,4.11153 -1.03789,7.01925 l -3.38892,18.90342 -1.69752,9.48872 8.77826,-22.36619 c 1.68831,-4.29148 2.71236,-6.6994 4.24844,-10.23448 -1.28084,3.63497 -2.1665,6.09669 -3.8502,10.39133 l -9.19342,23.42248 0.69654,-0.70415 18.4868,-18.68672 c 2.84306,-2.86926 4.5083,-4.44532 6.97771,-6.74862 -2.27568,2.49559 -3.83328,4.17612 -6.67172,7.04997 l -17.61958,17.80865 1.29159,-0.99933 9.06427,-7.03002 c 1.39462,-1.07795 2.22954,-1.63143 3.4781,-2.42484 -1.08095,1.00866 -1.82516,1.68066 -3.2167,2.76307 l -9.06274,7.03002 -2.13882,1.65913 3.71642,-1.86205 26.26255,-13.1498 c 4.03778,-2.01889 6.36112,-3.09986 9.79309,-4.6666 -3.31049,1.81125 -5.56618,3.0244 -9.60089,5.04945 l -26.26254,13.15125 -3.04603,1.52697 20.23508,-6.678 c 3.83789,-1.26237 6.03823,-1.90812 9.28413,-2.83684 -3.1598,1.1886 -5.314,1.97584 -9.14883,3.24437 l -20.12281,6.63941 0.72574,-0.13125 29.52691,-5.34004" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path32" - inkscape:connector-curvature="0" /><path - d="m 151.32845,110.0093 c -1.06096,0.28442 -4.23613,1.07021 -7.32369,1.08097 -1.53607,0.0171 -3.03217,-0.15527 -4.16079,-0.44441 -1.07017,-0.26447 -1.77134,-0.61504 -2.00659,-0.75797 -1.54684,0.1722 -3.16749,0.35201 -4.97881,0.54731 l -58.802712,6.32586 -27.365322,2.94289 12.77362,3.06915 c 3.502232,0.8442 5.473614,1.39309 8.368649,2.22954 -2.959916,-0.57041 -4.963595,-0.97637 -8.468286,-1.8144 l -11.341792,-2.7216 3.410906,1.38075 c 1.633258,0.66426 2.53169,1.1071 3.845275,1.78684 -1.415689,-0.42604 -2.370086,-0.73198 -4.005654,-1.39007 l -4.263815,-1.72371 8.110324,5.5801 15.824874,10.88483 c 2.430207,1.67593 3.766551,2.68459 5.721633,4.19606 -2.108846,-1.28546 -3.529907,-2.17258 -5.964271,-3.84247 l -15.824252,-10.88483 -7.937962,-5.45856 16.747444,17.22604 c 3.212704,3.30737 4.982811,5.23399 7.570316,8.09248 -2.783865,-2.66778 -4.660215,-4.49137 -7.877843,-7.79428 L 45.841155,120.482 l 0.3515,0.91954 9.395006,24.55425 c 1.440293,3.77331 2.189879,5.93985 3.268677,9.14117 -1.334655,-3.10288 -2.223551,-5.21876 -3.668613,-8.98892 l -8.955554,-23.40109 0.380254,1.59757 2.656546,11.15705 c 0.405466,1.71438 0.565223,2.70466 0.773727,4.1685 -0.47389,-1.40084 -0.777875,-2.3541 -1.189343,-4.07007 l -2.659008,-11.15546 -0.627657,-2.63249 0.162834,4.15013 1.147834,29.34698 c 0.172365,4.50988 0.198198,7.07149 0.209576,10.84479 -0.284767,-3.76254 -0.458825,-6.31812 -0.639033,-10.82786 l -1.146603,-29.34698 -0.134543,-3.40896 -2.265683,21.19767 c -0.434224,4.01783 -0.75128,6.28727 -1.245625,9.6285 0.222802,-3.37037 0.392709,-5.6553 0.819244,-9.67312 l 2.25292,-21.07613 -0.18021,0.71807 -7.317529,29.10246 c -1.127383,4.47142 -1.836686,6.99011 -2.908868,10.69267 0.807249,-3.76871 1.373092,-6.32428 2.493865,-10.7957 l 7.317529,-29.10404 0.409622,-1.63144 -2.936545,6.10746 -10.157206,21.13309 c -1.563452,3.24739 -2.514931,5.05562 -3.943225,7.70963 1.181507,-2.77082 1.99952,-4.64678 3.557589,-7.89574 l 10.15736,-21.13152 2.832602,-5.89824 c -0.284151,0.44743 -0.592904,0.91337 -0.990533,1.47918 l -6.445393,9.17189 -6.446009,9.17031 c -0.993455,1.407 -1.615115,2.16497 -2.555062,3.26287 0.7153,-1.25619 1.216257,-2.09737 2.204332,-3.50884 l 6.446623,-9.17188 6.445393,-9.17044 c 0.517717,-0.73342 0.93518,-1.29006 1.348955,-1.80967 l -14.992407,14.34746 c -3.415821,3.26288 -5.402579,5.06337 -8.348812,7.69427 2.756952,-2.82922 4.642381,-4.73589 8.052206,-8.0048 L 41.48062,122.90999 17.397655,142.31321 c -4.797834,3.86098 -7.5637025,5.99511 -11.6565375,9.11649 3.920929,-3.33506 6.5950015,-5.58455 11.3880705,-9.45013 l 26.646484,-21.47132 -2.152669,0.99474 -36.3845335,16.79856 c -5.593706,2.57854 -8.795645,3.97622 -13.523824,6.00745 4.613473,-2.28034 7.752985,-3.81177 13.34423,-6.39647 l 36.3839185,-16.79856 0.862451,-0.39979 c -1.156751,0.42748 -2.361015,0.85194 -3.950913,1.38088 l -18.904877,6.24724 -18.9044165,6.24593 c -2.906407,0.95629 -4.577338,1.42997 -7.047831,2.10341 2.38454,-0.93174 4.008727,-1.54691 6.912829,-2.51094 l 18.9048765,-6.24738 18.904262,-6.24579 c 2.223553,-0.73185 3.727497,-1.18401 5.415958,-1.65441 l -28.381072,3.05367 c -9.0365895,0.96718 -14.1708555,1.4469 -21.7339425,2.12191 7.53495,-0.94723 12.651072,-1.57303 21.6888895,-2.54782 l 26.254237,-2.82463 c -0.663791,0.0289 -1.364023,0.0538 -2.207407,0.0696 l -16.290309,0.29059 -16.2909235,0.29071 c -2.504014,0.0433 -3.925234,0 -6.01901,-0.10631 2.089009,-0.17377 3.50777,-0.27208 6.011783,-0.3213 l 16.2896935,-0.29058 16.290924,-0.29217 c 1.792405,-0.0289 3.031418,-0.0131 4.358845,0.0367 L 30.803698,117.28396 2.4610675,112.34817 c -4.356383,-0.76112 -6.814114,-1.26393 -10.429366,-2.0328 3.662764,0.4998 6.146327,0.85654 10.502095,1.61149 l 28.3432465,4.93421 12.658298,2.20185 -34.1279245,-14.84109 c -5.453167,-2.37563 -8.516873,-3.79024 -13.019331,-5.896801 4.611629,1.856011 7.73438,3.135301 13.191084,5.503181 L 42.6549,118.21413 c -0.302757,-0.17522 -0.62412,-0.36593 -0.983923,-0.58577 l -9.436523,-5.79062 -9.43591,-5.79075 c -1.44813,-0.89329 -2.231393,-1.46225 -3.372,-2.32181 1.283606,0.62737 2.144365,1.06864 3.595417,1.95589 l 9.437138,5.79062 9.436525,5.79075 c 0.607819,0.37668 1.087711,0.69037 1.537004,0.99474 L 16.27504,94.404198 c -4.466939,-3.927131 -6.9534225,-6.208912 -10.5963495,-9.59175 3.824828,3.176775 6.4075665,5.347913 10.8786565,9.270319 l 26.852524,23.585623 -3.412746,-4.14238 c -0.816323,-0.99645 -1.224099,-1.60689 -1.803782,-2.52486 0.791106,0.74432 1.312358,1.26092 2.134678,2.25265 l 0.57061,0.69352 -9.005837,-12.37635 -9.641489,-13.248109 c -1.479344,-2.037394 -2.258916,-3.235181 -3.386914,-5.015719 1.348493,1.620675 2.248768,2.730788 3.732879,4.765031 l 9.641489,13.246667 9.64195,13.24811 c 1.024055,1.4116 1.711678,2.4217 2.413908,3.49965 l 0.04798,0.0578 -2.726817,-5.79534 -13.094366,-27.818568 c -2.010285,-4.2777 -3.084926,-6.731681 -4.641767,-10.362056 1.805012,3.513562 3.012813,5.905987 5.028477,10.180669 l 13.094982,27.816995 2.747418,5.83524 c -0.42469,-1.34072 -0.792335,-2.5893 -1.27038,-4.42063 L 39.201867,97.100467 34.922979,80.638698 c -0.654718,-2.529318 -0.955015,-3.983962 -1.372478,-6.132 0.682241,2.078869 1.127382,3.495057 1.788097,6.024375 l 4.277657,16.460194 4.278887,16.460193 c 0.541857,2.0958 0.843231,3.47196 1.16644,5.09578 l 0,-0.0564 c -0.123783,-0.71649 -0.220495,-1.41303 -0.306295,-2.39557 l -0.806635,-9.50093 -0.806021,-9.500923 c -0.120854,-1.460812 -0.117784,-2.295693 -0.08411,-3.527343 0.240177,1.20855 0.383791,2.031225 0.51172,3.490331 l 0.805406,9.501055 0.72022,8.47219 0.219726,-23.573158 c 0.05058,-5.075699 0.152686,-7.955718 0.327975,-12.194962 0.09795,4.242394 0.144843,7.122281 0.100406,12.199556 l -0.222955,23.830014 0.06796,-0.61202 3.598951,-32.842031 c 0.555546,-5.044856 0.94241,-7.9002 1.541155,-12.100988 -0.32613,4.2315 -0.5663,7.1022 -1.115231,12.148763 l -3.599724,32.841896 -0.335047,3.07073 c 0.242636,-1.01338 0.505107,-2.00511 0.910578,-3.36433 l 4.138348,-13.78637 4.137735,-13.784664 c 0.639651,-2.117325 1.071568,-3.298181 1.733357,-5.029631 -0.399936,1.811381 -0.690086,3.033713 -1.322501,5.152612 l -4.138356,13.784793 -4.137884,13.78466 c -0.450985,1.49455 -0.801254,2.52329 -1.198729,3.60728 L 56.136592,99.292079 c 2.171277,-3.956268 3.465638,-6.165862 5.396737,-9.408656 -1.691383,3.373519 -2.856586,5.6553 -5.021248,9.614719 l -10.327883,18.857348 5.091516,-5.12637 c 0.911199,-0.91179 1.478732,-1.3793 2.334727,-2.045 -0.661334,0.85942 -1.124462,1.43141 -2.029659,2.34635 l -4.648224,4.68051 9.956701,-6.66094 c 3.675219,-2.45555 5.800366,-3.78722 8.946945,-5.72762 -2.994049,2.16799 -5.038005,3.62408 -8.709077,6.08436 l -10.455812,6.99772 5.567878,-1.79602 c 2.809686,-0.90103 4.42603,-1.34544 6.81534,-1.97124 -2.305196,0.88567 -3.875874,1.47157 -6.683259,2.38179 l -5.321551,1.71596 26.960616,-2.89997 58.803651,-6.32572 c 1.81592,-0.19373 3.44272,-0.36593 4.99571,-0.52579 l 0.0199,-0.0131 c -0.0118,0.0131 2.47711,-1.58064 5.61385,-2.21878 3.11368,-0.72581 6.60716,-0.46279 7.73423,-0.30135 2.10192,0.27825 3.27666,0.62265 4.905,1.29622 -1.59912,0.74104 -2.71082,1.21315 -4.75432,1.76204" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path34" - inkscape:connector-curvature="0" /><path - d="m 148.60686,130.226 c -0.51201,0.82097 -2.08501,3.23361 -4.06545,5.09867 -1.86821,1.88055 -4.1808,2.8938 -4.70051,2.94761 -0.88721,1.0395 -1.82208,2.12652 -2.86612,3.33822 l -34.03029,39.4292 -15.737067,18.23299 9.936858,-5.62918 c 2.762795,-1.55912 4.365309,-2.38324 6.739699,-3.57039 -2.24047,1.42393 -3.76963,2.3772 -6.528885,3.94248 l -8.631114,4.89274 2.693285,-1.03477 c 1.448589,-0.55519 2.297357,-0.80273 3.556359,-1.14096 -1.160442,0.59351 -1.956307,0.97952 -3.403207,1.53917 l -3.566045,1.37314 8.345268,-1.25318 16.726379,-2.51252 c 2.57044,-0.38443 4.03887,-0.52894 6.20691,-0.71649 -2.12653,0.45662 -3.57343,0.75035 -6.14326,1.13938 l -16.725139,2.51396 -8.133851,1.22391 20.87318,0.99645 c 4.05732,0.19832 6.35421,0.38285 9.73543,0.68119 -3.39505,-0.0263 -5.69917,-0.0617 -9.75587,-0.25227 l -22.007801,-1.0517 0.672254,0.32904 20.810597,10.1468 c 3.19547,1.56069 4.97803,2.51239 7.58998,3.93934 -2.73203,-1.18085 -4.5784,-1.99893 -7.77788,-3.5549 l -19.48994,-9.5025 0.881064,0.58419 8.422146,5.57852 c 1.291903,0.85798 1.98568,1.407 2.99113,2.23729 -1.15752,-0.60126 -1.93294,-1.02716 -3.227765,-1.88055 l -8.420921,-5.57852 -1.768883,-1.17009 2.411605,2.38638 18.385924,18.19467 c 2.82292,2.79851 4.37314,4.43756 6.63713,6.87001 -2.45619,-2.23873 -4.11144,-3.77173 -6.93866,-6.56551 l -18.38654,-18.19467 -1.88174,-1.86204 11.075628,14.72113 c 2.136362,2.84458 3.290202,4.50214 4.968342,6.95927 -1.8968,-2.29268 -3.16887,-3.86098 -5.311395,-6.70097 l -11.000579,-14.62125 0.13762,0.24911 12.792834,23.12271 c 1.96169,3.55346 3.01281,5.60621 4.53536,8.63992 -1.76287,-2.90154 -2.94254,-4.8804 -4.91069,-8.43386 l -12.792992,-23.1227 -0.594598,-1.07324 1.705839,5.4478 6.174455,19.70456 c 0.946102,3.03069 1.414,4.76963 2.075167,7.34055 -0.923186,-2.48942 -1.531617,-4.18386 -2.484177,-7.2114 L 88.23209,207.6866 86.625898,202.56483 c 0.06256,0.35202 0.123165,0.72726 0.185587,1.1655 l 1.365866,9.77774 1.364642,9.77773 c 0.206657,1.50215 0.252936,2.36486 0.292608,3.63956 -0.311211,-1.23782 -0.503413,-2.07887 -0.716686,-3.58116 l -1.365096,-9.77616 -1.365866,-9.77772 c -0.08949,-0.65205 -0.14546,-1.17483 -0.186822,-1.67147 L 85.1976,220.05823 c -0.23541,4.15314 -0.441446,6.50567 -0.771732,9.97001 0.05705,-3.47812 0.114712,-5.83997 0.343507,-9.99298 l 0.830156,-14.87338 -3.746251,26.37469 c -0.765739,5.36943 -1.271462,8.40616 -2.04442,12.87142 0.502644,-4.50516 0.861219,-7.56039 1.619879,-12.93141 l 4.209852,-29.63756 -0.710692,1.74523 -13.30686,32.68519 c -2.048883,5.02333 -3.277129,7.84494 -5.112126,11.98877 1.582061,-4.24686 2.672845,-7.12373 4.714955,-12.14876 l 13.307026,-32.68663 0.10871,-0.26606 c -0.417305,0.82571 -0.870293,1.69444 -1.460121,2.77541 l -8.406318,15.38382 -8.407087,15.38237 c -1.294992,2.36184 -2.093315,3.66725 -3.292048,5.57694 0.958554,-2.04041 1.627106,-3.41657 2.915483,-5.783 l 8.406317,-15.38223 8.407088,-15.38238 c 0.938875,-1.71451 1.618802,-2.87227 2.377926,-4.10695 l -16.26632,18.84501 c -5.232054,6.05666 -8.25517,9.44554 -12.727339,14.41821 4.265048,-5.15104 7.175149,-8.63678 12.403055,-14.69804 l 14.737004,-17.07523 c -0.275695,0.27668 -0.55846,0.55965 -0.888895,0.87951 l -10.30743,9.98524 -10.306818,9.98537 c -1.586978,1.53142 -2.537071,2.34793 -3.955218,3.5318 1.228246,-1.38075 2.075167,-2.30488 3.656607,-3.8409 l 10.308051,-9.98379 10.306967,-9.98524 c 1.046202,-1.01181 1.81993,-1.70992 2.629488,-2.40949 l -9.349497,6.11363 -21.205922,13.86617 c -3.260215,2.12966 -5.149183,3.27521 -7.94688,4.94195 2.647626,-1.89433 4.45479,-3.16601 7.712703,-5.30013 l 21.205923,-13.86788 9.286453,-6.07359 -30.682741,10.8986 c -4.938526,1.7514 -7.762668,2.67553 -11.932231,4.01022 4.077767,-1.59299 6.852708,-2.65703 11.787393,-4.41302 l 29.563808,-10.5004 c -0.194661,0.0433 -0.377799,0.084 -0.59829,0.1323 l -9.55185,1.94815 -9.552454,1.94972 c -1.468582,0.29675 -2.315967,0.39506 -3.570201,0.51043 1.198881,-0.38443 2.01705,-0.62738 3.483786,-0.9303 l 9.552463,-1.94972 9.552454,-1.94959 c 0.461755,-0.0945 0.852302,-0.16157 1.222873,-0.22299 l -31.444314,0.96718 c -5.235752,0.15684 -8.207663,0.17377 -12.586957,0.1722 4.370838,-0.27221 7.337981,-0.43667 12.573727,-0.60126 l 31.145712,-0.95786 -4.373758,-0.57356 c -1.124926,-0.15068 -1.752581,-0.30752 -2.675146,-0.5674 0.927955,-0.0144 1.5736,0 2.636095,0.13217 L 66.6513,196.628 52.481218,193.90037 c -2.177884,-0.42132 -3.398447,-0.73199 -5.191928,-1.2163 1.844528,0.21525 3.094457,0.38128 5.271728,0.79643 l 14.171474,2.72619 14.170696,2.72619 c 1.439672,0.27839 2.460805,0.51214 3.506386,0.77661 l -5.035091,-2.00812 -25.15268,-10.02685 c -3.863886,-1.54376 -6.028549,-2.4864 -9.206498,-3.90101 3.278819,1.15946 5.499447,1.96507 9.365179,3.50267 l 25.151455,10.02684 5.018178,2.00051 c -0.990999,-0.55361 -1.93571,-1.11024 -3.240379,-1.93278 L 68.66051,189.35045 56.0099,181.33029 c -1.941861,-1.23467 -3.004967,-1.99736 -4.555818,-3.14291 1.697386,0.91481 2.839218,1.5515 4.785226,2.78158 l 12.649386,8.01858 12.651074,8.02029 c 1.383234,0.88108 2.320262,1.52224 3.306492,2.23112 -0.363342,-0.28455 -0.736986,-0.59666 -1.195809,-1.0072 l -6.232738,-5.62761 -6.232739,-5.62932 c -0.955019,-0.86716 -1.44998,-1.41303 -2.158205,-2.23571 0.891975,0.6212 1.485495,1.05643 2.445896,1.919 l 6.232126,5.62774 5.160094,4.65898 -13.666826,-14.90881 c -3.018803,-3.29818 -4.677741,-5.21719 -7.101956,-8.06321 2.624869,2.66162 4.393595,4.48061 7.417787,7.7742 l 13.833802,15.08863 -0.01549,-0.0197 -17.432765,-23.29648 c -2.675304,-3.58115 -4.13665,-5.65543 -6.26472,-8.72918 2.348561,2.90928 3.925854,4.89431 6.607616,8.47232 l 17.432755,23.29648 1.433068,1.91442 c -0.399938,-0.70429 -0.792803,-1.43614 -1.282838,-2.42183 l -5.627377,-11.35994 -5.628613,-11.35838 c -0.861218,-1.74825 -1.286521,-2.77081 -1.885888,-4.2899 0.845075,1.39768 1.402459,2.35409 2.270293,4.0992 l 5.626767,11.3585 5.629224,11.35982 c 0.558006,1.13019 0.92918,1.96048 1.286521,2.81544 l -4.633921,-18.11775 c -0.98146,-3.85324 -1.468581,-6.05522 -2.15928,-9.3072 0.956251,3.18439 1.586366,5.34936 2.574285,9.19958 l 4.64961,18.17615 0.189743,-6.18122 c 0.03719,-1.1332 0.130384,-1.77436 0.297369,-2.71858 0.108097,0.95183 0.162068,1.59771 0.130244,2.73237 l -0.169295,5.54163 2.341184,-10.01765 c 0.890129,-3.79011 1.463814,-5.92437 2.336565,-9.0611 -0.607364,3.19973 -1.036822,5.36628 -1.91849,9.15953 l -2.477562,10.6142 2.414518,-4.34214 c 1.26546,-2.26958 2.046267,-3.52276 3.220552,-5.35409 -0.93457,1.96507 -1.586209,3.289 -2.847058,5.56317 l -2.273985,4.0946 15.449536,-17.89935 34.03167,-39.42764 c 1.04557,-1.21169 1.98813,-2.29569 2.88918,-3.32901 l 0.008,-0.0262 c -0.003,0.0131 0.64274,-2.51238 2.28184,-4.81267 1.57144,-2.34491 3.98089,-4.27613 4.80504,-4.85126 1.52379,-1.08557 2.49249,-1.56214 3.95477,-2.09265 -0.57046,1.44532 -0.99637,2.42327 -1.98353,4.00706" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path36" - inkscape:connector-curvature="0" /><path - d="m 145.30253,113.29987 c -0.49974,0.54114 -2.02198,2.12034 -3.77332,3.23505 -1.66216,1.13636 -3.52884,1.57145 -3.95323,1.54232 -0.8057,0.64732 -1.65139,1.32391 -2.59704,2.0727 l -31.0619,24.61108 -14.135333,11.19851 7.955325,-2.70165 c 2.287218,-0.77332 3.607418,-1.14397 5.561888,-1.66359 -1.86622,0.77805 -3.1389,1.29006 -5.424259,2.06955 l -6.511522,2.21419 1.497335,-0.27064 c 1.162901,-0.20751 1.83561,-0.25371 2.830765,-0.29361 -0.946566,0.30897 -1.593445,0.50125 -2.754491,0.71492 l -2.401298,0.43523 5.94566,0.23677 12.8631,0.51043 c 1.97799,0.0827 3.09631,0.1999 4.74157,0.40294 -1.65725,0.0722 -2.7811,0.10106 -4.75771,0.0263 l -12.864337,-0.512 -5.725782,-0.22615 14.950269,3.59966 c 3.00312,0.72726 4.68913,1.21013 7.1673,1.94657 -2.54122,-0.47053 -4.26258,-0.81033 -7.26879,-1.52985 l -16.057346,-3.86557 0.255246,0.19215 14.10535,10.55119 c 2.16465,1.62369 3.35031,2.60163 5.0789,4.06546 -1.89265,-1.24556 -3.16595,-2.10498 -5.33476,-3.72264 l -12.591721,-9.41942 0.02293,0.0236 5.498062,5.37088 c 0.842162,0.82871 1.269765,1.35004 1.880664,2.13727 -0.801255,-0.59193 -1.332187,-1.00721 -2.17973,-1.82975 l -5.498832,-5.37246 -0.783108,-0.76427 1.168125,1.70061 11.14543,16.22197 c 1.70999,2.49559 2.62057,3.9501 3.93892,6.11048 -1.5436,-2.00511 -2.57674,-3.37667 -4.2915,-5.86911 l -11.146044,-16.22041 -0.7399,-1.07781 5.865712,11.94112 c 1.191041,2.43259 1.801327,3.84261 2.675303,5.93224 -1.120148,-1.9698 -1.863128,-3.31511 -3.059708,-5.74153 l -5.815277,-11.8381 6.106048,18.61742 c 0.960391,2.93541 1.435516,4.62368 2.110535,7.12071 -0.935183,-2.41093 -1.551305,-4.05313 -2.51832,-6.98841 l -6.265796,-19.10488 -0.134085,-0.40451 0.439766,3.80717 1.801931,15.60838 c 0.273858,2.39872 0.357341,3.76871 0.452209,5.78917 -0.366406,-1.98817 -0.597669,-3.34123 -0.878133,-5.73995 l -1.801931,-15.60838 -0.387327,-3.35659 c -0.0026,0.0696 -0.0026,0.12469 -0.0061,0.19674 l -0.371797,7.50212 -0.371796,7.50055 c -0.06072,1.15316 -0.167597,1.80206 -0.351347,2.75992 -0.08949,-0.9702 -0.131618,-1.62829 -0.0763,-2.78145 l 0.372408,-7.50054 0.370563,-7.50212 c 0.0119,-0.23218 0.02756,-0.43352 0.04445,-0.63197 l -3.149195,12.63622 c -0.76881,3.0706 -1.273921,4.7943 -2.046266,7.32835 0.506957,-2.59862 0.869067,-4.36078 1.63065,-7.43295 l 2.450043,-9.83916 -6.175697,18.0516 c -1.33819,3.90403 -2.165888,6.09355 -3.411669,9.31337 0.987455,-3.30737 1.674006,-5.54623 3.007428,-9.45171 l 7.236958,-21.1592 -0.554312,0.85496 -14.613375,22.52762 c -2.248155,3.45962 -3.583423,5.38322 -5.574485,8.20168 1.761034,-2.96769 2.971902,-4.97109 5.215289,-8.43386 l 14.123191,-21.77425 c -0.242638,0.30752 -0.500343,0.62895 -0.795874,0.99029 l -8.477814,10.29892 -8.478592,10.29893 c -1.305124,1.58077 -2.10161,2.43101 -3.295574,3.66725 0.98315,-1.41002 1.665545,-2.3541 2.965296,-3.93934 l 8.477823,-10.29905 8.478584,-10.29893 c 0.811405,-0.98253 1.429522,-1.6821 2.065638,-2.36945 l -14.480068,11.47217 c -4.775698,3.77947 -7.527722,5.86753 -11.601188,8.91817 3.901713,-3.26589 6.563638,-5.46932 11.334409,-9.25339 l 12.451792,-9.8654 -8.855148,5.81227 -9.128998,5.99051 c -1.403692,0.91797 -2.239694,1.37931 -3.487321,2.0328 1.096165,-0.8841 1.851141,-1.46698 3.252524,-2.39098 l 9.12716,-5.99064 9.128997,-5.99051 c 0.682395,-0.44599 1.228868,-0.78265 1.756265,-1.08715 l -7.25802,2.98607 -17.825622,7.33596 c -2.739424,1.1256 -4.320864,1.69601 -6.662198,2.51094 2.236771,-1.06864 3.762404,-1.77594 6.499518,-2.90614 l 17.825465,-7.3374 7.406411,-3.05064 -24.053444,3.69639 c -3.939687,0.60126 -6.184771,0.87177 -9.496033,1.24084 3.269131,-0.63958 5.492226,-1.0563 9.430531,-1.66517 l 22.809657,-3.5028 -7.09842,0.0879 -7.417777,0.0919 c -1.139994,0.0131 -1.788098,-0.0551 -2.741892,-0.17995 0.950872,-0.1491 1.596517,-0.2306 2.737123,-0.24911 l 7.417777,-0.0919 7.416098,-0.0919 c 0.09734,0 0.172979,0 0.263086,0 l -22.95804,-3.65794 c -3.934157,-0.63039 -6.154015,-1.05945 -9.420845,-1.71754 3.309425,0.38745 5.554036,0.67043 9.488649,1.29321 l 22.783836,3.63182 -2.581512,-0.85339 c -0.819245,-0.27365 -1.260692,-0.49822 -1.902802,-0.85496 0.405467,0.0551 0.74774,0.11419 1.104005,0.19228 l -8.080375,-3.21518 -10.201792,-4.06088 c -1.56576,-0.62724 -2.427136,-1.05013 -3.685981,-1.69745 1.359872,0.39204 2.276907,0.67804 3.845276,1.29924 l 10.200416,4.0593 10.200567,4.06088 c 0.764041,0.30752 1.357405,0.5628 1.914186,0.8211 L 83.8648,153.85271 66.499855,142.76957 c -2.667463,-1.70678 -4.140815,-2.73381 -6.297016,-4.27298 2.30335,1.30699 3.856047,2.21104 6.527036,3.91164 l 17.365574,11.08472 2.905175,1.8543 c -0.497883,-0.41816 -1.010214,-0.87333 -1.648789,-1.46987 l -8.309139,-7.80189 -8.307916,-7.79887 c -1.273911,-1.20239 -1.947855,-1.93581 -2.920862,-3.03831 1.161055,0.90261 1.935246,1.52841 3.213323,2.72317 l 8.309753,7.8019 8.308064,7.80032 c 0.565075,0.53353 1.004831,0.9702 1.412608,1.39151 -0.03001,-0.0381 -0.0546,-0.0656 -0.08584,-0.10763 l -3.852511,-5.09722 -3.854805,-5.09408 c -0.58876,-0.78579 -0.866144,-1.2747 -1.251783,-2.01127 0.603671,0.57054 0.998839,0.97177 1.594058,1.7514 l 3.853115,5.09722 2.537071,3.35357 -7.51388,-12.16884 c -1.78395,-2.89682 -2.735889,-4.57892 -4.112674,-7.06834 1.610963,2.34636 2.686679,3.9501 4.476622,6.8439 l 7.640587,12.3732 -9.258156,-18.99424 c -1.487806,-3.05826 -2.267991,-4.82501 -3.389374,-7.44043 1.368938,2.49545 2.279979,4.19606 3.775004,7.25288 l 9.700224,19.90144 0.502188,1.0286 c -0.13223,-0.40123 -0.264932,-0.82714 -0.412081,-1.34846 l -2.582737,-9.29329 -2.583972,-9.29499 c -0.392708,-1.4284 -0.547697,-2.25724 -0.747127,-3.48732 0.463129,1.15631 0.760349,1.9467 1.160442,3.37352 l 2.58335,9.29342 2.582589,9.29342 c 0.185133,0.6703 0.314746,1.20697 0.422844,1.71741 l -0.837848,-13.61561 c -0.182516,-3.01837 -0.213115,-4.73578 -0.232338,-7.26679 0.291847,2.51408 0.470207,4.22231 0.659951,7.24066 l 0.856607,13.88324 0.944099,-4.24241 c 0.191126,-0.84249 0.368874,-1.30383 0.659488,-1.97884 -0.02336,0.73499 -0.05644,1.2285 -0.241413,2.0727 l -0.807249,3.62577 2.972515,-6.6856 c 1.206109,-2.70467 1.956325,-4.21156 3.086624,-6.41655 -0.879821,2.31722 -1.493642,3.88249 -2.69437,6.59032 l -3.219466,7.2467 2.196022,-2.6246 c 1.272688,-1.51621 2.048717,-2.33114 3.213928,-3.51041 -0.95501,1.35621 -1.618654,2.2634 -2.884254,3.78407 l -1.963999,2.35094 13.701563,-10.85713 31.06268,-24.61108 c 0.95332,-0.75495 1.81132,-1.42997 2.62933,-2.07112 l 0.005,0 c -0.005,0.0131 0.84416,-1.79275 2.40177,-3.28427 1.51456,-1.53156 3.59649,-2.6355 4.2961,-2.94617 1.29623,-0.59351 2.09886,-0.79643 3.27513,-0.95327 -0.60735,1.01797 -1.05326,1.70061 -2.01734,2.7447" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path38" - inkscape:connector-curvature="0" /><path - d="m 188.62495,201.83902 c 2.48171,-0.72109 3.90863,-1.06089 6.01978,-1.53457 -2.03427,0.73657 -3.41966,1.21787 -5.89831,1.94512 l -14.25373,4.16076 7.1238,-1.09778 c 1.11477,-0.1676 1.75749,-0.1907 2.71081,-0.19989 -0.91027,0.27825 -1.53147,0.44901 -2.6447,0.62422 l -7.24987,1.11629 -0.92565,0.14306 1.86359,0.0801 18.76358,0.79183 c 2.88304,0.12469 4.51598,0.2692 6.91927,0.50597 -2.41558,0.0354 -4.05469,0.0394 -6.93772,-0.0774 l -18.76358,-0.79339 -1.12247,-0.0473 12.3517,2.34793 c 2.53708,0.48431 3.96399,0.83186 6.05669,1.36842 -2.14498,-0.26906 -3.59804,-0.46897 -6.13665,-0.94867 l -12.23483,-2.32484 17.57192,5.97359 c 2.79078,0.95182 4.34992,1.56069 6.6379,2.48325 -2.37562,-0.66269 -3.98397,-1.13164 -6.77629,-2.0773 l -18.1639,-6.17505 -0.29215,-0.0998 3.07524,1.8022 12.94061,7.57273 c 1.98813,1.16852 3.07831,1.89131 4.66975,2.98292 -1.72983,-0.85339 -2.89534,-1.4515 -4.88656,-2.6124 l -12.94215,-7.57431 -2.66776,-1.56214 c 0.0153,0.0144 0.0261,0.021 0.043,0.0354 l 5.50775,4.58522 5.50777,4.58364 c 0.84568,0.70731 1.27775,1.16393 1.89741,1.85745 -0.79494,-0.48287 -1.32235,-0.82569 -2.17111,-1.5284 l -5.50776,-4.58522 -5.50929,-4.58365 c -0.13992,-0.11812 -0.25524,-0.22142 -0.37517,-0.32602 l 7.76804,9.56248 c 1.90204,2.34649 2.92455,3.72264 4.40989,5.76765 -1.69752,-1.87123 -2.83537,-3.15525 -4.74201,-5.49859 l -5.95366,-7.32519 10.09294,14.85645 c 2.20955,3.25828 3.40428,5.14802 5.14025,7.94495 -1.962,-2.64468 -3.2782,-4.4499 -5.49391,-7.70503 l -11.94423,-17.57647 0.30907,0.84105 8.81055,24.06062 c 1.35003,3.69954 2.04811,5.82146 3.05064,8.95663 -1.25931,-3.04133 -2.09577,-5.11258 -3.45349,-8.80898 l -8.45384,-23.08582 c 0.0815,0.31369 0.16453,0.62882 0.2537,0.99487 l 2.99683,12.37005 2.99683,12.36861 c 0.45667,1.90207 0.6458,2.99841 0.89796,4.61751 -0.51818,-1.55453 -0.85031,-2.61542 -1.3162,-4.51592 l -2.99529,-12.37018 -2.99682,-12.36861 c -0.27216,-1.13321 -0.44744,-1.98201 -0.59813,-2.82621 l 0.44591,17.50731 c 0.14453,5.80926 0.15684,9.10744 0.143,13.96316 -0.25985,-4.84969 -0.41977,-8.14314 -0.57046,-13.95082 l -0.38133,-14.95174 -0.63349,9.88837 -0.66426,10.39592 c -0.10461,1.596 -0.23678,2.49861 -0.4582,3.82397 -0.0522,-1.34229 -0.0676,-2.25409 0.0307,-3.85166 l 0.66424,-10.39592 0.66426,-10.39579 c 0.0476,-0.72423 0.10145,-1.2978 0.1676,-1.84052 l -1.85284,7.1253 -4.62207,17.80249 c -0.71347,2.73394 -1.18705,4.26694 -1.9128,6.51801 0.46128,-2.32024 0.79187,-3.89012 1.49918,-6.62563 l 4.62208,-17.80407 1.89742,-7.31443 -10.9294,20.3935 c -1.79901,3.35042 -2.88303,5.21561 -4.50368,7.95099 1.37923,-2.86466 2.33255,-4.80047 4.12543,-8.15404 l 10.33895,-19.28942 -3.92246,5.3571 -4.18234,5.71069 c -0.64579,0.87649 -1.07017,1.33009 -1.71598,1.98201 0.42593,-0.81336 0.73038,-1.35621 1.37002,-2.23414 l 4.18078,-5.71226 4.18388,-5.70925 c 0.0246,-0.0354 0.046,-0.0604 0.0707,-0.0932 l -15.86052,15.32383 c -2.73695,2.64009 -4.3407,4.08555 -6.71939,6.19355 2.18958,-2.30488 3.68875,-3.85783 6.42111,-6.50107 l 15.75444,-15.22238 -2.0358,1.41304 c -0.67963,0.46594 -1.10556,0.67043 -1.74982,0.95025 0.23373,-0.24137 0.43362,-0.43824 0.65195,-0.63354 l -6.95311,4.23924 -8.94587,5.45239 c -1.37617,0.83501 -2.19418,1.24701 -3.41351,1.82976 1.07633,-0.81638 1.81746,-1.35464 3.19055,-2.19569 l 8.94587,-5.45396 8.94434,-5.45239 c 0.62888,-0.38128 1.13629,-0.67042 1.62372,-0.93174 l -2.99373,1.1193 -18.40993,6.88853 c -2.83076,1.05485 -4.46064,1.58694 -6.87316,2.34333 2.31566,-1.01325 3.89326,-1.6821 6.72247,-2.74457 l 18.40992,-6.88708 2.96145,-1.10853 c -0.57045,0.13125 -1.17627,0.25528 -1.94508,0.39046 l -10.7126,1.86822 -10.71259,1.86978 c -1.64679,0.28298 -2.59397,0.3721 -3.9932,0.47828 1.35157,-0.37524 2.27261,-0.61044 3.91938,-0.90116 l 10.7126,-1.86822 10.7126,-1.86808 c 0.6658,-0.1155 1.2055,-0.19228 1.71906,-0.25843 l -6.0736,0.0171 -6.09819,0.0171 c -0.93642,0 -1.46843,-0.0722 -2.25109,-0.20751 0.78266,-0.14004 1.31467,-0.21381 2.25109,-0.21997 l 6.09665,-0.0184 3.79485,-0.0131 -13.37114,-1.22404 c -3.23207,-0.2982 -5.05877,-0.5397 -7.74806,-0.924 2.71389,0.11025 4.55442,0.20449 7.78651,0.49809 l 13.61869,1.24556 -19.59696,-3.78564 c -3.18442,-0.61963 -4.97881,-1.04094 -7.61584,-1.68984 2.68931,0.37971 4.51138,0.65651 7.69887,1.26853 l 20.73941,4.00706 0.93641,0.17981 c -0.34443,-0.11681 -0.70731,-0.24753 -1.1363,-0.41357 l -8.56762,-3.35816 -8.56915,-3.35514 c -1.31465,-0.51962 -2.03427,-0.88095 -3.08446,-1.44073 1.15013,0.3045 1.9251,0.52749 3.2413,1.04094 l 8.56916,3.35672 8.5676,3.35659 c 0.57354,0.22602 1.02407,0.42132 1.4469,0.61806 l -10.76795,-7.10377 c -2.40791,-1.58983 -3.73487,-2.55242 -5.67073,-3.99473 2.08808,1.21315 3.495,2.05275 5.906,3.63799 l 11.02319,7.26679 -2.65086,-3.09986 c -0.53355,-0.62882 -0.77957,-1.0332 -1.12399,-1.64365 0.55199,0.4351 0.91027,0.74117 1.44843,1.3654 l 2.2403,2.62013 -3.35047,-6.01676 c -1.37154,-2.47092 -2.08808,-3.90862 -3.11675,-6.03816 1.26854,1.99736 2.11269,3.36118 3.49193,5.82908 l 3.64724,6.54715 -0.72576,-3.10132 c -0.42745,-1.8375 -0.6012,-2.89695 -0.82877,-4.46381 0.49358,1.50387 0.81032,2.52945 1.24393,4.36695 l 0.65041,2.75692 -0.42592,-16.59552 -0.96562,-37.80236 c -0.0292,-1.1609 -0.0522,-2.20185 -0.0707,-3.19515 l -8.8e-4,0 c 0.003,0.0131 -0.8872,-1.67134 -1.13322,-3.71477 -0.30291,-2.0328 0.0508,-4.2546 0.21373,-4.96663 0.28906,-1.32995 0.59813,-2.05721 1.15782,-3.04132 0.43514,1.04396 0.70577,1.77279 0.95179,3.1059 0.12757,0.69195 0.46282,2.76163 0.30906,4.73747 -0.0861,1.91428 -0.82417,3.58115 -1.09171,3.89326 0.0307,0.98714 0.063,2.02191 0.0923,3.1752 l 0.96717,37.80079 0.43821,17.14598 2.48325,-7.55895 c 0.72269,-2.18794 1.20089,-3.40738 1.93279,-5.19252 -0.47204,1.87137 -0.80877,3.13675 -1.52531,5.32784 l -2.00198,6.09669 0.58737,-1.16852 c 0.50895,-1.00564 0.86107,-1.54534 1.40692,-2.32496 -0.29984,0.90418 -0.52125,1.50688 -1.02405,2.51711 l -1.00406,2.00196 3.53344,-4.33296 7.76037,-9.51943 c 1.19473,-1.46081 1.92817,-2.24188 3.03064,-3.37969 -0.89028,1.31001 -1.5084,2.1865 -2.69853,3.65177 l -7.76034,9.51799 -3.39815,4.16994 11.24614,-9.28108 c 2.27569,-1.87438 3.61187,-2.88146 5.59847,-4.34372 -1.81285,1.67291 -3.0537,2.79379 -5.32631,4.67276 l -12.11798,10.00375 0.2445,-0.0722 16.13423,-4.70977" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path40" - inkscape:connector-curvature="0" /><path - d="m 266.04716,-64.296739 c -5.80604,4.005488 -9.75926,6.708581 -16.79694,11.369138 l -43.23018,28.593599 7.94643,-3.587325 c 1.6683,-0.748782 2.64469,-1.107094 4.09313,-1.611357 -1.33619,0.753375 -2.25107,1.247007 -3.91631,2.001957 l -4.03164,1.820568 c 0.4782,-0.186112 0.97331,-0.378262 1.51917,-0.5859 l 21.7327,-8.27085 21.73271,-8.27085 c 3.34125,-1.268531 5.26174,-1.92045 8.10173,-2.853768 -2.74158,1.191618 -4.60979,1.982006 -7.94796,3.255131 l -21.73424,8.27085 -21.73272,8.269275 c -2.52015,0.957994 -4.23307,1.562269 -6.13971,2.205 l -0.31368,0.141487 9.66086,-1.703756 42.9734,-7.563544 c 6.6056,-1.162481 10.36508,-1.74825 15.90513,-2.584706 -5.49391,1.107094 -9.22726,1.838944 -15.8298,3.006019 l -42.97492,7.566694 -9.87767,1.740506 c 2.3541,-0.06825 4.33147,-0.09844 7.40978,-0.06431 l 24.13756,0.275232 24.13601,0.276806 c 3.70873,0.04462 5.81374,0.144506 8.9105,0.315131 -3.09983,0.103688 -5.20637,0.153825 -8.91512,0.112875 l -24.13601,-0.276806 -24.13754,-0.276806 c -3.30435,-0.03937 -5.33862,-0.12075 -7.93258,-0.261319 l 0.30137,0.084 c 1.13169,0.13125 2.16651,0.27825 3.67492,0.550462 l 13.30962,2.432457 13.31118,2.434162 c 2.04504,0.378263 3.19056,0.664256 4.87578,1.111688 -1.73443,-0.178369 -2.90763,-0.318282 -4.95266,-0.690375 l -13.31118,-2.432588 -13.30963,-2.434031 c -0.18758,-0.03544 -0.33673,-0.06825 -0.51048,-0.09975 l 34.10746,9.630206 c 6.93313,1.960481 10.84637,3.141338 16.60168,4.909538 -5.82912,-1.503732 -9.78234,-2.541657 -16.71853,-4.497544 l -34.272,-9.677719 2.48171,0.976369 43.63611,17.156737 c 6.70402,2.640094 10.4804,4.205382 16.03275,6.534938 -5.65229,-2.074275 -9.48403,-3.501225 -16.18959,-6.13515 l -43.6361,-17.156738 -5.00035,-1.965075 c 1.61144,0.901032 3.02296,1.7283 5.10644,3.021375 l 17.34128,10.798725 17.33818,10.8003 c 2.66317,1.66215 4.13467,2.669232 6.28887,4.169944 -2.29873,-1.268531 -3.84867,-2.148037 -6.51489,-3.805594 L 227.31145,-8.071599 209.97172,-18.870324 c -2.17881,-1.3608 -3.57497,-2.294119 -5.18485,-3.405807 l 22.57994,21.749569 c 4.61286,4.443731 7.17761,7.017675 10.93863,10.829438 -3.95015,-3.613313 -6.61945,-6.082782 -11.23539,-10.520344 l -22.44309,-21.6174 5.44625,9.434775 c 0.91027,1.583794 1.36541,2.521706 2.00966,3.911775 -0.88105,-1.256194 -1.4638,-2.117325 -2.38024,-3.696394 l -5.12949,-8.886019 5.70303,16.966163 c 1.99583,5.950612 3.05986,9.345656 4.60055,14.356781 -1.80054,-4.92345 -3.0045,-8.275444 -5.00801,-14.218444 l -5.89985,-17.547337 0.41516,8.941275 c 0.1922,4.182412 0.22756,6.561056 0.2537,10.063725 -0.2983,-3.490331 -0.48281,-5.859788 -0.68117,-10.043644 l -0.41207,-8.804512 -6.20738,38.87415 -13.23736,82.879254 c -0.40902,2.55702 -0.78419,4.88342 -1.13938,7.06532 l 0.0118,0.0472 c -0.008,-0.0197 1.23778,3.96703 0.94256,8.48925 -0.16453,4.52065 -1.82208,9.19643 -2.46174,10.67719 -1.15936,2.76924 -2.03734,4.25919 -3.51806,6.27191 -0.36135,-2.47249 -0.56124,-4.16994 -0.55201,-7.16979 0.006,-1.5561 0.11379,-6.18437 1.24393,-10.40209 0.54739,-2.10499 1.33619,-4.0824 2.14652,-5.51539 0.76574,-1.37773 1.51609,-2.21733 1.78671,-2.46632 0.34136,-2.18347 0.70885,-4.51145 1.11631,-7.06545 l 13.23737,-82.879122 6.23966,-39.081787 -9.2042,16.80315 c -2.46018,4.483762 -3.91785,6.993131 -6.09051,10.672593 1.93279,-3.811762 3.2613,-6.391875 5.71534,-10.878656 l 8.52763,-15.56835 -3.88248,5.111006 c -1.51609,1.991194 -2.43251,3.076763 -3.80562,4.657538 1.15476,-1.745231 1.95432,-2.921494 3.46427,-4.915838 l 4.44372,-5.855193 -11.29844,9.567075 -20.80092,17.622543 c -3.19824,2.706244 -5.0603,4.183857 -7.81878,6.342788 2.58166,-2.366438 4.34685,-3.957844 7.54202,-6.670256 l 20.80092,-17.6211 11.13082,-9.430182 -30.61861,16.958288 c -5.72609,3.169162 -9.00891,4.9035 -13.85703,7.43295 4.71589,-2.769244 7.92643,-4.632863 13.64945,-7.808063 l 31.61191,-17.5119 -1.82669,0.181388 -37.12275,3.722512 c -5.70457,0.567394 -8.9474,0.819657 -13.72631,1.160907 4.75123,-0.613463 7.98023,-1.01325 13.6848,-1.586813 l 36.75218,-3.685631 -3.70566,-0.114188 -16.26801,-0.513581 c -2.49864,-0.08138 -3.91479,-0.201337 -5.9998,-0.404381 2.0927,-0.07088 3.51347,-0.09975 6.01364,-0.02494 l 16.26801,0.513582 4.76201,0.1491 -6.63944,-1.531425 -40.61929,-9.361013 c -6.2412,-1.443881 -9.76542,-2.332575 -14.95028,-3.665812 5.24636,1.068768 8.80287,1.812956 15.04561,3.247518 l 40.62082,9.362588 5.91062,1.3608 -29.3301,-11.4492 c -5.34015,-2.086481 -8.34312,-3.339656 -12.75456,-5.207869 4.51138,1.612931 7.56817,2.726194 12.90986,4.808081 l 29.22246,11.40615 -2.04041,-1.14555 -37.12429,-20.857855 c -5.70457,-3.208931 -8.90435,-5.091056 -13.60333,-7.887994 4.83275,2.560163 8.10634,4.311563 13.8109,7.5159 l 37.12736,20.856281 2.85229,1.603743 -7.93873,-6.873168 -25.16468,-21.774243 c -3.86404,-3.348844 -6.00901,-5.303156 -9.14883,-8.203125 3.31972,2.692331 5.56156,4.534425 9.43022,7.878675 l 25.16313,21.775818 8.02177,6.940762 c -0.77804,-0.848662 -1.52686,-1.695881 -2.52939,-2.901412 l -10.15752,-12.2472 -10.15905,-12.245624 c -1.55761,-1.886588 -2.38637,-2.99985 -3.58572,-4.662 1.40999,1.485356 2.35101,2.50635 3.91478,4.386768 l 10.15905,12.248774 10.15752,12.245625 c 1.11784,1.351482 1.85897,2.306325 2.62933,3.348844 l -14.56895,-26.802168 c -3.19978,-5.893781 -4.95114,-9.271893 -7.50666,-14.259918 2.79539,4.8573 4.67743,8.163225 7.88337,14.052281 l 12.93445,23.796149 -18.45296,-42.147655 c -3.5027,-8.00638 -5.42318,-12.57769 -8.22626,-19.32013 3.0537,6.63167 5.11104,11.1447 8.61835,19.14793 l 19.77686,45.167586 -0.68271,-4.042369 -9.45481,-56.080107 c -1.44844,-8.62299 -2.1988,-13.52032 -3.2782,-20.747075 1.34848,7.177665 2.24645,12.054915 3.70104,20.673315 l 9.45483,56.084699 0.5151,3.050643 c -0.19989,-2.341893 -0.35673,-4.506862 -0.52894,-7.669725 l -1.51609,-28.212186 -1.51764,-28.212321 c -0.22911,-4.33453 -0.28752,-6.79927 -0.34442,-10.428065 0.33213,3.613435 0.53662,6.068995 0.77342,10.403525 l 1.51609,28.215336 1.5161,28.212186 c 0.1922,3.619613 0.26447,5.941425 0.31521,8.721432 l 6.49797,-40.680806 c 2.03582,-12.739258 3.26438,-19.952228 5.09721,-30.567868 -1.56375,10.66026 -2.64469,17.89476 -4.67589,30.635462 l -6.33192,39.652199 c 0.3675,-1.711369 0.75035,-3.358162 1.33004,-5.663044 l 5.67228,-22.418549 5.67535,-22.421568 c 0.87491,-3.44426 1.44076,-5.38165 2.30182,-8.22623 -0.59506,2.91218 -1.01945,4.885 -1.88667,8.33083 l -5.67381,22.421575 -5.67381,22.418417 c -0.72116,2.841563 -1.23471,4.662132 -1.87437,6.804 l 8.18784,-17.482762 17.31359,-36.97509 c 2.66316,-5.6784 4.23922,-8.87054 6.58562,-13.55879 -2.09732,4.80507 -3.5396,8.05718 -6.19815,13.74175 l -17.31359,36.975092 -8.04482,17.186007 33.5078,-41.794068 c 5.28326,-6.585601 8.33697,-10.272811 12.8545,-15.689891 -4.3038,5.58784 -7.24219,9.36876 -12.51929,15.95751 l -33.00809,41.168136 c 0.6581,-0.673444 1.35773,-1.3608 2.28491,-2.238731 l 11.44296,-10.764863 11.4445,-10.766436 c 1.76211,-1.652963 2.80924,-2.537063 4.37145,-3.82095 -1.37463,1.483781 -2.3218,2.475506 -4.07777,4.133062 l -11.44296,10.766437 -11.4445,10.768012 c -1.15013,1.0794 -1.9989,1.826607 -2.88304,2.575519 l 43.84215,-29.00113 c 7.0423,-4.652813 11.07548,-7.2345 17.03374,-11.010825" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path42" - inkscape:connector-curvature="0" /><path - d="m 161.87653,-28.06124 16.27262,-5.85375 c 2.50017,-0.893287 3.944,-1.336125 6.07975,-1.958906 -2.04349,0.879506 -3.43658,1.460812 -5.93521,2.361844 l -16.27263,5.855193 -16.27109,5.855325 c -2.0804,0.744188 -3.44581,1.176263 -5.06953,1.660575 l 0.0724,0 c 0.71807,-0.193725 1.41461,-0.355162 2.40484,-0.531956 l 9.54554,-1.692994 9.54554,-1.695881 c 1.46844,-0.256856 2.31412,-0.330619 3.56267,-0.4137 -1.20088,0.352144 -2.02043,0.571988 -3.48732,0.834881 l -9.54554,1.694569 -8.57838,1.522238 23.95764,-1.954313 c 5.14642,-0.419869 8.06944,-0.584325 12.37938,-0.799575 -4.28689,0.487331 -7.19914,0.801019 -12.34554,1.225481 l -24.20675,1.977413 0.68271,0.01312 33.58929,0.604275 c 5.1618,0.09712 8.08941,0.222994 12.39783,0.438244 -4.31457,0.06038 -7.24373,0.07875 -12.40552,-0.01312 l -33.5893,-0.604275 -3.18748,-0.05906 c 1.06403,0.156844 2.10346,0.330619 3.53806,0.619763 l 14.34599,2.91375 14.34754,2.9169 c 2.2034,0.448875 3.4381,0.7749 5.25404,1.283887 -1.86975,-0.239925 -3.13521,-0.419737 -5.34016,-0.8673 l -14.34599,-2.91375 -14.34753,-2.915325 c -1.5699,-0.3213 -2.65085,-0.581175 -3.79638,-0.885675 l 20.09977,8.735213 c 4.20692,1.832906 6.56562,2.938425 10.02836,4.592831 -3.57189,-1.402275 -5.98904,-2.372475 -10.20057,-4.199213 l -20.07516,-8.72445 5.68303,4.700588 c 1.00868,0.84105 1.53302,1.369987 2.28797,2.171006 -0.9287,-0.591937 -1.54991,-1.007081 -2.56013,-1.840519 l -5.20176,-4.300668 7.68963,9.491737 c 2.82769,3.493481 4.37453,5.521556 6.63176,8.526131 -2.46941,-2.832375 -4.13313,-4.765162 -6.96389,-8.255493 l -8.07404,-9.966863 2.34334,5.501606 c 1.17628,2.763075 1.77596,4.359075 2.63394,6.719344 -1.11016,-2.252644 -1.84514,-3.790237 -3.02604,-6.550294 l -2.24646,-5.260106 5.44011,27.063619 11.85196,58.961569 c 0.36749,1.826607 0.69194,3.465788 1.00099,5.028057 l 0.006,0.01313 c -0.009,-0.01313 1.82978,2.361712 2.76772,5.478506 1.02559,3.08595 1.08402,6.648731 1.02559,7.804912 -0.0861,2.154206 -0.32598,3.375094 -0.85338,5.089613 -0.89489,-1.554525 -1.47457,-2.637075 -2.22186,-4.655963 -0.38593,-1.047112 -1.47304,-4.18845 -1.77288,-7.311412 -0.1599,-1.554525 -0.12613,-3.08595 0.06,-4.256044 0.16913,-1.117856 0.46129,-1.866769 0.58276,-2.112731 -0.31829,-1.548356 -0.64734,-3.1752 -1.01329,-4.991175 l -11.85352,-58.961438 -5.51851,-27.4512 -1.92663,13.246668 c -0.53048,3.624075 -0.90105,5.670657 -1.47765,8.6814 0.30444,-3.047625 0.52893,-5.117306 1.0548,-8.741381 l 1.70984,-11.787431 -1.09018,3.618037 c -0.51818,1.715963 -0.88259,2.667788 -1.44536,4.062319 0.29983,-1.473019 0.52279,-2.467762 1.03636,-4.1853 l 1.35925,-4.51605 -4.92346,8.772094 -9.55631,17.036906 c -1.47304,2.616994 -2.36946,4.065469 -3.71642,6.185813 1.10709,-2.254219 1.8759,-3.774882 3.34278,-6.396469 l 9.55785,-17.036906 4.81121,-8.581388 -15.91283,18.585131 c -3.05371,3.558057 -4.83889,5.533894 -7.49128,8.418507 2.44328,-3.064425 4.11774,-5.131088 7.16531,-8.698332 l 16.65242,-19.446262 -0.91796,0.450581 -23.98995,11.795044 c -3.68858,1.806656 -5.81249,2.767669 -8.95308,4.162331 3.01926,-1.637606 5.07829,-2.732362 8.76319,-4.546762 l 22.92053,-11.269257 -1.6391,0.553613 -11.05087,3.730256 c -1.69907,0.568969 -2.68623,0.824119 -4.14696,1.173244 1.37463,-0.609 2.31412,-1.002619 4.01164,-1.580775 l 11.04934,-3.728681 2.65238,-0.894863 -4.23305,0.553481 -29.61609,3.879488 c -4.552898,0.591937 -7.143327,0.856406 -10.963385,1.219312 3.783929,-0.633543 6.355904,-1.045537 10.906955,-1.643775 l 29.61562,-3.879356 3.48733,-0.456619 -21.7235,-0.329043 c -4.10774,-0.06825 -6.43631,-0.178369 -9.86598,-0.3675 3.43381,-0.08269 5.76546,-0.122063 9.87214,-0.063 l 21.60509,0.3276 -0.79803,-0.123375 -30.14702,-4.709644 c -4.63147,-0.727388 -7.247876,-1.210125 -11.09792,-1.951294 3.892175,0.472106 6.53195,0.807319 11.16342,1.528406 l 30.14765,4.709775 1.72213,0.265913 -6.47952,-2.412506 -22.345,-8.323088 c -3.43274,-1.283887 -5.35415,-2.078869 -8.17461,-3.275081 2.91656,0.939487 4.88903,1.596 8.32468,2.872275 l 22.34406,8.324662 6.28734,2.340188 c -0.49358,-0.255281 -1.01175,-0.531956 -1.64679,-0.894863 l -9.88383,-5.679975 -9.88382,-5.6784 c -1.51763,-0.876487 -2.34178,-1.434693 -3.54221,-2.281912 1.33727,0.609 2.23524,1.0395 3.7544,1.909819 l 9.88536,5.6784 9.88228,5.679975 c 0.81033,0.464362 1.41923,0.842625 1.99583,1.222331 l -15.95114,-13.884683 c -3.62264,-3.155119 -5.62924,-5.000363 -8.56655,-7.738763 3.11721,2.532469 5.22068,4.265363 8.84792,7.417463 l 13.55259,11.79045 -21.93073,-22.646137 c -4.35376,-4.498987 -6.77198,-7.1022 -10.31327,-10.957012 3.73888,3.662662 6.26226,6.164287 10.6208,10.658812 l 24.23442,25.021631 -1.22088,-2.112732 -20.38113,-35.286824 c -3.12906,-5.427712 -4.84074,-8.539912 -7.33937,-13.137342 2.73527,4.46211 4.57472,7.500417 7.70994,12.920649 l 20.38114,35.286824 0.5274,0.913237 c -0.55355,-1.156181 -1.10401,-2.355544 -1.80056,-3.954694 l -8.07557,-18.562162 -8.07558,-18.560587 c -1.23624,-2.853768 -1.87281,-4.502137 -2.78462,-6.939317 1.16244,2.32798 1.93432,3.91794 3.17826,6.768692 l 8.07557,18.562031 8.07558,18.562162 c 0.95025,2.192663 1.54684,3.678019 2.18495,5.350931 l -5.72609,-28.484399 c -1.81747,-9.062681 -2.77849,-14.216868 -4.16541,-21.811127 1.65601,7.542021 2.76156,12.66379 4.58672,21.728046 l 5.31555,26.442543 c -0.0953,-0.702713 -0.19067,-1.443881 -0.29062,-2.344913 l -1.80362,-16.470956 -1.80363,-16.470955 c -0.27369,-2.52945 -0.35826,-3.9732 -0.4536,-6.102863 0.3675,2.098819 0.59814,3.525769 0.87799,6.056663 l 1.80516,16.470955 1.80363,16.471088 c 0.19835,1.829756 0.29521,3.093693 0.3721,4.455937 l 1.0748,-13.205062 2.37101,-29.151674 c 0.36902,-4.479169 0.64734,-7.016229 1.09016,-10.746489 -0.16913,3.75493 -0.3029,6.30118 -0.6627,10.78022 l -2.37256,29.151805 -1.0594,13.046644 11.87964,-35.966437 c 1.9005,-5.739956 3.04603,-8.976581 4.762,-13.730982 -1.45612,4.842076 -2.46173,8.121751 -4.35454,13.866301 l -11.52599,34.893205 c 0.15683,-0.338231 0.32751,-0.701137 0.52894,-1.107093 l 4.98804,-10.089844 4.98804,-10.08525 c 0.76881,-1.548356 1.27008,-2.397149 2.03273,-3.630374 -0.51818,1.356206 -0.88568,2.269574 -1.64833,3.819505 l -4.98804,10.086825 -4.98957,10.086694 c -0.33213,0.670425 -0.61352,1.200937 -0.89028,1.696012 l 21.67581,-29.745186 c 3.56575,-4.884994 5.64614,-7.615913 8.73215,-11.61825 -2.86612,4.16535 -4.82659,6.982237 -8.38465,11.871956 l -21.43132,29.40853 3.91016,-3.864131 c 0.93333,-0.919406 1.51456,-1.388494 2.38792,-2.060362 -0.68116,0.867168 -1.15782,1.442306 -2.08655,2.364862 l -0.63504,0.628819 11.69052,-10.266638 12.51931,-10.989299 c 1.92663,-1.6884 3.06601,-2.591006 4.76353,-3.897862 -1.51609,1.512919 -2.5586,2.524725 -4.48062,4.219161 l -12.5193,10.99245 -12.52083,10.990875 c -1.33158,1.1655 -2.28951,1.957463 -3.31202,2.766225 l -0.0769,0.07481 5.63384,-3.3075 26.95754,-15.829669 c 4.14388,-2.431012 6.53181,-3.747187 10.06218,-5.6616 -3.39198,2.148038 -5.70457,3.593494 -9.84538,6.030544 l -26.95907,15.8298 -5.68459,3.339787 c 1.33159,-0.558206 2.56783,-1.047243 4.39606,-1.705331 l 16.27109,-5.856769" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path44" - inkscape:connector-curvature="0" /><path - d="m 238.30851,9.570498 c -2.92763,1.359225 -4.925,2.266425 -8.49074,3.742593 L 209.2352,21.82531 211.72,21.240985 c 0.81647,-0.187556 1.29467,-0.224437 2.00659,-0.250556 -0.33059,0.1491 -0.61043,0.269062 -0.91027,0.376687 l 8.19859,-1.416187 10.48041,-1.81125 c 1.61142,-0.275231 2.53707,-0.359888 3.90556,-0.45675 -1.32236,0.3675 -2.2234,0.598106 -3.83329,0.881081 l -10.48042,1.809806 -10.48041,1.809807 c -0.74881,0.127312 -1.34541,0.2121 -1.91126,0.27825 l 3.27666,0.06038 19.95831,0.359756 c 3.06755,0.06037 4.80659,0.166162 7.3652,0.349125 -2.56476,0.08925 -4.30534,0.132169 -7.37289,0.08006 l -19.9583,-0.361331 -3.25668,-0.05775 c 0.60121,0.09319 1.23318,0.202913 2.02811,0.365925 l 10.81408,2.234138 10.81409,2.237288 c 1.66062,0.345975 2.5878,0.613462 3.9486,1.0332 -1.41614,-0.15225 -2.37409,-0.273656 -4.03471,-0.615038 l -10.81562,-2.234137 -10.81254,-2.235713 c -0.69038,-0.144507 -1.24086,-0.275232 -1.76211,-0.4074 0.008,0 0.0118,0 0.0184,0 l 5.763,2.258812 5.76301,2.258813 c 0.88259,0.348994 1.35772,0.615038 2.0481,1.031757 -0.79034,-0.161569 -1.31927,-0.290719 -2.20648,-0.633544 l -5.76147,-2.258813 -3.64723,-1.428394 12.23331,6.175051 c 2.94147,1.488375 4.57595,2.398725 6.9731,3.762543 -2.52016,-1.120875 -4.22231,-1.895906 -7.16685,-3.379687 l -12.45013,-6.284254 17.14907,10.917113 c 2.77849,1.772925 4.31611,2.839988 6.56564,4.434544 -2.39561,-1.36395 -4.01319,-2.304881 -6.79628,-4.071637 l -18.0947,-11.522964 -0.858,-0.544293 c 0.29215,0.247537 0.59506,0.513581 0.95334,0.8442 l 6.83933,6.365757 6.84087,6.3672 c 1.04865,0.982537 1.5945,1.591406 2.37869,2.507925 -0.97023,-0.718069 -1.61758,-1.216294 -2.67084,-2.192663 l -6.84087,-6.367331 -6.84087,-6.365757 c -0.46898,-0.439688 -0.83186,-0.802594 -1.16706,-1.154738 l 7.54818,10.764864 c 1.67908,2.398725 2.57398,3.80415 3.8671,5.887612 -1.51762,-1.926619 -2.53399,-3.244369 -4.21767,-5.641519 l -7.71272,-10.997044 1.35158,3.930151 c 0.26909,0.791831 0.35365,1.263806 0.45206,1.969668 -0.35827,-0.615037 -0.58123,-1.040943 -0.85646,-1.831331 l -1.1486,-3.338213 0.92258,6.965438 c 0.37364,2.847731 0.51511,4.471425 0.69346,6.865425 -0.45051,-2.358694 -0.73806,-3.963881 -1.11784,-6.807019 l -1.00408,-7.568138 -0.47511,3.225995 c -0.28292,1.895775 -0.5151,2.959818 -0.8826,4.525106 0.0984,-1.603744 0.18297,-2.690756 0.45822,-4.586663 l 0.41976,-2.8707 -5.79836,15.855919 -13.19585,36.060281 c -0.40286,1.103944 -0.77035,2.094225 -1.12247,3.036732 l 0.002,0.01313 c -0.002,-0.01313 0.21066,1.908112 -0.32136,3.93015 -0.47358,2.031225 -1.63295,3.997743 -2.05271,4.608187 -0.77036,1.147125 -1.33312,1.720687 -2.22649,2.441775 -0.0199,-1.148569 0,-1.937381 0.26602,-3.287419 0.13684,-0.702712 0.59197,-2.780006 1.47612,-4.588237 0.79956,-1.783688 2.11576,-3.072169 2.47556,-3.256706 0.34135,-0.947232 0.69961,-1.940532 1.10247,-3.044475 l 13.19431,-36.061857 5.9921,-16.375538 -5.18177,6.228863 c -1.49918,1.795894 -2.40483,2.770819 -3.75947,4.185432 1.14398,-1.591538 1.93585,-2.6586 3.42888,-4.459088 l 4.20078,-5.055751 -1.0302,0.920982 c -0.85646,0.7581 -1.39001,1.136363 -2.19419,1.669894 0.62121,-0.736444 1.05788,-1.227056 1.90819,-1.989619 l 1.71444,-1.528407 -4.97728,2.783026 -10.88173,6.093675 c -1.67447,0.934763 -2.65854,1.4007 -4.1239,2.063381 1.33159,-0.902475 2.2434,-1.497562 3.91479,-2.43705 l 10.88173,-6.093675 4.80045,-2.687738 -14.12304,4.576032 c -2.84767,0.919406 -4.48523,1.373006 -6.90852,2.014294 2.33717,-0.901163 3.93015,-1.494675 6.77782,-2.421825 l 15.19476,-4.923451 -0.2737,-0.02625 -16.99684,-1.573031 c -2.61088,-0.244388 -4.08546,-0.455044 -6.25504,-0.79485 2.19419,0.06562 3.68261,0.128625 6.29501,0.370519 l 15.06099,1.393087 -7.18683,-1.634456 c -1.11478,-0.258431 -1.7329,-0.473681 -2.63395,-0.819656 0.96256,0.07875 1.61143,0.150806 2.72775,0.402937 l 7.2637,1.649813 0.96717,0.221418 -1.76364,-0.787237 -17.42585,-7.757269 c -2.67546,-1.194769 -4.16541,-1.940531 -6.34576,-3.059831 2.2926,0.870187 3.84251,1.479187 6.52105,2.667656 l 17.4243,7.7574 1.08095,0.482738 -10.82638,-6.854663 c -2.21417,-1.407 -3.43043,-2.266425 -5.20945,-3.551887 1.92509,1.054725 3.2213,1.788281 5.4401,3.188981 l 10.72027,6.785494 -14.39826,-12.227119 c -2.27876,-1.941975 -3.52576,-3.098288 -5.34323,-4.821994 1.99429,1.516069 3.33663,2.558588 5.62154,4.494525 l 14.85032,12.612994 0.2614,0.222994 -2.24647,-2.866107 -9.39639,-11.978006 c -1.44074,-1.845244 -2.20186,-2.935406 -3.29973,-4.556081 1.31313,1.453069 2.19111,2.451094 3.63648,4.291612 l 9.39638,11.978007 1.96662,2.504775 c -0.0185,-0.03281 -0.0339,-0.05512 -0.0522,-0.08925 l -3.49195,-6.387282 -3.4904,-6.385837 c -0.53354,-0.980963 -0.77341,-1.574475 -1.10092,-2.46015 0.56738,0.75495 0.93641,1.2747 1.47765,2.254219 l 3.4904,6.387281 3.49193,6.384131 c 0.0953,0.176794 0.17068,0.327469 0.25063,0.482869 l -3.78254,-11.9658 C 201.14779,5.763596 200.69419,4.08294 200.053,1.596671 c 0.90259,2.403319 1.49764,4.03935 2.42483,6.965438 l 2.92148,9.238031 -4.01165,-17.908669 c -0.87183,-3.899437 -1.29468,-6.130556 -1.89128,-9.419418 0.86262,3.230456 1.43154,5.427712 2.30952,9.32715 l 4.7251,21.096075 0.0231,-0.92715 0.65657,-26.011913 c 0.10461,-3.9963 0.23525,-6.2643 0.45667,-9.599362 0.0522,3.342806 0.0691,5.612381 -0.0277,9.60855 l -0.63196,25.020187 c 0.0415,-0.345975 0.0845,-0.699562 0.14146,-1.105519 l 1.78518,-12.799106 1.78671,-12.799237 c 0.27678,-1.968094 0.50742,-3.072169 0.87184,-4.695863 -0.0938,1.66215 -0.17529,2.78775 -0.44745,4.755844 l -1.78672,12.799237 -1.78517,12.799107 c -0.16914,1.193193 -0.32136,2.066531 -0.49665,2.932256 l 6.12587,-16.74015 c 2.0312,-5.543081 3.25052,-8.659875 5.07261,-13.241944 -1.56376,4.675913 -2.64471,7.844944 -4.66975,13.386581 l -5.24328,14.330532 4.31609,-9.162694 4.50677,-9.570094 c 0.695,-1.46685 1.15475,-2.271019 1.85744,-3.439669 -0.45514,1.285463 -0.78111,2.149613 -1.46996,3.621057 l -4.50678,9.570225 -4.50675,9.570093 c -0.32444,0.681188 -0.59352,1.214719 -0.86414,1.711369 l 4.4345,-6.075169 11.00474,-15.088631 c 1.69599,-2.317219 2.7139,-3.588769 4.23767,-5.444644 -1.30082,2.018888 -2.20186,3.376538 -3.89017,5.696775 l -11.00782,15.088763 -4.53906,6.225844 17.9594,-15.205575 c 2.94916,-2.492438 4.66822,-3.850219 7.21913,-5.83065 -2.37409,2.188068 -3.99781,3.659512 -6.94235,6.159693 l -16.99992,14.392088 5.74146,-3.618038 6.08129,-3.833287 c 0.93486,-0.584194 1.50533,-0.856406 2.35871,-1.233094 -0.70731,0.607294 -1.19781,1.005638 -2.1296,1.597575 l -6.08129,3.831713 -6.08128,3.831712 c -0.0508,0.0315 -0.0907,0.05381 -0.13839,0.08269 l 20.73172,-8.5722 c 3.57036,-1.471575 5.62154,-2.240307 8.65526,-3.3474" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path46" - inkscape:connector-curvature="0" /><path - d="m 143.42509,81.895548 c -0.69655,-0.848793 -2.71851,-3.4167 -4.00242,-6.22125 -0.64887,-1.393087 -1.11017,-2.826206 -1.31466,-3.9732 -0.20144,-1.093312 -0.17222,-1.883568 -0.13686,-2.151187 -0.79341,-1.334681 -1.62525,-2.738531 -2.54783,-4.303819 L 105.40592,14.283291 91.435255,-9.432927 93.910359,3.476954 c 0.67641,3.53955 0.989923,5.563031 1.421228,8.546081 C 94.63058,9.090779 94.172369,7.09801 93.489974,3.559904 l -2.200179,-11.462981 0.149608,3.681168 c 0.06834,1.760457 0.03553,2.763075 -0.042,4.240688 -0.196499,-1.465406 -0.311824,-2.4633 -0.386243,-4.225331 l -0.188055,-4.595982 -1.741197,9.691632 -3.392296,18.908137 c -0.524484,2.904563 -0.891975,4.539019 -1.463814,6.942338 0.300912,-2.450963 0.524326,-4.113113 1.042046,-7.01925 l 3.393066,-18.904988 1.7003,-9.48255 -8.781193,22.356994 c -1.688304,4.293056 -2.713594,6.699394 -4.249517,10.23435 1.28114,-3.633394 2.168347,-6.096694 3.850044,-10.391194 l 9.19758,-23.418019 -0.698547,0.705863 -18.489258,18.685144 c -2.843977,2.867681 -4.508455,4.445175 -6.980024,6.748612 2.277065,-2.495587 3.836823,-4.177687 6.674807,-7.051537 l 17.62866,-17.811807 -1.298675,1.005638 -9.066427,7.026862 C 76.752817,0.501648 75.91727,1.058279 74.6698,1.85011 75.749673,0.839879 76.49449,0.169454 77.885574,-0.91454 l 9.066575,-7.028437 2.141134,-1.660707 -3.717805,1.859025 -26.264543,13.15125 c -4.037477,2.017313 -6.361284,3.096844 -9.793866,4.663575 3.311263,-1.81125 5.567879,-3.024393 9.601664,-5.046431 l 26.265155,-13.149675 3.043871,-1.525387 -20.23399,6.677868 c -3.836367,1.262363 -6.035164,1.911263 -9.283382,2.836969 3.162267,-1.185581 5.313708,-1.975837 9.14991,-3.242925 l 20.119443,-6.639412 -0.726678,0.13125 -29.527208,5.338593 c -4.537058,0.818082 -7.124101,1.210125 -10.940474,1.762163 3.767172,-0.818081 6.328227,-1.359225 10.864822,-2.1819 l 29.527058,-5.343188 1.658475,-0.299906 -6.775212,-0.153694 -23.446238,-0.536681 c -3.601412,-0.08662 -5.644134,-0.206062 -8.651571,-0.412125 3.014043,-0.06956 5.059075,-0.09319 8.662955,-0.01837 l 23.44454,0.538125 6.542568,0.150675 c -0.526628,-0.07481 -1.080485,-0.166031 -1.761647,-0.295181 l -11.014429,-2.089636 -11.015507,-2.088057 c -1.691384,-0.32445 -2.63732,-0.579731 -4.026715,-0.984112 1.439209,0.133744 2.413443,0.242944 4.106515,0.5628 l 11.015051,2.088056 11.015656,2.091206 c 0.880442,0.16905 1.559144,0.319725 2.203713,0.482738 l -19.255757,-7.741913 c -4.382832,-1.765181 -6.841179,-2.833818 -10.452742,-4.432968 3.713045,1.345443 6.227367,2.277318 10.612499,4.036331 l 16.339663,6.56565 -27.623024,-13.943213 c -5.49591,-2.778431 -8.580687,-4.417612 -13.112508,-6.857812 4.655607,2.195812 7.807112,3.704137 13.305174,6.474956 l 30.55542,15.425419 -1.795789,-1.55295 -30.314007,-26.214956 c -4.655455,-4.033182 -7.251414,-6.371924 -11.052874,-9.840731 3.981054,3.2613 6.672502,5.489268 11.333329,9.516281 l 30.313404,26.214956 0.727291,0.627375 c -0.868445,-0.879638 -1.75504,-1.805213 -2.8938,-3.038438 L 72.333262,-30.682827 58.846029,-45.325602 c -2.069629,-2.252643 -3.192245,-3.579581 -4.823042,-5.553843 1.832529,1.78815 3.062631,3.015206 5.137798,5.263255 l 13.487844,14.642775 13.487224,14.644219 c 1.585133,1.725281 2.617493,2.912306 3.744877,4.257619 L 75.388203,-36.67649 c -4.61055,-7.832606 -7.162689,-12.311774 -10.897881,-18.923493 3.97075,6.471807 6.650674,10.875637 11.266605,18.706668 l 13.398962,22.746019 c -0.299826,-0.590494 -0.609665,-1.216294 -0.970077,-1.972819 l -6.985405,-14.72415 -6.987103,-14.721262 c -1.069713,-2.266424 -1.612039,-3.582599 -2.385154,-5.529168 1.020522,1.8312 1.696154,3.082931 2.772483,5.343186 l 6.985405,14.724282 6.987251,14.721131 c 0.765738,1.622119 1.261312,2.760056 1.763955,3.988556 l -3.250065,-12.582281 -7.19544,-27.849412 c -1.102779,-4.280718 -1.658475,-6.727087 -2.450043,-10.337381 1.056502,3.544144 1.754418,5.949038 2.863813,10.228181 l 7.196832,27.852431 3.215162,12.433181 -0.552624,-37.205699 c -0.08531,-5.947594 -0.06055,-9.321113 0.0026,-14.293781 0.210192,4.968075 0.334434,8.34015 0.427,14.286037 l 0.535246,36.068024 c 0.03351,-0.34755 0.07569,-0.722794 0.127925,-1.140956 l 1.381398,-10.986281 1.38264,-10.987857 c 0.215565,-1.68525 0.409001,-2.633925 0.723135,-4.028587 -0.042,1.42695 -0.08951,2.395575 -0.299067,4.0824 l -1.381397,10.986281 -1.38278,10.986281 c -0.09056,0.710457 -0.17899,1.279294 -0.272003,1.815975 l 10.531974,-34.584111 c 1.73581,-5.687719 2.78938,-8.895206 4.36837,-13.608 -1.31713,4.792725 -2.22894,8.043262 -3.95814,13.732556 l -10.413216,34.188918 2.361774,-4.812806 c 0.570615,-1.154738 0.958562,-1.777388 1.555619,-2.683144 -0.351348,1.025587 -0.606743,1.716094 -1.171214,2.872275 l -0.409614,0.833437 7.573231,-13.338806 8.09065,-14.247581 c 1.24562,-2.188068 2.01628,-3.393599 3.17302,-5.15563 -0.91888,1.89735 -1.56098,3.176643 -2.80061,5.366286 l -8.09004,14.246006 -8.089252,14.249157 c -0.86261,1.511475 -1.498569,2.557012 -2.189259,3.637987 l -0.03745,0.0735 4.152803,-4.872656 19.940308,-23.402663 c 3.06755,-3.594937 4.86041,-5.58613 7.5251,-8.501455 -2.45556,3.095269 -4.13773,5.181749 -7.19912,8.779837 l -19.940158,23.404106 -4.176183,4.90035 c 1.043901,-0.936338 2.030744,-1.786706 3.501164,-2.975306 l 13.231217,-10.68795 13.23152,-10.686507 c 2.03581,-1.640625 3.23516,-2.512387 5.02033,-3.780918 -1.61143,1.479187 -2.72005,2.469337 -4.75125,4.114687 l -13.23199,10.6848 -13.230126,10.688081 c -1.68539,1.35765 -2.812766,2.1987 -4.156504,3.162863 l 0.05224,-0.02363 c 0.600591,-0.408975 1.192266,-0.782644 2.050571,-1.265381 l 8.318829,-4.654388 8.32051,-4.651369 c 1.27869,-0.7119 2.04089,-1.054725 3.1755,-1.533 -1.00069,0.716494 -1.69016,1.187025 -2.96654,1.905094 l -8.31989,4.654388 -7.423791,4.153143 21.572801,-9.52245 c 4.64515,-2.048156 7.30985,-3.141337 11.24461,-4.729725 -3.82405,1.837369 -6.42879,3.067575 -11.0724,5.120194 l -21.794361,9.622463 0.578445,-0.189132 31.401116,-10.265193 c 4.82658,-1.574475 7.58661,-2.398594 11.65976,-3.585619 -3.98859,1.4469 -6.70248,2.410931 -11.52599,3.99315 l -31.401563,10.265194 -2.934093,0.959437 c 1.022367,-0.196875 2.034427,-0.3675 3.439808,-0.556631 l 14.265718,-1.915856 14.26527,-1.919007 c 2.19264,-0.292162 3.44734,-0.3843 5.29556,-0.49665 -1.81285,0.382857 -3.04756,0.622782 -5.23867,0.921113 l -14.26572,1.915856 -14.265571,1.917431 c -1.546073,0.207507 -2.627179,0.312113 -3.77685,0.396638 l 21.452551,1.634456 c 4.50061,0.34755 7.04692,0.615169 10.79715,1.037925 -3.77023,-0.1491 -6.32882,-0.269062 -10.83098,-0.608869 l -21.440403,-1.634456 6.768597,2.52315 c 1.205496,0.4536 1.865586,0.77805 2.825986,1.282444 -1.0565,-0.246094 -1.76703,-0.43365 -2.974981,-0.879506 l -6.18107,-2.303438 10.172271,6.318113 c 3.75271,2.335725 5.84356,3.721068 8.90804,5.7876 -3.20917,-1.832775 -5.37875,-3.093694 -9.13392,-5.424694 l -10.68692,-6.636394 3.932923,4.333088 c 1.982609,2.187937 3.052954,3.477993 4.609787,5.395425 -1.759194,-1.734469 -2.939464,-2.922938 -4.926379,-5.106413 l -3.754564,-4.134637 13.758783,23.361056 30.01755,50.959782 c 0.92718,1.577625 1.75751,2.993681 2.54475,4.343719 l 0.009,0 c -0.0138,0 2.46328,1.603743 4.33917,4.200787 1.94508,2.535488 3.14751,5.826056 3.46425,6.920813 0.61198,2.028075 0.78419,3.239775 0.84109,5.003381 -1.33312,-1.153163 -2.22033,-1.971113 -3.56575,-3.607144" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path48" - inkscape:connector-curvature="0" /><path - d="m 152.39864,105.67017 c -0.73652,0.0144 -2.93225,0 -4.9496,-0.49048 -1.95278,-0.4137 -3.54267,-1.45307 -3.83021,-1.7867 -1.02866,-0.13532 -2.10654,-0.2814 -3.30587,-0.44744 l -39.25312,-5.441752 -17.861142,-2.475506 7.441918,3.879356 c 2.139445,1.121002 3.319724,1.819122 5.045242,2.873852 -1.851142,-0.81034 -3.101692,-1.37773 -5.243438,-2.490864 l -6.084977,-3.172182 1.219181,0.885675 c 0.954397,0.698119 1.451205,1.153163 2.168967,1.843669 -0.878132,-0.470531 -1.463201,-0.805744 -2.420521,-1.496119 l -1.97015,-1.433118 3.935995,4.460659 8.518108,9.65003 c 1.306357,1.48535 1.993512,2.37562 2.98452,3.70414 -1.19581,-1.14857 -1.993994,-1.9404 -3.30589,-3.42117 l -8.517487,-9.64858 -3.796074,-4.297648 7.727773,13.294308 c 1.549608,2.67239 2.366534,4.22534 3.545596,6.52562 -1.41631,-2.16182 -2.360557,-3.641 -3.915555,-6.31037 l -8.298377,-14.275271 0.03719,0.310669 2.119609,17.487222 c 0.323208,2.6863 0.434989,4.22087 0.570605,6.4827 -0.407777,-2.22954 -0.666095,-3.74417 -0.995146,-6.4319 l -1.893273,-15.614553 -8.75e-4,0.04462 -0.08706,7.685083 c -0.01628,1.18085 -0.09795,1.8497 -0.245708,2.83526 -0.125476,-0.98871 -0.19159,-1.66057 -0.182517,-2.83999 l 0.08706,-7.684947 0.01199,-1.091737 -0.421619,2.015868 -4.025945,19.264746 c -0.622282,2.96152 -1.04405,4.62525 -1.696302,7.07162 0.383172,-2.50176 0.66256,-4.19777 1.277606,-7.15772 l 4.02549,-19.266321 0.26662,-1.279293 -4.581026,12.494734 c -0.935795,2.54166 -1.534085,3.95772 -2.440358,6.03357 0.649793,-2.17114 1.108774,-3.63799 2.037963,-6.17965 l 4.542588,-12.394854 -9.244944,17.281424 c -1.461346,2.72304 -2.353321,4.23294 -3.691511,6.44411 1.097399,-2.34032 1.858982,-3.91938 3.313721,-6.64558 L 80.502189,96.738081 80.703464,96.359818 78.2528,99.312156 68.218763,111.40238 c -1.544234,1.85588 -2.477107,2.86309 -3.8705,4.32692 1.1832,-1.63761 2.000599,-2.74011 3.540065,-4.60058 L 77.92375,99.038373 80.087179,96.430567 c -0.05294,0.04594 -0.09425,0.08663 -0.150071,0.135319 l -5.681505,4.914264 -5.680124,4.91269 c -0.875675,0.75193 -1.419837,1.12402 -2.238619,1.65138 0.640885,-0.735 1.086637,-1.21773 1.958776,-1.97583 l 5.680115,-4.91427 5.681358,-4.911109 c 0.177747,-0.155269 0.337041,-0.282975 0.493115,-0.41055 l -11.318878,6.459599 c -2.751577,1.56673 -4.347927,2.39243 -6.712632,3.58418 2.228931,-1.42997 3.752096,-2.38495 6.499972,-3.95627 l 8.801643,-5.023466 -17.310213,8.004806 c -3.747327,1.72673 -5.901839,2.64324 -9.088712,3.96703 3.071548,-1.57132 5.165475,-2.62316 8.90974,-4.35605 l 20.294269,-9.387136 -0.996538,0.189132 -26.384006,5.006534 c -4.055476,0.76571 -6.368515,1.12862 -9.780647,1.63747 3.361084,-0.77647 5.647059,-1.2869 9.700838,-2.058786 l 25.495583,-4.838925 c -0.389786,0.03806 -0.797562,0.0735 -1.261313,0.108938 l -13.304558,0.99015 -13.304716,0.990281 c -2.043957,0.1491 -3.209164,0.161438 -4.927453,0.153825 1.69784,-0.2646 2.851664,-0.424462 4.895629,-0.579731 l 13.304707,-0.991725 13.303947,-0.990281 c 1.269764,-0.09188 2.200791,-0.128625 3.135362,-0.143063 L 61.80688,92.061911 c -6.030848,-0.84105 -9.442518,-1.388363 -14.463153,-2.2218 5.05784,0.5628 8.489966,0.964031 14.522662,1.795893 l 15.753369,2.18505 -10.337416,-2.391112 -10.637865,-2.46015 c -1.633721,-0.381281 -2.544299,-0.667275 -3.879418,-1.117856 1.397699,0.182962 2.341186,0.32445 3.975519,0.699693 l 10.637866,2.46015 10.637103,2.461725 c 0.791718,0.184538 1.409222,0.345975 1.992288,0.515157 L 72.839913,90.808867 55.218648,82.997655 c -2.706524,-1.203957 -4.212924,-1.952738 -6.418948,-3.081357 2.318417,0.877932 3.883101,1.491525 6.592538,2.689313 l 17.621888,7.812656 7.325989,3.247387 L 61.04115,78.83073 c -3.157507,-2.431013 -4.904856,-3.86715 -7.461151,-6.004425 2.722816,1.920581 4.559503,3.239775 7.72177,5.666193 l 18.299523,14.064619 -4.973281,-5.071106 -5.193616,-5.297119 c -0.795873,-0.816506 -1.19581,-1.330087 -1.765951,-2.104987 0.764654,0.584325 1.270378,0.994875 2.07102,1.805212 l 5.195461,5.297119 5.194386,5.298562 c 0.06965,0.07088 0.122387,0.128625 0.185587,0.196875 L 67.082544,73.550542 c -2.263835,-3.279675 -3.488546,-5.18175 -5.270037,-7.997194 2.006751,2.660175 3.352782,4.477594 5.622618,7.752675 l 13.117125,18.966544 -1.162751,-2.43705 c -0.368717,-0.7812 -0.512952,-1.25475 -0.699151,-1.965075 0.247397,0.338231 0.445138,0.624225 0.637953,0.945656 L 76.059012,80.73123 71.942811,70.553711 c -0.629353,-1.566863 -0.920116,-2.481675 -1.321277,-3.8409 0.655175,1.256194 1.082332,2.11575 1.717669,3.679462 l 4.117445,10.179094 4.116051,10.178962 c 0.306906,0.762694 0.532166,1.370119 0.72975,1.949719 L 80.630363,89.295817 76.638542,69.083842 c -0.611353,-3.107606 -0.885202,-4.88355 -1.264226,-7.505137 0.646879,2.567775 1.067255,4.316025 1.684769,7.420481 l 3.991199,20.211975 0.667791,3.379687 c -0.042,-0.648769 -0.0672,-1.333106 -0.07691,-2.204869 L 81.536135,78.987573 81.430349,67.593761 c -0.0119,-1.751269 0.05294,-2.746144 0.176671,-4.209975 0.150071,1.462256 0.233564,2.454112 0.252778,4.205381 l 0.105788,11.395388 0.104553,11.396831 c 0.0053,0.776475 -0.0061,1.396106 -0.0301,1.98345 0.0079,-0.04988 0.01138,-0.08794 0.01925,-0.138338 l 1.020521,-6.30735 1.019899,-6.30735 c 0.160379,-0.968625 0.321984,-1.50675 0.587992,-2.295562 0.0044,0.833306 -0.01199,1.394531 -0.165139,2.364862 l -1.020521,6.307219 -0.67025,4.143956 3.600178,-13.832437 c 0.859994,-3.290569 1.416923,-5.140275 2.265533,-7.855706 -0.583834,2.7846 -0.997605,4.671318 -1.851141,7.964906 l -3.659688,14.064618 7.32599,-19.815337 c 1.18258,-3.188981 1.922026,-4.974244 3.034947,-7.592812 -0.856442,2.713987 -1.456586,4.548337 -2.632552,7.741912 l -7.676724,20.764012 -0.39578,1.073232 c 0.19697,-0.372094 0.412081,-0.759544 0.687775,-1.225482 l 4.929917,-8.290799 4.930074,-8.2908 c 0.759727,-1.271682 1.252852,-1.957463 2.003663,-2.950763 -0.514168,1.133213 -0.881669,1.894331 -1.636172,3.170606 l -4.929304,8.2908 -4.930686,8.289356 c -0.355495,0.598107 -0.653485,1.060894 -0.945945,1.492969 l 9.258786,-10.01595 c 2.056556,-2.217337 3.275274,-3.427331 5.090899,-5.189493 -1.61511,1.948143 -2.72559,3.25815 -4.775532,5.480081 l -9.444373,10.215975 3.720272,-2.249625 c 0.7399,-0.442838 1.19826,-0.633413 1.886036,-0.888694 -0.546008,0.488906 -0.927491,0.805744 -1.663856,1.256194 l -3.177335,1.92045 6.883923,-2.472488 c 2.788633,-0.997894 4.395431,-1.497562 6.769682,-2.204869 -2.282455,0.965607 -3.838669,1.603744 -6.624992,2.607807 l -7.460994,2.681568 3.413366,-0.226012 c 1.973685,-0.128625 3.09799,-0.128625 4.755853,-0.102375 -1.639715,0.247537 -2.754492,0.395194 -4.7271,0.530512 l -3.054792,0.204488 17.316211,2.401744 39.25342,5.441629 c 1.19935,0.1676 2.27568,0.32143 3.30128,0.46895 l 0.0215,0 c -0.009,0 1.87895,-0.62882 4.03316,-0.53195 2.15421,0.0354 4.38837,0.77962 5.09875,1.06863 1.32389,0.52737 2.02505,0.96718 2.9507,1.70835 -1.15476,0.26592 -1.95585,0.41659 -3.37816,0.44127" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path50" - inkscape:connector-curvature="0" /><path - d="m 156.17811,102.97929 c -0.63043,-0.38444 -2.48326,-1.5729 -3.9194,-3.078342 -1.42845,-1.402275 -2.20955,-3.136744 -2.26952,-3.565669 -0.79649,-0.665831 -1.6268,-1.368543 -2.54938,-2.151187 l -30.18962,-25.672106 -13.72355,-11.670488 4.1834,7.260619 c 1.20303,2.094225 1.82223,3.316688 2.71173,5.134106 -1.12615,-1.680525 -1.87389,-2.830668 -3.08307,-4.921875 l -3.43134,-5.950612 0.55553,1.414612 c 0.42776,1.100925 0.60367,1.7514 0.838,2.720025 -0.48835,-0.868743 -0.80248,-1.463831 -1.23671,-2.563181 l -0.89258,-2.271019 0.92318,5.878294 2.00183,12.713006 c 0.30338,1.954313 0.40548,3.075319 0.52679,4.726707 -0.39163,-1.611488 -0.63964,-2.706244 -0.95025,-4.660557 l -2.0006,-12.713006 -0.8932,-5.663044 -0.62166,15.366882 c -0.12731,3.086081 -0.272,4.835906 -0.51418,7.40985 -0.0324,-2.584707 -0.0353,-4.3407 0.0866,-7.428225 l 0.66672,-16.504819 -0.13762,0.285994 -7.60398,15.8928 c -1.171213,2.4402 -1.901576,3.793256 -3.001285,5.775262 0.852915,-2.100394 1.44921,-3.51645 2.61395,-5.9598 l 6.792445,-14.193769 -0.0227,0.03544 -4.200163,6.439519 c -0.648112,0.985556 -1.076328,1.506881 -1.731056,2.258812 0.425155,-0.899587 0.729146,-1.502287 1.372481,-2.494012 l 4.200768,-6.438075 0.59275,-0.910219 -1.43776,1.474592 -13.740623,14.096775 c -2.113764,2.163525 -3.364156,3.339787 -5.226208,5.054175 1.666166,-1.905094 2.810456,-3.185963 4.919153,-5.35395 l 13.74016,-14.095332 0.923188,-0.947231 -10.588045,8.087888 c -2.152665,1.639181 -3.418126,2.512518 -5.299402,3.7779 1.714291,-1.482207 2.890256,-2.472488 5.040621,-4.119282 l 10.477946,-8.004806 -17.069259,9.6117 c -2.694527,1.511475 -4.25859,2.3079 -6.57517,3.4566 2.18204,-1.38705 3.673372,-2.31105 6.364819,-3.830269 l 17.52349,-9.868425 0.37548,-0.210656 -3.656778,1.176263 -14.959953,4.811231 c -2.300428,0.736444 -3.626621,1.085569 -5.589395,1.5729 1.878205,-0.747206 3.159956,-1.237688 5.457934,-1.980431 l 14.960576,-4.811232 3.228996,-1.040943 c -0.0703,0.01312 -0.12731,0.02362 -0.203125,0.03412 l -7.432083,1.096331 -7.434079,1.093181 c -1.143678,0.166163 -1.801931,0.186113 -2.776164,0.192281 0.934561,-0.275231 1.571289,-0.444412 2.714354,-0.615037 l 7.432075,-1.096331 7.434096,-1.093313 c 0.231866,-0.03281 0.432526,-0.05775 0.630716,-0.08138 l -13.010862,-0.62422 c -3.161192,-0.155269 -4.950514,-0.315262 -7.585543,-0.579731 2.647628,-0.01312 4.444799,0 7.605842,0.153825 l 10.132754,0.484312 -18.908567,-2.535487 c -4.089146,-0.553613 -6.399723,-0.937913 -9.798171,-1.531425 3.43504,0.322875 5.764999,0.561225 9.855221,1.103944 l 22.163396,2.975306 -0.94717,-0.376688 -24.946184,-9.940743 c -3.831441,-1.529982 -5.97919,-2.466319 -9.130231,-3.868594 3.253144,1.148569 5.4544,1.946569 9.289525,3.471825 l 24.112944,9.607106 c -0.34965,-0.179944 -0.716529,-0.369075 -1.129835,-0.591937 L 86.456768,47.311698 74.701204,41.00448 c -1.805011,-0.971775 -2.794775,-1.586813 -4.239375,-2.517113 1.573758,0.6888 2.633173,1.173244 4.441728,2.140294 l 11.754942,6.30735 11.755704,6.3042 c 1.106936,0.596662 1.905737,1.0626 2.692537,1.543762 L 87.060387,42.83883 c -4.636993,-3.947082 -7.220814,-6.2412 -11.007815,-9.640838 3.964756,3.190556 6.644207,5.372325 11.285207,9.316388 l 12.15872,10.335806 -7.477286,-7.603444 -7.655655,-7.783387 c -1.173664,-1.202513 -1.787476,-1.931344 -2.672845,-3.0261 1.080485,0.902606 1.799481,1.529981 2.979139,2.724618 l 7.654412,7.784963 7.655655,7.786537 c 0.570011,0.579732 1.005451,1.051707 1.405551,1.508457 L 97.042912,47.706892 86.36954,31.655673 c -1.636644,-2.469337 -2.50509,-3.908625 -3.762247,-6.044325 1.48534,1.98345 2.476337,3.342807 4.119746,5.805975 l 10.673215,16.051219 4.438656,6.676425 -8.313918,-22.875169 c -1.359252,-3.747187 -2.062095,-5.8968 -3.070463,-9.072 1.266081,3.082931 2.107613,5.18175 3.472866,8.925919 l 7.885065,21.691163 -1.47273,-6.950082 -1.537622,-7.256025 c -0.2331,-1.116281 -0.294298,-1.765181 -0.357954,-2.724618 0.331511,0.904181 0.537548,1.520662 0.776641,2.6355 l 1.537015,7.2576 1.53761,7.257468 c 0.0186,0.0945 0.0319,0.167607 0.0486,0.256857 l -0.88889,-23.235057 c -0.14961,-3.982387 -0.16222,-6.242644 -0.15192,-9.574688 0.26309,3.319706 0.42454,5.576945 0.58015,9.556313 l 0.8829,23.048944 0.32859,-2.680125 c 0.10934,-0.854962 0.24201,-1.331531 0.46544,-2.031225 0.027,0.412125 0.0415,0.751931 0.0318,1.117856 l 1.57975,-8.556843 1.99352,-10.794132 c 0.30861,-1.659 0.55554,-2.58615 0.94594,-3.948525 -0.12127,1.411463 -0.22158,2.367882 -0.52556,4.025438 l -1.9929,10.795706 -1.99353,10.795575 c -0.15007,0.807188 -0.28646,1.439156 -0.43068,2.034244 l 1.25961,-3.230456 7.48329,-19.191113 c 1.15322,-2.947612 1.87605,-4.592831 2.96316,-7.008488 -0.83341,2.514094 -1.41723,4.213126 -2.56384,7.163757 l -7.48329,19.191112 -1.24977,3.207488 c 0.31413,-0.570544 0.66011,-1.160906 1.12015,-1.902075 l 6.02917,-9.666956 6.02807,-9.667088 c 0.93026,-1.483781 1.51763,-2.28795 2.40792,-3.4566 -0.65811,1.314731 -1.12092,2.195813 -2.04351,3.682613 l -6.02915,9.667087 -6.02916,9.666956 c -0.41331,0.659663 -0.75435,1.174819 -1.08955,1.655982 0.0324,-0.03413 0.0557,-0.06563 0.0889,-0.102375 l 4.24706,-4.772775 4.24599,-4.771332 c 0.65517,-0.730275 1.08048,-1.096331 1.72751,-1.6191 -0.44284,0.705732 -0.75697,1.16865 -1.40692,1.90365 l -4.24706,4.772775 -2.78447,3.130575 10.45734,-9.731662 c 2.49249,-2.312494 3.95629,-3.573413 6.12895,-5.409338 -1.9866,2.035819 -3.34894,3.404363 -5.83681,5.7246 l -10.64028,9.899138 16.81678,-12.779156 c 2.71083,-2.054194 4.2915,-3.164438 6.63637,-4.774219 -2.18035,1.828181 -3.6703,3.056681 -6.37652,5.1156 l -17.62265,13.391175 -0.9118,0.694969 c 0.36641,-0.207638 0.75682,-0.421313 1.24163,-0.667275 l 8.60835,-4.342275 8.60914,-4.342275 c 1.32389,-0.664257 2.10807,-0.976369 3.27513,-1.411463 -1.04404,0.678038 -1.76057,1.12245 -3.08139,1.792875 l -8.61068,4.343719 -8.60774,4.342275 c -0.62228,0.312112 -1.12261,0.544294 -1.60127,0.748781 l 13.18893,-3.467362 c 2.92609,-0.767288 4.60517,-1.133213 7.08381,-1.643644 -2.40944,0.7749 -4.05009,1.282312 -6.97465,2.055769 l -13.45247,3.5427 4.34485,0.105 c 0.8626,0.02362 1.35095,0.107625 2.06687,0.263025 -0.72377,0.118125 -1.21396,0.181387 -2.0764,0.162881 l -3.70474,-0.08794 7.12947,1.614507 c 2.88781,0.656512 4.51154,1.09935 6.89484,1.780537 -2.44327,-0.4137 -4.09929,-0.7119 -6.98909,-1.362375 l -7.73192,-1.749825 2.9959,1.640625 c 1.73351,0.951825 2.68314,1.5561 4.067,2.467894 -1.5161,-0.671869 -2.53476,-1.14555 -4.27242,-2.09265 l -2.70515,-1.477613 13.33486,11.339869 30.18961,25.672106 c 0.92413,0.785794 1.74982,1.494544 2.53554,2.169563 l 0.02,0 c -0.0105,0 1.92357,0.481293 3.68875,1.722131 1.79748,1.18545 3.2859,3.015335 3.72873,3.641135 0.83647,1.15474 1.19166,1.90195 1.57606,3.0244 -1.11785,-0.39507 -1.87436,-0.69957 -3.08753,-1.44073" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path52" - inkscape:connector-curvature="0" /><path - d="m 141.55534,97.376223 c -1.06556,-0.264469 -4.22076,-1.117856 -6.92543,-2.603212 -1.35311,-0.73185 -2.57859,-1.606763 -3.42583,-2.404763 -0.81032,-0.753506 -1.25777,-1.402406 -1.39154,-1.637606 -1.43459,-0.599681 -2.93838,-1.2285 -4.61439,-1.934363 L 70.696618,65.825823 45.340352,55.139317 l 9.681464,8.872106 c 2.65363,2.437182 4.111441,3.873319 6.238277,6.007444 -2.311811,-1.932787 -3.869268,-3.259725 -6.527194,-5.690737 l -8.60221,-7.881825 2.317812,2.867681 c 1.105851,1.373137 1.678153,2.197256 2.497547,3.428906 -1.033121,-1.05945 -1.719051,-1.7913 -2.830292,-3.159844 l -2.894416,-3.576431 4.391287,8.816719 8.56562,17.192044 c 1.313585,2.643243 1.993985,4.174668 2.97129,6.442668 -1.222253,-2.146462 -2.034883,-3.611868 -3.354469,-6.251962 L 49.229456,65.013911 44.928885,56.38488 51.230047,79.570586 c 1.20673,4.451475 1.81993,6.994706 2.699297,10.747931 -1.143066,-3.681038 -1.900343,-6.185812 -3.111833,-10.634137 l -6.599775,-24.280594 -0.139308,0.977944 -3.68552,26.028843 c -0.570611,3.999319 -0.964703,6.258131 -1.574369,9.579413 0.338276,-3.359738 0.586294,-5.640075 1.149063,-9.639394 l 3.514384,-24.810975 -0.44099,1.582219 -3.081849,11.049281 c -0.475588,1.697588 -0.815555,2.641669 -1.343574,4.022419 0.263088,-1.456088 0.460672,-2.438625 0.931029,-4.137656 l 3.081851,-11.049413 0.726064,-2.606231 -1.871437,3.710306 -13.224142,26.224013 c -2.034424,4.028587 -3.253602,6.281231 -5.073529,9.587156 1.576061,-3.428907 2.663157,-5.7477 4.690816,-9.780881 L 41.099751,59.916817 42.636296,56.872211 30.380392,74.311923 c -2.326264,3.302775 -3.704126,5.134107 -5.75654,7.81725 1.828998,-2.839987 3.084926,-4.757418 5.405655,-8.064787 l 12.186864,-17.34285 -0.507567,0.541275 -20.508,21.904969 c -3.153196,3.362756 -4.994188,5.221781 -7.727614,7.940231 2.532766,-2.906138 4.266894,-4.865044 7.415323,-8.233969 l 20.507999,-21.903394 1.147217,-1.225481 -5.530048,3.919388 -19.128293,13.560356 c -2.942542,2.080312 -4.652528,3.202762 -7.187139,4.832625 2.376697,-1.852725 4.00073,-3.095138 6.939583,-5.18175 l 19.127832,-13.5618 5.340153,-3.785644 c -0.465438,0.252263 -0.962089,0.510563 -1.58375,0.813488 l -10.08463,4.897331 -10.08463,4.898775 c -1.551458,0.750356 -2.462036,1.110244 -3.816987,1.616081 1.234862,-0.751931 2.082244,-1.245431 3.629551,-2.001956 l 10.084631,-4.897331 10.08463,-4.898907 c 0.809096,-0.390468 1.443826,-0.673443 2.058873,-0.928725 l -20.077926,5.283338 c -4.569498,1.200806 -7.18053,1.81125 -11.034112,2.684587 3.783927,-1.137806 6.356979,-1.891181 10.925401,-3.098287 L 39.22647,55.414548 8.7539285,60.714817 c -6.066985,1.053281 -9.520632,1.577625 -14.613995,2.324831 5.046466,-1.0164 8.474896,-1.688268 14.541266,-2.746143 L 42.403807,54.427417 40.035566,54.252198 0.0676095,51.30918 c -6.141407,-0.455175 -9.619809,-0.785794 -14.7406975,-1.299244 5.1407235,0.239794 8.6292745,0.422756 14.7731415,0.871762 l 39.9673405,2.943019 0.939946,0.06956 C 39.789854,53.706723 38.531466,53.494492 36.888211,53.186973 L 17.324312,49.489005 -2.2394355,45.791036 c -3.006199,-0.571988 -4.698196,-0.967181 -7.184835,-1.577625 2.537073,0.341381 4.257362,0.592069 7.264176,1.156312 l 19.5631325,3.696394 19.564361,3.701119 c 2.297511,0.436669 3.832055,0.771881 5.536044,1.176262 L 16.196929,42.855761 C 7.8229005,39.322248 3.1013325,37.252698 -3.8425575,34.175805 c 7.050293,2.824631 11.828906,4.758993 20.2064715,8.284762 l 24.346051,10.260469 c -0.597518,-0.296756 -1.223484,-0.615038 -1.972458,-1.01325 l -14.392272,-7.6419 -14.3911945,-7.64505 c -2.210328,-1.176394 -3.429659,-1.906669 -5.213452,-3.010744 1.911106,0.859556 3.200708,1.460813 5.4141115,2.632481 l 14.391656,7.643475 14.39181,7.64505 c 1.584517,0.8442 2.660852,1.462257 3.800841,2.148038 L 32.614707,45.31893 10.218357,27.26733 C 6.7796255,24.490341 4.8732855,22.859035 2.0838895,20.434191 c 2.961762,2.212613 4.959437,3.727107 8.4040125,6.499501 L 32.88379,44.985292 42.886158,53.042467 20.23318,23.518566 c -3.618172,-4.721981 -5.612925,-7.445156 -8.529483,-11.470593 3.1329,3.860981 5.245282,6.491887 8.869451,11.209275 L 42.52697,51.872373 c -0.178365,-0.298331 -0.366415,-0.619762 -0.573685,-0.982537 l -5.448248,-9.640969 -5.44963,-9.636244 c -0.833083,-1.483781 -1.243935,-2.360268 -1.824079,-3.664106 0.818015,1.170094 1.358026,1.972688 2.19772,3.452006 l 5.448246,9.639263 5.449632,9.636244 c 0.351962,0.62895 0.619814,1.137806 0.866756,1.625268 L 30.99836,18.25951 C 28.996534,12.659598 27.927889,9.456704 26.381352,4.731573 c 1.804242,4.632862 3.012195,7.783387 5.02125,13.385006 l 12.049246,33.637013 -0.977157,-5.263387 c -0.233103,-1.268532 -0.293071,-1.997363 -0.355651,-3.081357 0.332126,1.033332 0.537551,1.737488 0.776037,3.003 L 43.071748,47.35593 41.180937,32.102711 39.166963,15.84241 c -0.305062,-2.498606 -0.407776,-3.925556 -0.530324,-6.030544 0.394553,2.071257 0.643186,3.4797 0.95563,5.978307 l 2.014435,16.2603 2.013359,16.261875 c 0.212653,1.732894 0.324899,2.952207 0.416849,4.237669 l 0.0126,0.0735 0.425306,-6.391875 2.031811,-30.683101 c 0.315365,-4.717518 0.566459,-7.385306 0.965317,-11.3169 -0.125015,3.948525 -0.227721,6.62865 -0.536936,11.343019 l -2.03381,30.683101 -0.425305,6.427312 c 0.278155,-1.376156 0.563537,-2.644687 1.032511,-4.477593 l 4.236906,-16.469382 4.236916,-16.469513 c 0.653485,-2.530894 1.094319,-3.945506 1.771184,-6.027394 -0.411933,2.148038 -0.708075,3.602682 -1.35618,6.133575 l -4.237529,16.469382 -4.23614,16.469513 c -0.541857,2.094225 -0.944251,3.442687 -1.448745,5.021756 l 0.02814,-0.04856 c 0.23787,-0.688932 0.490809,-1.342425 0.893203,-2.243457 l 3.899865,-8.698331 3.900478,-8.696756 c 0.603059,-1.336125 1.010984,-2.063513 1.636179,-3.122831 -0.37533,1.171668 -0.648102,1.96035 -1.24516,3.296606 l -3.899865,8.698329 -3.47579,7.7511 11.618557,-20.496394 c 2.506473,-4.417613 3.990587,-6.885507 6.199682,-10.505119 -1.971227,3.754931 -3.326794,6.296587 -5.827264,10.714201 L 46.459271,50.706742 46.812462,50.205367 65.879559,23.230998 c 2.933473,-4.143957 4.656069,-6.451857 7.215277,-9.836138 -2.336407,3.541125 -3.938305,5.9367 -6.865162,10.0821 L 47.16258,50.451461 45.380479,52.973167 c 0.703307,-0.767287 1.412149,-1.505306 2.424827,-2.497162 L 58.104895,40.423042 68.40571,30.368636 c 1.586367,-1.540744 2.535383,-2.366438 3.953373,-3.558056 -1.227013,1.389937 -2.073934,2.318662 -3.653536,3.865575 L 58.403962,40.730561 48.103759,50.785098 c -1.118929,1.087144 -1.922642,1.817419 -2.797087,2.5725 L 63.491948,41.860755 c 3.81591,-2.407913 6.020235,-3.713325 9.279837,-5.613825 -3.113065,2.131106 -5.237592,3.561075 -9.051507,5.975156 l -18.174659,11.492119 6.938049,-2.017313 c 1.236708,-0.353587 1.95923,-0.487462 3.0308,-0.656512 -0.995917,0.432075 -1.67524,0.70875 -2.91256,1.070081 l -6.325305,1.835925 11.9287,-0.997894 c 4.403742,-0.36435 6.910216,-0.502819 10.601115,-0.675019 -3.668763,0.444413 -6.161856,0.730407 -10.565748,1.100925 l -12.536984,1.053282 5.742084,1.128618 c 2.895034,0.573563 4.525062,0.967182 6.918056,1.5792 -2.445729,-0.341381 -4.103592,-0.590493 -7.000936,-1.157887 l -5.485607,-1.077825 24.9857,10.531106 54.499687,22.970587 c 1.68524,0.710325 3.19211,1.351482 4.62824,1.9635 l 0.0184,0 c -0.0138,0 2.93378,-0.181518 5.98596,0.782644 3.07524,0.873338 6.00286,2.796938 6.9116,3.484163 1.70368,1.262493 2.56321,2.132681 3.66261,3.510412 -1.75751,-0.127312 -2.95992,-0.25515 -5.01419,-0.765712" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path54" - inkscape:connector-curvature="0" /><path - d="m 145.83454,130.9333 c -1.07633,0.21827 -4.29457,0.79945 -7.37596,0.61504 -1.53454,-0.0814 -3.01681,-0.34912 -4.12543,-0.7073 -1.04866,-0.3322 -1.72675,-0.72582 -1.95278,-0.88424 -1.553,0.0735 -3.18441,0.15068 -5.00495,0.23074 l -59.087326,2.58773 -27.49525,1.20553 12.556813,3.87332 c 3.442267,1.06549 5.374598,1.73749 8.210737,2.75691 -2.916708,-0.7581 -4.892703,-1.28848 -8.336204,-2.34636 l -11.151278,-3.43822 3.319567,1.59613 c 1.587592,0.76571 2.457881,1.26538 3.725808,2.0265 -1.387549,-0.51503 -2.320886,-0.87951 -3.912015,-1.64063 l -4.146038,-1.99119 7.742686,6.08436 15.103576,11.86578 c 2.318418,1.82674 3.588647,2.91992 5.443479,4.55136 -2.022894,-1.41606 -3.385837,-2.39256 -5.708411,-4.21299 L 48.537987,141.2384 40.9586,135.28477 56.584654,153.53784 c 2.996665,3.50569 4.640535,5.53993 7.042455,8.55684 -2.609189,-2.83696 -4.365305,-4.77736 -7.367964,-8.27859 l -16.364271,-19.11407 0.294454,0.94553 7.821411,25.0971 c 1.19826,3.85783 1.809623,6.06742 2.683608,9.3303 -1.135225,-3.18137 -1.887734,-5.34792 -3.09323,-9.20273 l -7.456841,-23.93147 0.279847,1.62527 1.949086,11.30614 c 0.29553,1.73749 0.392708,2.73538 0.50803,4.20997 -0.385021,-1.42695 -0.627656,-2.4003 -0.930875,-4.13778 l -1.947857,-11.30457 -0.461286,-2.6708 -0.102099,4.15918 -0.714838,29.36089 c -0.113479,4.5129 -0.249864,7.07004 -0.478047,10.83718 -0.04505,-3.77331 -0.05704,-6.33505 0.04921,-10.84637 l 0.7153,-29.36246 0.08303,-3.40725 -3.599721,21.00538 c -0.685317,3.98081 -1.145373,6.22729 -1.849911,9.53019 0.435454,-3.34897 0.748975,-5.61999 1.42768,-9.60251 l 3.580962,-20.89618 -0.226952,0.70875 -9.146529,28.57982 c -1.40846,4.39136 -2.276293,6.85925 -3.580348,10.48805 1.043275,-3.71175 1.771339,-6.22584 3.172571,-10.61878 l 9.146376,-28.57969 0.510643,-1.59757 -3.314338,5.90599 -11.470796,20.44875 c -1.765341,3.14133 -2.830911,4.88814 -4.422501,7.44673 1.353721,-2.69246 2.289054,-4.50988 4.048859,-7.65581 l 11.471408,-20.45033 3.203784,-5.71226 c -0.314751,0.4305 -0.654103,0.8795 -1.088326,1.42222 l -7.014159,8.74453 -7.015388,8.7444 c -1.080485,1.34085 -1.749657,2.05735 -2.756952,3.09527 0.793411,-1.20868 1.347877,-2.01744 2.423595,-3.36288 l 7.013545,-8.7444 7.015388,-8.7444 c 0.563998,-0.6997 1.016366,-1.22864 1.461354,-1.72214 l -15.877767,13.37425 c -3.615711,3.04132 -5.713792,4.71122 -8.821475,7.14984 2.931779,-2.6477 4.933604,-4.43139 8.544704,-7.47744 l 13.461392,-11.33987 -25.265701,17.83937 c -5.0320125,3.54887 -7.9282725,5.50318 -12.2102355,8.3601 4.123896,-3.07991 6.934972,-5.15563 11.964064,-8.71067 l 27.9569965,-19.73987 -2.214481,0.85641 -37.3773735,14.45981 c -5.745162,2.2218 -9.0299785,3.41197 -13.8776325,5.14172 4.749092,-1.98503 7.9799375,-3.31511 13.7238705,-5.54006 l 37.3755295,-14.46126 0.896739,-0.34755 c -1.185659,0.35529 -2.415754,0.70271 -4.039941,1.13019 l -19.260991,5.03725 -19.2634485,5.03724 c -2.959917,0.77188 -4.6568345,1.13938 -7.1649995,1.65296 2.437895,-0.77805 4.0986795,-1.29005 7.0567515,-2.06653 L 12.95301,140.46035 32.214,135.42311 c 2.266296,-0.58892 3.797306,-0.94408 5.510828,-1.30856 L 9.2013725,135.3647 c -9.079642,0.3952 -14.233128,0.54732 -21.8251245,0.74262 7.5800035,-0.46896 12.7267245,-0.77031 21.8071345,-1.1701 l 26.3780145,-1.15631 c -0.663174,-0.0131 -1.362792,-0.0328 -2.201409,-0.0709 L 17.081672,132.96886 0.8052025,132.22625 c -2.502321,-0.11681 -3.918007,-0.25673 -6.001482,-0.48746 2.096082,-0.042 3.518995,-0.0512 6.020087,0.0604 l 16.2783145,0.74116 16.277086,0.74262 c 1.792403,0.0853 3.029726,0.18153 4.353462,0.31369 L 25.093593,130.5599 -2.8766275,123.84357 c -4.298876,-1.0349 -6.718782,-1.69299 -10.2780625,-2.68773 3.6223225,0.72883 6.0783635,1.24241 10.3776995,2.27259 l 27.9702205,6.71475 12.485316,2.99683 -33.1134035,-16.96918 c -5.292793,-2.71701 -8.261167,-4.32219 -12.621088,-6.71016 4.485544,2.14502 7.520498,3.61804 12.816212,6.3273 L 36.858071,132.2374 c -0.28938,-0.19215 -0.598747,-0.40438 -0.942867,-0.64575 l -9.051043,-6.37507 -9.051505,-6.37494 c -1.388008,-0.98097 -2.135292,-1.59758 -3.218698,-2.52788 1.240859,0.70731 2.072711,1.20094 3.465026,2.17888 l 9.051504,6.37495 9.051503,6.37494 c 0.585681,0.4137 1.047581,0.75967 1.477038,1.09489 L 12.04182,106.80339 c -4.2080025,-4.20237 -6.5439545,-6.63797 -9.9657715,-10.243673 3.614635,3.411975 6.05499,5.743103 10.2685285,9.940743 l 25.297991,25.23386 -3.137666,-4.33755 c -0.752665,-1.04567 -1.120155,-1.68065 -1.640332,-2.63405 0.740518,0.79196 1.23071,1.34085 1.988142,2.38337 l 0.541087,0.74878 -8.223187,-12.94519 -8.784267,-13.83086 c -1.347262,-2.126516 -2.049954,-3.370503 -3.06263,-5.220209 1.243318,1.702181 2.07148,2.869125 3.424125,4.991039 l 8.785496,13.82942 8.784266,13.83087 c 0.932719,1.47301 1.554994,2.52472 2.186957,3.64415 l 0.0449,0.063 -2.350861,-5.95048 -11.30504,-28.592156 C 23.15897,93.318498 22.24178,90.799811 20.918043,87.078742 c 1.578367,3.619612 2.631943,6.084356 4.373144,10.477425 l 11.30504,28.592023 2.367779,5.9875 c -0.338123,-1.36238 -0.624736,-2.63249 -0.985615,-4.48994 l -3.22793,-16.69854 -3.227768,-16.698543 c -0.4925,-2.5662 -0.702078,-4.0362 -0.981925,-6.205763 0.549545,2.117325 0.903351,3.559632 1.402463,6.124388 l 3.227771,16.698548 3.227154,16.69854 c 0.407777,2.12494 0.622891,3.51501 0.84277,5.15707 l 0.0035,-0.0577 c -0.0781,-0.72266 -0.129779,-1.42222 -0.153146,-2.40633 l -0.202308,-9.5302 -0.202504,-9.53019 c -0.02768,-1.46383 0.02951,-2.29556 0.139924,-3.52262 0.162834,1.22089 0.254783,2.0496 0.288303,3.51343 l 0.203119,9.53177 0.178979,8.49069 1.717829,-23.50254 c 0.372872,-5.06336 0.65641,-7.927893 1.10155,-12.148762 -0.172521,4.239244 -0.307524,7.116112 -0.675169,12.179472 l -1.733972,23.76242 0.10563,-0.60585 5.674123,-32.542123 c 0.875828,-5.000363 1.443364,-7.823419 2.306429,-11.978137 -0.592752,4.200787 -1.015597,7.050093 -1.884045,12.051899 l -5.674891,32.543701 -0.529711,3.04303 c 0.306909,-0.99645 0.630731,-1.96822 1.122002,-3.29976 L 46.028596,115.218 51.03186,101.72078 c 0.771269,-2.072832 1.277605,-3.222844 2.04764,-4.908094 -0.513563,1.780537 -0.88059,2.981343 -1.646321,5.057194 l -5.002187,13.49565 -5.00326,13.49722 c -0.544778,1.46384 -0.960398,2.46947 -1.426449,3.52735 l 11.51293,-18.17773 c 2.418054,-3.81177 3.850044,-5.93526 5.983486,-9.04733 -1.901576,3.25815 -3.209167,5.46 -5.621385,9.27491 l -11.50139,18.16238 5.403809,-4.7943 c 0.965164,-0.85194 1.561607,-1.28244 2.457275,-1.89289 -0.713615,0.81651 -1.211495,1.35621 -2.172507,2.21261 l -4.933606,4.37759 10.355408,-6.01664 c 3.823137,-2.2172 6.029161,-3.41355 9.290601,-5.15103 -3.125054,1.97426 -5.25497,3.29818 -9.074878,5.52155 l -10.880501,6.32428 5.673509,-1.43928 c 2.860898,-0.72267 4.501846,-1.06247 6.925903,-1.5376 -2.356253,0.7396 -3.960451,1.22404 -6.82073,1.95287 l -5.414111,1.37616 27.085017,-1.18703 59.086867,-2.58785 c 1.82361,-0.0801 3.46118,-0.14766 5.02032,-0.20908 l 0.0215,-0.0131 c -0.0118,0.0131 2.57091,-1.41777 5.74301,-1.85601 3.15366,-0.52736 6.62254,-0.0446 7.73731,0.18769 2.07886,0.41199 3.229,0.82871 4.81274,1.60374 -1.64371,0.63801 -2.78309,1.03937 -4.85734,1.45766" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path56" - inkscape:connector-curvature="0" /><path - d="m 144.75821,138.58138 c -0.29676,1.05787 -1.24394,4.18845 -2.80924,6.84849 -0.77188,1.33009 -1.68368,2.52788 -2.50786,3.35213 -0.76419,0.77332 -1.41306,1.19621 -1.66369,1.32995 -0.64273,1.42236 -1.31928,2.91231 -2.07732,4.57288 l -24.5767,53.7936 -11.43252,25.02478 9.15316,-9.41181 c 2.51415,-2.58155 3.99226,-3.99617 6.18891,-6.05811 -2.00075,2.25409 -3.372,3.77017 -5.8814,6.35488 l -8.1297,8.36311 2.92932,-2.22796 c 1.40492,-1.06562 2.24524,-1.61136 3.50055,-2.394 -1.08956,0.99932 -1.84039,1.66359 -3.24099,2.7338 l -3.65846,2.78618 8.93863,-4.12389 17.43708,-8.05099 c 2.6816,-1.23467 4.23152,-1.86822 6.52872,-2.77844 -2.18188,1.15776 -3.6703,1.92662 -6.34882,3.16589 l -17.43799,8.05099 -8.74414,4.03936 23.35751,-5.60621 c 4.48524,-1.07323 7.04538,-1.61136 10.82331,-2.37707 -3.71336,1.03175 -6.23966,1.71439 -10.72183,2.79535 l -24.465511,5.87213 0.971161,0.1676 25.90842,4.45607 c 3.97936,0.6888 6.22582,1.15015 9.52863,1.85589 -3.34894,-0.43667 -5.62001,-0.75193 -9.6009,-1.43312 l -24.6914,-4.24844 1.56284,0.48746 10.95216,3.40738 c 1.68215,0.52736 2.61395,0.89486 3.98089,1.46383 -1.44843,-0.30752 -2.42483,-0.53353 -4.10852,-1.05328 l -10.95061,-3.40738 -2.5846,-0.80417 3.6537,1.98044 25.82355,13.99847 c 3.9686,2.15421 6.18431,3.43967 9.43483,5.3571 -3.38122,-1.67751 -5.66766,-2.83225 -9.6378,-4.98028 l -25.82416,-13.9986 -2.99713,-1.6237 17.06927,12.76537 c 3.23516,2.4217 5.02494,3.85324 7.64658,5.9829 -2.78463,-1.91126 -4.66513,-3.22442 -7.90336,-5.64007 l -16.97763,-12.69608 0.52848,0.52435 21.28804,21.14686 c 3.27051,3.25199 5.07414,5.14789 7.71116,7.96019 -2.83076,-2.61857 -4.73894,-4.40829 -8.011,-7.65581 l -21.28911,-21.14688 -1.19351,-1.18545 3.75333,5.6431 12.99089,19.51845 c 1.99276,3.003 3.06448,4.74508 4.61747,7.32834 -1.7821,-2.42944 -2.9753,-4.09001 -4.97419,-7.08842 l -12.99151,-19.5216 -3.633235,-5.45855 c 0.240945,0.47814 0.485885,0.98555 0.773735,1.62067 l 4.5947,10.22976 4.59304,10.22818 c 0.70345,1.57146 1.0368,2.49401 1.50102,3.86256 -0.7147,-1.2562 -1.18197,-2.1189 -1.89143,-3.68879 l -4.5941,-10.22818 -4.59364,-10.22831 c -0.366402,-0.8211 -0.631343,-1.46527 -0.868591,-2.08648 l 4.686201,20.22733 c 1.06311,4.60359 1.59635,7.23293 2.35379,11.10782 -1.02406,-3.81491 -1.70093,-6.40881 -2.77187,-11.01096 l -3.972598,-17.14597 4.392968,30.61708 c 0.87215,6.09669 1.29499,9.56406 1.8902,14.67808 -0.86659,-5.07412 -1.43613,-8.52141 -2.31364,-14.61652 l -4.862728,-33.88298 -0.244948,2.36171 -4.12405,39.86745 c -0.637796,6.12741 -1.070947,9.5932 -1.736437,14.69803 0.393487,-5.13253 0.678711,-8.61525 1.309446,-14.74265 l 4.125739,-39.86745 0.09923,-0.95327 c -0.223572,1.21629 -0.474522,2.47091 -0.833088,4.11154 l -4.277814,19.44324 -4.278268,19.44469 c -0.660713,2.98764 -1.105703,4.66672 -1.789332,7.13304 0.415625,-2.5263 0.716538,-4.23609 1.370635,-7.22531 l 4.277202,-19.44311 4.27826,-19.44482 c 0.503886,-2.27863 0.884143,-3.801 1.337586,-5.48612 l -11.856434,25.95337 c -3.780385,8.26482 -5.989489,12.9238 -9.268919,19.77229 3.030187,-6.96229 5.105975,-11.68282 8.879133,-19.95065 l 10.992739,-24.06062 c -0.320128,0.59666 -0.66255,1.22246 -1.088325,1.97124 l -8.067728,14.15991 -8.067736,14.15846 c -1.243314,2.17416 -2.010899,3.37194 -3.165951,5.12177 0.917805,-1.88515 1.555758,-3.1567 2.793542,-5.334 l 8.068349,-14.15991 8.067115,-14.15846 c 0.890129,-1.55453 1.538854,-2.6124 2.257229,-3.72711 l -8.452754,9.86987 -18.707903,21.85431 c -2.878268,3.35659 -4.564271,5.21404 -7.070595,7.92947 2.29859,-2.8938 3.872803,-4.84812 6.74569,-8.20785 l 18.707912,-21.85418 8.351726,-9.75922 -30.184849,21.77267 c -4.825966,3.47812 -7.60522,5.3924 -11.715891,8.18776 3.949837,-3.01835 6.643595,-5.0526 11.466035,-8.53531 l 29.258119,-21.10382 c -0.304597,0.17075 -0.63427,0.34912 -1.006058,0.54744 l -9.796325,5.15865 -9.796946,5.15878 c -1.507021,0.79026 -2.394683,1.17311 -3.716116,1.71596 1.1935,-0.78264 2.012745,-1.29924 3.517307,-2.09422 l 9.795713,-5.15878 9.796928,-5.16023 c 0.633667,-0.33363 1.150144,-0.58432 1.642192,-0.81493 l -34.376099,11.18001 c -5.657365,1.8375 -8.889282,2.80927 -13.657752,4.21772 4.683743,-1.66675 7.869994,-2.78303 13.525058,-4.62512 l 33.972304,-11.04941 -5.278333,0.8211 c -1.272066,0.19372 -2.006742,0.23375 -3.090771,0.26446 1.042046,-0.30135 1.752581,-0.48588 3.024656,-0.6888 l 0.962238,-0.14923 -15.322676,1.43614 -16.314454,1.53156 c -2.506324,0.23218 -3.937071,0.29216 -6.043459,0.35214 2.082395,-0.33219 3.49685,-0.5397 6.003323,-0.77805 l 16.313071,-1.52998 16.313824,-1.53143 c 1.741818,-0.16143 2.964692,-0.23677 4.254285,-0.28914 l 0.06974,-0.0131 -6.378032,-0.61347 -30.61016,-2.93842 c -4.703423,-0.45518 -7.364893,-0.78422 -11.281051,-1.29767 3.943222,0.24137 6.617143,0.42276 11.321948,0.87019 l 30.60939,2.93842 6.410644,0.61504 c -1.366479,-0.31828 -2.627179,-0.64116 -4.44465,-1.16393 L 76.426223,228.40678 60.08901,223.68322 c -2.510776,-0.72739 -3.913857,-1.21012 -5.973343,-1.94827 2.135751,0.47512 3.58035,0.81493 6.092203,1.53772 l 16.337204,4.72356 16.337204,4.72355 c 2.078711,0.6027 3.414591,1.04397 4.977437,1.596 l -0.04926,-0.0302 c -0.681179,-0.2583 -1.326824,-0.52894 -2.216331,-0.958 l -8.578833,-4.15301 -8.579462,-4.15472 c -1.316657,-0.63958 -2.03196,-1.06864 -3.074007,-1.72672 1.160443,0.41055 1.941249,0.70573 3.261449,1.34229 l 8.578841,4.15314 7.656268,3.70716 -20.16511,-12.22713 c -4.339011,-2.63694 -6.762455,-4.19304 -10.318201,-6.50869 3.697365,2.08189 6.197835,3.51187 10.541002,6.14119 l 20.370525,12.35325 -0.484199,-0.36435 -26.402608,-19.85681 c -4.054855,-3.05537 -6.313152,-4.84352 -9.619654,-7.50369 3.471641,2.44177 5.818356,4.11324 9.877359,7.16073 l 26.402617,19.85682 2.469871,1.85902 c -0.747897,-0.72739 -1.467348,-1.46081 -2.430811,-2.50477 l -9.742206,-10.59267 -9.743589,-10.59581 c -1.493642,-1.63131 -2.288895,-2.60466 -3.439187,-4.05772 1.352023,1.26853 2.256607,2.14186 3.754555,3.76713 l 9.743431,10.59424 9.742346,10.59568 c 1.054664,1.15015 1.76043,1.9744 2.488334,2.87083 L 86.952246,214.96232 c -2.295668,-3.8871 -3.534834,-6.12899 -5.336617,-9.44554 2.036729,3.17664 3.404905,5.34319 5.704109,9.22714 l 10.945995,18.5069 -1.814549,-6.9947 c -0.319515,-1.24859 -0.43253,-1.97427 -0.569992,-3.05065 0.402404,1.00866 0.657641,1.69601 0.985005,2.94302 l 1.657083,6.39188 -0.645022,-11.96108 c -0.234798,-4.41459 -0.296757,-6.92239 -0.358575,-10.61734 0.335815,3.67959 0.544775,6.18121 0.7868,10.59424 l 0.679927,12.55931 1.29745,-5.70307 c 0.65764,-2.87687 1.10093,-4.49453 1.78026,-6.86858 -0.41332,2.43561 -0.71115,4.08542 -1.36233,6.96387 l -1.239634,5.4617 11.270904,-24.66962 24.57654,-53.79517 c 0.75651,-1.65441 1.43921,-3.13819 2.0927,-4.54978 l 0,-0.0433 c 0.002,0.0157 -0.0953,-2.93686 0.96102,-5.96138 0.96408,-3.04604 2.97528,-5.91518 3.68873,-6.80242 1.31313,-1.66516 2.20804,-2.4986 3.61956,-3.55648 -0.1799,1.75285 -0.34135,2.95062 -0.91334,4.98802" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path58" - inkscape:connector-curvature="0" /><path - d="m 293.85347,8.700179 c -4.07776,1.596 -6.85317,2.6586 -11.78738,4.416037 l -29.56074,10.4958 c 0.19528,-0.04331 0.37826,-0.08663 0.59813,-0.13125 l 9.5517,-1.949718 9.55169,-1.949588 c 1.46842,-0.296887 2.31719,-0.39375 3.57035,-0.508987 -1.19934,0.382856 -2.01582,0.6258 -3.48424,0.928725 l -9.5517,1.949718 -9.55322,1.949588 c -0.46129,0.0945 -0.85186,0.163012 -1.22241,0.224569 l 31.4474,-0.967182 c 5.23558,-0.158418 8.2078,-0.173775 12.58695,-0.1722 -4.36992,0.270638 -7.33753,0.436669 -12.57312,0.599682 l -31.14602,0.957862 4.3653,0.571988 c 1.124,0.150806 1.75289,0.306075 2.67393,0.56595 -0.9318,0.01312 -1.5776,0 -2.64626,-0.1323 l 12.38706,2.381794 14.16918,2.726194 c 2.17727,0.421312 3.39813,0.73185 5.19253,1.216294 -1.84514,-0.216825 -3.09522,-0.381413 -5.27249,-0.796557 l -14.17071,-2.723043 -14.16916,-2.72777 c -1.44074,-0.278381 -2.46326,-0.512006 -3.50885,-0.776475 l 5.03878,2.009701 25.14931,10.028287 c 3.86558,1.543763 6.029,2.4864 9.20727,3.902457 -3.27821,-1.16235 -5.497,-1.968094 -9.36564,-3.505688 L 256.1818,27.257223 251.16455,25.25671 c 0.99023,0.552038 1.93586,1.10867 3.23823,1.932788 l 12.64692,8.017144 12.64845,8.017144 c 1.94201,1.2348 3.0045,1.994344 4.55443,3.139894 -1.69753,-0.913369 -2.83845,-1.549932 -4.78354,-2.778563 L 266.82059,35.567973 254.17367,27.55083 c -1.3854,-0.879507 -2.32335,-1.522238 -3.30896,-2.230989 0.36442,0.282844 0.73806,0.596532 1.1978,1.008657 l 6.23351,5.627607 6.23197,5.626162 c 0.95487,0.8673 1.44999,1.413169 2.1573,2.237288 -0.89184,-0.622782 -1.48535,-1.057875 -2.44482,-1.919007 l -6.23198,-5.627606 -5.16025,-4.658981 13.6679,14.910262 c 3.01835,3.298182 4.67743,5.217188 7.10073,8.063213 -2.62472,-2.660044 -4.39452,-4.479038 -7.41747,-7.7742 l -13.83551,-15.090206 0.017,0.01969 17.43353,23.29648 c 2.67545,3.579582 4.1362,5.6553 6.26427,8.727469 -2.34795,-2.907581 -3.92555,-4.894181 -6.60716,-8.472319 L 252.038,28.001017 250.6034,26.08201 c 0.39979,0.705863 0.79342,1.442307 1.28545,2.426419 l 5.62461,11.361525 5.62615,11.364544 c 0.86261,1.7451 1.28699,2.767669 1.88512,4.288332 -0.84415,-1.397682 -1.40077,-2.355544 -2.26952,-4.099332 l -5.62464,-11.361393 -5.62616,-11.362969 c -0.55815,-1.130194 -0.93025,-1.959038 -1.28698,-2.815444 l 4.63285,18.116306 c 0.981,3.851663 1.46996,6.053513 2.15881,9.305625 -0.95485,-3.184387 -1.58527,-5.349356 -2.57397,-9.198 l -4.64977,-18.176287 -0.18911,6.185944 c -0.0384,1.133212 -0.13073,1.772793 -0.29831,2.716875 -0.10605,-0.951694 -0.16145,-1.597575 -0.12915,-2.730788 l 0.16914,-5.544656 -2.34179,10.016081 c -0.88874,3.788663 -1.46228,5.922919 -2.33564,9.059663 0.60582,-3.199875 1.03789,-5.364844 1.91895,-9.1581 l 2.47865,-10.612613 -2.41561,4.342275 c -1.26546,2.267869 -2.04657,3.522619 -3.22132,5.35395 0.93642,-1.965075 1.58836,-3.290569 2.84768,-5.564606 l 2.27875,-4.102481 -15.45461,17.90565 -34.03059,39.427631 c -1.0502,1.214719 -1.99276,2.300287 -2.8938,3.335062 l -0.006,0.01969 c 0.003,-0.01313 -0.64427,2.512518 -2.28337,4.812806 -1.56837,2.343337 -3.97782,4.2777 -4.80044,4.851131 -1.52224,1.085569 -2.49094,1.563844 -3.95169,2.0958 0.57047,-1.44375 0.99485,-2.423269 1.98199,-4.007062 0.5105,-0.820969 2.08194,-3.23505 4.06394,-5.101819 1.87128,-1.886588 4.19001,-2.899837 4.70049,-2.949056 0.88722,-1.037925 1.82054,-2.126513 2.8646,-3.336638 l 34.03059,-39.427631 15.72984,-18.225507 -9.92225,5.623145 c -2.76157,1.560693 -4.36377,2.384812 -6.73785,3.571837 2.23877,-1.426819 3.7687,-2.377069 6.5272,-3.945506 l 8.61835,-4.886569 -2.68622,1.034906 c -1.44997,0.555057 -2.29874,0.802594 -3.55806,1.140825 1.16091,-0.593512 1.95587,-0.979387 3.40277,-1.542187 l 3.57189,-1.376157 -8.3539,1.253176 -16.72776,2.513962 c -2.5709,0.381281 -4.03932,0.527363 -6.20736,0.713475 2.12653,-0.45675 3.57343,-0.750356 6.14432,-1.137806 l 16.72776,-2.514094 8.13554,-1.220888 -20.87318,-1.000913 c -4.05624,-0.198318 -6.35345,-0.381412 -9.73621,-0.681187 3.39507,0.02625 5.69996,0.063 9.75773,0.253706 l 22.00642,1.051706 -0.6704,-0.325893 -20.81322,-10.148382 c -3.19518,-1.562137 -4.97574,-2.510943 -7.58815,-3.937762 2.73234,1.179281 4.57748,1.997362 7.77573,3.553331 l 19.48779,9.5025 -0.87797,-0.58275 -8.42002,-5.576944 c -1.29312,-0.861 -1.9866,-1.408443 -2.99219,-2.238731 1.15629,0.601256 1.93125,1.027163 3.22746,1.88055 l 8.42154,5.576944 1.77134,1.171669 -2.41407,-2.387963 -18.38685,-18.191512 c -2.82307,-2.796938 -4.37299,-4.437694 -6.63791,-6.87015 2.45712,2.238731 4.11161,3.773306 6.93929,6.56565 l 18.38684,18.190068 1.88052,1.862044 -11.07393,-14.718112 c -2.1373,-2.844582 -3.29206,-4.503713 -4.96805,-6.960844 1.89588,2.294119 3.16749,3.862556 5.31093,6.702544 l 11.00014,14.62125 -0.13686,-0.250688 -12.79452,-23.122706 c -1.96355,-3.553463 -3.01374,-5.603063 -4.53599,-8.639925 1.76212,2.901544 2.94147,4.88355 4.91116,8.433862 l 12.79299,23.121132 0.59506,1.074806 -1.70676,-5.450813 -6.17661,-19.703118 c -0.94718,-3.027544 -1.41461,-4.769625 -2.07733,-7.338975 0.92411,2.487843 1.53301,4.183856 2.4848,7.2114 l 6.17661,19.703118 1.60835,5.126363 c -0.0615,-0.353588 -0.12456,-0.728831 -0.18605,-1.167075 l -1.36694,-9.777731 -1.36848,-9.779175 c -0.20605,-1.503863 -0.25217,-2.366438 -0.29215,-3.641138 0.31214,1.236244 0.50434,2.080444 0.71654,3.581156 l 1.36694,9.779175 1.36847,9.777732 c 0.0907,0.65205 0.14608,1.174818 0.18759,1.669893 l 0.99946,-17.934787 c 0.23371,-4.153144 0.43976,-6.507244 0.76881,-9.969881 -0.0569,3.47655 -0.1138,5.838262 -0.34135,9.992981 l -0.82877,14.877975 3.74563,-26.382431 c 0.76419,-5.366288 1.27007,-8.40315 2.04197,-12.869982 -0.50127,4.506863 -0.85953,7.560525 -1.61912,12.929963 l -4.20539,29.637562 0.71191,-1.745231 13.30656,-32.685187 c 2.04811,-5.021888 3.27513,-7.843369 5.11104,-11.988769 -1.5822,4.250006 -2.67391,7.126875 -4.71432,12.151781 l -13.30657,32.682169 -0.11077,0.270506 c 0.41823,-0.827137 0.87183,-1.694437 1.46073,-2.778431 l 8.40771,-15.383813 8.40617,-15.383943 c 1.29468,-2.361844 2.09268,-3.6687 3.29204,-5.578519 -0.95948,2.040412 -1.62681,3.418144 -2.91533,5.783006 l -8.40771,15.382369 -8.40462,15.385387 c -0.93641,1.709925 -1.6145,2.866107 -2.36948,4.093163 L 266.7991,4.089235 c 5.23251,-6.056662 8.25548,-9.444094 12.72688,-14.418206 -4.26383,5.152481 -7.17454,8.636775 -12.40244,14.699606 l -14.76269,17.1045 c 0.28293,-0.282975 0.57507,-0.575137 0.91488,-0.904181 l 10.30974,-9.982219 10.30821,-9.982219 c 1.58682,-1.531425 2.53554,-2.349506 3.95475,-3.531937 -1.22701,1.377731 -2.07578,2.303437 -3.65647,3.839456 l -10.30972,9.982219 -10.30821,9.980644 c -1.04559,1.010231 -1.819,1.70835 -2.62779,2.407912 l 9.34257,-6.111919 21.20071,-13.8663 c 3.26129,-2.128087 5.14948,-3.276656 7.94641,-4.940381 -2.64778,1.894331 -4.45448,3.162863 -7.71116,5.298694 l -21.20069,13.867744 -9.28569,6.075168 30.68319,-10.898737 c 4.93729,-1.751269 7.7619,-2.673825 11.93192,-4.010081" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path60" - inkscape:connector-curvature="0" /><path - d="m 273.9613,56.693842 c 2.74002,-1.125469 4.32224,-1.695881 6.6625,-2.512387 -2.23724,1.068637 -3.76256,1.777518 -6.49952,2.907581 l -17.82409,7.340681 -7.40978,3.052088 24.06067,-3.699413 c 3.93937,-0.602831 6.1843,-0.873469 9.49633,-1.243987 -3.26898,0.642731 -5.49391,1.057875 -9.43175,1.668318 l -22.81521,3.505819 7.0992,-0.09056 7.4144,-0.09188 c 1.13937,-0.01313 1.78671,0.05381 2.74158,0.178368 -0.95025,0.149232 -1.59759,0.232182 -2.73544,0.249113 l -7.41594,0.09581 -7.41592,0.09187 c -0.0969,0 -0.1753,0 -0.26602,0 l 22.96896,3.656494 c 3.93477,0.628819 6.15663,1.057875 9.42253,1.715963 -3.30895,-0.387582 -5.55387,-0.670425 -9.49017,-1.293207 l -22.77369,-3.62565 2.56629,0.844069 c 0.818,0.275231 1.25931,0.498225 1.90049,0.853388 -0.4213,-0.05644 -0.77804,-0.119438 -1.1486,-0.204488 l 8.12325,3.230588 10.19903,4.057725 c 1.56528,0.6258 2.42635,1.048687 3.6872,1.697587 -1.3608,-0.395194 -2.27721,-0.678169 -3.84558,-1.300819 l -10.19903,-4.054706 -10.19903,-4.057856 c -0.76266,-0.304369 -1.35465,-0.561225 -1.91126,-0.819525 l 2.92147,1.865194 17.36588,11.079993 c 2.66623,1.705332 4.1408,2.732363 6.29501,4.271532 -2.30181,-1.306988 -3.85481,-2.211038 -6.5272,-3.910069 l -17.36433,-11.080125 -2.89687,-1.848263 c 0.49665,0.416719 1.00867,0.870319 1.64525,1.46685 l 8.30775,7.7973 8.30776,7.7973 c 1.27468,1.199363 1.94817,1.934363 2.91995,3.033713 -1.15938,-0.901032 -1.93433,-1.525257 -3.21363,-2.7216 l -8.30776,-7.7973 -8.30776,-7.797169 c -0.56738,-0.535106 -1.00867,-0.97335 -1.41768,-1.396237 0.0323,0.04069 0.0584,0.07088 0.0907,0.114187 l 3.85174,5.092631 3.8502,5.092632 c 0.59045,0.785662 0.86722,1.273125 1.25315,2.009568 -0.60428,-0.570412 -0.99945,-0.9702 -1.59296,-1.751268 l -3.85328,-5.092632 -2.52938,-3.34425 7.50973,12.15795 c 1.78518,2.8938 2.73542,4.574325 4.1116,7.063744 -1.60835,-2.346356 -2.68469,-3.947081 -4.47602,-6.839306 l -7.64196,-12.3732 9.26108,18.992662 c 1.48688,3.058256 2.26645,4.825013 3.38891,7.438988 -1.36848,-2.494013 -2.28029,-4.194619 -3.77332,-7.251432 l -9.70084,-19.893693 -0.5028,-1.027163 c 0.13223,0.401363 0.26447,0.82425 0.41209,1.345444 l 2.58166,9.290269 2.5832,9.290268 c 0.39363,1.428525 0.54739,2.258813 0.74728,3.487313 -0.46283,-1.156181 -0.75958,-1.944994 -1.15937,-3.371944 l -2.58319,-9.290268 -2.58321,-9.290269 c -0.18606,-0.672 -0.31367,-1.207106 -0.42438,-1.717538 l 0.83801,13.617188 c 0.18143,3.018225 0.21372,4.735762 0.23217,7.265212 -0.29214,-2.514094 -0.47051,-4.222312 -0.65964,-7.240668 l -0.85491,-13.884675 -0.94718,4.233075 c -0.1922,0.84105 -0.37056,1.302262 -0.66117,1.975837 0.0231,-0.731981 0.0569,-1.227056 0.24294,-2.069681 l 0.80726,-3.608719 -2.97223,6.677869 c -1.20857,2.704669 -1.95893,4.209975 -3.09062,6.414844 0.88107,-2.317088 1.49611,-3.880932 2.69853,-6.590194 l 3.22131,-7.242244 -2.19111,2.61555 c -1.27161,1.514625 -2.0481,2.327981 -3.21516,3.505819 0.9564,-1.354631 1.61911,-2.261831 2.88611,-3.78105 l 1.96662,-2.349506 -13.71095,10.861725 -31.06146,24.60806 c -0.95178,0.75351 -1.80824,1.42538 -2.62471,2.06509 l -0.008,0.0131 c 0.003,-0.0131 -0.84415,1.79445 -2.40484,3.2844 -1.51455,1.533 -3.59649,2.6355 -4.29764,2.94761 -1.29622,0.59194 -2.09886,0.79498 -3.27513,0.95183 0.60735,-1.01798 1.05173,-1.70061 2.01735,-2.7447 0.49974,-0.54128 2.0235,-2.1235 3.77639,-3.2382 1.65449,-1.1302 3.51347,-1.56372 3.94708,-1.53917 0.80724,-0.64733 1.65601,-1.3255 2.60319,-2.07585 l 31.06144,-24.608064 14.12765,-11.192213 -7.9418,2.69535 c -2.28798,0.773457 -3.6088,1.143975 -5.56311,1.663725 1.86668,-0.779493 3.13981,-1.290056 5.42626,-2.068106 l 6.51336,-2.212612 -1.5038,0.269062 c -1.16398,0.206063 -1.83591,0.252131 -2.8323,0.292163 0.94718,-0.310538 1.59298,-0.501244 2.75696,-0.713475 l 2.39715,-0.432075 -5.94905,-0.23835 -12.86065,-0.513582 c -1.97584,-0.08138 -3.09369,-0.199762 -4.73894,-0.402806 1.65601,-0.07219 2.78001,-0.09975 4.75586,-0.02494 l 12.86065,0.512006 5.7384,0.227587 -14.95643,-3.6057 c -3.00451,-0.727387 -4.68975,-1.210125 -7.16839,-1.948275 2.54169,0.472107 4.26383,0.811913 7.26832,1.531557 l 16.06045,3.871743 -0.25525,-0.190706 -14.10304,-10.5588 c -2.1665,-1.62225 -3.35047,-2.601637 -5.0803,-4.067044 1.89281,1.243988 3.1675,2.106563 5.33554,3.727238 l 12.59156,9.424012 -0.0246,-0.02494 -5.49698,-5.374031 c -0.84263,-0.828844 -1.27008,-1.350038 -1.87898,-2.137275 0.8011,0.591937 1.33158,1.007081 2.1788,1.831331 l 5.49699,5.372456 0.77804,0.759544 -1.16552,-1.694438 -11.14465,-16.224993 c -1.70984,-2.495588 -2.62011,-3.9501 -3.93939,-6.110475 1.54377,2.004975 2.57705,3.376537 4.29304,5.867531 l 11.14466,16.224994 0.74267,1.080843 -5.86601,-11.951887 c -1.19013,-2.430881 -1.80056,-3.8409 -2.67392,-5.932106 1.11937,1.969668 1.86206,3.316687 3.05832,5.74455 l 5.81373,11.842687 -6.10434,-18.622012 c -0.95794,-2.938425 -1.43461,-4.626694 -2.10808,-7.123857 0.93487,2.411063 1.54992,4.053132 2.51709,6.991557 l 6.26271,19.108031 0.13223,0.402806 -0.43974,-3.810187 -1.80363,-15.6114 c -0.27523,-2.398725 -0.35981,-3.768713 -0.45513,-5.786157 0.36902,1.9866 0.59813,3.338213 0.88105,5.738513 l 1.80362,15.6114 0.39057,3.362756 c 8.7e-4,-0.06956 8.7e-4,-0.126 0.005,-0.198319 l 0.37364,-7.505137 0.37364,-7.505138 c 0.0616,-1.153162 0.16606,-1.802062 0.35212,-2.760056 0.0891,0.970331 0.12915,1.628419 0.0753,2.781581 l -0.37365,7.505138 -0.37209,7.505137 c -0.0138,0.232182 -0.0293,0.433519 -0.0446,0.631969 l 3.14904,-12.639244 c 0.76728,-3.072168 1.27469,-4.795875 2.04503,-7.331362 -0.50587,2.601637 -0.8672,4.36065 -1.62987,7.432819 l -2.45096,9.845325 6.17508,-18.054619 c 1.33927,-3.905606 2.16651,-6.095119 3.41198,-9.313369 -0.98562,3.305794 -1.67294,5.544656 -3.00604,9.450131 l -7.23758,21.1638 0.55508,-0.854831 14.61353,-22.533919 c 2.24801,-3.459618 3.5842,-5.384662 5.57387,-8.203125 -1.76058,2.967563 -2.97222,4.972669 -5.21406,8.436882 l -14.12418,21.780423 c 0.24294,-0.307519 0.49972,-0.630394 0.79648,-0.991725 l 8.47689,-10.299056 8.47843,-10.302075 c 1.30544,-1.580644 2.10194,-2.432456 3.29513,-3.667125 -0.98254,1.409887 -1.66525,2.3541 -2.96453,3.939337 l -8.47844,10.3005 -8.47689,10.302075 c -0.80571,0.974794 -1.42076,1.671338 -2.05118,2.3541 l 14.46284,-11.458387 c 4.77585,-3.779475 7.52819,-5.867531 11.60135,-8.918175 -3.90249,3.267469 -6.56411,5.470894 -11.33534,9.253387 l -12.47778,9.885357 8.88436,-5.83065 9.12731,-5.989069 c 1.40538,-0.919406 2.24186,-1.379175 3.48732,-2.034244 -1.09478,0.8841 -1.85129,1.468425 -3.25206,2.390981 l -9.12731,5.990644 -9.12731,5.990513 c -0.68116,0.444412 -1.22855,0.781068 -1.75442,1.085568 l 7.25602,-2.987643 17.8241,-7.337532" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path62" - inkscape:connector-curvature="0" /><path - d="m 251.14763,132.04499 1.00715,-0.1554 26.54083,-4.08542 c 4.07932,-0.62422 6.40419,-0.9072 9.83309,-1.29622 -3.38737,0.65809 -5.68919,1.08872 -9.76696,1.71911 l -25.66594,3.95168 c 0.39517,-0.0236 0.80878,-0.0459 1.28083,-0.0643 l 13.32962,-0.52592 13.33117,-0.52435 c 2.0481,-0.0787 3.21363,-0.0512 4.9296,0.0197 -1.70521,0.20292 -2.86611,0.32288 -4.91269,0.4074 l -13.33116,0.52592 -13.33115,0.52579 c -1.24548,0.0459 -2.16651,0.0512 -3.0814,0.0341 l 18.1393,3.16746 c 5.99979,1.05025 9.39024,1.71753 14.37828,2.72618 -5.03571,-0.73959 -8.45075,-1.26078 -14.4521,-2.30487 l -15.74213,-2.74773 10.32357,2.7678 10.545,2.82765 c 1.6191,0.43668 2.51861,0.75495 3.83789,1.25004 -1.39,-0.23062 -2.32796,-0.40584 -3.94861,-0.83647 l -10.54652,-2.82765 -10.54499,-2.82607 c -0.78727,-0.21223 -1.40078,-0.39834 -1.97893,-0.58747 l 7.05768,3.43047 17.33512,8.4231 c 2.66315,1.29767 4.14234,2.09882 6.30731,3.30278 -2.28491,-0.95799 -3.82867,-1.62684 -6.49337,-2.91834 l -17.33512,-8.4231 -7.20836,-3.49965 18.76819,15.4976 c 3.07062,2.54021 4.76509,4.03633 7.24527,6.26128 -2.65395,-2.01429 -4.44527,-3.39662 -7.51897,-5.93223 l -17.79794,-14.69646 4.7943,5.24173 5.00495,5.47549 c 0.76727,0.84249 1.1486,1.36999 1.68984,2.16497 -0.74267,-0.61045 -1.23317,-1.03648 -2.00505,-1.87596 l -5.0065,-5.47391 -5.00494,-5.47549 c -0.0661,-0.0735 -0.11681,-0.13374 -0.17837,-0.20291 l 12.54698,19.57843 c 2.14804,3.35672 3.30588,5.29869 4.9865,8.17556 -1.91126,-2.72777 -3.19365,-4.59139 -5.34631,-7.94338 l -12.44395,-19.41857 1.07786,2.48483 c 0.33983,0.79183 0.46744,1.2701 0.62889,1.98502 -0.23063,-0.33823 -0.41362,-0.62278 -0.59198,-0.9425 l 2.97376,8.16624 3.75794,10.31586 c 0.57354,1.58536 0.83031,2.5095 1.1855,3.87948 -0.61196,-1.27627 -1.00867,-2.14961 -1.58836,-3.73485 l -3.75794,-10.31283 -3.7564,-10.31442 c -0.27985,-0.77345 -0.48435,-1.38849 -0.65965,-1.97426 l 0.55202,3.42733 3.2782,20.33653 c 0.50127,3.12598 0.71345,4.91125 0.99945,7.5436 -0.55661,-2.5893 -0.91489,-4.34989 -1.4223,-7.47443 l -3.27821,-20.33797 -0.54892,-3.40122 c 0.0185,0.65035 0.0199,1.33613 0,2.20947 l -0.29522,11.39066 -0.29369,11.39079 c -0.0492,1.74983 -0.14915,2.73998 -0.3229,4.19922 -0.0984,-1.46685 -0.14761,-2.46015 -0.10461,-4.21155 l 0.29369,-11.39067 0.29368,-11.39066 c 0.0215,-0.77805 0.0554,-1.39624 0.0984,-1.98056 -0.008,0.0459 -0.0118,0.0866 -0.0231,0.13689 l -1.23931,6.2643 -1.23933,6.26417 c -0.19527,0.96259 -0.37518,1.49469 -0.66887,2.27273 0.0262,-0.83042 0.06,-1.39165 0.24911,-2.3541 l 1.23931,-6.26588 0.81648,-4.12689 -4.08853,13.70473 c -0.97486,3.25972 -1.59758,5.08646 -2.54014,7.77118 0.68116,-2.76321 1.16243,-4.63129 2.13113,-7.89416 l 4.1485,-13.91697 -8.00946,19.53237 c -1.29314,3.14436 -2.09424,4.90192 -3.29819,7.48046 0.95179,-2.68156 1.61449,-4.49438 2.90303,-7.64189 l 8.39693,-20.47959 0.43207,-1.0563 c -0.21066,0.36277 -0.43976,0.74418 -0.73037,1.2008 l -5.21868,8.1094 -5.21714,8.10942 c -0.80418,1.24399 -1.32082,1.90969 -2.10654,2.87845 0.55508,-1.11629 0.94717,-1.86362 1.74673,-3.11062 l 5.21715,-8.10942 5.21714,-8.10942 c 0.37826,-0.58274 0.6904,-1.03634 0.99945,-1.45608 l -9.60396,9.68087 c -2.13269,2.14489 -3.39353,3.31052 -5.2725,5.00954 1.68368,-1.8913 2.83999,-3.16141 4.96805,-5.3109 l 9.79771,-9.87773 -3.79331,2.11114 c -0.75497,0.41515 -1.21779,0.58893 -1.91434,0.8211 0.56278,-0.47053 0.95486,-0.77344 1.70676,-1.1962 l 3.22746,-1.79602 -6.95772,2.22337 c -2.82154,0.89959 -4.44526,1.33927 -6.84241,1.96206 2.31412,-0.88253 3.89325,-1.46541 6.71324,-2.37103 l 7.55126,-2.41553 -3.41813,0.10631 c -1.97739,0.0564 -3.10138,0.0184 -4.75739,-0.0683 1.64832,-0.18769 2.7677,-0.29689 4.74354,-0.36146 l 3.09523,-0.0971 -17.26131,-3.01219 -39.04016,-6.81463 c -1.19626,-0.21066 -2.26799,-0.40294 -3.28897,-0.5859 l -0.009,0 c 0.009,0 -1.9005,0.5628 -4.05163,0.39047 -2.15114,-0.11025 -4.36069,-0.93175 -5.0603,-1.24701 -1.30544,-0.57199 -1.99276,-1.03635 -2.89073,-1.80967 1.16244,-0.22457 1.96816,-0.34755 3.39198,-0.32301 0.73806,0.0144 2.93225,0.0971 4.93116,0.66426 1.95277,0.48588 3.51653,1.59298 3.77793,1.92675 1.0179,0.1722 2.08654,0.35201 3.27513,0.55965 l 39.03862,6.81476 17.74105,3.09671 -7.28064,-4.13004 c -2.10038,-1.1932 -3.25513,-1.93436 -4.94343,-3.04907 1.82207,0.87636 3.05062,1.48837 5.15256,2.6754 l 5.98902,3.3936 -1.20396,-0.94408 c -0.92872,-0.73198 -1.40999,-1.20396 -2.10346,-1.92058 0.86107,0.50124 1.43461,0.85653 2.36793,1.58379 l 1.91434,1.50071 -3.77486,-4.5944 -8.17244,-9.94377 c -1.25469,-1.52998 -1.90819,-2.44335 -2.85228,-3.80716 1.15475,1.19017 1.92356,2.00812 3.18287,3.53495 l 8.17398,9.94376 3.64262,4.43153 -7.25756,-13.56495 c -1.45613,-2.7262 -2.21725,-4.30526 -3.31511,-6.64716 1.33928,2.21117 2.23109,3.72265 3.69336,6.44727 l 7.79574,14.56586 -0.0277,-0.31513 -1.50533,-17.55351 c -0.22756,-2.6985 -0.28599,-4.23465 -0.34289,-6.4995 0.32906,2.24188 0.53509,3.76556 0.76881,6.46262 l 1.34388,15.6698 0.003,-0.038 0.35365,-7.68338 c 0.0584,-1.18099 0.16298,-1.84826 0.34597,-2.82922 0.0907,0.99474 0.13377,1.66674 0.083,2.8476 l -0.35519,7.6835 -0.0492,1.08714 0.49203,-2.00051 4.69588,-19.11722 c 0.72423,-2.93842 1.20551,-4.58666 1.94202,-7.00848 -0.4705,2.48784 -0.80879,4.17007 -1.52685,7.10994 l -4.69589,19.11879 -0.31213,1.2793 5.01571,-12.33475 c 1.02404,-2.50635 1.67139,-3.90101 2.65085,-5.94444 -0.72575,2.14502 -1.23624,3.59651 -2.25261,6.10588 l -4.97266,12.22253 9.84077,-16.94924 c 1.55299,-2.6708 2.49709,-4.14999 3.91323,-6.31496 -1.17781,2.30186 -1.99429,3.85481 -3.54421,6.53035 l -10.09601,17.39351 -0.21527,0.36894 2.554,-2.86453 10.45581,-11.73506 c 1.60835,-1.8022 2.5755,-2.77541 4.02087,-4.19003 -1.24086,1.59758 -2.09731,2.66923 -3.70106,4.47445 l -10.45427,11.73663 -2.25569,2.52945 c 0.0554,-0.0446 0.0984,-0.0827 0.15531,-0.12862 l 5.85064,-4.71437 5.85217,-4.71594 c 0.90105,-0.72109 1.45767,-1.07481 2.29414,-1.57448 -0.66426,0.71348 -1.12862,1.18086 -2.02658,1.90811 l -5.85064,4.71437 -5.85066,4.71595 c -0.18144,0.14608 -0.34288,0.26591 -0.50125,0.38587 l 11.52599,-6.05968 c 2.80462,-1.46842 4.42835,-2.23886 6.83318,-3.34897 -2.27721,1.35161 -3.83328,2.25408 -6.63328,3.72868 l -8.98585,4.7267 17.5919,-7.40827 c 3.80407,-1.59758 5.99056,-2.43718 9.2211,-3.65033 -3.12597,1.46383 -5.25404,2.44178 -9.05503,4.04552 l -20.60718,8.67681" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path64" - inkscape:connector-curvature="0" /><path - d="m 187.60244,8.532573 c 2.82922,-1.0563 4.46063,-1.585238 6.87315,-2.343338 -2.31566,1.01325 -3.89633,1.680656 -6.72247,2.746144 l -18.41299,6.8901 -2.95838,1.108669 c 0.56892,-0.13125 1.1732,-0.255282 1.94048,-0.392044 l 10.71258,-1.869788 10.7126,-1.869787 c 1.64679,-0.284419 2.59396,-0.375113 3.9932,-0.479719 -1.35157,0.375244 -2.2726,0.610444 -3.91939,0.901031 l -10.71259,1.871363 -10.7126,1.869656 c -0.66579,0.1155 -1.20703,0.192281 -1.71906,0.2583 l 6.07359,-0.01706 6.09667,-0.01838 c 0.93641,0 1.46842,0.0735 2.25107,0.209081 -0.78111,0.139912 -1.31466,0.213806 -2.24953,0.219844 l -6.09667,0.01838 -3.80561,0.01312 13.38498,1.225481 c 3.23362,0.299775 5.06031,0.542719 7.7496,0.925575 -2.71389,-0.11025 -4.55595,-0.205931 -7.78804,-0.498094 l -13.6233,-1.250156 19.60464,3.788662 c 3.18595,0.619763 4.98036,1.042519 7.6189,1.691419 -2.68929,-0.381281 -4.51291,-0.658087 -7.70039,-1.270106 l -20.74403,-4.010081 -0.93333,-0.179944 c 0.34289,0.118125 0.70424,0.249112 1.13015,0.415275 l 8.5707,3.353437 8.57068,3.355144 c 1.31467,0.519751 2.03581,0.881082 3.08601,1.439157 -1.15015,-0.304369 -1.9251,-0.525787 -3.24285,-1.039369 l -8.56916,-3.355144 -8.57222,-3.355013 c -0.57507,-0.227587 -1.02866,-0.422887 -1.45304,-0.621206 l 10.78024,7.10535 c 2.40945,1.591407 3.73488,2.553995 5.67228,3.994726 -2.08809,-1.210125 -3.49501,-2.051175 -5.90753,-3.634969 l -11.02781,-7.268363 2.64932,3.095269 c 0.53201,0.62895 0.78111,1.031756 1.124,1.643775 -0.55201,-0.43365 -0.91334,-0.739594 -1.44997,-1.36395 l -2.2357,-2.613975 3.34894,6.009018 c 1.37461,2.472489 2.08961,3.908626 3.12136,6.036714 -1.27007,-1.995788 -2.11577,-3.359607 -3.495,-5.826057 l -3.65185,-6.548719 0.72729,3.106031 c 0.42745,1.835925 0.6012,2.89695 0.82878,4.460663 -0.49358,-1.502288 -0.81033,-2.5263 -1.24548,-4.3638 l -0.64426,-2.738532 0.42439,16.577139 0.96408,37.802362 c 0.0292,1.154738 0.0522,2.192663 0.0707,3.181369 l 0.006,0.01444 c -0.005,-0.01312 0.88565,1.671469 1.13014,3.716475 0.30445,2.034244 -0.0493,4.257619 -0.2122,4.968075 -0.28906,1.331531 -0.59813,2.058788 -1.15782,3.0429 -0.43514,-1.044094 -0.70577,-1.774369 -0.95025,-3.10905 -0.12757,-0.69195 -0.46283,-2.760056 -0.30906,-4.737468 0.0845,-1.906669 0.81648,-3.568819 1.0871,-3.893269 -0.0323,-0.985556 -0.063,-2.020331 -0.0923,-3.17205 l -0.96563,-37.800788 -0.43822,-17.152144 -2.48171,7.560394 c -0.72114,2.189644 -1.19782,3.407382 -1.92819,5.192513 0.46899,-1.871231 0.80726,-3.135169 1.52226,-5.327831 l 1.99889,-6.093545 -0.58737,1.16865 c -0.50894,1.004063 -0.86106,1.542188 -1.40692,2.321681 0.30138,-0.901031 0.52126,-1.508325 1.02406,-2.515537 l 1.00252,-1.998806 -3.53498,4.334531 -7.76037,9.513263 c -1.19472,1.460681 -1.92817,2.243325 -3.03219,3.378113 0.89184,-1.308563 1.50995,-2.183475 2.70007,-3.64875 l 7.76036,-9.516414 3.39353,-4.162331 -11.23692,9.276488 c -2.27568,1.874382 -3.61341,2.880019 -5.60001,4.342275 1.81285,-1.672912 3.05525,-2.793918 5.32631,-4.672893 l 12.11692,-10.003745 -0.24756,0.07219 -16.13115,4.709775 c -2.47865,0.719512 -3.9071,1.059318 -6.01518,1.534443 2.03274,-0.736443 3.41659,-1.219312 5.89524,-1.944993 l 14.24911,-4.160888 -7.11916,1.096331 c -1.11324,0.169182 -1.75597,0.192282 -2.70776,0.201469 0.91027,-0.279825 1.52993,-0.449006 2.64163,-0.6258 l 7.24526,-1.113262 0.93026,-0.144507 -1.86205,-0.08006 -18.76357,-0.799575 c -2.88304,-0.126 -4.516,-0.270638 -6.91929,-0.507413 2.4156,-0.03675 4.0547,-0.04069 6.93774,0.08138 l 18.76357,0.798 1.11631,0.04725 -12.34401,-2.349506 c -2.53706,-0.485887 -3.96091,-0.833306 -6.05514,-1.371562 2.14497,0.269062 3.59802,0.468956 6.1351,0.95025 l 12.221,2.324962 -17.55807,-5.973712 c -2.78925,-0.951825 -4.3484,-1.560694 -6.63484,-2.484825 2.37562,0.664256 3.98089,1.134787 6.77321,2.080443 l 18.15929,6.176625 0.28908,0.09975 -3.07677,-1.800487 -12.93908,-7.574306 c -1.98661,-1.1655 -3.07831,-1.888163 -4.66976,-2.978325 1.72983,0.851812 2.89534,1.449918 4.88656,2.60925 l 12.93907,7.572862 2.68315,1.568306 c -0.0186,-0.01575 -0.0323,-0.02494 -0.0522,-0.042 l -5.50775,-4.588237 -5.50622,-4.586794 c -0.84415,-0.707306 -1.27777,-1.16235 -1.89588,-1.85745 0.79495,0.485888 1.32082,0.825694 2.16958,1.529981 l 5.50775,4.586663 5.50621,4.588237 c 0.13993,0.116813 0.25678,0.221419 0.37672,0.3276 L 155.11748,6.3474 c -1.9005,-2.349506 -2.92302,-3.725662 -4.40836,-5.770668 1.69754,1.871231 2.83537,3.156693 4.74202,5.500031 l 5.94751,7.326769 -10.08832,-14.8596 c -2.20956,-3.25815 -3.40276,-5.147888 -5.13718,-7.9464 1.96045,2.646262 3.27666,4.452918 5.49237,7.706606 l 11.93961,17.581069 -0.30752,-0.839475 -8.81056,-24.059175 c -1.35003,-3.697969 -2.04811,-5.821463 -3.05217,-8.956632 1.2593,3.041457 2.09731,5.114157 3.45503,8.807532 l 8.45691,23.095012 c -0.0831,-0.315262 -0.16606,-0.634987 -0.25525,-1.004062 L 160.09629,0.55665 157.10255,-11.8134 c -0.45514,-1.902075 -0.64581,-2.998406 -0.89644,-4.615931 0.51663,1.554525 0.8503,2.615419 1.31313,4.514344 l 2.99374,12.371756 2.99375,12.370181 c 0.27523,1.140825 0.45051,1.992769 0.60121,2.841432 L 163.66203,-1.8573 c -0.14761,-5.809125 -0.15684,-9.104287 -0.143,-13.961587 0.25986,4.849556 0.41823,8.1417 0.57045,13.950825 l 0.38134,14.921025 0.63042,-9.854644 0.66732,-10.394344 c 0.10605,-1.596 0.23834,-2.497031 0.45975,-3.823968 0.0508,1.343868 0.0661,2.254087 -0.0323,3.851662 l -0.66579,10.394344 -0.66733,10.394344 c -0.0477,0.722662 -0.10303,1.29465 -0.1676,1.837368 l 1.85283,-7.126875 4.62208,-17.804062 c 0.715,-2.733806 1.18859,-4.268381 1.91433,-6.51945 -0.46127,2.320237 -0.7934,3.890119 -1.49917,6.625631 l -4.62209,17.807081 -1.90048,7.3206 10.934,-20.402681 c 1.80055,-3.348844 2.88457,-5.214037 4.50522,-7.949419 -1.38077,2.862957 -2.3341,4.800469 -4.12697,8.153907 l -10.33895,19.290993 3.92093,-5.35395 4.1854,-5.712262 c 0.64427,-0.873338 1.06864,-1.330088 1.71598,-1.982006 -0.42746,0.813356 -0.73037,1.356206 -1.37155,2.235712 l -4.18232,5.710688 -4.18387,5.710818 c -0.0246,0.03412 -0.0446,0.05775 -0.0691,0.09188 L 181.90595,0.228924 c 2.73697,-2.641669 4.33916,-4.086994 6.71786,-6.196575 -2.18957,2.306456 -3.68876,3.859406 -6.41955,6.505669 l -15.74677,15.219356 2.03735,-1.416187 c 0.67963,-0.465938 1.10401,-0.673444 1.74826,-0.953269 -0.23832,0.245962 -0.44129,0.45045 -0.66578,0.650344 l 6.96388,-4.248432 8.9474,-5.452387 c 1.37617,-0.836456 2.19419,-1.250025 3.41506,-1.832775 -1.07788,0.816375 -1.819,1.356075 -3.19211,2.197256 l -8.9474,5.455406 -8.94586,5.456982 c -0.62889,0.381412 -1.13631,0.66885 -1.62374,0.9303 l 2.99528,-1.119432 18.413,-6.893118" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path66" - inkscape:connector-curvature="0" /><path - d="m 215.89309,100.28538 c 7.11919,26.21181 -8.36003,53.23094 -34.57183,60.3439 -26.20719,7.11309 -53.22624,-8.36614 -60.33927,-34.57795 -7.12225,-26.208788 8.36159,-53.224763 34.57338,-60.343894 26.20872,-7.108369 53.2293,8.366137 60.33772,34.577944" - style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path68" - inkscape:connector-curvature="0" /></g></g></svg> \ No newline at end of file diff --git a/contrib/openldap/core-fd.schema b/contrib/openldap/core-fd.schema index da9453bad3c0a1cc1ae722f28fd9c10f1d793793..a437bfbf52864ba4b37b4920aefca7d3b07402e5 100644 --- a/contrib/openldap/core-fd.schema +++ b/contrib/openldap/core-fd.schema @@ -1,7 +1,10 @@ ## -## core-fd.schema - Needed by FusionDirectory for its basic fonctionnalities +## core-fd.schema - Needed by FusionDirectory for its basic functionalities ## +# Last OID used for attributes : 1.3.6.1.4.1.38414.62.1.73 01/10/24 # +# Last OID used for objectClass : 1.3.6.1.4.1.38414.62.2.11 29/01/24 # + ##### Attributes from gosa ###### attributetype ( 1.3.6.1.4.1.10098.1.1.12.30 NAME 'gosaGroupObjects' @@ -70,6 +73,12 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.51 NAME 'fdSnapshotDataSource' 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.68 NAME 'fdSnapshotHash' + DESC 'FusionDirectory - hash of the current snapShot allowing diff verification with MD5' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) + ##### Subscriptions Attributes ###### attributetype ( 1.3.6.1.4.1.38414.62.11.1 NAME 'fdSubscriptionStartDate' @@ -121,8 +130,8 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.7 NAME 'fdMailTemplateSignature' SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40) -attributetype ( 1.3.6.1.4.1.38414.62.1.8 NAME 'fdMailTemplateAttachment' - DESC 'FusionDirectory - template mail field' +attributetype ( 1.3.6.1.4.1.38414.62.1.8 NAME 'fdMailAttachmentsContent' + DESC 'FusionDirectory - attachment data in bin format' EQUALITY octetStringMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40) @@ -148,7 +157,7 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.11 NAME 'fdTasksMailObject' SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.38414.62.1.12 NAME 'fdTasksScheduleDate' - DESC 'Scheduling of the Task - required processed date' + DESC 'Scheduling of the Task - required processed date' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) @@ -167,6 +176,11 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.15 NAME 'fdTasksEndDate' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) +attributetype ( 1.3.6.1.4.1.38414.62.1.57 NAME 'fdTasksLastExec' + DESC 'Fusion Directory - Time when tasks was last executed' + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + attributetype ( 1.3.6.1.4.1.38414.62.1.16 NAME 'fdTasksCreationDate' DESC 'Fusion Directory - Task Start Date' EQUALITY caseExactMatch @@ -182,6 +196,11 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.18 NAME 'fdTasksEmailSender' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) +attributetype ( 1.3.6.1.4.1.38414.62.1.55 NAME 'fdTasksEmailBCC' + DESC 'Fusion Directory - Emails derived from DN' + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + attributetype ( 1.3.6.1.4.1.38414.62.1.19 NAME 'fdTasksMailType' DESC 'Fusion Directory - Type of Mail attribute required' EQUALITY caseExactMatch @@ -196,7 +215,7 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.20 NAME 'fdTasksGranularStatus' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.38414.62.1.21 NAME 'fdTasksGranularSchedule' - DESC 'Scheduling of the Task - required processed date' + DESC 'Scheduling of the Task - required processed date' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) @@ -222,11 +241,29 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.25 NAME 'fdTasksGranularMailFrom' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) +attributetype ( 1.3.6.1.4.1.38414.62.1.56 NAME 'fdTasksGranularMailBCC' + DESC 'Fusion Directory - Emails sender if object mail' + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + attributetype ( 1.3.6.1.4.1.38414.62.1.26 NAME 'fdTasksGranularRef' DESC 'Fusion Directory - Reference towards a CN (E.g Mail Template)' EQUALITY caseExactMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 - SINGLE-VALUE ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + +attributetype ( 1.3.6.1.4.1.38414.62.1.69 NAME 'fdTasksGranularHelper' + DESC 'Fusion Directory - Reference towards a potential helper value from main task (case of reminder)' + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + + + +## Any tasks requiring to store DN (Such as lifeCycle). ## + +attributetype ( 1.3.6.1.4.1.38414.62.1.67 NAME 'fdTasksGranularDN' + DESC 'Fusion Directory - DN of the targeted user' + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) ##### Tasks Conf ##### @@ -331,7 +368,7 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.43 NAME 'fdPluginManagerSupportDownloadUr SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributetype ( 1.3.6.1.4.1.38414.62.1.44 NAME 'fdPluginManagerInfoTags' - DESC 'FusionDirectory - Plugin Tag for identiy plugins goals' + DESC 'FusionDirectory - Plugin Tag for identity plugins goals' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) @@ -372,6 +409,52 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.50 NAME 'fdPluginManagerSupportContractUr SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) +##### Tasks Granular Part 2 ##### + +attributetype ( 1.3.6.1.4.1.38414.62.1.52 NAME 'fdTasksRepeatable' + DESC 'Allow a given task to be repeatable' + EQUALITY booleanMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX '1.3.6.1.4.1.1466.115.121.1.7') + +attributetype ( 1.3.6.1.4.1.38414.62.1.53 NAME 'fdTasksUpdatable' + DESC 'Allow a given task to be updatable' + EQUALITY booleanMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX '1.3.6.1.4.1.1466.115.121.1.7') + +attributetype ( 1.3.6.1.4.1.38414.62.1.54 NAME 'fdTasksRepeatableSchedule' + DESC 'Set the repetition of the tasks via a set attribute' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX '1.3.6.1.4.1.1466.115.121.1.15') + +##### Token management attributes ##### + +attributetype ( 1.3.6.1.4.1.38414.62.1.70 NAME 'fdTokenUserDN' + DESC 'The DN user linked to the token' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) + +attributetype ( 1.3.6.1.4.1.38414.62.1.71 NAME 'fdTokenType' + DESC 'The token type eg reminder, recovery' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) + +attributetype ( 1.3.6.1.4.1.38414.62.1.72 NAME 'fdToken' + DESC 'The token' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) + +attributetype ( 1.3.6.1.4.1.38414.62.1.73 NAME 'fdTokenTimestamp' + DESC 'Timestamp for the validation of the token' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) + ##### Classes ##### ### old gosa ObjectClass ### @@ -401,7 +484,7 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.19 NAME 'gosaSnapshotObject' DESC 'GOsa - Container object for undo and snapshot data' SUP top STRUCTURAL MUST ( gosaSnapshotTimestamp $ gosaSnapshotDN $ gosaSnapshotData $ fdSnapshotDataSource ) - MAY ( fdSnapshotObjectType $ description ) ) + MAY ( fdSnapshotObjectType $ description $ fdSnapshotHash) ) ### New FusionDirectory Objectclass ### @@ -427,8 +510,13 @@ objectclass (1.3.6.1.4.1.38414.62.2.3 NAME 'fdPluginManager' objectclass (1.3.6.1.4.1.38414.62.2.4 NAME 'fdMailTemplate' DESC 'FusionDirectory - template mail object' + SUP top STRUCTURAL MUST ( cn $ fdMailTemplateBody $ fdMailTemplateSubject ) - MAY ( fdMailTemplateSignature $ fdMailTemplateReadReceipt $ fdMailTemplateAttachment ) ) + MAY ( fdMailTemplateSignature $ fdMailTemplateReadReceipt)) + +objectclass (1.3.6.1.4.1.38414.62.2.10 NAME 'fdMailAttachments' + DESC 'FusionDirectory - mail template attachments' + MUST ( cn $ fdMailAttachmentsContent )) objectclass ( 1.3.6.1.4.1.38414.62.2.5 NAME 'fdMailTemplateConf' DESC 'FusionDirectory Mail Template Configuration' @@ -441,21 +529,29 @@ objectclass ( 1.3.6.1.4.1.38414.62.2.5 NAME 'fdMailTemplateConf' objectclass (1.3.6.1.4.1.38414.62.2.6 NAME 'fdTasks' DESC 'FusionDirectory - Tasks objects' MUST ( cn $ fdTasksStatus $ fdTasksCreationDate ) - MAY ( fdTasksScheduleDate $ fdTasksEndDate) ) + MAY ( fdTasksScheduleDate $ fdTasksEndDate $ fdTasksRepeatableSchedule $ fdTasksUpdatable $ fdTasksRepeatable + $ fdTasksLastExec)) objectclass (1.3.6.1.4.1.38414.62.2.7 NAME 'fdTasksMail' DESC 'FusionDirectory - Tasks objects Mail' SUP top AUXILIARY - MUST ( fdTasksMailObject $ fdTasksEmailSender ) - MAY ( fdTasksMailUsers $ fdTasksEmailsFromDN $ fdTasksMailType ) ) + MUST ( fdTasksMailObject $ fdTasksEmailSender ) + MAY ( fdTasksMailUsers $ fdTasksEmailsFromDN $ fdTasksMailType $ fdTasksEmailBCC ) ) objectclass (1.3.6.1.4.1.38414.62.2.8 NAME 'fdTasksGranular' DESC 'FusionDirectory - Tasks granular objects' - MUST ( fdTasksGranularMaster $ cn $ fdTasksGranularMail $ fdTasksGranularMailFrom $ - fdTasksGranularRef $ fdTasksGranularType $ fdTasksGranularSchedule $ fdTasksGranularStatus )) + MUST ( fdTasksGranularMaster $ cn $ fdTasksGranularType $ fdTasksGranularSchedule $ fdTasksGranularStatus ) + MAY (fdTasksGranularMailBCC $ fdTasksGranularDN $ fdTasksGranularRef $ fdTasksGranularMail $ fdTasksGranularMailFrom $ fdTasksGranularHelper)) objectclass (1.3.6.1.4.1.38414.62.2.9 NAME 'fdTasksConf' DESC 'FusionDirectory - Tasks objects Configuration' SUP top AUXILIARY MUST ( cn ) MAY ( fdTasksRDN $ fdTasksConfLastExecTime $ fdTasksConfMaxEmails $ fdTasksConfIntervalEmails)) + +### token objectclass ### + +objectclass ( 1.3.6.1.4.1.38414.62.2.11 NAME 'fdTokenEntry' + SUP top STRUCTURAL + DESC 'FusionDirectory - Class for token storage' + MUST ( cn $ fdTokenUserDN $ fdTokenType $ fdToken $ fdTokenTimestamp )) \ No newline at end of file diff --git a/html/favicon.ico b/html/favicon.ico index 5cb7e2acedd4aa1e19f45e080230d3439ad8d0a3..280332dd0983935995c51932e6f556df4fde00d2 100644 Binary files a/html/favicon.ico and b/html/favicon.ico differ diff --git a/html/themes/breezy/icons/16/apps/os-linux.png b/html/themes/breezy/icons/16/apps/os-linux.png deleted file mode 100644 index bfc2db25aef73f1fb6059c575c980bd26497de0b..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/16/apps/os-linux.png and /dev/null differ diff --git a/html/themes/breezy/icons/16/apps/internet-mail.png b/html/themes/breezy/icons/16/apps/recovery-mail.png similarity index 100% rename from html/themes/breezy/icons/16/apps/internet-mail.png rename to html/themes/breezy/icons/16/apps/recovery-mail.png diff --git a/html/themes/breezy/icons/16/devices/computer.png b/html/themes/breezy/icons/16/devices/computer.png deleted file mode 100644 index ffb0d23696e64b4176e6e7b9f83b40ebfc0324d8..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/16/devices/computer.png and /dev/null differ diff --git a/html/themes/breezy/icons/16/mimetypes/application-certificate.png b/html/themes/breezy/icons/16/mimetypes/application-certificate.png deleted file mode 100644 index ff1475cd6f8686e8cdeb672a8b965064262fb6b3..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/16/mimetypes/application-certificate.png and /dev/null differ diff --git a/html/themes/breezy/icons/16/mimetypes/application-x-archive.png b/html/themes/breezy/icons/16/mimetypes/application-x-archive.png deleted file mode 100644 index 8e5c2394c12211a7ffd10938a82f9e3630d9022f..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/16/mimetypes/application-x-archive.png and /dev/null differ diff --git a/html/themes/breezy/icons/16/types/contact.png b/html/themes/breezy/icons/16/types/contact.png deleted file mode 100644 index 0d539cb76924ced88b08dad874c81a558c1be30c..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/16/types/contact.png and /dev/null differ diff --git a/html/themes/breezy/icons/48/apps/os-linux.png b/html/themes/breezy/icons/48/apps/os-linux.png deleted file mode 100644 index da9a649c81a99041119d6e02fe70fde098c59ef7..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/48/apps/os-linux.png and /dev/null differ diff --git a/html/themes/breezy/icons/48/apps/internet-mail.png b/html/themes/breezy/icons/48/apps/recovery-mail.png similarity index 100% rename from html/themes/breezy/icons/48/apps/internet-mail.png rename to html/themes/breezy/icons/48/apps/recovery-mail.png diff --git a/html/themes/breezy/icons/48/categories/applications-development.png b/html/themes/breezy/icons/48/categories/applications-development.png deleted file mode 100644 index 7a1504d22f9e5b4993d24ec70e87f7138a2db07d..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/48/categories/applications-development.png and /dev/null differ diff --git a/html/themes/breezy/icons/48/devices/computer.png b/html/themes/breezy/icons/48/devices/computer.png deleted file mode 100644 index 8e11658a9d576b51910689bed5501229dea6c925..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/48/devices/computer.png and /dev/null differ diff --git a/html/themes/breezy/icons/48/mimetypes/application-certificate.png b/html/themes/breezy/icons/48/mimetypes/application-certificate.png deleted file mode 100644 index 6a0d60e3097527f134ebde2280f8619f29bbc404..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/48/mimetypes/application-certificate.png and /dev/null differ diff --git a/html/themes/breezy/icons/48/mimetypes/application-x-archive.png b/html/themes/breezy/icons/48/mimetypes/application-x-archive.png deleted file mode 100644 index 367aeebf97d834cb8554726de8e1c6fbd81cf4f7..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/48/mimetypes/application-x-archive.png and /dev/null differ diff --git a/html/themes/breezy/icons/48/types/contact.png b/html/themes/breezy/icons/48/types/contact.png deleted file mode 100644 index 2f2318390612ae8a81ddea39c4e747683249a152..0000000000000000000000000000000000000000 Binary files a/html/themes/breezy/icons/48/types/contact.png and /dev/null differ diff --git a/html/themes/breezy/icons/scalable/apps/fusiondirectory.png b/html/themes/breezy/icons/scalable/apps/fusiondirectory.png index 6af1d1e544382cb8165d8fa3a9d470d4c427dc03..955ac6b4cbb87497f80ddd8985a7648b648e8b2f 100644 Binary files a/html/themes/breezy/icons/scalable/apps/fusiondirectory.png and b/html/themes/breezy/icons/scalable/apps/fusiondirectory.png differ diff --git a/html/themes/breezy/less/login.less b/html/themes/breezy/less/login.less index cf592fedb2b2881a0a6bcd6d3dd22dc72f4de995..2ca786d6b51402439651a0bfa832fcaa051c31b1 100644 --- a/html/themes/breezy/less/login.less +++ b/html/themes/breezy/less/login.less @@ -47,7 +47,7 @@ div#window-titlebar { background-color: @background-color; min-height: 30px; > img { - float: left; + float: center; height: 30px; } > p { diff --git a/html/themes/breezy/less/plugin.less b/html/themes/breezy/less/plugin.less index 69ff126a0db18f5ae01df3b890f3fafffdd305e9..17ac4da1eb1a5377944cc69c00d250be00637744 100644 --- a/html/themes/breezy/less/plugin.less +++ b/html/themes/breezy/less/plugin.less @@ -244,17 +244,27 @@ html.rtl .plugin-section { fieldset.plugin-section.critical legend span, .plugin-section.critical > span.legend { font-weight: bold; - background-color: @critical-section-legend-background-color; + background-color: #bbccff; +} + +fieldset.plugin-section.information legend span, +.plugin-section.information > span.legend { + font-weight: bold; + background-color: #bbccff; } fieldset.plugin-section.critical legend span:after, .plugin-section.critical > span.legend:after { content: " (editing this can break your LDAP)"; - color: @critical-section-warning-color; + color: #dd0000; } .plugin-section.critical > div { - background-color: @critical-section-background-color; + background-color: #dfefff; +} + +.plugin-section.information > div { + background-color: #dfefff; } /* On small screens */ diff --git a/html/themes/breezy/login.css b/html/themes/breezy/login.css index 93115953ae62dcde38a155a9d1de68547c24779d..50e1289e0e4a38c687a4df58158bc2a7b678d7f5 100644 --- a/html/themes/breezy/login.css +++ b/html/themes/breezy/login.css @@ -47,7 +47,7 @@ div#window-titlebar { min-height: 30px; } div#window-titlebar > img { - float: left; + float: center; height: 30px; } div#window-titlebar > p { diff --git a/html/themes/breezy/plugin.css b/html/themes/breezy/plugin.css index 12fd99b8e6fc1cff96997a6e0756f6d9729e91fd..11ef02861e325c740d0683497a1b7076669c45f4 100644 --- a/html/themes/breezy/plugin.css +++ b/html/themes/breezy/plugin.css @@ -231,6 +231,13 @@ fieldset.plugin-section.critical legend span, font-weight: bold; background-color: #bbccff; } + +fieldset.plugin-section.information legend span, +.plugin-section.information > span.legend { + font-weight: bold; + background-color: #bbccff; +} + fieldset.plugin-section.critical legend span:after, .plugin-section.critical > span.legend:after { content: " (editing this can break your LDAP)"; @@ -239,6 +246,10 @@ fieldset.plugin-section.critical legend span:after, .plugin-section.critical > div { background-color: #dfefff; } + +.plugin-section.information > div { + background-color: #dfefff; +} /* On small screens */ @media (max-width: 640px) { .plugin-window { diff --git a/html/themes/legacy/icons/16/actions/add.png b/html/themes/legacy/icons/16/actions/add.png deleted file mode 120000 index 7d4c8781d5e50006678711eb22806cf90711180e..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/actions/add.png +++ /dev/null @@ -1 +0,0 @@ -list-add.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/actions/document-new.png b/html/themes/legacy/icons/16/actions/document-new.png deleted file mode 100644 index 4c3efdd6fa334616f87698708e73b2a5111c3278..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/document-new.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/document-open.png b/html/themes/legacy/icons/16/actions/document-open.png deleted file mode 100644 index ab940462fd45f9bf1cc6068fe7947ebffdf2aba0..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/document-open.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/down.png b/html/themes/legacy/icons/16/actions/down.png deleted file mode 120000 index 5240b846ddf6639e262e96b46c19f31dc27ab497..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/actions/down.png +++ /dev/null @@ -1 +0,0 @@ -go-down.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/actions/edit-copy.png b/html/themes/legacy/icons/16/actions/edit-copy.png deleted file mode 100644 index 8dd48c494924874a088590a749193994d075c22f..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/edit-copy.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/edit-cut.png b/html/themes/legacy/icons/16/actions/edit-cut.png deleted file mode 100644 index dc9eb9a7ad3e9500991938d0da531c06f90fea85..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/edit-cut.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/edit-delete.png b/html/themes/legacy/icons/16/actions/edit-delete.png deleted file mode 100644 index ea03150a1c15ec650240042fb695e7be84bc3e28..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/edit-delete.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/edit-paste.png b/html/themes/legacy/icons/16/actions/edit-paste.png deleted file mode 100644 index 24588a3a4d2356be517b0e066a489284f0326842..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/edit-paste.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/go-down.png b/html/themes/legacy/icons/16/actions/go-down.png deleted file mode 100644 index 3dd7fccdf06321880f69d65631a363e4b813ba04..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/go-down.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/go-first.png b/html/themes/legacy/icons/16/actions/go-first.png deleted file mode 100644 index 9c15c09e95c3430b5bd1bf24e7a01e8203a2e9a8..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/go-first.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/go-home.png b/html/themes/legacy/icons/16/actions/go-home.png deleted file mode 100644 index a46fb2220648f4640d48fc34273682db5fc53415..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/go-home.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/go-jump.png b/html/themes/legacy/icons/16/actions/go-jump.png deleted file mode 100644 index 1d218c388b35c8720f623c9a0ad89e4d26beeea3..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/go-jump.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/go-next.png b/html/themes/legacy/icons/16/actions/go-next.png deleted file mode 100644 index 6ef8de76e0f5bf01c09da24a07c61cfe558d7a4b..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/go-next.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/go-previous.png b/html/themes/legacy/icons/16/actions/go-previous.png deleted file mode 100644 index fa9a7d71b5615dde4c5f702f95df533adadd56e0..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/go-previous.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/go-up.png b/html/themes/legacy/icons/16/actions/go-up.png deleted file mode 120000 index 56c7bd87160a7f54dcefddb10ed4acec3d845eea..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/actions/go-up.png +++ /dev/null @@ -1 +0,0 @@ -go-previous.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/actions/list-add.png b/html/themes/legacy/icons/16/actions/list-add.png deleted file mode 100644 index 1aa7f095c6c282262390748ab2e596a3fc15c228..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/list-add.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/list-remove.png b/html/themes/legacy/icons/16/actions/list-remove.png deleted file mode 100644 index 00b654e8ca567c380fa477d4b32f808c3b5500d3..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/list-remove.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/next.png b/html/themes/legacy/icons/16/actions/next.png deleted file mode 120000 index c1febf91c37c1152c1fbc0019260a712b91b61c1..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/actions/next.png +++ /dev/null @@ -1 +0,0 @@ -go-next.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/actions/previous.png b/html/themes/legacy/icons/16/actions/previous.png deleted file mode 120000 index 56c7bd87160a7f54dcefddb10ed4acec3d845eea..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/actions/previous.png +++ /dev/null @@ -1 +0,0 @@ -go-previous.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/actions/process-stop.png b/html/themes/legacy/icons/16/actions/process-stop.png deleted file mode 100644 index ab6808fba55428710250c72b2569ca5288cd6df2..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/process-stop.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/remove.png b/html/themes/legacy/icons/16/actions/remove.png deleted file mode 120000 index 1336403b31b9def4cd999681dc4b587127fd3922..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/actions/remove.png +++ /dev/null @@ -1 +0,0 @@ -list-remove.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/actions/system-search.png b/html/themes/legacy/icons/16/actions/system-search.png deleted file mode 100644 index fd7f0b07a558cb6d59af96bebb672bf1abe96c88..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/system-search.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/system-shutdown.png b/html/themes/legacy/icons/16/actions/system-shutdown.png deleted file mode 100644 index afe62deec0e8feed4e6be87caa51d7ddd25e6bf8..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/system-shutdown.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/actions/up.png b/html/themes/legacy/icons/16/actions/up.png deleted file mode 120000 index 4a1025d4acdb9c33ab12023fb5bc2cc18ba3104f..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/actions/up.png +++ /dev/null @@ -1 +0,0 @@ -go-up.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/actions/view-refresh.png b/html/themes/legacy/icons/16/actions/view-refresh.png deleted file mode 100644 index 3fd71d6e5929ba0c40db1960e36e9acba9d7e525..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/actions/view-refresh.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/apps/accessories-text-editor.png b/html/themes/legacy/icons/16/apps/accessories-text-editor.png deleted file mode 100644 index 188e1c12bd2de0029c75eefc6c7c4753b86b7d9b..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/apps/accessories-text-editor.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/apps/internet-mail.png b/html/themes/legacy/icons/16/apps/internet-mail.png deleted file mode 100644 index 859251fe0fcdbdf20de5040a802825ce977c1a24..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/apps/internet-mail.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/apps/office-calendar.png b/html/themes/legacy/icons/16/apps/office-calendar.png deleted file mode 100644 index 106a592e671bb99e8c2288231db2a23009b638be..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/apps/office-calendar.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/apps/system-installer.png b/html/themes/legacy/icons/16/apps/system-installer.png deleted file mode 100644 index d16abcbde7cf4e793283b8811cfc2ac277176c1a..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/apps/system-installer.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/apps/system-software-update.png b/html/themes/legacy/icons/16/apps/system-software-update.png deleted file mode 100644 index 58f19c68b047fb2fddff951c60bb56bf03bd7191..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/apps/system-software-update.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/apps/system-users.png b/html/themes/legacy/icons/16/apps/system-users.png deleted file mode 100644 index 9d2d500813c206d6735ea53e47ff2c56428ea0a6..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/apps/system-users.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/apps/text-editor.png b/html/themes/legacy/icons/16/apps/text-editor.png deleted file mode 120000 index 24614cff9b0523a8ce3a00ef4c313f1168c57271..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/apps/text-editor.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/apps/utilities-system-monitor.png b/html/themes/legacy/icons/16/apps/utilities-system-monitor.png deleted file mode 100644 index 8734e777a1799c9a9d0293d692b3549f2506f418..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/apps/utilities-system-monitor.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/apps/utilities-terminal.png b/html/themes/legacy/icons/16/apps/utilities-terminal.png deleted file mode 100644 index c5b797a7dfe82a52fee3df9c7e19d49a4461ac02..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/apps/utilities-terminal.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/categories/applications-internet.png b/html/themes/legacy/icons/16/categories/applications-internet.png deleted file mode 100644 index a5889683a66b6bbac124673ecfbd21dec331a046..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/categories/applications-internet.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/categories/gnome-settings.png b/html/themes/legacy/icons/16/categories/gnome-settings.png deleted file mode 120000 index b10e07b23cff220a772d170980d879b50e511e94..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/categories/gnome-settings.png +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/categories/preferences-desktop.png b/html/themes/legacy/icons/16/categories/preferences-desktop.png deleted file mode 100644 index 68f916c9d3793617c33986e1369c4a3be6c86508..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/categories/preferences-desktop.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/devices/computer.png b/html/themes/legacy/icons/16/devices/computer.png deleted file mode 100644 index d0b397bef91b4f6af85bd78a203b2373a36a3b36..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/devices/computer.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/devices/media-cdrom.png b/html/themes/legacy/icons/16/devices/media-cdrom.png deleted file mode 120000 index dcb92bea260173f8b926d7c0c5478465d5418eff..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/16/devices/media-cdrom.png +++ /dev/null @@ -1 +0,0 @@ -media-optical.png \ No newline at end of file diff --git a/html/themes/legacy/icons/16/devices/media-optical.png b/html/themes/legacy/icons/16/devices/media-optical.png deleted file mode 100644 index 760de9386f7ccfd2ecaa2680aaa70cd3988e16af..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/devices/media-optical.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/devices/printer.png b/html/themes/legacy/icons/16/devices/printer.png deleted file mode 100644 index 12a4e39dd30977340c76ac642229a71354c0b310..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/devices/printer.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/mimetypes/application-certificate.png b/html/themes/legacy/icons/16/mimetypes/application-certificate.png deleted file mode 100644 index 486913d9f51942db428b3d4ce0348e3f42c21bd4..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/mimetypes/application-certificate.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/mimetypes/application-x-executable.png b/html/themes/legacy/icons/16/mimetypes/application-x-executable.png deleted file mode 100644 index 003ded243b98decd76b698b570c7d547063c49ff..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/mimetypes/application-x-executable.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/mimetypes/package-x-generic.png b/html/themes/legacy/icons/16/mimetypes/package-x-generic.png deleted file mode 100644 index 9015426153054c0b529b4d9ebdfa06a221d568ac..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/mimetypes/package-x-generic.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/mimetypes/x-office-document.png b/html/themes/legacy/icons/16/mimetypes/x-office-document.png deleted file mode 100644 index d18082e397e7e54f20721af768c4c2983258f1b4..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/mimetypes/x-office-document.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/mimetypes/x-office-spreadsheet.png b/html/themes/legacy/icons/16/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index a6b1268d3544aa1591a8f2239b395f69507d6452..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/places/folder.png b/html/themes/legacy/icons/16/places/folder.png deleted file mode 100644 index 65bd0bbdcb9005cb8929f06e25d9cb15a926366a..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/places/folder.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/places/network-server.png b/html/themes/legacy/icons/16/places/network-server.png deleted file mode 100644 index 068ffebee274d5b48b36a68670e191a7ed4cbf06..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/places/network-server.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/status/dialog-error.png b/html/themes/legacy/icons/16/status/dialog-error.png deleted file mode 100644 index 3bbbb4a0d3dc2f6bfb653bd25e80169e96c6c833..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/status/dialog-error.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/status/dialog-information.png b/html/themes/legacy/icons/16/status/dialog-information.png deleted file mode 100644 index 8851b99ba1060109ab8387fd9254870480e9284c..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/status/dialog-information.png and /dev/null differ diff --git a/html/themes/legacy/icons/16/status/dialog-warning.png b/html/themes/legacy/icons/16/status/dialog-warning.png deleted file mode 100644 index a9e4ff3991cb0ad2a99cc25e2d13c35e52c680c8..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/16/status/dialog-warning.png and /dev/null differ diff --git a/html/themes/legacy/icons/22/actions/go-home.png b/html/themes/legacy/icons/22/actions/go-home.png deleted file mode 100644 index 9d62109aa882298fb18a15b3f9b601fbefd92beb..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/22/actions/go-home.png and /dev/null differ diff --git a/html/themes/legacy/icons/22/actions/system-log-out.png b/html/themes/legacy/icons/22/actions/system-log-out.png deleted file mode 100644 index 28ac66f09548e2880e9f6688e7fe4a3245a539d0..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/22/actions/system-log-out.png and /dev/null differ diff --git a/html/themes/legacy/icons/22/status/dialog-error.png b/html/themes/legacy/icons/22/status/dialog-error.png deleted file mode 100644 index 7d6aaf6f257bee75a76325181f7a39b4b903034a..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/22/status/dialog-error.png and /dev/null differ diff --git a/html/themes/legacy/icons/22/status/dialog-information.png b/html/themes/legacy/icons/22/status/dialog-information.png deleted file mode 100644 index 07cf0102d3f31149f1eaf2abea4d9859fbb270c6..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/22/status/dialog-information.png and /dev/null differ diff --git a/html/themes/legacy/icons/32/status/dialog-error.png b/html/themes/legacy/icons/32/status/dialog-error.png deleted file mode 100644 index cdd95bade1d2fc496e067d2a78e4b1cf76624e03..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/32/status/dialog-error.png and /dev/null differ diff --git a/html/themes/legacy/icons/32/status/dialog-information.png b/html/themes/legacy/icons/32/status/dialog-information.png deleted file mode 100644 index 2ac57475c3b36e46ff4c4ea0506892e2fe884fd7..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/32/status/dialog-information.png and /dev/null differ diff --git a/html/themes/legacy/icons/32/status/dialog-warning.png b/html/themes/legacy/icons/32/status/dialog-warning.png deleted file mode 100644 index 7233d45d8e6e41ef8fcb318c76303a9b6f23997e..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/32/status/dialog-warning.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/apps/config-language.png b/html/themes/legacy/icons/48/apps/config-language.png deleted file mode 120000 index 5436047a02fb598d2b4f0b2464af42adb671ad18..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/48/apps/config-language.png +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.png \ No newline at end of file diff --git a/html/themes/legacy/icons/48/apps/internet-mail.png b/html/themes/legacy/icons/48/apps/internet-mail.png deleted file mode 100644 index 7f4df1620e816f91972f76237aa44fda7908a227..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/apps/internet-mail.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/apps/preferences-desktop-locale.png b/html/themes/legacy/icons/48/apps/preferences-desktop-locale.png deleted file mode 100644 index f8503f6598a55ba2b69c6b54deda04e408411c11..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/apps/system-users.png b/html/themes/legacy/icons/48/apps/system-users.png deleted file mode 100644 index a7ed92437633054e97610ea3b17bd7ba5a9557ac..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/apps/system-users.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/apps/utilities-system-monitor.png b/html/themes/legacy/icons/48/apps/utilities-system-monitor.png deleted file mode 100644 index 88202e04498221b12762798f16c835d5c15d08a8..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/apps/utilities-system-monitor.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/categories/applications-development.png b/html/themes/legacy/icons/48/categories/applications-development.png deleted file mode 100644 index 13a5e43ac71d2c0d2756d0125d9196bbe7679ac5..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/categories/applications-development.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/categories/applications-other.png b/html/themes/legacy/icons/48/categories/applications-other.png deleted file mode 100644 index 34f3618ec11b02711ecefbdecc54321247765370..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/categories/applications-other.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/categories/gnome-settings.png b/html/themes/legacy/icons/48/categories/gnome-settings.png deleted file mode 120000 index b10e07b23cff220a772d170980d879b50e511e94..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/48/categories/gnome-settings.png +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop.png \ No newline at end of file diff --git a/html/themes/legacy/icons/48/categories/preferences-desktop.png b/html/themes/legacy/icons/48/categories/preferences-desktop.png deleted file mode 100644 index 180f3ea70752ae4f0a0a16d0ad9bdf89be4e01f5..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/categories/preferences-desktop.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/devices/computer.png b/html/themes/legacy/icons/48/devices/computer.png deleted file mode 100644 index 850c77e368fb8c547fb85b6b24bc73dd5fc78771..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/devices/computer.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/mimetypes/application-certificate.png b/html/themes/legacy/icons/48/mimetypes/application-certificate.png deleted file mode 100644 index f23a6a0c817b2b1eb5018f824f1613a26a0d048d..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/mimetypes/application-certificate.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/places/folder.png b/html/themes/legacy/icons/48/places/folder.png deleted file mode 100644 index 3fecf5afeca99dee71a550c4280b45b0c5d360de..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/places/folder.png and /dev/null differ diff --git a/html/themes/legacy/icons/48/places/network-server.png b/html/themes/legacy/icons/48/places/network-server.png deleted file mode 100644 index 8a3a7086aed23f4acafaf30833ab6a8f5ae0204e..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/icons/48/places/network-server.png and /dev/null differ diff --git a/html/themes/legacy/icons/AUTHORS b/html/themes/legacy/icons/AUTHORS deleted file mode 100644 index 3f57948905c55582e5250cfa03013681ce5221ff..0000000000000000000000000000000000000000 --- a/html/themes/legacy/icons/AUTHORS +++ /dev/null @@ -1,12 +0,0 @@ -Ulisse Perusin <uli.peru@gmail.com> -Steven Garrity <sgarrity@silverorange.com> -Lapo Calamandrei <calamandrei@gmail.com> -Ryan Collier <rcollier@novell.com> -Rodney Dawes <dobey@novell.com> -Andreas Nilsson <nisses.mail@home.se> -Tuomas Kuosmanen <tigert@tigert.com> -Garrett LeSage <garrett@novell.com> -Jakub Steiner <jimmac@novell.com> - -From original Tango icon theme: -The icons in this repository are herefore released into the Public Domain. diff --git a/html/themes/legacy/images/border.png b/html/themes/legacy/images/border.png deleted file mode 100644 index a287c2bf91f2e4ecb4a6a4243c3186a96b281544..0000000000000000000000000000000000000000 Binary files a/html/themes/legacy/images/border.png and /dev/null differ diff --git a/html/themes/legacy/index.theme b/html/themes/legacy/index.theme deleted file mode 100644 index 40695af0100b679b266cccac589d06bda97530bc..0000000000000000000000000000000000000000 --- a/html/themes/legacy/index.theme +++ /dev/null @@ -1,189 +0,0 @@ -[Icon Theme] -Name=Legacy -Comment=FusionDirectory legacy theme with Tango icons - -Directories=icons/16/actions,icons/22/actions,icons/32/actions,icons/48/actions,icons/scalable/actions,icons/16/apps,icons/22/apps,icons/32/apps,icons/48/apps,icons/scalable/apps,icons/16/status,icons/22/status,icons/32/status,icons/48/status,icons/scalable/status,icons/16/mimetypes,icons/22/mimetypes,icons/32/mimetypes,icons/48/mimetypes,icons/scalable/mimetypes,icons/16/places,icons/22/places,icons/32/places,icons/48/places,icons/scalable/places,icons/16/types,icons/22/types,icons/32/types,icons/48/types,icons/scalable/types,icons/16/categories,icons/22/categories,icons/32/categories,icons/48/categories,icons/scalable/categories,icons/16/devices,icons/22/devices,icons/32/devices,icons/48/devices,icons/scalable/devices - -[icons/16/actions] -Size=16 -Context=Actions - -[icons/22/actions] -Size=22 -Context=Actions - -[icons/32/actions] -Size=32 -Context=Actions - -[icons/48/actions] -Size=48 -Context=Actions - -[icons/scalable/actions] -MinSize=1 -Size=128 -MaxSize=256 -Context=Actions -Type=Scalable - -[icons/16/apps] -Size=16 -Context=Applications - -[icons/22/apps] -Size=22 -Context=Applications - -[icons/32/apps] -Size=32 -Context=Applications - -[icons/48/apps] -Size=48 -Context=Applications - -[icons/scalable/apps] -MinSize=1 -Size=128 -MaxSize=256 -Context=Applications -Type=Scalable - -[icons/16/status] -Size=16 -Context=Status - -[icons/22/status] -Size=22 -Context=Status - -[icons/32/status] -Size=32 -Context=Status - -[icons/48/status] -Size=48 -Context=Status - -[icons/scalable/status] -MinSize=1 -Size=128 -MaxSize=256 -Context=Status -Type=Scalable - -[icons/16/mimetypes] -Size=16 -Context=MimeTypes - -[icons/22/mimetypes] -Size=22 -Context=MimeTypes - -[icons/32/mimetypes] -Size=32 -Context=MimeTypes - -[icons/48/mimetypes] -Size=48 -Context=MimeTypes - -[icons/scalable/mimetypes] -MinSize=1 -Size=128 -MaxSize=256 -Context=MimeTypes -Type=Scalable - -[icons/16/places] -Size=16 -Context=Places - -[icons/22/places] -Size=22 -Context=Places - -[icons/32/places] -Size=32 -Context=Places - -[icons/48/places] -Size=48 -Context=Places - -[icons/scalable/places] -MinSize=1 -Size=128 -MaxSize=256 -Context=Places -Type=Scalable - -[icons/16/types] -Size=16 -Context=Types - -[icons/22/types] -Size=22 -Context=Types - -[icons/32/types] -Size=32 -Context=Types - -[icons/48/types] -Size=48 -Context=Types - -[icons/scalable/types] -MinSize=1 -Size=128 -MaxSize=256 -Context=Types -Type=Scalable - -[icons/16/categories] -Size=16 -Context=Categories - -[icons/22/categories] -Size=22 -Context=Categories - -[icons/32/categories] -Size=32 -Context=Categories - -[icons/48/categories] -Size=48 -Context=Categories - -[icons/scalable/categories] -MinSize=1 -Size=128 -MaxSize=256 -Context=Categories -Type=Scalable - -[icons/16/devices] -Size=16 -Context=Devices - -[icons/22/devices] -Size=22 -Context=Devices - -[icons/32/devices] -Size=32 -Context=Devices - -[icons/48/devices] -Size=48 -Context=Devices - -[icons/scalable/devices] -MinSize=1 -Size=128 -MaxSize=256 -Context=Devices -Type=Scalable diff --git a/html/themes/legacy/lists.css b/html/themes/legacy/lists.css deleted file mode 100644 index 1432f9c484eb7038d416a52f9fa28551aa85ce9f..0000000000000000000000000000000000000000 --- a/html/themes/legacy/lists.css +++ /dev/null @@ -1,293 +0,0 @@ -/******************************** - * L i s t s * - ********************************/ -table.listingTable { -border-top: 1px solid #aaa; -border-bottom: 1px solid #aaa; -border-left: 1px solid #aaa; -border-spacing: 0; -} - -table.listingTable thead tr { -position: relative; -height: auto; -margin: 3px; -padding: 1px; -white-space: nowrap; -} - -table.listingTable > thead > tr > th { -box-sizing: content-box; -background: #f0f0f0; -font-weight: bold; -border-bottom: 1px solid #aaa; -padding: 3px; -height: 22px; -} -html.ltr table.listingTable > thead > tr > th { -border-right: 1px solid #aaa; -} -html.rtl table.listingTable > thead > tr > th { -border-left: 1px solid #aaa; -} - -/* Up and Down Arrows */ -.listingTable > thead > tr > th.descend:after { -content: "\25B2"; -} -.listingTable > thead > tr > th.ascend:after { -content: "\25BC"; -} - -table.listingTable > tbody { -height: 100%; -overflow-x: hidden; -overflow-y: auto; -} - -table.listingTable > tbody > tr { -height: auto; -white-space: nowrap; -} - -table.listingTable > tbody > tr:nth-child(odd) { - background-color: #fff; -} - -table.listingTable > tbody > tr:nth-child(even) { - background-color: #f5f5f5; -} - -table.listingTable > tbody > tr.entry-locked:nth-child(odd) { - background-color: #ffc; -} - -table.listingTable > tbody > tr.entry-locked:nth-child(even) { - background-color: #f5f5cc; -} - -html.ltr table.listingTable > tbody > tr td:last-child { -padding-right: 5px; -} -html.rtl table.listingTable > tbody > tr td:last-child { -padding-left: 5px; -} - -table.listingTable > tbody > tr:hover { - background-color: #ddd; -} - -table.listingTable > tbody > tr.entry-locked:hover { - background-color: #dda; -} - -table.listingTable > tbody > tr td { -color: #000; -margin: 3px; -padding: 2px; -word-wrap: break-word; -white-space: normal; -max-width: 500px; -background: transparent; -height: 22px; -} -html.ltr table.listingTable > tbody > tr td { -border-right: 1px solid #aaa; -} -html.rtl table.listingTable > tbody > tr td { -border-left: 1px solid #aaa; -} - -table.listingTable > tbody > tr td > input[type=image], -table.listingTable > tbody > tr td > img { -padding: 2px; -} - - -/* List border */ - -div.nlistFooter { -background-color: #e5e5e5; -border-left: 1px solid silver; -border-right: 1px solid silver; -border-bottom: 1px solid silver; -padding: 3px; -width: auto; -} -div.nlistFooter img { -vertical-align:middle; -} - -/* Tree List (used in baseSelector) */ -ul.treeList,ul.treeList ul { -list-style-type: none; -background: url(../../images/lists/vline.png) repeat-y; -margin: 0; -padding: 0; -} - -html.ltr ul.treeList ul { -margin-left: 10px; -} -html.rtl ul.treeList ul { -margin-right: 10px; -} - -ul.treeList a:hover { -background-color: #ddd; -} - -a.treeList { -padding: 2px; -cursor: pointer; -} - -a.treeListSelected { -font-weight: bold; -color: #1010af; -background-color: #ddd; -padding: 2px; -cursor: pointer; -} - -a.treeList:hover,a.treeListSelected:hover { -background-color: #ddd; -padding: 2px; -} - -ul.treeList a { -padding: 2px; -cursor: pointer; -} - -ul.treeList li { -margin: 0; -padding: 0 12px; -line-height: 20px; -background: url(../../images/lists/node.png) no-repeat; -} - -li.treeListSelected a { -font-weight: bold; -color: #1010af; -padding: 2px; -} - -ul.treeList li.last, -ul.treeList li:last-child { -background: #fff url(../../images/lists/lastnode.png) no-repeat; -} - -div.treeList { -background-color: #fff; -border: 1px solid #aaa; -padding: 5px; -position: absolute; -z-index: 500; -overflow-y: auto; -float: left; -} -html.rtl div.treeList { -float: right; -} - -table.listing-container { -width: 100%; -height: 100%; -vertical-align: top; -text-align: left; -border: none; -border-spacing: 2px; -} -html.rtl table.listing-container { -text-align: right; -} - -table.listing-container > tbody > tr > td.list { -height: 100%; -vertical-align: top; -} - -table.listing-container > tbody > tr > td.filter { -max-width: 300px; -vertical-align: top; -} - -table.listing-container > tbody > tr > td.filter .contentboxb { -min-width: 230px; -} - -/* Management */ -table.listingTable.management { -width:100%; -} - -table.listingTable.management > thead > tr > th.checkbox { -text-align:center; -padding:0; -width:24px; -} - -table.listingTable.management > tbody > tr > td.filler { -height:100%; -width:100%; -} - -table.listingTable > thead > tr > th > img, table.listingTable > thead > tr > th > input[type=image], -table.listingTable > tbody > tr > td > img, table.listingTable > tbody > tr > td > input[type=image] { -vertical-align: middle; -} - -/* On small screens */ -@media (max-width: 640px) { - table.listingTable { - table-layout: auto; - } - table.listingTable > tbody > tr > td, table.listingTable > thead > tr > th { - width: auto !important; - min-width: 0 !important; - } - html.ltr table.listingTable > tbody > tr td:last-child { - padding-right: 1px; - } - html.rtl table.listingTable > tbody > tr td:last-child { - padding-left: 1px; - } - table.listing-container { - border: none; - border-spacing: 0; - border-collapse: collapse; - } - table.listing-container > tbody > tr > td.list, table.listing-container > tbody > tr > td.filter { - width: 100%; - min-width: 0; - max-width: none; - height: auto; - display: block; - padding: 0; - } - table.listing-container > tbody > tr > td.list > div, table.listing-container > tbody > tr > td.filter > div { - border: none; - } - table.listing-container > tbody > tr > td.list:after, table.listing-container > tbody > tr > td.filter:after { - content: " "; - display: block; - } - table.listing-container > tbody > tr > td.filter input[type=submit] { - border: 1px solid #ddd; - width: 100% !important; - padding: 10px; - display: inline-block; - font-weight: bold; - } - html.ltr table.listing-container > tbody > tr > td.filter input[type=submit]:active { - position: relative; - top: 1px; - left: 1px; - } - html.rtl table.listing-container > tbody > tr > td.filter input[type=submit]:active { - position: relative; - top: 1px; - right: 1px; - } -} diff --git a/html/themes/legacy/login.css b/html/themes/legacy/login.css deleted file mode 100644 index 23ff0106296525606e1d3c0f9d709c61113c1232..0000000000000000000000000000000000000000 --- a/html/themes/legacy/login.css +++ /dev/null @@ -1,111 +0,0 @@ -/* Login screen */ -p.fusiondirectoryLoginWarning { -text-align: center; -color: red; -font-weight: bold; -font-size: 12px; -} - -html, body { -min-height: 100%; -} - -div#window-container { -text-align: center; -box-shadow: 0 0 2px black; -width: 100%; -bottom: 0; -top: 52px; -position: absolute; -} - -div#window-div { -min-width: 50%; -margin-top: 100px; -border: 1px solid #aaaaaa; -background-color: white; -display: inline-block; -border-radius: 10px; -box-shadow: 0 0 3px black inset; -} - -div#window-titlebar { -text-align: center; -border-bottom: 1px solid #aaaaaa; -padding: 8px; -background-color: #dbe6c6; -border-radius: 10px 10px 0 0; -} - -div#window-titlebar > img { -float: left; -height:30px; -} - -div#window-titlebar > p { -margin: 0; -padding: 0; -font-size: 24px; -font-weight: bold; -} - -div#window-content > div { -padding: 10px; -} - -div#window-footer { -padding: 0; -} - -div#window-footer > div { -display: inline-block; -width: 47%; -padding: 1%; -} - -div#window-footer > div:nth-child(1) { -color: red; -font-weight: bold; -} -html.ltr div#window-footer > div:nth-child(1) { -text-align: left; -} -html.rtl div#window-footer > div:nth-child(1) { -text-align: right; -} - -span.warning, p.warning { -color: red; -} - -div.copynotice { -position: fixed; -bottom: 0; -right: 5px; -border: none; -} - -div.copynotice a { -color: #31363b; -} - -/* On small screens */ -@media (max-width: 640px) { - div#window-div { - min-width: 70%; - margin-top: 10px; - } - div#window-footer > div { - display: block; - width: auto; - padding: 5px; - text-align: center !important; - } - div#window-footer.plugbottom > div:nth-child(2) > input[type=submit] { - width: 100% !important; - } - p.fusiondirectoryLoginWarning { - margin-top: 0; - margin-bottom: 0; - } -} diff --git a/html/themes/legacy/menu.css b/html/themes/legacy/menu.css deleted file mode 100644 index 0bd7e39e962b18ddbfa3f7aa5a8249ee18704059..0000000000000000000000000000000000000000 --- a/html/themes/legacy/menu.css +++ /dev/null @@ -1,200 +0,0 @@ -#menucell { -border: none; -width: 140px; -background-color: white; -vertical-align: top; -} - -/* Side menu */ -ul.menu, ul.menu ul { - margin: 0; - padding: 0; - list-style-type: none; -} -ul.menu li > a { -display: block; -} -ul.menu > li { -border: 0; -margin-bottom: 5px; -padding-bottom: 3px; -border-radius: 5px; -box-shadow: 0px 0px 3px black inset; -} -ul.menu > li > a { -font-family: arial,helvetica,sans-serif; -font-size: 12px; -font-weight: bold; -color: #00008f; -text-decoration: none; -background-color: #dbe6c6; -text-align: center; -vertical-align: middle; -margin-bottom: 3px; -padding-bottom: 5px; -padding-top: 5px; -border-radius: 5px 5px 0 0; -border: 1px solid #aaa; -} - -ul.menu ul > li > a { -color: #00008f; -text-decoration: none; -font-weight: normal; -font-size: 12px; -vertical-align: middle; -margin: 2px 0; -padding-top: 2px; -padding-bottom: 2px; -} -html.ltr ul.menu ul > li > a { -text-align: left; -padding-left: 15px; -} -html.rtl ul.menu ul > li > a { -text-align: right; -padding-right: 15px; -} - -.menuitem.menucurrent { -background-color: #e5f5d5; -box-shadow: 0px 0px 2px black inset; -} -.menuitem:hover { -background-color: #f0f0f0; -box-shadow: 0px 0px 2px black inset; -} - -.menuitem a:link, .menuitem a:visited { -text-decoration: none; -color: #00008f; -} - -.menuitem { -transition: box-shadow .5s ease, background .5s ease; -} -.menuitem a:hover { -text-decoration: none; -} - -/* Main menu */ -.iconmenu-section { -border-top: 1px solid #aaaaaa; -clear: both; -} - -.iconmenu-section + br { -clear: both; -} - -.iconmenu-section:first-child { -border-top: none; -} - -.iconmenu .imgcontainer { -height: 48px; -width: 48px; -display: flex; -align-items: center; -justify-content: center; -} - -.iconmenu img { -border: none; -vertical-align: middle; -flex: none; -max-height: 48px; -max-width: 48px; -} - -h1.menuheader { -margin: 0; -padding: 10px; -display: block; -border-bottom: 1px solid #aaaaaa; -background-color: #dbe6c6; -} -html.ltr h1.menuheader { -border-right: 1px solid #aaaaaa; -border-radius: 0 0 5px 0; -float: left; -} -html.rtl h1.menuheader { -border-left: 1px solid #aaaaaa; -border-radius: 0 0 0 5px; -float: right; -} - -.iconmenu { -cursor: pointer; -display: flex; -align-items: center; -width: 18%; -min-width: 130px; -margin: .5%; -padding: .5%; -border-radius: 5px; -transition: box-shadow .5s ease, background .5s ease; -} -html.ltr .iconmenu { -float: left; -text-align: left; -} -html.rtl .iconmenu { -float: right; -text-align: right; -} -.iconmenu:hover { -box-shadow: 0px 0px 4px black; -} - -.iconmenu:nth-child(2) { -clear: left; -} -html.rtl .iconmenu:nth-child(2) { -clear: right; -} - -.iconmenu > a:link, .iconmenu > a:visited { -text-decoration: none; -color: #00008f; -} - -.iconmenu > a:hover { -text-decoration: none; -} - -div.iconmenu:hover { -background-color: #f0f0f0; -} - -/* On small screens */ -@media (max-width: 640px) { - html.ltr .iconmenu, - html.rtl .iconmenu { - text-align: center; - margin: 2px; - padding: 2px; - min-width: 70px; - min-height: 80px; - display: inline-block; - } - .iconmenu .imgcontainer { - margin: auto; - display: block; - float: none; - } - h1.menuheader { - display: block; - padding: 5px; - text-align: center; - } - html.ltr h1.menuheader { - border-right: none; - float: none; - } - html.rtl h1.menuheader { - border-left: none; - float: none; - } -} diff --git a/html/themes/legacy/plugin.css b/html/themes/legacy/plugin.css deleted file mode 100644 index 2e357ce3c5bc19782251430d5f843cd83e28214a..0000000000000000000000000000000000000000 --- a/html/themes/legacy/plugin.css +++ /dev/null @@ -1,263 +0,0 @@ -.plugin-window { -vertical-align: top; -text-align: justify; -background-color: white; -margin-top: 0; -margin-left: 0; -margin-right: 0; -width: auto; -border: 1px solid #aaa; -padding: 0; -} - -div.pluginfo { -border-bottom: 1px solid #aaa; -width: 100%; -padding-top: 2px; -padding-bottom: 2px; -margin-bottom: 0; -text-align: right; -vertical-align: middle; -background-color: #dbe6c6; -font-family: arial,helvetica,sans-serif; -font-size: 11px; -} -html.rtl div.pluginfo { -text-align: left; -} - -.plugbottom { -border-style: solid; -border-color: #a0a0a0; -width: 100%; -border-top-width: 1px; -border-bottom-width: 0; -border-left-width: 0; -border-right-width: 0; -padding-top: 10px; -padding-bottom: 0; -text-align: right; -font-family: arial,helvetica,sans-serif; -clear: both; -} -p.plugbottom { -position: fixed; -bottom: 0; -right: 10px; -margin: 0; -box-shadow: 0px 0px 2px black; -border-radius: 5px 5px 0 0; -width: auto; -padding-left: 10px; -padding-right: 10px; -padding-bottom: 5px; -padding-top: 5px; -background: #bc9; -} -html.rtl .plugbottom { -text-align: left; -} - -.plugbottom input[type=submit], .plugbottom input[type=button] { -min-width: 80px; -} - -/* Simple Plugin specific things */ - -.plugin-sections:after { -content: ""; -display: block; -clear: both; -} - -.plugin-section { -display: block; -float: left; -clear: left; -width: 49%; -vertical-align: top; -border: 1px solid #b0b0b0; -padding: 0; -margin-top: 0.5%; -margin-left: 0.5%; -margin-bottom: 0.5%; -margin-right: 0; -position: relative; -} -html.rtl .plugin-section { -float: right; -clear: right; -margin-left: 0; -margin-right: 0.5%; -} - -html.ltr .plugin-section:nth-child(even) { -float: right; -clear: right; -margin-left: 0; -margin-right: 0.5%; -} -html.rtl .plugin-section:nth-child(even) { -float: left; -clear: left; -margin-left: 0.5%; -margin-right: 0; -} - -div.plugin-section { -padding-top: 25px; -} - -.plugin-section > div { -padding: 5px; -} - -fieldset.plugin-section > div { -padding-top: 30px; -} - -fieldset.plugin-section legend { -float: left; -padding: 0; -margin: 0; -} -html.rtl fieldset.plugin-section legend { -float: right; -} - -fieldset.plugin-section legend span, .plugin-section > span.legend { -font-weight: bold; -background-color: #dbe6c6; -border: 1px solid #b0b0b0; -width: 100%; -padding-top: 5px; -padding-bottom: 5px; -text-align: center; -display: block; -} -html.ltr fieldset.plugin-section legend span, html.ltr .plugin-section > span.legend { -margin-left: -1px; -} -html.rtl fieldset.plugin-section legend span, html.rtl .plugin-section > span.legend { -margin-right: -1px; -} - -fieldset.plugin-section legend span { -position: absolute; -top: 0; -margin-top: -1px; -} -html.ltr fieldset.plugin-section legend span { -left: 0; -} -html.rtl fieldset.plugin-section legend span { -right: 0; -} - -.plugin-section > span.legend { -margin-top: -26px; -} - -fieldset.plugin-section legend img, .plugin-section span.legend img { -vertical-align: middle; -} -html.ltr fieldset.plugin-section legend img, html.ltr .plugin-section span.legend img { -margin-right: 3px; -} -html.rtl fieldset.plugin-section legend img, html.rtl .plugin-section span.legend img { -margin-left: 3px; -} - - -fieldset.plugin-section select[multiple], fieldset.plugin-section textarea { -width: 100%; -} - -.plugin-section > div > table { -min-width: 80%; -} - -html.ltr .plugin-section.fullwidth, html.rtl .plugin-section.fullwidth { -float: none; -clear: both; -width: auto; -margin-top: 0.5%; -margin-left: 0.5%; -margin-bottom: 0.5%; -margin-right: 0.5%; -} - -html.ltr .plugin-section.alone, html.rtl .plugin-section.alone { -float: none; -clear: both; -} - -html.ltr .plugin-section.invisible, html.rtl .plugin-section.invisible { -display: none; -} - -fieldset.plugin-section.critical legend span, .plugin-section.critical > span.legend { -font-weight: bold; -background-color: #bcf; -} - -fieldset.plugin-section.critical legend span:after, .plugin-section.critical > span.legend:after { -content: " (editing this can break your LDAP)"; -color: #d00; -} - -.plugin-section.critical > div { -background-color: #dfefff; -} - -/* On small screens */ -@media (max-width: 640px) { - .plugin-window { - margin: 0; - border: none; - width: 100%; - } - .plugin-section > div > table { - width: 100%; - } - html.ltr .plugin-section, html.ltr .plugin-section:nth-child(even), html.ltr .plugin-section.fullwidth, - html.rtl .plugin-section, html.rtl .plugin-section:nth-child(even), html.rtl .plugin-section.fullwidth { - display: block; - float: none; - clear: both; - width: 100%; - border-top: none; - margin: 0; - } - .plugbottom { - text-align: center; - width: 100%; - margin: 0; - padding-top: 5px; - padding-bottom: 4px; - padding-left: 1px; - padding-right: 1px; - border: none; - } - p.plugbottom { - left: 5px; - right: 5px; - } - .plugbottom input[type=submit], .plugbottom input[type=button] { - border: 1px solid #ddd; - width: 30% !important; - padding: 10px; - display: inline-block; - font-weight: bold; - } - .plugbottom input[type=submit]:active, .plugbottom input[type=button]:active { - position: relative; - top: 1px; - } - html.ltr .plugbottom input[type=submit]:active, html.ltr .plugbottom input[type=button]:active { - left: 1px; - } - html.rtl .plugbottom input[type=submit]:active, html.rtl .plugbottom input[type=button]:active { - right: 1px; - } -} diff --git a/html/themes/legacy/setup.css b/html/themes/legacy/setup.css deleted file mode 100644 index ab9f53ee5be1627a029da022230619d7b4e214dc..0000000000000000000000000000000000000000 --- a/html/themes/legacy/setup.css +++ /dev/null @@ -1,174 +0,0 @@ -/********* - * Setup - *********/ -html.ltr body.setup div#header-left .plugtop { -margin-left: 80px; -} -html.rtl body.setup div#header-left .plugtop { -margin-right: 80px; -} -body.setup .plugin-window { -border-radius: 5px; -} - -/* default.*/ -div.default { -padding: 2px 10px; -vertical-align: middle; -} - -#menucell.setup-navigation { -width: 200px; -} - -/* The box used for each setup step */ -#menucell.setup-navigation li.menuitem { -text-decoration: none; -padding-top: 8px; -padding-bottom: 8px; -margin-top: 5px; -margin-bottom: 5px; -} -#menucell.setup-navigation li.menuitem > a { -margin: 0; -} - -/* An enabled setup step will use this style in navigation*/ -#menucell.setup-navigation li.menuitem.menucurrent a.navigation-title { -cursor: default; -} - -/* Disabled setup steps */ -#menucell.setup-navigation li.menuitem.disabled a.navigation-title { -cursor: default; -color: #aaa; -} - -/* Disabled setup steps */ -#menucell.setup-navigation li.menuitem a.navigation-title { -font-size: 1.2em; -font-weight: bold; -text-decoration: none; -cursor: pointer; -padding-top: 3px; -padding-bottom: 3px; -} - -/* The style for the info of an active setup */ -#menucell.setup-navigation li.menuitem a.navigation-info { -font-size: 1em; -color: #000; -margin: 0; -cursor: default; -} -html.ltr #menucell.setup-navigation li.menuitem a.navigation-info { -padding: 4px 4px 3px 15px; -} -html.rtl #menucell.setup-navigation li.menuitem a.navigation-info { -padding: 4px 15px 3px 4px; -} - -.setup-language select#lang_selected { -width: 100%; -} - -/* - Setup step 2 styles -*/ -/* used to hide display info div */ -div.solution-visible { -display: block; -width: 100%; -text-align: left; -} -html.rtl div.solution-visible { -text-align: right; -} - -/* Container for name and status */ -div.step2-entry-container { -padding: 3px; -width: 99%; -cursor: default; -} - -/* Container for name and status, when status is failed */ -div.step2-entry-container-info { -padding: 3px; -border: 1px solid #aaa; -width: 99%; -cursor: default; -} - -/* Text shown for each entry */ -div.step2-entry-name { -float: left; -padding-bottom: 4px; -vertical-align: middle; -} -html.rtl div.step2-entry-name { -float: right; -} - -/* Status container */ -div.step2-entry-status { -float: none; -text-align: right; -padding-bottom: 4px; -vertical-align: middle; -} -html.rtl div.step2-entry-status { -text-align: left; -} - -/* Status failed */ -div.step2-failed { -color: red; -padding-bottom: 4px; -} - -/* Status failed but not necessary for setup */ -div.step2-warning { -color: orange; -padding-bottom: 4px; -} - -/* Status successful */ -div.step2-successful { -color: green; -} - -/* Text used in info div. */ -div.step2-failed-text { -background-repeat: no-repeat; -} -html.ltr div.step2-failed-text { -padding-left: 25px; -} -html.rtl div.step2-failed-text { -padding-right: 25px; -} - -/* Text used in info div. On warnings */ -div.step2-warning-text { -background-repeat: no-repeat; -} -html.ltr div.step2-warning-text { -padding-left: 25px; -} -html.rtl div.step2-warning-text { -padding-right: 25px; -} - -/* On small screens */ -@media (max-width: 640px) { - body.setup a.plugtop img { - height: 32px; - } - html.ltr body.setup div#header-left .plugtop { - margin-left: 0; - } - html.rtl body.setup div#header-left .plugtop { - margin-right: 0; - } -} diff --git a/html/themes/legacy/style.css b/html/themes/legacy/style.css deleted file mode 100644 index caf7aa415f257005ade0c66f496d971802eebf0f..0000000000000000000000000000000000000000 --- a/html/themes/legacy/style.css +++ /dev/null @@ -1,638 +0,0 @@ -body { -margin: 0; -background-color: #fff; -color: #00008f; -font-family: arial,helvetica,sans-serif; -font-size: 12px; -} - -h1 { -font-size: 14px; -color: #00378a; -} - -h2,h3,h4,h5,h6 { -font-size: 13px; -color: #00378a; -} - -td,p,b,th { -font-size: 12px; -} - -img { -border: none; -} - -a:link { -text-decoration: none; -color: #00008f; -} - -a:visited { -text-decoration: none; -color: #00008f; -} - -td.listfooter { -background: #e5e5e5; -border-top: 1px solid silver; -padding: 3px; -height: 16px; -} - -td.scrollhead { -vertical-align: top; -padding: 0; -} - -td.scrollbody { -vertical-align: top; -padding: 0; -} - -div.scrollbody { -background-color: #fff; -overflow: auto; -text-align: left; -} -html.rtl div.scrollbody { -text-align: right; -} - -/* Title bar */ -a.maintitlebar,div.maintitlebar { -font-family: arial,helvetica,sans-serif; -text-decoration: none; -font-size: 12px; -text-align: center; -vertical-align: middle; -cursor: pointer; -display: inline-block; -padding: 2px; -border-radius: 8px; -transition: box-shadow .5s ease, background .5s ease; -} -html.ltr a.maintitlebar,html.ltr div.maintitlebar { -padding-right: 5px; -} -html.rtl a.maintitlebar,html.rtl div.maintitlebar { -padding-left: 5px; -} - -a.maintitlebar:hover { -text-decoration: none; -background-color: #d7e6b4; -cursor: pointer; -box-shadow: 0px 0px 2px black; -} - -div.copynotice { -border-style: solid; -border-color: #aaa; -width: 100%; -border-top-width: 1px; -border-bottom-width: 0; -border-left-width: 0; -border-right-width: 0; -padding-top: 3px; -padding-bottom: 0; -text-align: right; -font-family: arial,helvetica,sans-serif; -font-size: 10px; -} -html.rtl div.copynotice { -text-align: left; -} - -hr { -width: 100%; -border: none; -background-color: #aaa; -height: 1px; -} - -html.ltr .plugin-section > div > table > tbody > tr.required > td > label::after, -html.rtl .plugin-section > div > table > tbody > tr.required > td > label::after { -content: "*"; -color: red; -font-family: arial,helvetica,sans-serif; -} - -img.center { -text-align: center; -vertical-align: middle; -} - -input.center { -text-align: left; -vertical-align: middle; -} -html.rtl input.center { -text-align: right; -} - -select.center { -text-align: left; -vertical-align: middle; -} -html.rtl select.center { -text-align: right; -} - -a.center { -text-align: left; -vertical-align: middle; -} -html.rtl a.center { -text-align: right; -} - -/********************** Template migration *********************/ - -form#mainform { -margin: 0; -} - -table.framework { -height: auto; -width: 100%; -border: 0; -border-spacing: 5px; -padding: 0; -margin-top: 0; -vertical-align: top; -box-shadow: 0px 0px 2px black; -} -html.ltr table.framework { -margin-left: 0; -} -html.rtl table.framework { -margin-right: 0; -} - -table.framework td#maincell { -background-color: white; -width: auto; -vertical-align: top; -padding-bottom: 35px; -} - -/* cellpadding="0" */ -table.framework > tbody > tr > td { -padding: 0; -} - -div.contentboxh { -background-color: #f0f0f0; -border: 1px solid #aaa; -border-bottom: none; -height: 26px; -vertical-align: middle; -width: auto; -} - -div.contentboxh > p { -margin: 2px; -font-family: arial,helvetica,sans-serif; -font-size: 16px; -font-weight: bold; -vertical-align: middle; -} - -div.contentboxb { -border: 1px solid #b0b0b0; -border-top-width: 0; -vertical-align: middle; -width: auto; -background: white; -padding: 5px; -} -.filter div.contentboxb { -padding: 0; -padding-top: 3px; -} -div.contentboxb > div { -display: inline-block; -margin: 1px; -} -.filter div.contentboxb > div { -width: 100%; -background: #eeeeee; -border-top: 1px solid #b0b0b0; -text-align: right; -margin: 0; -padding: 3px; -box-sizing: border-box; -} -.filter div.contentboxb label img, -.filter div.contentboxb label input[type=checkbox] { -vertical-align: middle; -padding:0; -margin:0; -} -.filter div.contentboxb > label { -display:block; -margin:5px; -} -.filter div.contentboxb > fieldset > label { -display:block; -margin:5px 0 0 0; -} -.filter div.contentboxb > hr { -margin-bottom: 3px; -} -div.contentboxb > img, -div.contentboxb > input { -display: inline-block; -margin: 3px; -} - -option.select { -background-repeat: no-repeat; -background-position: 0 top; -border: 0; -padding-bottom: 1px; -height: 18px; -} -html.ltr option.select { -padding-left: 20px; -} -html.rtl option.select { -padding-right: 20px; -} - - -td.tbhead { -border-bottom: 1px solid #b0b0b0; -} -html.ltr td.tbhead { -border-right: 1px solid #b0b0b0; -} -html.rtl td.tbhead { -border-left: 1px solid #b0b0b0; -} - -td.tbrhead { -border-bottom: 1px solid #b0b0b0; -} - -.separator { -background-color: red; -border-top: 1px solid #c6c6bf; -border-bottom: 1px solid #fff; -margin: 2px 5px; -/* top right bottom left */ -height: 0; -font-size: 1px; -line-height: 0; -} - -div.autocomplete { -position: absolute; -background-color: #fff; -border: 1px solid #aaa; -margin: 0; -padding: 0; -z-index: 600; -overflow: hidden; -word-wrap: break-word; -} - -div.autocomplete ul { -list-style-type: none; -margin: 0; -padding: 0; -} - -div.autocomplete ul li { -list-style-type: none; -display: block; -margin: 0; -padding: 2px; -cursor: pointer; -} -html.ltr div.autocomplete ul li { -padding-left: 4px; -} -html.rtl div.autocomplete ul li { -padding-right: 4px; -} - - -div.autocomplete li:hover { -background-color: #f0f0f0; -} - -div.autocomplete ul li.selected { -background-color: #f0f0f0; -} - -#pulldown { -background: #fff; -height: 23px; -border-top: 1px #d0d0d0 solid; -border-bottom: 1px gray solid; -} -html.ltr #pulldown { -border-left: 1px #d0d0d0 solid; -border-right: 1px gray solid; -} -html.rtl #pulldown { -border-right: 1px #d0d0d0 solid; -border-left: 1px gray solid; -} - -#pulldown ul { -display: block; -margin: 0; -padding: 0; -line-height: 1em; -list-style: none; -z-index: 90; -} - -#pulldown ul li { -margin: 0 3px 0 0; -padding: 0; -font-size: 12px; -line-height: 1em; -list-style-type: none; -} -html.rtl #pulldown ul li { -margin: 0 0 0 3px; -} - -#pulldown ul li a { -float: left; -display: block; -width: auto; -font-weight: normal; -background: transparent; -text-decoration: none; -margin: 0; -padding: 5px; -} -html.rtl #pulldown ul li a { -float: right; -} - -#pulldown ul li img { -vertical-align:middle; -} - -#pulldown ul li a:hover { -text-decoration: none; -} - -#pulldown ul li.sep { -color: #aaa; -padding: .8em 0 .5em; -} - -/* Commented Backslash Hack hides rule from IE5-Mac \*/ -#pulldown ul li a { -float: none; -} - -/* End IE5-Mac hack */ -#pulldown ul ul { -position: absolute; -top: 0; -left: 0; -visibility: hidden; -border-top: 1px #d0d0d0 solid; -border-left: 1px #d0d0d0 solid; -border-bottom: 1px gray solid; -border-right: 1px gray solid; -background: #fff; -} - -#pulldown ul ul li { -border-bottom: 1px solid #fff; -float: none; -margin: 0; -padding: 0; -width: 200px; -} - -#pulldown ul ul li a { -padding: 5px 9px 5px 5px; -} - -#pulldown ul ul li a:hover { -font-weight: normal; -background-color: #418dd4; -background-image: none; -} - -span.informal { -color: #444; -font-style: italic; -} - -span.mark { -color: #b22; -} - -.error, .notice, .success, .info { -border: 2px solid #ddd; -margin: .2em; -padding: .3em; -} -.error { -background: #fbe3e4; -color: #8a1f11; -border-color: #fbc2c4; -} -.error h1,.error h2,.error h3,.error h4,.error h5,.error h6 { -color: #8a3700; -} -.notice { -background: #fff6bf; -color: #514721; -border-color: #ffd324; -} -.notice h1,.notice h2,.notice h3,.notice h4,.notice h5,.notice h6 { -color: #412701; -} -.success { -background: #e6efc2; -color: #264409; -border-color: #c6d880; -} -.success h1,.success h2,.success h3,.success h4,.success h5,.success h6 { -color: #378a00; -} -.info { -background: #d5edf8; -color: #205791; -border-color: #92cae4; -} -.info h1,.info h2,.info h3,.info h4,.info h5,.info h6 { -color: #00378a; -} - -/* Header */ - -html.ltr div#header-left { -float: left; -} -html.rtl div#header-left { -float: right; -} - - -.plugtop { -border: none; -border-radius: 10px; -box-shadow: 0px 0px 4px black inset; -padding: 10px; -margin: 0; -text-align: center; -vertical-align: middle; -background-color: #dbe6c6; -font-family: arial,helvetica,sans-serif; -font-size: 18px; -} -.plugtop img { -height: 32px; -} -html.ltr .plugtop img { -margin-right: 4px; -} -html.rtl .plugtop img { -margin-left: 4px; -} -html.ltr div#header-left .plugtop { -margin-left: 35px; -} -html.rtl div#header-left .plugtop { -margin-right: 35px; -} - -div#header-left img { -vertical-align: middle; -} - -html.ltr div#header-left img#fd-logo { -padding-left: 2px; -padding-right: 25px; -} -html.rtl div#header-left img#fd-logo { -padding-left: 25px; -padding-right: 2px; -} - -html.ltr div#header-left .logout { -margin-left: 35px; -} -html.rtl div#header-left .logout { -margin-right: 35px; -} - -div#header-right { -padding-top: 8px; -height: 38px; -color: black; -} -html.ltr div#header-right { -text-align: right; -} -html.rtl div#header-right { -text-align: left; -} -div#header-right div.version { -font-size: 20px; -} - -/* Header col */ -div.setup-header { -background-color: #bbcc99; -padding: 4px 5px 2px; -color: #000; -} - -/* On small screens */ -@media (max-width: 640px) { - div.setup-header { - padding: 2px; - height: 36px; - } - a.maintitlebar { - width: 36px; - height: 36px; - overflow: hidden; - display: inline-block; - } - html.ltr a.maintitlebar { - float: left; - margin: 0; - padding: 0; - } - html.rtl a.maintitlebar { - float: right; - margin: 0; - } - a.maintitlebar img { - padding: 6px; - width: 22px; - height: 22px; - } - html.ltr div#header-left .logout { - margin-left: 0; - float: right; - } - html.rtl div#header-left .logout { - margin-right: 0; - float: left; - } - html.ltr div#header-left, html.rtl div#header-left { - height: 40px; - width: 100%; - float: none; - } - html.ltr div#header-right, html.rtl div#header-right { - padding-top: 8px; - height: 30px; - margin-top: -40px; - width: 100%; - float: none; - } - div#header-right a { - background: #bbcc99; - } - .optional { - display: none !important; - } - div#header-left .plugtop { - display: inline-block; - hyphens: none; - overflow: hidden; - white-space: nowrap; - padding-top: 2px; - padding-bottom: 2px; - font-size: 1em; - } - html.ltr div#header-left .plugtop { - margin: 0; - padding-left: 6px; - } - html.rtl div#header-left .plugtop { - margin: 0; - padding-right: 6px; - } - div.logout-label { - display: inline-block; - vertical-align: middle; - } - table.framework { - margin: 0; - border: none; - width: 100%; - border-spacing: 0; - } - table.framework #maincell { - padding-bottom: 55px; - } -} diff --git a/html/themes/legacy/svg/AUTHORS b/html/themes/legacy/svg/AUTHORS deleted file mode 100644 index 3f57948905c55582e5250cfa03013681ce5221ff..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/AUTHORS +++ /dev/null @@ -1,12 +0,0 @@ -Ulisse Perusin <uli.peru@gmail.com> -Steven Garrity <sgarrity@silverorange.com> -Lapo Calamandrei <calamandrei@gmail.com> -Ryan Collier <rcollier@novell.com> -Rodney Dawes <dobey@novell.com> -Andreas Nilsson <nisses.mail@home.se> -Tuomas Kuosmanen <tigert@tigert.com> -Garrett LeSage <garrett@novell.com> -Jakub Steiner <jimmac@novell.com> - -From original Tango icon theme: -The icons in this repository are herefore released into the Public Domain. diff --git a/html/themes/legacy/svg/internet-mail.svg b/html/themes/legacy/svg/internet-mail.svg deleted file mode 100644 index 8d5ea8cd324349192176297769b1d58c90a9190b..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/internet-mail.svg +++ /dev/null @@ -1,440 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="internet-mail.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg5816" - height="48px" - width="48px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective73" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient28260"> - <stop - style="stop-color:#9aa29a;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop28262" /> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop28264" /> - </linearGradient> - <linearGradient - id="linearGradient28254"> - <stop - id="stop28256" - offset="0.0000000" - style="stop-color:#9aa29a;stop-opacity:1.0000000;" /> - <stop - id="stop28258" - offset="1.0000000" - style="stop-color:none" /> - </linearGradient> - <linearGradient - id="linearGradient2274"> - <stop - style="stop-color:#000000;stop-opacity:0.12871288;" - offset="0.0000000" - id="stop2276" /> - <stop - style="stop-color:#000000;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop2278" /> - </linearGradient> - <linearGradient - id="linearGradient9749"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop9751" /> - <stop - style="stop-color:#ededed;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop9753" /> - </linearGradient> - <linearGradient - id="linearGradient2152"> - <stop - style="stop-color:#9aa29a;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2154" /> - <stop - style="stop-color:#b5beb5;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2156" /> - </linearGradient> - <linearGradient - id="linearGradient2166"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2168" /> - <stop - style="stop-color:#dcdcdc;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2170" /> - </linearGradient> - <linearGradient - id="linearGradient18913"> - <stop - style="stop-color:#ededed;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop18915" /> - <stop - style="stop-color:#c8c8c8;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop18917" /> - </linearGradient> - <linearGradient - id="linearGradient2136"> - <stop - style="stop-color:#989690;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2138" /> - <stop - style="stop-color:#656460;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2140" /> - </linearGradient> - <linearGradient - id="linearGradient15107"> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop15109" /> - <stop - style="stop-color:#e2e2e2;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop15111" /> - </linearGradient> - <linearGradient - id="linearGradient10691" - inkscape:collect="always"> - <stop - id="stop10693" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop10695" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <radialGradient - r="7.2284161" - fy="73.615714" - fx="6.7027131" - cy="73.615714" - cx="6.7027131" - gradientTransform="scale(1.902215,0.525703)" - gradientUnits="userSpaceOnUse" - id="radialGradient11382" - xlink:href="#linearGradient10691" - inkscape:collect="always" /> - <linearGradient - y2="32.203162" - x2="9.7619219" - y1="37.784682" - x1="8.7803760" - gradientTransform="matrix(2.394900,0.000000,0.000000,0.781058,2.879512,0.343005)" - gradientUnits="userSpaceOnUse" - id="linearGradient27463" - xlink:href="#linearGradient2274" - inkscape:collect="always" /> - <linearGradient - y2="24.132717" - x2="21.111549" - y1="13.686079" - x1="11.233107" - gradientTransform="matrix(1.370928,0.000000,0.000000,1.443758,2.431133,-0.140786)" - gradientUnits="userSpaceOnUse" - id="linearGradient27468" - xlink:href="#linearGradient9749" - inkscape:collect="always" /> - <linearGradient - y2="52.090678" - x2="9.8855033" - y1="37.197018" - x1="8.9156475" - gradientTransform="matrix(2.454781,0.000000,0.000000,0.762004,2.879512,0.343005)" - gradientUnits="userSpaceOnUse" - id="linearGradient27471" - xlink:href="#linearGradient2152" - inkscape:collect="always" /> - <linearGradient - y2="52.090678" - x2="9.8855033" - y1="37.197018" - x1="8.9156475" - gradientTransform="matrix(2.454781,0.000000,0.000000,0.762004,2.879512,0.343005)" - gradientUnits="userSpaceOnUse" - id="linearGradient27474" - xlink:href="#linearGradient2152" - inkscape:collect="always" /> - <linearGradient - y2="29.568739" - x2="15.310744" - y1="15.148383" - x1="10.184240" - gradientTransform="matrix(1.819266,0.000000,0.000000,1.028193,2.879512,0.343005)" - gradientUnits="userSpaceOnUse" - id="linearGradient27477" - xlink:href="#linearGradient2166" - inkscape:collect="always" /> - <linearGradient - y2="17.876846" - x2="13.467486" - y1="7.2310905" - x1="5.8266134" - gradientTransform="matrix(1.570607,0.000000,0.000000,1.190976,2.879512,0.343005)" - gradientUnits="userSpaceOnUse" - id="linearGradient27483" - xlink:href="#linearGradient18913" - inkscape:collect="always" /> - <linearGradient - y2="26.022910" - x2="18.475286" - y1="4.7461626" - x1="11.572842" - gradientTransform="matrix(1.343475,0.000000,0.000000,1.417854,2.879511,0.314599)" - gradientUnits="userSpaceOnUse" - id="linearGradient27486" - xlink:href="#linearGradient15107" - inkscape:collect="always" /> - <linearGradient - y2="15.257116" - x2="30.599684" - y1="15.257116" - x1="2.0618774" - gradientTransform="matrix(1.343475,0.000000,0.000000,1.417854,2.879511,0.314599)" - gradientUnits="userSpaceOnUse" - id="linearGradient27488" - xlink:href="#linearGradient2136" - inkscape:collect="always" /> - </defs> - <sodipodi:namedview - inkscape:window-y="105" - inkscape:window-x="331" - inkscape:window-height="743" - inkscape:window-width="872" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="18.816166" - inkscape:cx="28.384904" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Mail</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:contributor> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:contributor> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:subject> - <rdf:Bag> - <rdf:li>mail</rdf:li> - <rdf:li>e-mail</rdf:li> - <rdf:li>MUA</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <g - transform="matrix(2.269972e-2,0,0,2.297929e-2,44.98918,37.78447)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <path - style="fill:url(#linearGradient27486);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient27488);stroke-width:0.85660440;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 6.3334395,16.972251 L 6.3334395,41.481799 L 43.305555,41.481799 L 43.244499,17.089859 C 43.241050,15.712272 31.395999,2.4121110 29.210877,2.4121110 L 20.659391,2.4121110 C 18.362072,2.4121110 6.3334395,15.673953 6.3334395,16.972251 z " - id="path12723" - sodipodi:nodetypes="ccczzzz" /> - <path - style="fill:url(#linearGradient27483);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" - d="M 6.9230610,16.787103 C 6.5250222,16.356975 18.809966,3.0935378 20.667210,3.0935378 L 29.042965,3.0935378 C 30.790449,3.0935378 43.079567,16.221603 42.470079,16.978956 L 31.608858,30.475150 L 19.295373,30.156846 L 6.9230610,16.787103 z " - id="path18153" - sodipodi:nodetypes="czzzccz" /> - <path - style="fill:#000000;fill-opacity:0.14619882;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 19.077530,30.017590 L 11.744526,21.271586 L 36.562951,14.335513 L 39.592221,20.551966 L 32.175956,29.992298" - id="path2164" - sodipodi:nodetypes="ccccc" /> - <path - style="fill:#000000;fill-opacity:0.14619882;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 18.291767,29.836259 L 10.809167,21.026146 L 35.456637,14.132812 L 38.630714,20.403811 L 31.390193,29.810968" - id="path2162" - sodipodi:nodetypes="ccccc" /> - <path - style="fill:#000000;fill-opacity:0.14619882;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 18.775313,29.957146 L 11.100386,21.296624 L 36.068405,14.232329 L 39.354114,20.824726 L 31.873739,29.931855" - id="path2160" - sodipodi:nodetypes="ccccc" /> - <path - style="fill:url(#linearGradient27477);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 18.593984,30.440693 L 11.260975,21.694689 L 35.972554,14.801355 L 39.083369,21.188770 L 31.963198,30.174701" - id="path15105" - sodipodi:nodetypes="ccccc" /> - <path - style="fill:url(#linearGradient27474);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 20.488434,29.064331 L 7.0924698,40.036319 L 21.001312,30.432013 L 30.019470,30.432013 L 42.438517,39.914206 L 30.575092,29.064331 L 20.488434,29.064331 z " - id="path14245" - sodipodi:nodetypes="ccccccc" /> - <path - style="color:#000000;fill:url(#linearGradient27471);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 6.9634751,16.885144 L 18.479648,31.201334 L 19.548151,30.346532 L 6.9634751,16.885144 z " - id="path14339" - sodipodi:nodetypes="cccc" /> - <path - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:url(#linearGradient27468);stroke-width:0.85660428;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 7.3077115,17.131415 L 7.3388644,40.342421 L 42.283659,40.342421 L 42.221353,17.257512 C 42.219329,16.508413 31.005032,3.4591863 28.837233,3.4591863 L 20.941579,3.4591863 C 18.689313,3.4591863 7.3066655,16.351067 7.3077115,17.131415 z " - id="path15103" - sodipodi:nodetypes="ccczzzz" /> - <path - style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 20.957271,30.452732 L 9.0157722,38.723588 L 11.235205,38.729695 L 21.233330,31.860755 L 30.055238,30.437917 L 20.957271,30.452732 z " - id="path17393" - sodipodi:nodetypes="cccccc" /> - <path - style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" - d="M 11.427536,21.670296 L 12.752479,23.080719 L 35.543311,16.196529 L 38.458445,21.878896 L 39.072496,21.166981 L 36.003081,14.789145 L 11.427536,21.670296 z " - id="path2174" - sodipodi:nodetypes="ccccccc" /> - <path - style="fill:url(#linearGradient27463);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" - d="M 13.308098,23.636340 L 19.334450,30.090093 L 20.531174,29.064331 L 30.617831,29.107071 L 31.429893,29.833651 L 35.404721,25.089502 C 34.250740,23.679081 13.308098,23.636340 13.308098,23.636340 z " - id="path2272" - sodipodi:nodetypes="ccccccc" /> - <path - sodipodi:nodetypes="cccc" - id="path27492" - d="M 41.812936,17.847945 L 31.861315,30.479232 L 30.792812,29.624431 L 41.812936,17.847945 z " - style="color:#000000;fill:#b1b1b1;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/document-new.svg b/html/themes/legacy/svg/scalable/actions/document-new.svg deleted file mode 100644 index 1bfdb16409c0e93e4eeddc0758c4383ff3e5474c..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/document-new.svg +++ /dev/null @@ -1,448 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48.000000px" - height="48.000000px" - id="svg249" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - sodipodi:docname="document-new.svg" - inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" - inkscape:export-xdpi="240.00000" - inkscape:export-ydpi="240.00000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective69" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5031" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5029" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient5027" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4542"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop4544" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop4546" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4542" - id="radialGradient4548" - cx="24.306795" - cy="42.07798" - fx="24.306795" - fy="42.07798" - r="15.821514" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,-6.310056e-16,30.08928)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="linearGradient15662"> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop15664" /> - <stop - style="stop-color:#f8f8f8;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop15666" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - fy="64.5679" - fx="20.8921" - r="5.257" - cy="64.5679" - cx="20.8921" - id="aigrd3"> - <stop - id="stop15573" - style="stop-color:#F0F0F0" - offset="0" /> - <stop - id="stop15575" - style="stop-color:#9a9a9a;stop-opacity:1.0000000;" - offset="1.0000000" /> - </radialGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - fy="114.5684" - fx="20.8921" - r="5.256" - cy="114.5684" - cx="20.8921" - id="aigrd2"> - <stop - id="stop15566" - style="stop-color:#F0F0F0" - offset="0" /> - <stop - id="stop15568" - style="stop-color:#9a9a9a;stop-opacity:1.0000000;" - offset="1.0000000" /> - </radialGradient> - <linearGradient - id="linearGradient269"> - <stop - style="stop-color:#a3a3a3;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop270" /> - <stop - style="stop-color:#4c4c4c;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop271" /> - </linearGradient> - <linearGradient - id="linearGradient259"> - <stop - style="stop-color:#fafafa;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop260" /> - <stop - style="stop-color:#bbbbbb;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop261" /> - </linearGradient> - <linearGradient - id="linearGradient12512"> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop12513" /> - <stop - style="stop-color:#fff520;stop-opacity:0.89108908;" - offset="0.50000000" - id="stop12517" /> - <stop - style="stop-color:#fff300;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop12514" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient12512" - id="radialGradient278" - gradientUnits="userSpaceOnUse" - cx="55.000000" - cy="125.00000" - fx="55.000000" - fy="125.00000" - r="14.375000" /> - <radialGradient - r="37.751713" - fy="3.7561285" - fx="8.8244190" - cy="3.7561285" - cx="8.8244190" - gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)" - gradientUnits="userSpaceOnUse" - id="radialGradient15656" - xlink:href="#linearGradient269" - inkscape:collect="always" /> - <radialGradient - r="86.708450" - fy="35.736916" - fx="33.966679" - cy="35.736916" - cx="33.966679" - gradientTransform="scale(0.960493,1.041132)" - gradientUnits="userSpaceOnUse" - id="radialGradient15658" - xlink:href="#linearGradient259" - inkscape:collect="always" /> - <radialGradient - r="38.158695" - fy="7.2678967" - fx="8.1435566" - cy="7.2678967" - cx="8.1435566" - gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)" - gradientUnits="userSpaceOnUse" - id="radialGradient15668" - xlink:href="#linearGradient15662" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#aigrd2" - id="radialGradient2283" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.229703,0.000000,0.000000,0.229703,4.613529,3.979808)" - cx="20.8921" - cy="114.5684" - fx="20.8921" - fy="114.5684" - r="5.256" /> - <radialGradient - inkscape:collect="always" - xlink:href="#aigrd3" - id="radialGradient2285" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.229703,0.000000,0.000000,0.229703,4.613529,3.979808)" - cx="20.8921" - cy="64.5679" - fx="20.8921" - fy="64.5679" - r="5.257" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.32941176" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-130.2425" - inkscape:cy="-6.4480487" - inkscape:current-layer="layer6" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="872" - inkscape:window-height="688" - inkscape:window-x="166" - inkscape:window-y="151" - inkscape:showpageshadow="false" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>New Document</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Shadow" - id="layer6" - inkscape:groupmode="layer"> - <g - style="display:inline" - id="g5022" - transform="matrix(2.165152e-2,0,0,1.485743e-2,43.0076,42.68539)"> - <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect4173" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccc" - id="path5058" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5018" - sodipodi:nodetypes="cccc" /> - </g> - </g> - <g - id="layer1" - inkscape:label="Base" - inkscape:groupmode="layer" - style="display:inline"> - <rect - ry="1.1490486" - y="3.6464462" - x="6.6035528" - height="40.920494" - width="34.875000" - id="rect15391" - style="color:#000000;fill:url(#radialGradient15658);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15656);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" /> - <rect - rx="0.14904857" - ry="0.14904857" - y="4.5839462" - x="7.6660538" - height="38.946384" - width="32.775887" - id="rect15660" - style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15668);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" /> - <g - id="g2270" - transform="translate(0.646447,-3.798933e-2)"> - <g - transform="matrix(0.229703,0.000000,0.000000,0.229703,4.967081,4.244972)" - style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4.0000000" - id="g1440"> - <radialGradient - gradientUnits="userSpaceOnUse" - fy="114.56840" - fx="20.892099" - r="5.2560000" - cy="114.56840" - cx="20.892099" - id="radialGradient1442"> - <stop - id="stop1444" - style="stop-color:#F0F0F0" - offset="0" /> - <stop - id="stop1446" - style="stop-color:#474747" - offset="1" /> - </radialGradient> - <path - id="path1448" - d="M 23.428000,113.07000 C 23.428000,115.04300 21.828000,116.64200 19.855000,116.64200 C 17.881000,116.64200 16.282000,115.04200 16.282000,113.07000 C 16.282000,111.09600 17.882000,109.49700 19.855000,109.49700 C 21.828000,109.49700 23.428000,111.09700 23.428000,113.07000 z " - style="stroke:none" /> - <radialGradient - gradientUnits="userSpaceOnUse" - fy="64.567902" - fx="20.892099" - r="5.2570000" - cy="64.567902" - cx="20.892099" - id="radialGradient1450"> - <stop - id="stop1452" - style="stop-color:#F0F0F0" - offset="0" /> - <stop - id="stop1454" - style="stop-color:#474747" - offset="1" /> - </radialGradient> - <path - id="path1456" - d="M 23.428000,63.070000 C 23.428000,65.043000 21.828000,66.643000 19.855000,66.643000 C 17.881000,66.643000 16.282000,65.043000 16.282000,63.070000 C 16.282000,61.096000 17.882000,59.497000 19.855000,59.497000 C 21.828000,59.497000 23.428000,61.097000 23.428000,63.070000 z " - style="stroke:none" /> - </g> - <path - id="path15570" - d="M 9.9950109,29.952326 C 9.9950109,30.405530 9.6274861,30.772825 9.1742821,30.772825 C 8.7208483,30.772825 8.3535532,30.405301 8.3535532,29.952326 C 8.3535532,29.498892 8.7210780,29.131597 9.1742821,29.131597 C 9.6274861,29.131597 9.9950109,29.499122 9.9950109,29.952326 z " - style="fill:url(#radialGradient2283);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" /> - <path - id="path15577" - d="M 9.9950109,18.467176 C 9.9950109,18.920380 9.6274861,19.287905 9.1742821,19.287905 C 8.7208483,19.287905 8.3535532,18.920380 8.3535532,18.467176 C 8.3535532,18.013742 8.7210780,17.646447 9.1742821,17.646447 C 9.6274861,17.646447 9.9950109,18.013972 9.9950109,18.467176 z " - style="fill:url(#radialGradient2285);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" /> - </g> - <path - sodipodi:nodetypes="cc" - id="path15672" - d="M 11.505723,5.4942766 L 11.505723,43.400869" - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.017543854" /> - <path - sodipodi:nodetypes="cc" - id="path15674" - d="M 12.500000,5.0205154 L 12.500000,43.038228" - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.20467831" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="new" - style="display:inline"> - <path - sodipodi:type="arc" - style="color:#000000;fill:url(#radialGradient278);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.2500002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block" - id="path12511" - sodipodi:cx="55.000000" - sodipodi:cy="125.00000" - sodipodi:rx="14.375000" - sodipodi:ry="14.375000" - d="M 69.375000 125.00000 A 14.375000 14.375000 0 1 1 40.625000,125.00000 A 14.375000 14.375000 0 1 1 69.375000 125.00000 z" - transform="matrix(0.783292,0.000000,0.000000,0.783292,-6.340883,-86.65168)" - inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/stock_new-16.png" - inkscape:export-xdpi="33.852203" - inkscape:export-ydpi="33.852203" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/document-open.svg b/html/themes/legacy/svg/scalable/actions/document-open.svg deleted file mode 100644 index 55e6177d2ae26bdc89d30c2c2909033cf971f56b..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/document-open.svg +++ /dev/null @@ -1,535 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48.000000px" - height="48.000000px" - id="svg97" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - sodipodi:docname="document-open.svg" - inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/snowdunes/gnome-fs-directory-accept.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective90" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5031" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5029" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient5027" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient269"> - <stop - id="stop270" - offset="0.0000000" - style="stop-color:#a3a3a3;stop-opacity:1.0000000;" /> - <stop - id="stop271" - offset="1.0000000" - style="stop-color:#4c4c4c;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient269" - id="radialGradient8234" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.968273,0.000000,0.000000,1.046686,44.36453,-17.00717)" - cx="8.8244190" - cy="3.7561285" - fx="8.8244190" - fy="3.7561285" - r="37.751713" /> - <linearGradient - id="linearGradient259"> - <stop - id="stop260" - offset="0.0000000" - style="stop-color:#fafafa;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#a8a8a8;stop-opacity:1;" - offset="0.5" - id="stop8238" /> - <stop - id="stop261" - offset="1" - style="stop-color:#cdcdcd;stop-opacity:1;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient259" - id="linearGradient8236" - x1="25.875" - y1="10.625" - x2="25.25" - y2="30.875" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,1.238806,0.000000,-7.880597)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient13842"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop13844" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop13846" /> - </linearGradient> - <linearGradient - id="linearGradient9766"> - <stop - style="stop-color:#6194cb;stop-opacity:1;" - offset="0" - id="stop9768" /> - <stop - style="stop-color:#729fcf;stop-opacity:1;" - offset="1" - id="stop9770" /> - </linearGradient> - <linearGradient - id="linearGradient148"> - <stop - style="stop-color:#ffffff;stop-opacity:0.13402061;" - offset="0.0000000" - id="stop149" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.051546391;" - offset="1.0000000" - id="stop150" /> - </linearGradient> - <linearGradient - id="linearGradient335"> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop336" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop337" /> - </linearGradient> - <linearGradient - id="linearGradient1789"> - <stop - style="stop-color:#a0a0a0;stop-opacity:1;" - offset="0" - id="stop1790" /> - <stop - style="stop-color:#a8a8a8;stop-opacity:1;" - offset="1" - id="stop1791" /> - </linearGradient> - <linearGradient - id="linearGradient137"> - <stop - style="stop-color:#ffffff;stop-opacity:0.70059878;" - offset="0.0000000" - id="stop138" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop139" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient335" - id="linearGradient155" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.421537,0.703464)" - x1="19.116116" - y1="28.946041" - x2="19.426924" - y2="51.912693" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient148" - id="linearGradient156" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.535299,0.000000,0.000000,0.651339,3.451418,2.448000)" - x1="14.899379" - y1="27.059643" - x2="22.715446" - y2="41.836895" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient137" - id="linearGradient158" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.462696,0.000000,6.907908e-2,0.683669,0.000000,0.000000)" - x1="5.2657914" - y1="18.725863" - x2="8.2122240" - y2="52.625851" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient1789" - id="radialGradient159" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.015635,0.000000,0.103105,1.000512,0.000000,-8.369458e-2)" - cx="26.106777" - cy="38.195114" - fx="26.106777" - fy="38.195114" - r="32.259769" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient9766" - id="linearGradient13162" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,1.022118,52.05694,-1.323026)" - x1="22.175976" - y1="36.987999" - x2="22.065331" - y2="32.050499" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient13842" - id="linearGradient13848" - x1="22.25" - y1="37.625" - x2="19.75" - y2="14.875" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-123.73861" - inkscape:cy="37.388301" - inkscape:current-layer="layer3" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="1027" - inkscape:window-height="818" - inkscape:window-x="407" - inkscape:window-y="30" - inkscape:showpageshadow="false" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Folder Icon Accept</dc:title> - <dc:date>2005-01-31</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:source>http://jimmac.musichall.cz</dc:source> - <dc:description>Active state - when files are being dragged to.</dc:description> - <dc:publisher> - <cc:Agent> - <dc:title>Novell, Inc.</dc:title> - </cc:Agent> - </dc:publisher> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Folder" - inkscape:groupmode="layer" /> - <g - inkscape:label="Open" - id="layer3" - inkscape:groupmode="layer"> - <path - sodipodi:nodetypes="ccccccssssccc" - style="color:#000000;fill:url(#radialGradient159);fill-opacity:1;fill-rule:nonzero;stroke:#5a5a5a;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path2375" - d="M 4.6200285,38.651015 C 4.6618365,39.07147 5.1174141,39.491924 5.5311838,39.491924 L 36.667346,39.491924 C 37.081116,39.491924 37.453078,39.07147 37.41127,38.651015 L 34.714653,11.531728 C 34.672845,11.111274 34.217267,10.69082 33.803498,10.69082 L 21.080082,10.69082 C 20.489536,10.69082 19.870999,10.311268 19.677221,9.7304849 L 18.574219,6.4246085 C 18.404967,5.9173308 18.027069,5.6888138 17.259746,5.6888138 L 2.3224188,5.6888138 C 1.9086492,5.6888138 1.5366876,6.109268 1.5784956,6.529722 L 4.6200285,38.651015 z " /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 3.3386019,17.533487 L 34.488461,17.533487" - id="path13113" - sodipodi:nodetypes="cc" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 5.3301525,37.533487 L 35.317907,37.533487" - id="path13160" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path13139" - d="M 5.3301525,35.533487 L 35.317907,35.533487" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <g - style="display:inline" - id="g5022" - transform="matrix(2.165152e-2,0,0,1.903841e-2,42.41538,36.93372)"> - <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect4173" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccc" - id="path5058" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5018" - sodipodi:nodetypes="cccc" /> - </g> - <path - sodipodi:nodetypes="ccccccsscsscccc" - id="path2380" - d="M 6.1717518,38.418674 C 6.2031078,38.729001 6.0171270,38.935886 5.6963478,38.832443 L 5.6963478,38.832443 C 5.3755686,38.729001 5.1477798,38.522116 5.1164238,38.211789 L 2.0868572,6.8445942 C 2.0555012,6.5342670 2.2434512,6.3468711 2.5537784,6.3468711 L 17.303531,6.2554251 C 17.834815,6.2521313 18.042960,6.3087310 18.183330,6.7726371 C 18.183330,6.7726371 19.268704,9.8854350 19.429564,10.470742 L 17.873968,7.5537061 C 17.608788,7.0564434 17.275224,7.1399365 16.901178,7.1399365 L 3.7717775,7.1399365 C 3.4614503,7.1399365 3.2754695,7.3468213 3.3068255,7.6571485 L 6.2856462,38.522116 L 6.1717518,38.418674 z " - style="color:#000000;fill:url(#linearGradient158);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.1734115;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" /> - <path - sodipodi:nodetypes="cc" - id="path13145" - d="M 2.3052333,7.533487 L 17.088967,7.533487" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cc" - id="path13115" - d="M 2.7573333,11.533487 L 33.496214,11.533487" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <g - inkscape:export-ydpi="74.800003" - inkscape:export-xdpi="74.800003" - inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png" - transform="matrix(1.034424,0.000000,0.104520,1.034424,-10.03248,2.631914)" - id="g2381" - style="fill:#ffffff;fill-opacity:0.58031088;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4.0000000;display:block"> - <path - sodipodi:nodetypes="cscscs" - id="path2382" - d="M 41.785743,9.0363862 C 41.795369,8.5618034 41.800932,8.3118806 41.362350,8.3121830 L 28.806530,8.3208402 C 28.506530,8.3208402 28.481916,8.1776341 28.806530,8.3208402 C 29.131144,8.4640463 30.053628,8.9791114 30.989227,9.0218349 C 30.989227,9.0218349 41.785704,9.0382983 41.785743,9.0363862 z " - style="stroke:none" /> - </g> - <path - sodipodi:nodetypes="cc" - id="path13123" - d="M 3.1628954,15.533487 L 33.993452,15.533487" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 5.1594716,33.533487 L 35.147226,33.533487" - id="path13121" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path13119" - d="M 4.8658086,31.533487 L 34.974533,31.533487" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 4.6336367,29.533487 L 34.802847,29.533487" - id="path13135" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path13137" - d="M 4.4629557,27.533487 L 34.632166,27.533487" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 4.2556718,25.533487 L 34.460793,25.533487" - id="path13143" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path13133" - d="M 4.0235198,23.533487 L 34.289101,23.533487" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 3.8528389,21.533487 L 34.11842,21.533487" - id="path13117" - sodipodi:nodetypes="cc" /> - <g - inkscape:export-ydpi="74.800003" - inkscape:export-xdpi="74.800003" - inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png" - transform="matrix(1.034424,0,0.10452,1.034424,-10.03248,2.631914)" - id="g1853" - style="fill:#ffffff;fill-opacity:0.5803109;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4;display:block"> - <path - sodipodi:nodetypes="cscscs" - id="path1855" - d="M 41.785743,9.0363862 C 41.795369,8.5618034 41.800932,8.3118806 41.36235,8.312183 L 28.80653,8.3208402 C 28.50653,8.3208402 28.481916,8.1776341 28.80653,8.3208402 C 29.131144,8.4640463 30.053628,8.9791114 30.989227,9.0218349 C 30.989227,9.0218349 41.785704,9.0382983 41.785743,9.0363862 z " - style="stroke:none" /> - </g> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 2.9642313,13.533487 L 33.990735,13.533487" - id="path13127" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path13125" - d="M 3.6514189,19.533487 L 33.947215,19.533487" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 2.5242572,9.5334871 L 17.805073,9.5334871" - id="path13147" - sodipodi:nodetypes="cc" /> - <path - style="opacity:0.39204545;color:#000000;fill:url(#linearGradient13848);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 34.375,14.125 L 37,38.75 L 6,38.875 C 6,38.875 4.125,14.125 4.125,14.125 C 4.125,14.125 34.5,14.125 34.375,14.125 z " - id="path13840" - sodipodi:nodetypes="cccsc" /> - <path - style="opacity:1;color:#000000;fill:url(#linearGradient8236);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient8234);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 43.375,2.4944033 C 43.875,19.373135 34.299937,21.022879 37.362437,31.494661 C 37.362437,31.494661 5.875,32.380598 5.875,32.380598 C 4,19.527986 14.25,11.166045 11.25,2.649254 L 43.375,2.4944033 z " - id="path8230" - sodipodi:nodetypes="ccccc" /> - <path - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 15.4375,6.5624999 L 39,6.5624999" - id="path8277" - sodipodi:nodetypes="cc" /> - <path - inkscape:export-ydpi="74.800003" - inkscape:export-xdpi="74.800003" - inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png" - sodipodi:nodetypes="cccsscccscc" - id="path2401" - d="M 5.7785654,39.065997 C 5.8820074,39.277466 6.0888914,39.488925 6.3992173,39.488925 L 39.70767,39.488925 C 39.914562,39.488925 40.228834,39.36262 40.415844,39.224574 C 40.946246,38.833039 41.070704,38.612189 41.308626,38.251107 C 43.756752,34.535647 47.113767,18.974214 47.113767,18.974214 C 47.217209,18.762754 47.010326,18.551294 46.7,18.551294 L 11.776358,18.551294 C 11.466032,18.551294 10.120393,34.658624 6.9133592,37.838317 L 5.6751235,39.065997 L 5.7785654,39.065997 z " - style="opacity:1;color:#000000;fill:url(#linearGradient13162);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <path - sodipodi:nodetypes="cc" - id="path8279" - d="M 15.356073,8.5624999 L 35.08142,8.5624999" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <path - id="path323" - d="M 13.134476,20.138641 C 12.361729,25.129398 11.633175,29.147884 10.418486,33.652505 C 12.804971,32.945398 17.534602,30.448000 27.534602,30.448000 C 37.534602,30.448000 44.258175,21.199301 45.186253,20.094447 L 13.134476,20.138641 z " - style="fill:url(#linearGradient156);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" - sodipodi:nodetypes="ccccc" /> - <path - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 15.143007,10.5625 L 39.457831,10.5625" - id="path8281" - sodipodi:nodetypes="cc" /> - <path - style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient155);stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;opacity:0.52272727" - d="M 45.820083,19.687500 L 12.661612,19.687500 C 12.661612,19.687500 10.513864,35.707107 7.9393398,37.928078 C 16.060417,37.928078 39.510511,37.879442 39.530330,37.879442 C 41.281989,37.879442 44.437971,25.243248 45.820083,19.687500 z " - id="path324" - sodipodi:nodetypes="cccsc" /> - <path - sodipodi:nodetypes="cc" - id="path8283" - d="M 14.398767,12.5625 L 38.252159,12.5625" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <path - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 13.629028,14.5625 L 36.975331,14.5625" - id="path8285" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path8287" - d="M 12.520679,16.5625 L 31.16684,16.5625" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#a1a1a1;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <path - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 6.375,31.75 C 5.1336344,19.511961 13.5625,12.6875 12,2.9999999 L 42.875,2.9999999 L 12.875,3.6249999 C 14.125,13.1875 6.6786165,18.271447 6.375,31.75 z " - id="path8289" - sodipodi:nodetypes="ccccc" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="pattern" /> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/document-save.svg b/html/themes/legacy/svg/scalable/actions/document-save.svg deleted file mode 100644 index 2922c4331a7f566ada86784b0b96be5d44035d7c..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/document-save.svg +++ /dev/null @@ -1,619 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="document-save.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg2913" - height="48px" - width="48px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective104" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5031" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5029" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient5027" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - inkscape:collect="always" - id="linearGradient6925"> - <stop - style="stop-color:#204a87;stop-opacity:1;" - offset="0" - id="stop6927" /> - <stop - style="stop-color:#204a87;stop-opacity:0;" - offset="1" - id="stop6929" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient6901"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop6903" /> - <stop - style="stop-color:#3465a4;stop-opacity:0;" - offset="1" - id="stop6905" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient4991"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop4993" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop4995" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4991" - id="radialGradient4997" - cx="23.447077" - cy="6.4576745" - fx="23.447077" - fy="6.4576745" - r="19.0625" - gradientTransform="matrix(-1.314471,-1.006312e-2,-1.022964e-2,1.336221,46.22108,-4.909887)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="linearGradient2187" - inkscape:collect="always"> - <stop - id="stop2189" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop2191" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2187" - id="linearGradient1764" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.914114,1.412791e-16,-1.412791e-16,0.914114,-3.868698,-2.706902)" - x1="33.059906" - y1="27.394117" - x2="12.624337" - y2="12.583769" /> - <linearGradient - inkscape:collect="always" - id="linearGradient8662"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop8664" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop8666" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8662" - id="radialGradient8668" - cx="24.837126" - cy="36.421127" - fx="24.837126" - fy="36.421127" - r="15.644737" - gradientTransform="matrix(1.000000,-7.816467e-32,-1.132409e-32,0.536723,-5.897962e-14,16.87306)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="linearGradient2555"> - <stop - id="stop2557" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - style="stop-color:#e6e6e6;stop-opacity:1.0000000;" - offset="0.50000000" - id="stop2561" /> - <stop - id="stop2563" - offset="0.75000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#e1e1e1;stop-opacity:1.0000000;" - offset="0.84166664" - id="stop2565" /> - <stop - id="stop2559" - offset="1.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4274"> - <stop - style="stop-color:#ffffff;stop-opacity:0.25490198;" - offset="0.0000000" - id="stop4276" /> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop4278" /> - </linearGradient> - <linearGradient - id="linearGradient4264" - inkscape:collect="always"> - <stop - id="stop4266" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop4268" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4254" - inkscape:collect="always"> - <stop - id="stop4256" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop4258" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4244"> - <stop - id="stop4246" - offset="0.0000000" - style="stop-color:#e4e4e4;stop-opacity:1.0000000;" /> - <stop - id="stop4248" - offset="1.0000000" - style="stop-color:#d3d3d3;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4236" - inkscape:collect="always"> - <stop - id="stop4238" - offset="0" - style="stop-color:#eeeeee;stop-opacity:1;" /> - <stop - id="stop4240" - offset="1" - style="stop-color:#eeeeee;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4228"> - <stop - id="stop4230" - offset="0.0000000" - style="stop-color:#bbbbbb;stop-opacity:1.0000000;" /> - <stop - id="stop4232" - offset="1.0000000" - style="stop-color:#9f9f9f;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4184"> - <stop - id="stop4186" - offset="0.0000000" - style="stop-color:#838383;stop-opacity:1.0000000;" /> - <stop - id="stop4188" - offset="1.0000000" - style="stop-color:#bbbbbb;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - gradientTransform="translate(0.795493,3.799180)" - y2="35.281250" - x2="24.687500" - y1="35.281250" - x1="7.0625000" - gradientUnits="userSpaceOnUse" - id="linearGradient4209" - xlink:href="#linearGradient4184" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="40.943935" - x2="36.183067" - y1="28.481176" - x1="7.6046205" - id="linearGradient4234" - xlink:href="#linearGradient4228" - inkscape:collect="always" - gradientTransform="translate(0.000000,5.125000)" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="33.758667" - x2="12.221823" - y1="37.205811" - x1="12.277412" - id="linearGradient4242" - xlink:href="#linearGradient4236" - inkscape:collect="always" - gradientTransform="translate(0.000000,5.125000)" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.286242,0.781698,-0.710782,1.169552,-2.354348,0.248140)" - r="20.935817" - fy="2.9585190" - fx="15.571491" - cy="2.9585190" - cx="15.571491" - id="radialGradient4250" - xlink:href="#linearGradient4244" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="47.620636" - x2="44.096100" - y1="4.4331360" - x1="12.378357" - id="linearGradient4260" - xlink:href="#linearGradient4254" - inkscape:collect="always" - gradientTransform="translate(0.000000,5.125000)" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.651032,-2.885063e-16,9.455693)" - r="23.555494" - fy="27.096155" - fx="23.201941" - cy="27.096155" - cx="23.201941" - id="radialGradient4270" - xlink:href="#linearGradient4264" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="26.357183" - x2="23.688078" - y1="11.318835" - x1="23.688078" - id="linearGradient4272" - xlink:href="#linearGradient4274" - inkscape:collect="always" - gradientTransform="translate(0.000000,5.125000)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2555" - id="linearGradient2553" - x1="33.431175" - y1="31.964777" - x2="21.747974" - y2="11.780679" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6901" - id="linearGradient6907" - x1="14.751649" - y1="15.868432" - x2="8.8953285" - y2="16.743431" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6925" - id="linearGradient6931" - x1="12.25" - y1="18.25" - x2="7" - y2="21.118431" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - inkscape:window-y="30" - inkscape:window-x="0" - inkscape:window-height="818" - inkscape:window-width="999" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer2" - inkscape:cy="11.891468" - inkscape:cx="-133.68151" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.22745098" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - inkscape:showpageshadow="false" - fill="#3465a4" - stroke="#204a87" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Save</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:subject> - <rdf:Bag> - <rdf:li>hdd</rdf:li> - <rdf:li>hard drive</rdf:li> - <rdf:li>save</rdf:li> - <rdf:li>io</rdf:li> - <rdf:li>store</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:identifier /> - <dc:source>http://jimmac.musichall.cz</dc:source> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="pix" - id="layer2" - inkscape:groupmode="layer"> - <g - style="display:inline" - id="g5022" - transform="matrix(2.411405e-2,0,0,1.929202e-2,45.48953,41.75228)"> - <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect4173" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccc" - id="path5058" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5018" - sodipodi:nodetypes="cccc" /> - </g> - <path - sodipodi:nodetypes="cccsccccccccc" - id="path4196" - d="M 11.28569,13.087628 C 10.66069,13.087628 10.254441,13.377808 10.004442,13.931381 C 10.004441,13.931381 3.5356915,31.034938 3.5356915,31.034938 C 3.5356915,31.034938 3.2856915,31.706497 3.2856915,32.816188 C 3.2856915,32.816188 3.2856915,42.466156 3.2856915,42.466156 C 3.2856915,43.548769 3.943477,44.091158 4.9419415,44.091156 L 43.50444,44.091156 C 44.489293,44.091156 45.09819,43.372976 45.09819,42.247406 L 45.09819,32.597438 C 45.09819,32.597438 45.204153,31.827015 45.00444,31.284938 L 38.28569,14.087631 C 38.101165,13.575725 37.648785,13.099533 37.16069,13.087628 L 11.28569,13.087628 z " - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#535353;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - sodipodi:nodetypes="ccccccccc" - id="path4170" - d="M 3.2735915,32.121812 L 4.0381936,31.429597 L 41.647883,31.492097 L 45.11029,31.809395 L 45.11029,42.247927 C 45.11029,43.373496 44.503272,44.091258 43.518419,44.091258 L 4.9354314,44.091258 C 3.9369667,44.091258 3.2735915,43.549207 3.2735915,42.466594 L 3.2735915,32.121812 z " - style="fill:url(#linearGradient4234);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.02044296px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - sodipodi:nodetypes="csccccccs" - id="path3093" - d="M 3.5490842,31.039404 C 2.8347985,32.50369 3.5484686,33.432261 4.5847985,33.432261 C 4.5847985,33.432261 43.584797,33.432261 43.584797,33.432261 C 44.703844,33.408451 45.430035,32.420356 45.013368,31.289403 L 38.299082,14.078704 C 38.114558,13.566798 37.64432,13.090606 37.156225,13.078701 L 11.299083,13.078701 C 10.674083,13.078701 10.263369,13.382274 10.01337,13.935847 C 10.01337,13.935847 3.5490842,31.039404 3.5490842,31.039404 z " - style="fill:url(#radialGradient4250);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <rect - y="36.299183" - x="7.857996" - height="5.5625" - width="17.625" - id="rect4174" - style="opacity:1;color:#000000;fill:url(#linearGradient4209);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.40899992;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cscc" - id="path4194" - d="M 7.8579947,41.86168 C 7.8579947,41.86168 7.8579947,37.850195 7.8579947,37.850195 C 9.6935221,41.029421 16.154485,41.86168 20.795492,41.86168 C 20.795492,41.86168 7.8579947,41.86168 7.8579947,41.86168 z " - style="opacity:0.81142853;fill:url(#linearGradient4242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - sodipodi:nodetypes="cccccccc" - id="path4201" - d="M 44.796162,30.753688 C 44.859684,32.003662 44.382159,33.069528 43.474046,33.097438 C 43.474046,33.097438 5.3553296,33.097437 5.3553297,33.097438 C 4.0660978,33.097438 3.4875937,32.772491 3.271279,32.229382 C 3.3630404,33.173714 4.0970964,33.878688 5.3553297,33.878688 C 5.3553296,33.878687 43.474046,33.878688 43.474046,33.878688 C 44.550053,33.845617 45.226851,32.454664 44.82621,30.883897 L 44.796162,30.753688 z " - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - id="path4211" - d="M 10.96875,15.28125 C 10.922675,15.481571 10.78125,15.668047 10.78125,15.875 C 10.78125,16.823605 11.37223,17.664474 12.125,18.46875 C 12.365268,18.314675 12.490117,18.114342 12.75,17.96875 C 11.809691,17.152746 11.196604,16.252168 10.96875,15.28125 z M 37.625,15.28125 C 37.396273,16.250866 36.782988,17.153676 35.84375,17.96875 C 36.117894,18.122332 36.247738,18.33699 36.5,18.5 C 37.257262,17.693344 37.8125,16.826956 37.8125,15.875 C 37.8125,15.668047 37.670906,15.481571 37.625,15.28125 z M 39.8125,23.71875 C 39.198709,27.758861 32.513887,30.96875 24.28125,30.96875 C 16.068996,30.968751 9.4211001,27.775964 8.78125,23.75 C 8.7488928,23.947132 8.65625,24.141882 8.65625,24.34375 C 8.6562503,28.661697 15.645354,32.187501 24.28125,32.1875 C 32.917146,32.1875 39.937499,28.661698 39.9375,24.34375 C 39.9375,24.130826 39.848449,23.926394 39.8125,23.71875 z " - style="opacity:0.69142857;color:#000000;fill:url(#linearGradient4272);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - transform="translate(8.838843e-2,5.301780)" - d="M 8.5736699 25.593554 A 1.3700194 1.016466 0 1 1 5.833631,25.593554 A 1.3700194 1.016466 0 1 1 8.5736699 25.593554 z" - sodipodi:ry="1.016466" - sodipodi:rx="1.3700194" - sodipodi:cy="25.593554" - sodipodi:cx="7.2036505" - id="path4224" - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:0.45762706;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:0.45762706;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path4226" - sodipodi:cx="7.2036505" - sodipodi:cy="25.593554" - sodipodi:rx="1.3700194" - sodipodi:ry="1.016466" - d="M 8.5736699 25.593554 A 1.3700194 1.016466 0 1 1 5.833631,25.593554 A 1.3700194 1.016466 0 1 1 8.5736699 25.593554 z" - transform="translate(33.96705,5.213390)" /> - <path - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4260);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 11.642515,13.540723 C 11.040823,13.540723 10.649724,13.820081 10.409049,14.35301 C 10.409048,14.35301 3.9940341,30.943732 3.9940341,30.943732 C 3.9940341,30.943732 3.7533573,31.590247 3.7533573,32.658555 C 3.7533573,32.658555 3.7533573,41.948651 3.7533573,41.948651 C 3.7533573,43.303391 4.1974134,43.57555 5.3478414,43.57555 L 43.034746,43.57555 C 44.357872,43.57555 44.569062,43.259153 44.569062,41.738058 L 44.569062,32.447962 C 44.569062,32.447962 44.671072,31.706271 44.478807,31.184409 L 37.885616,14.378434 C 37.707973,13.885617 37.334964,13.552184 36.865071,13.540723 L 11.642515,13.540723 z " - id="path4252" - sodipodi:nodetypes="cccsccccccccc" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" - d="M 40.5,36.554166 L 40.5,41.575101" - id="path4282" /> - <path - id="path4284" - d="M 38.5,36.613943 L 38.5,41.634878" - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" - d="M 36.5,36.613943 L 36.5,41.634878" - id="path4286" /> - <path - id="path4288" - d="M 34.5,36.613943 L 34.5,41.634878" - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" - d="M 32.5,36.613943 L 32.5,41.634878" - id="path4290" /> - <path - id="path4292" - d="M 30.5,36.613943 L 30.5,41.634878" - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" /> - <path - id="path4294" - d="M 39.5,36.604065 L 39.5,41.625" - style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> - <path - style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 37.5,36.663842 L 37.5,41.684777" - id="path4296" /> - <path - id="path4298" - d="M 35.5,36.663842 L 35.5,41.684777" - style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> - <path - style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 33.5,36.663842 L 33.5,41.684777" - id="path4300" /> - <path - id="path4302" - d="M 31.5,36.663842 L 31.5,41.684777" - style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> - <path - id="path4572" - d="M 7.875,36.3125 L 7.875,41.84375 L 20.4375,41.84375 L 8.21875,41.5 L 7.875,36.3125 z " - style="opacity:0.43999999;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - sodipodi:type="arc" - style="opacity:0.20571427;color:#000000;fill:url(#linearGradient2553);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.93365198;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.42372879;visibility:visible;display:inline;overflow:visible" - id="path2545" - sodipodi:cx="25" - sodipodi:cy="19.5625" - sodipodi:rx="14.875" - sodipodi:ry="6.6875" - d="M 39.875 19.5625 A 14.875 6.6875 0 1 1 10.125,19.5625 A 14.875 6.6875 0 1 1 39.875 19.5625 z" - transform="matrix(1.037815,0.000000,0.000000,1.060747,-1.632878,3.030370)" /> - </g> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="down"> - <path - transform="matrix(1.130190,1.178179e-16,7.918544e-17,-0.759601,-3.909725,53.66554)" - d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" - sodipodi:ry="8.3968935" - sodipodi:rx="15.644737" - sodipodi:cy="36.421127" - sodipodi:cx="24.837126" - id="path8660" - style="opacity:0.14117647;color:#000000;fill:url(#radialGradient8668);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - style="opacity:1;color:#000000;fill:url(#linearGradient6907);fill-opacity:1.0;fill-rule:nonzero;stroke:url(#linearGradient6931);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 3.2034501,25.835194 C 2.1729477,-5.3853369 28.741616,-0.4511153 28.582416,15.788689 L 35.89533,15.788689 L 24.517652,28.774671 L 12.585426,15.788689 C 12.585426,15.788689 20.126859,15.788689 20.126859,15.788689 C 20.583921,4.8193225 3.4092324,1.6100346 3.2034501,25.835194 z " - id="path1432" - sodipodi:nodetypes="ccccccc" /> - <path - sodipodi:nodetypes="ccccccc" - id="path2177" - d="M 7.6642103,9.1041047 C 12.40638,-0.0400306 28.122336,2.7175443 27.761604,16.579393 L 34.078976,16.579393 C 34.078976,16.579393 24.513151,27.536769 24.513151,27.536769 L 14.41668,16.579393 C 14.41668,16.579393 20.87332,16.579393 20.87332,16.579393 C 21.144975,5.0041615 10.922265,5.5345215 7.6642103,9.1041047 z " - style="opacity:0.47159091;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1764);stroke-width:0.99999934;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <path - style="opacity:0.49431817;color:#000000;fill:url(#radialGradient4997);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 34.767155,16.211613 L 32.782979,18.757322 C 27.372947,17.241029 24.896829,21.486664 17.109284,20.489112 L 13.247998,16.080077 L 20.434468,16.162862 C 20.483219,4.3164571 8.3443098,4.998966 5.0292663,13.627829 C 8.8372201,-1.2611216 27.893316,0.8064118 28.28332,16.114112 L 34.767155,16.211613 z " - id="path4989" - sodipodi:nodetypes="cccccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/edit-copy.svg b/html/themes/legacy/svg/scalable/actions/edit-copy.svg deleted file mode 100644 index f4d9e9776c1156da09af1339c918bd820cf1b7ff..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/edit-copy.svg +++ /dev/null @@ -1,328 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg4198" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions" - sodipodi:docname="edit-copy.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4200"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective45" /> - <linearGradient - id="linearGradient15218"> - <stop - style="stop-color:#f0f0ef;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop15220" /> - <stop - id="stop2269" - offset="0.59928656" - style="stop-color:#e8e8e8;stop-opacity:1;" /> - <stop - id="stop2267" - offset="0.82758623" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - style="stop-color:#d8d8d3;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop15222" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2259"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2261" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2263" /> - </linearGradient> - <linearGradient - id="linearGradient2224"> - <stop - style="stop-color:#7c7c7c;stop-opacity:1;" - offset="0" - id="stop2226" /> - <stop - style="stop-color:#b8b8b8;stop-opacity:1;" - offset="1" - id="stop2228" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2224" - id="linearGradient2230" - x1="35.996582" - y1="40.458221" - x2="33.664921" - y2="37.770721" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(6.161836,4.033411)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2251"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2253" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2255" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2251" - id="linearGradient2257" - x1="33.396004" - y1="36.921333" - x2="34.170048" - y2="38.070381" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(6.161836,3.658411)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient15218" - id="linearGradient4258" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-8.548320,-4.891713)" - x1="22.308331" - y1="18.992140" - x2="35.785294" - y2="39.498238" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2259" - id="linearGradient4260" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.998504,0.000000,0.000000,0.998246,-6.970391,-4.892901)" - x1="26.076092" - y1="26.696676" - x2="30.811172" - y2="42.007351" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2259" - id="linearGradient13651" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.999421,0.000000,0.000000,1.000000,5.991319,4.033411)" - x1="26.076092" - y1="26.696676" - x2="30.811172" - y2="42.007351" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient15218" - id="linearGradient13653" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.067236,0.000000,0.000000,0.989276,4.391684,4.035227)" - x1="22.308331" - y1="18.992140" - x2="35.785294" - y2="39.498238" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#bebebe" - borderopacity="1.0000000" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1.4142136" - inkscape:cx="-57.902952" - inkscape:cy="48.133585" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="873" - inkscape:window-height="699" - inkscape:window-x="264" - inkscape:window-y="149" - inkscape:showpageshadow="false" /> - <metadata - id="metadata4203"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Edit Copy</dc:title> - <dc:date>2005-10-15</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:creator> - <dc:subject> - <rdf:Bag> - <rdf:li>edit</rdf:li> - <rdf:li>copy</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:contributor> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - id="g4268" - style="opacity:0.49999997" - transform="matrix(1.001508,0.000000,0.000000,1.000616,-5.002205e-2,-6.304895e-2)"> - <rect - y="34.033413" - x="20.161837" - height="2.0000000" - width="13.000000" - id="rect2279" - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <rect - ry="0.56615961" - rx="0.56565511" - y="1.5629303" - x="1.5484408" - height="35.976688" - width="30.951559" - id="rect4238" - style="opacity:1.0000000;fill:url(#linearGradient4258);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99893934;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" /> - <rect - ry="0.0000000" - rx="0.0000000" - y="2.5605955" - x="2.5325129" - height="33.981056" - width="28.970741" - id="rect4240" - style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient4260);stroke-width:0.99893963;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" /> - <rect - y="10.033414" - x="7.0161190" - height="2.0000000" - width="21.000000" - id="rect4248" - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect4250" - width="20.000000" - height="2.0000000" - x="7.0161190" - y="14.033414" /> - <rect - y="18.033415" - x="7.0161190" - height="2.0000000" - width="18.000000" - id="rect4252" - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect4254" - width="21.000000" - height="2.0000000" - x="7.0161190" - y="22.033415" /> - <rect - y="26.033413" - x="7.0161190" - height="2.0000000" - width="13.000000" - id="rect4256" - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - </g> - <g - id="g12863"> - <path - style="fill:url(#linearGradient13653);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#888a85;stroke-width:1.0000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" - d="M 15.072946,10.500852 L 44.929331,10.500852 C 45.245071,10.500852 45.499257,10.753945 45.499257,11.068324 L 45.499257,38.235686 C 45.499257,40.712138 38.619447,46.538773 36.231325,46.538773 L 15.072946,46.538773 C 14.757206,46.538773 14.50302,46.285681 14.50302,45.9713 L 14.50302,11.068324 C 14.50302,10.753945 14.757206,10.500852 15.072946,10.500852 z " - id="rect12413" - sodipodi:nodetypes="ccccccccc" /> - <rect - ry="0.0000000" - rx="0.0000000" - y="11.500000" - x="15.502951" - height="34.040764" - width="28.997349" - id="rect15244" - style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient13651);stroke-width:1.0000008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" /> - <path - sodipodi:nodetypes="cccc" - id="path2210" - d="M 36.220918,46.536966 C 38.251336,46.866864 45.809711,42.007037 45.505329,38.039122 C 43.942067,40.462219 40.746807,39.32586 36.638049,39.48487 C 36.638049,39.48487 37.033418,46.036966 36.220918,46.536966 z " - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient2230);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#868a84;stroke-width:1.0000002;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.36931817;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2257);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 37.671355,44.345464 C 39.041134,43.661635 42.099604,42.198999 43.398985,40.317995 C 41.802891,40.99805 40.451175,40.527491 37.696651,40.5084 C 37.696651,40.5084 37.858973,43.570494 37.671355,44.345464 z " - id="path2247" - sodipodi:nodetypes="cccc" /> - <rect - y="19.033415" - x="20.000000" - height="2.0000000" - width="21.000000" - id="rect2271" - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect2273" - width="19.992233" - height="2.0000000" - x="20.000000" - y="23.033415" /> - <rect - y="27.033415" - x="20.000000" - height="2.0000000" - width="17.976702" - id="rect2275" - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.17045452;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect2277" - width="21.000000" - height="2.0000000" - x="20.000000" - y="31.033415" /> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/edit-cut.svg b/html/themes/legacy/svg/scalable/actions/edit-cut.svg deleted file mode 100644 index b9ac930c91a21bee2321d1cd510d4bf3bc4fa6bd..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/edit-cut.svg +++ /dev/null @@ -1,508 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - id="svg23883" - sodipodi:version="0.32" - inkscape:version="0.46" - version="1.0" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - sodipodi:docname="edit-cut.svg" - inkscape:export-filename="/home/garrett/edit-cut.png" - inkscape:export-xdpi="90" - inkscape:export-ydpi="90" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs23885"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective70" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2269"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2271" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2273" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2259"> - <stop - style="stop-color:#9a0c00;stop-opacity:1;" - offset="0" - id="stop2261" /> - <stop - style="stop-color:#9a0c00;stop-opacity:0;" - offset="1" - id="stop2263" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2251"> - <stop - style="stop-color:#df2a2a;stop-opacity:1;" - offset="0" - id="stop2253" /> - <stop - style="stop-color:#df2a2a;stop-opacity:0;" - offset="1" - id="stop2255" /> - </linearGradient> - <linearGradient - id="linearGradient2229"> - <stop - style="stop-color:#e2e2e2;stop-opacity:1;" - offset="0" - id="stop2231" /> - <stop - style="stop-color:#d8d8d8;stop-opacity:1;" - offset="1" - id="stop2233" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,1.010300,1.007969e-18,-0.159801)" - r="7.2848282" - cy="23.333008" - cx="165.06104" - id="radialGradient16850"> - <stop - id="stop16852" - style="stop-color:#EF3535" - offset="0" /> - <stop - id="stop16854" - style="stop-color:#a40000;stop-opacity:0" - offset="1" /> - </radialGradient> - <linearGradient - id="XMLID_897_" - gradientUnits="userSpaceOnUse" - x1="292.97168" - y1="4.7592773" - x2="296.93979" - y2="10.711433"> - <stop - offset="0" - style="stop-color:#EEEEEC" - id="stop45093" /> - <stop - offset="1" - style="stop-color:#ffffff;stop-opacity:1;" - id="stop45095" /> - </linearGradient> - <linearGradient - id="path3230_2_" - gradientUnits="userSpaceOnUse" - x1="1668.7646" - y1="185.30176" - x2="1679.5989" - y2="175.78883" - gradientTransform="matrix(1.213800,0.000000,0.282500,-1.671200,46.72625,447.9442)"> - <stop - offset="0" - style="stop-color:#FFFFFF" - id="stop4977" /> - <stop - offset="1" - style="stop-color:#CFCFCF" - id="stop4979" /> - </linearGradient> - <linearGradient - id="path3311_1_" - gradientUnits="userSpaceOnUse" - x1="1420.5474" - y1="-50.919434" - x2="1420.6542" - y2="-79.574341" - gradientTransform="matrix(2.051000,0.000000,0.167200,-0.989000,-799.2049,221.0724)"> - <stop - offset="0" - style="stop-color:#C4A000" - id="stop4970" /> - <stop - offset="1" - style="stop-color:#957A00" - id="stop4972" /> - </linearGradient> - <radialGradient - id="XMLID_52_" - cx="165.06104" - cy="23.333008" - r="7.2848282" - gradientTransform="matrix(1.000000,0.000000,0.000000,1.010300,1.007969e-18,-0.159801)" - gradientUnits="userSpaceOnUse"> - <stop - offset="0" - style="stop-color:#EF3535" - id="stop812" /> - <stop - id="stop2239" - style="stop-color:#c91a1a;stop-opacity:1;" - offset="0" /> - <stop - offset="1" - style="stop-color:#ff4c4c;stop-opacity:1;" - id="stop814" /> - </radialGradient> - <linearGradient - id="XMLID_45_" - gradientUnits="userSpaceOnUse" - x1="68.175293" - y1="21.424805" - x2="74.587158" - y2="27.836672"> - <stop - offset="0" - style="stop-color:#BABDB6" - id="stop695" /> - <stop - offset="1" - style="stop-color:#EEEEEC" - id="stop697" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#path3230_2_" - id="linearGradient142876" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.213781,0,0.282495,-1.671173,-1712.251,391.532)" - x1="1668.7646" - y1="185.30176" - x2="1679.5989" - y2="175.78883" /> - <linearGradient - inkscape:collect="always" - xlink:href="#path3230_2_" - id="linearGradient142884" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.213781,0.000000,0.282495,-1.671173,-1385.251,394.5320)" - x1="1668.7646" - y1="185.30176" - x2="1679.5989" - y2="175.78883" /> - <linearGradient - inkscape:collect="always" - xlink:href="#path3311_1_" - id="linearGradient142892" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.050967,0.000000,0.167197,-0.988984,-2231.169,167.6639)" - x1="1420.5474" - y1="-50.919434" - x2="1420.6542" - y2="-79.574341" /> - <linearGradient - inkscape:collect="always" - xlink:href="#XMLID_45_" - id="linearGradient16739" - x1="22.225399" - y1="23.843431" - x2="24.190449" - y2="22.860907" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#XMLID_52_" - id="linearGradient16769" - x1="294.59497" - y1="12.187603" - x2="297.18515" - y2="13.3396" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#XMLID_52_" - id="linearGradient16894" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.624438,0.000000,0.000000,3.624438,-1053.179,-16.84720)" - x1="296.76199" - y1="12.012225" - x2="297.79822" - y2="10.946587" /> - <linearGradient - inkscape:collect="always" - xlink:href="#XMLID_52_" - id="linearGradient16946" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.637893,0.000000,0.000000,3.470375,-1056.116,-16.00724)" - x1="296.48611" - y1="15.506916" - x2="296.52905" - y2="9.8769522" /> - <linearGradient - inkscape:collect="always" - xlink:href="#XMLID_897_" - id="linearGradient16968" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-4.127761,0.000000,0.000000,4.136601,1244.465,-11.90495)" - x1="292.97168" - y1="4.7592773" - x2="296.93979" - y2="10.711433" /> - <linearGradient - inkscape:collect="always" - xlink:href="#XMLID_897_" - id="linearGradient16974" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(4.053427,0.000000,0.000000,4.136601,-1175.535,-11.90495)" - x1="292.97168" - y1="4.7592773" - x2="296.93979" - y2="10.711433" /> - <linearGradient - inkscape:collect="always" - xlink:href="#radialGradient16850" - id="linearGradient17028" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.161878,0.000000,0.000000,0.992497,-5.112111,6.400522e-2)" - x1="39.619942" - y1="44.540932" - x2="-3.532515" - y2="-11.889042" /> - <linearGradient - inkscape:collect="always" - xlink:href="#XMLID_52_" - id="linearGradient17034" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.161878,0.000000,0.000000,0.992497,-2.666967,6.400522e-2)" - x1="13.82536" - y1="40.068752" - x2="7.6700611" - y2="2.3262277" /> - <linearGradient - inkscape:collect="always" - xlink:href="#XMLID_52_" - id="linearGradient17037" - gradientUnits="userSpaceOnUse" - x1="7.184845" - y1="31.056622" - x2="25.152235" - y2="50.774887" - gradientTransform="matrix(1.161878,0.000000,0.000000,0.992497,-2.430779,0.265761)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2229" - id="linearGradient2235" - x1="20.288025" - y1="6.4603648" - x2="24.32597" - y2="23.942537" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2229" - id="linearGradient2237" - x1="20.288025" - y1="6.4603648" - x2="24.32597" - y2="23.942537" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#XMLID_52_" - id="radialGradient2241" - cx="34.376091" - cy="37.50008" - fx="34.376091" - fy="37.50008" - r="8.3887873" - gradientTransform="matrix(1.000000,0.000000,0.000000,1.060381,0.000000,-2.299514)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2251" - id="linearGradient2257" - x1="298.47852" - y1="13.599585" - x2="298.86948" - y2="13.802949" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2259" - id="linearGradient2265" - x1="298.47852" - y1="13.599585" - x2="298.86948" - y2="13.802949" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2269" - id="radialGradient2275" - cx="25.1875" - cy="41.625" - fx="25.1875" - fy="41.625" - r="18.0625" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.325260,2.029626e-16,28.08607)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.13333333" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="32.034218" - inkscape:cy="23.0589" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:document-units="px" - inkscape:grid-bbox="true" - gridtolerance="0.5px" - inkscape:window-width="1011" - inkscape:window-height="818" - inkscape:window-x="177" - inkscape:window-y="30" - stroke="#a40000" - inkscape:showpageshadow="false"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="1px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="4" /> - </sodipodi:namedview> - <metadata - id="metadata23888"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Edit Cut</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Garrett Le Sage</dc:title> - </cc:Agent> - </dc:creator> - <dc:subject> - <rdf:Bag> - <rdf:li>edit</rdf:li> - <rdf:li>cut</rdf:li> - <rdf:li>clipboard</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:contributor> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - style="fill:url(#linearGradient16968);stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 34.174311,1.6249997 C 34.386261,1.6935355 34.59157,1.7696619 34.798294,1.842502 C 35.449709,4.0395037 38.469777,6.2612218 37.321354,8.4491328 C 33.495509,14.82952 29.697021,21.294565 25.899759,27.72527 C 25.154013,27.872172 24.401732,27.952183 23.647995,27.96996 C 22.061603,28.01017 20.433063,27.775465 18.927431,27.23589 C 23.978303,18.684616 29.031301,10.114483 34.174311,1.6249997 z " - id="path16717" /> - <path - style="fill:url(#linearGradient2237);fill-opacity:1;stroke:none;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 34.288823,4.25 C 34.057702,4.5574529 33.839208,5.120942 33.602793,5.40625 C 29.555938,12.158979 25.440784,18.900329 21.378976,25.625 C 21.318425,25.878117 20.565047,26.637291 21.366935,26.567963 C 22.478492,26.765843 23.638682,26.918567 24.746762,26.625 C 28.505752,20.407794 32.192639,14.142582 35.943048,7.9231779 C 36.285519,7.5359043 36.352163,6.9979201 35.992403,6.611197 C 35.462387,5.7945892 34.925464,4.9364821 34.382373,4.15625 L 34.311813,4.2269607 L 34.288823,4.25 z " - id="path16719" /> - <polygon - style="fill:url(#linearGradient16769);fill-opacity:1;stroke:#9a0c00;stroke-width:0.28144068;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="polygon45129" - points="297.04443,12.300293 296.39941,13.384766 295.13281,14.71875 294.73242,13.672852 295.74658,11.960449 297.04443,12.300293 " - transform="matrix(3.637893,0.000000,0.000000,3.470375,-1056.116,-16.00724)" /> - <path - style="fill:url(#linearGradient16946);fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 20.40625,26.96875 C 19.183905,27.455468 19.192232,29.003929 18.481272,29.932762 C 18.138949,30.648557 17.537483,31.278989 17.28125,32.03125 C 17.271571,32.546641 17.729203,33.391474 18.3125,32.9375 C 19.697476,31.791172 20.876866,30.398821 21.756725,28.810629 C 21.989088,28.320596 22.552476,27.916466 22.625,27.40625 C 22.086431,26.835441 21.112182,26.873225 20.40625,26.96875 z " - id="polygon16896" /> - <path - style="fill:url(#linearGradient16974);stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 12.960099,1.6249997 C 12.751966,1.6935355 12.550355,1.7696619 12.347353,1.842502 C 11.707669,4.0395037 8.7419877,6.2612218 9.8697297,8.4491328 C 13.626677,14.82952 17.35676,21.294565 21.085639,27.72527 C 21.817956,27.872172 22.55669,27.952183 23.296853,27.96996 C 24.854677,28.01017 26.453889,27.775465 27.932407,27.23589 C 22.972493,18.684616 18.010492,10.114483 12.960099,1.6249997 z " - id="polygon45097" /> - <path - style="fill:url(#linearGradient2235);fill-opacity:1;stroke:none;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 12.719667,4.25 C 12.336632,5.3766793 11.270006,6.2059645 11.004855,7.40625 C 14.713376,13.800362 18.475798,20.175378 22.181757,26.5625 C 23.380123,26.820799 24.610198,26.655657 25.795112,26.40625 C 25.606339,25.665807 25.056911,25.075319 24.765129,24.3767 C 20.870526,17.806174 16.941429,11.242872 13.087127,4.65625 C 13.072466,4.5046403 12.870425,4.1721152 12.719667,4.25 z " - id="path16635" /> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:url(#linearGradient16739);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path16731" - sodipodi:cx="23.207924" - sodipodi:cy="23.843431" - sodipodi:rx="0.98252523" - sodipodi:ry="0.98252523" - d="M 24.190449 23.843431 A 0.98252523 0.98252523 0 1 1 22.225399,23.843431 A 0.98252523 0.98252523 0 1 1 24.190449 23.843431 z" - transform="matrix(0.979893,0.000000,0.000000,1.000000,0.311384,0.174043)" /> - <path - sodipodi:type="arc" - style="opacity:0.26704544;color:#000000;fill:url(#radialGradient2275);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path2267" - sodipodi:cx="25.1875" - sodipodi:cy="41.625" - sodipodi:rx="18.0625" - sodipodi:ry="5.875" - d="M 43.25 41.625 A 18.0625 5.875 0 1 1 7.125,41.625 A 18.0625 5.875 0 1 1 43.25 41.625 z" - transform="matrix(1.256055,0.000000,0.000000,0.819149,-7.199394,9.090421)" /> - <path - id="path45138" - style="fill:url(#linearGradient17037);fill-opacity:1;stroke:#a40000;stroke-opacity:1" - d="M 17.700393,30.286934 C 20.935404,32.013583 21.196229,36.899851 18.278338,41.201286 C 15.360479,45.50525 10.373849,47.596472 7.1373807,45.877418 C 3.9008825,44.150767 3.6415462,39.267032 6.5594356,34.965597 C 9.4758075,30.664166 14.463925,28.572944 17.700393,30.286934 z M 15.845268,33.029079 C 14.408745,32.26545 11.33781,33.569599 9.3789266,36.463107 C 7.4160164,39.356612 7.5560293,42.376624 8.991202,43.137951 C 10.426348,43.906181 13.499985,42.597432 15.458868,39.703925 C 17.42313,36.81042 17.281765,33.792709 15.845268,33.029079 z " /> - <path - style="fill:url(#linearGradient17034);fill-opacity:1;stroke:none;stroke-opacity:1" - d="M 14.3255,30.583289 C 12.400369,30.97051 10.691041,32.037306 9.2785926,33.064531 C 8.5268294,33.759433 8.0350294,34.514452 7.3629449,35.31874 C 5.6546178,37.670805 4.9387067,40.762168 6.2901069,43.388409 C 6.90956,44.841515 8.9327419,45.435852 10.658323,45.067542 C 12.110236,44.819078 13.339639,43.906473 14.470735,43.268641 C 15.391637,42.47786 16.024749,41.642131 16.803626,40.677364 C 18.612986,38.202962 19.595537,34.928687 18.101604,32.165081 C 17.377898,31.022952 15.866963,30.41829 14.3255,30.583289 z M 14.797513,31.54477 C 16.814017,31.795124 18.154487,33.577585 17.92006,35.266634 C 17.940833,37.553573 16.774038,39.710728 15.196909,41.500756 C 13.779705,42.902737 11.848294,44.229027 9.5327534,44.137076 C 8.1738996,44.134209 7.100179,43.224779 6.7169325,42.176618 C 6.1002938,39.644695 6.9116496,36.911389 8.6831288,34.83862 C 10.041367,33.315308 11.877976,31.95152 14.150642,31.596926 C 14.366331,31.581652 14.581522,31.554432 14.797513,31.54477 z " - id="path16771" /> - <path - d="M 30.331764,30.286934 C 27.096753,32.013583 26.835929,36.899851 29.75382,41.201286 C 32.671679,45.50525 37.658309,47.596472 40.894777,45.877418 C 44.131276,44.150767 44.390611,39.267032 41.472722,34.965597 C 38.55635,30.664166 33.568233,28.572944 30.331764,30.286934 z M 32.18689,33.029079 C 33.623412,32.26545 36.694348,33.569599 38.653231,36.463107 C 40.616141,39.356612 40.476128,42.376624 39.040956,43.137951 C 37.60581,43.906181 34.532173,42.597432 32.57329,39.703925 C 30.609028,36.81042 30.750393,33.792709 32.18689,33.029079 z " - style="fill:url(#radialGradient2241);fill-opacity:1;stroke:#a40000;stroke-opacity:1" - id="path11967" /> - <polygon - style="fill:url(#linearGradient2257);fill-opacity:1;stroke:url(#linearGradient2265);stroke-width:0.27590489;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="polygon45101" - points="296.95605,12.300293 297.6001,13.384766 298.86719,14.71875 299.26807,13.672852 298.25391,11.960449 296.95605,12.300293 " - transform="matrix(3.624438,0.000000,0.000000,3.624438,-1053.179,-16.84720)" /> - <path - style="fill:url(#linearGradient16894);fill-opacity:1;stroke:none;stroke-width:0.27590489;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 26.15625,27.9375 C 25.729502,28.136321 25.139436,28.138981 24.8125,28.4375 C 25.76252,29.838889 26.702412,31.352161 27.663379,32.650077 C 28.331933,33.404621 29.019194,34.150303 29.78125,34.8125 C 30.516527,33.421076 29.91641,31.751292 28.96875,30.625 C 28.366215,29.725307 28.138928,28.512038 27.125,28.03125 C 26.820951,27.912839 26.474385,27.853373 26.15625,27.9375 z " - id="polygon16860" /> - <path - style="fill:url(#linearGradient17028);fill-opacity:1;stroke:none;stroke-opacity:1" - d="M 32.280087,30.449093 C 30.759703,30.678844 29.385141,31.534748 29.039639,32.837057 C 27.908495,35.232508 28.824763,37.950571 30.319418,40.063908 C 31.421345,41.40911 32.259488,42.993821 33.959001,43.837878 C 35.429654,44.761502 37.300143,45.728452 39.176641,45.138766 C 40.689956,44.705317 41.547313,43.4582 41.856813,42.166912 C 42.461243,39.856882 41.561117,37.490951 40.149846,35.530428 C 39.491173,34.616722 38.816861,33.647222 38.036528,32.835783 C 36.841969,31.932329 35.398614,31.184254 33.947688,30.603431 C 33.41359,30.493019 32.832464,30.37069 32.280087,30.449093 z M 32.715792,31.658699 C 34.473095,31.591923 35.950305,32.398157 37.092162,33.427664 C 38.124459,34.396792 39.113817,35.23287 39.754673,36.426541 C 40.831856,38.24711 41.142534,40.4065 40.594777,42.390073 C 40.066397,43.714585 38.368623,44.362109 36.803657,44.006518 C 34.821776,43.77769 33.586317,42.335503 32.277091,41.198158 C 30.771344,39.766768 29.83647,37.719532 29.76651,35.715783 C 29.780622,34.698114 29.740042,33.53736 30.464653,32.682212 C 30.876926,32.139062 31.84466,31.627886 32.715792,31.658699 z " - id="path16795" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/edit-delete.svg b/html/themes/legacy/svg/scalable/actions/edit-delete.svg deleted file mode 100644 index 69281e4239411b408e8d8b08a0bf88c91ec6dac1..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/edit-delete.svg +++ /dev/null @@ -1,896 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg57" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - sodipodi:docname="edit-delete.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective141" /> - <linearGradient - id="linearGradient3241"> - <stop - style="stop-color:white;stop-opacity:1;" - offset="0" - id="stop3243" /> - <stop - style="stop-color:white;stop-opacity:0;" - offset="1" - id="stop3245" /> - </linearGradient> - <linearGradient - id="linearGradient3229"> - <stop - style="stop-color:#598bcb;stop-opacity:1;" - offset="0" - id="stop3231" /> - <stop - id="stop3249" - offset="0.75675678" - style="stop-color:#2f5c96;stop-opacity:1;" /> - <stop - style="stop-color:#203e65;stop-opacity:1;" - offset="1" - id="stop3233" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient3175"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop3177" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop3179" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient3159"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop3161" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop3163" /> - </linearGradient> - <linearGradient - id="linearGradient3141"> - <stop - style="stop-color:#a40000;stop-opacity:1;" - offset="0" - id="stop3143" /> - <stop - style="stop-color:#ffc4c4;stop-opacity:1;" - offset="1" - id="stop3145" /> - </linearGradient> - <linearGradient - id="linearGradient3008"> - <stop - style="stop-color:white;stop-opacity:1;" - offset="0" - id="stop3010" /> - <stop - style="stop-color:#d3d3d3;stop-opacity:1;" - offset="1" - id="stop3012" /> - </linearGradient> - <linearGradient - id="linearGradient2978"> - <stop - style="stop-color:white;stop-opacity:1;" - offset="0" - id="stop2980" /> - <stop - style="stop-color:#d5d5d5;stop-opacity:1;" - offset="1" - id="stop2982" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2964"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop2966" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop2968" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient381"> - <stop - id="stop382" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop383" - offset="1" - style="stop-color:white;stop-opacity:0.84466022;" /> - </linearGradient> - <linearGradient - id="linearGradient368"> - <stop - style="stop-color:#ffffff;stop-opacity:0.10309278;" - offset="0.0000000" - id="stop369" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop372" /> - </linearGradient> - <linearGradient - id="linearGradient1065"> - <stop - style="stop-color:#b5c051;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop1066" /> - <stop - style="stop-color:#858e3f;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop1067" /> - </linearGradient> - <linearGradient - id="linearGradient172"> - <stop - id="stop173" - offset="0.0000000" - style="stop-color:#616c08;stop-opacity:1.0000000;" /> - <stop - id="stop174" - offset="1.0000000" - style="stop-color:#495106;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient161"> - <stop - id="stop162" - offset="0.0000000" - style="stop-color:#575955;stop-opacity:1.0000000;" /> - <stop - id="stop163" - offset="1.0000000" - style="stop-color:#7c7e79;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient157"> - <stop - id="stop158" - offset="0.0000000" - style="stop-color:#babdb6;stop-opacity:1.0000000;" /> - <stop - id="stop159" - offset="1.0000000" - style="stop-color:#f1f5ec;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient149" - inkscape:collect="always"> - <stop - id="stop150" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop151" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient1869"> - <stop - style="stop-color:#c9c9c9;stop-opacity:1;" - offset="0" - id="stop1870" /> - <stop - style="stop-color:#787a7b;stop-opacity:1;" - offset="1" - id="stop1871" /> - </linearGradient> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="69.460503" - x2="7.5291119" - y1="27.376621" - x1="7.3738608" - gradientTransform="matrix(3.495016,0,0,0.344323,-2.972087,-3.408148e-2)" - id="linearGradient152" - xlink:href="#linearGradient149" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient149" - id="linearGradient2058" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.520411,0,0,0.348016,-3.037918,1.544257)" - x1="7.3738608" - y1="27.376621" - x2="7.5291119" - y2="69.460503" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2964" - id="linearGradient2970" - x1="27.5" - y1="14" - x2="27.625" - y2="18.750015" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.799991,0,-1.199875)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient2984" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-17.82887,-61.79699)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient2988" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-16.18243,-61.79699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient2992" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-14.33255,-61.89699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient2996" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-12.67991,-61.03155)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3000" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-10.78506,-60.99081)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3004" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-19.58362,-61.75172)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3008" - id="linearGradient3097" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.984533,0,0,1.203586,0.971903,-2.123191)" - x1="26.151339" - y1="-5.7401156" - x2="27.500387" - y2="13.351768" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3107" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-8.332562,-61.89699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3111" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-6.332562,-61.89699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3115" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-4.332562,-61.89699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3119" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-2.332562,-61.89699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3123" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,-0.332562,-61.89699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3127" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,1.667438,-61.89699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3131" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,3.667438,-61.89699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2978" - id="radialGradient3135" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.146715,6.924886e-2,-6.039991e-2,2.744612,5.667438,-61.89699)" - cx="9.5796242" - cy="33.588264" - fx="9.5796242" - fy="33.588264" - r="2.5527742" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3141" - id="linearGradient3147" - x1="40.5" - y1="13.822797" - x2="40.5" - y2="16.877842" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3159" - id="linearGradient3165" - x1="23.5" - y1="12" - x2="23.5" - y2="6.6875" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3175" - id="linearGradient3181" - x1="25" - y1="21" - x2="25" - y2="32.25" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3229" - id="linearGradient3239" - gradientUnits="userSpaceOnUse" - x1="24.000006" - y1="15.837313" - x2="24.000006" - y2="21" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3241" - id="linearGradient3247" - x1="21.67791" - y1="19.969507" - x2="22.333523" - y2="11.643976" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - showborder="true" - id="base" - pagecolor="#ffffff" - bordercolor="#666" - borderopacity="0.13333333" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-117.40141" - inkscape:cy="39.043402" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="872" - inkscape:window-height="688" - inkscape:window-x="562" - inkscape:window-y="156" - inkscape:showpageshadow="false" - inkscape:object-nodes="true" - inkscape:object-points="false" - inkscape:object-bbox="false" - inkscape:guide-bbox="false" - inkscape:grid-points="true" - inkscape:object-paths="false"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="1px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="4" /> - </sodipodi:namedview> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Delete</dc:title> - <dc:date /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:subject> - <rdf:Bag> - <rdf:li>edit</rdf:li> - <rdf:li>delete</rdf:li> - <rdf:li>shredder</rdf:li> - </rdf:Bag> - </dc:subject> - <dc:publisher> - <cc:Agent> - <dc:title>Novell, Inc.</dc:title> - </cc:Agent> - </dc:publisher> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:contributor> - <cc:Agent> - <dc:title /> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - style="display:inline" - transform="matrix(2.262383e-2,0,0,1.966248e-2,44.39519,41.98146)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <path - style="opacity:0.38659794;color:black;fill:url(#linearGradient3181);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 4.75,21 L 43.25,21 L 42.375,32.25 L 5.625,32.25 L 4.75,21 z " - id="path3173" /> - <path - style="fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:0.5" - d="M 4.000805,16.500028 C 3.9568443,16.464574 5.7277298,42.005521 5.7282343,42.013263 C 5.8943636,44.563961 7.2889479,45.496198 8.8498899,45.499996 C 8.9056682,45.500127 38.133934,45.496713 38.756644,45.494055 C 41.385341,45.482836 42.029344,43.859472 42.202267,42.085776 C 42.216136,42.050805 43.986115,16.535 43.999982,16.500028 C 30.666924,16.500028 17.333866,16.500028 4.000805,16.500028 z " - id="path1751" - sodipodi:nodetypes="ccccccc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - style="opacity:0.23711338;color:black;fill:url(#linearGradient2058);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block" - d="M 43.457954,20.712669 L 7.2079371,20.689264 C 34.519247,21.326592 39.885144,24.337412 43.214187,24.183575 L 43.457954,20.712669 z " - id="path1893" - sodipodi:nodetypes="cccc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <g - id="g3199" - style="opacity:0.12886598;fill:black;fill-opacity:1;stroke:black;stroke-width:1.3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - transform="translate(8.838865e-2,8.838865e-2)"> - <path - sodipodi:nodetypes="csccscc" - id="path3201" - d="M 29.163487,19.614074 C 29.163487,19.614074 30.279473,23.33545 29.517144,26.348054 C 28.754815,29.360658 29.269248,34.210167 29.269248,34.210167 L 30.884373,34.634373 C 30.884373,34.634373 30.117495,30.028639 30.931357,26.524831 C 31.745219,23.021023 30.577814,19.614988 30.577814,19.614988 L 29.163487,19.614074 z " - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="csccscc" - id="path3203" - d="M 9.9124168,19.759341 C 9.9124168,19.759341 11.028404,23.480717 10.266074,26.493321 C 9.5037448,29.505925 10.018178,34.355434 10.018178,34.355434 L 11.456527,33.807368 C 11.456527,33.807368 10.866426,30.173906 11.680288,26.670098 C 12.49415,23.16629 11.326745,19.760255 11.326745,19.760255 L 9.9124168,19.759341 z " - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 11.66716,19.714074 C 11.66716,19.714074 12.783146,23.43545 12.020817,26.448054 C 11.258488,29.460658 8.617841,31.76449 8.617841,31.76449 L 9.8260378,33.73022 C 9.8260378,33.73022 12.621168,30.128639 13.43503,26.624831 C 14.248892,23.121023 13.081487,19.714988 13.081487,19.714988 L 11.66716,19.714074 z " - id="path3205" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path3207" - d="M 21.163487,19.614074 C 21.163487,19.614074 22.279473,23.33545 21.517144,26.348054 C 20.754815,29.360658 21.269248,34.210167 21.269248,34.210167 L 22.928567,34.766955 C 22.928567,34.766955 22.117495,30.028639 22.931357,26.524831 C 23.745219,23.021023 22.577814,19.614988 22.577814,19.614988 L 21.163487,19.614074 z " - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 35.163487,19.614074 C 35.163487,19.614074 36.279473,23.33545 35.517144,26.348054 C 34.754815,29.360658 36.550879,33.50306 36.550879,33.50306 L 38.077615,32.292082 C 38.077615,32.292082 36.117495,30.028639 36.931357,26.524831 C 37.745219,23.021023 36.577814,19.614988 36.577814,19.614988 L 35.163487,19.614074 z " - id="path3209" - sodipodi:nodetypes="csccscc" /> - <path - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 31.163487,19.614074 C 31.163487,19.614074 32.279473,23.33545 31.517144,26.348054 C 30.754815,29.360658 31.269248,34.210167 31.269248,34.210167 L 32.795984,34.148237 C 32.795984,34.148237 32.117495,30.028639 32.931357,26.524831 C 33.745219,23.021023 32.577814,19.614988 32.577814,19.614988 L 31.163487,19.614074 z " - id="path3211" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path3213" - d="M 33.163487,19.614074 C 33.163487,19.614074 34.279473,23.33545 33.517144,26.348054 C 32.754815,29.360658 32.473753,34.03339 32.473753,34.03339 L 34.265654,34.457596 C 34.265654,34.457596 34.117495,30.028639 34.931357,26.524831 C 35.745219,23.021023 34.577814,19.614988 34.577814,19.614988 L 33.163487,19.614074 z " - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 27.163487,19.614074 C 27.163487,19.614074 28.279473,23.33545 27.517144,26.348054 C 26.754815,29.360658 28.064743,33.989196 28.064743,33.989196 L 29.724062,33.308548 C 29.724062,33.308548 28.117495,30.028639 28.931357,26.524831 C 29.745219,23.021023 28.577814,19.614988 28.577814,19.614988 L 27.163487,19.614074 z " - id="path3215" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path3217" - d="M 25.163487,19.614074 C 25.163487,19.614074 26.279473,23.33545 25.517144,26.348054 C 24.754815,29.360658 24.164394,34.077584 24.164394,34.077584 L 25.69113,34.280819 C 25.69113,34.280819 26.117495,30.028639 26.931357,26.524831 C 27.745219,23.021023 26.577814,19.614988 26.577814,19.614988 L 25.163487,19.614074 z " - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 23.163487,19.614074 C 23.163487,19.614074 24.279473,23.33545 23.517144,26.348054 C 22.754815,29.360658 23.269248,34.210167 23.269248,34.210167 L 24.707596,33.662101 C 24.707596,33.662101 24.117495,30.028639 24.931357,26.524831 C 25.745219,23.021023 24.577814,19.614988 24.577814,19.614988 L 23.163487,19.614074 z " - id="path3219" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path3221" - d="M 13.313608,19.714074 C 13.313608,19.714074 14.429594,23.43545 13.667265,26.448054 C 12.904936,29.460658 13.419369,34.310167 13.419369,34.310167 L 14.999517,34.698426 C 14.999517,34.698426 14.267616,30.128639 15.081478,26.624831 C 15.89534,23.121023 14.727935,19.714988 14.727935,19.714988 L 13.313608,19.714074 z " - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 19.418083,20.520258 C 19.418083,20.520258 19.615714,24.129801 19.064633,27.254238 C 18.524861,30.31456 21.306417,34.496773 21.306417,34.496773 L 22.721163,33.86443 C 22.721163,33.86443 19.926762,31.248786 20.558759,27.078695 C 21.116432,23.399015 20.83241,20.521172 20.83241,20.521172 L 19.418083,20.520258 z " - id="path3223" - sodipodi:nodetypes="csccscc" /> - <path - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 15.163487,19.614074 C 15.163487,19.614074 16.279473,23.33545 15.517144,26.348054 C 14.754815,29.360658 15.269248,34.210167 15.269248,34.210167 L 16.707596,33.662101 C 16.707596,33.662101 16.117495,30.028639 16.931357,26.524831 C 17.745219,23.021023 16.577814,19.614988 16.577814,19.614988 L 15.163487,19.614074 z " - id="path3225" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path3227" - d="M 16.816129,20.479515 C 16.816129,20.479515 17.932115,24.200891 17.169786,27.213495 C 16.407457,30.226099 14.726988,31.80438 14.726988,31.80438 L 15.964957,32.939804 C 15.964957,32.939804 17.770137,30.89408 18.583999,27.390272 C 19.397861,23.886464 18.230456,20.480429 18.230456,20.480429 L 16.816129,20.479515 z " - style="opacity:1;color:black;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <g - id="g3183"> - <path - style="opacity:1;color:black;fill:url(#radialGradient3123);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 29.163487,19.614074 C 29.163487,19.614074 30.279473,23.33545 29.517144,26.348054 C 28.754815,29.360658 29.269248,34.210167 29.269248,34.210167 L 30.884373,34.634373 C 30.884373,34.634373 30.117495,30.028639 30.931357,26.524831 C 31.745219,23.021023 30.577814,19.614988 30.577814,19.614988 L 29.163487,19.614074 z " - id="path3121" - sodipodi:nodetypes="csccscc" /> - <path - style="opacity:1;color:black;fill:url(#radialGradient3004);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 9.9124168,19.759341 C 9.9124168,19.759341 11.028404,23.480717 10.266074,26.493321 C 9.5037448,29.505925 10.018178,34.355434 10.018178,34.355434 L 11.456527,33.807368 C 11.456527,33.807368 10.866426,30.173906 11.680288,26.670098 C 12.49415,23.16629 11.326745,19.760255 11.326745,19.760255 L 9.9124168,19.759341 z " - id="path3002" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path2976" - d="M 11.66716,19.714074 C 11.66716,19.714074 12.783146,23.43545 12.020817,26.448054 C 11.258488,29.460658 8.617841,31.76449 8.617841,31.76449 L 9.8260378,33.73022 C 9.8260378,33.73022 12.621168,30.128639 13.43503,26.624831 C 14.248892,23.121023 13.081487,19.714988 13.081487,19.714988 L 11.66716,19.714074 z " - style="opacity:1;color:black;fill:url(#radialGradient2984);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:url(#radialGradient3107);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 21.163487,19.614074 C 21.163487,19.614074 22.279473,23.33545 21.517144,26.348054 C 20.754815,29.360658 21.269248,34.210167 21.269248,34.210167 L 22.928567,34.766955 C 22.928567,34.766955 22.117495,30.028639 22.931357,26.524831 C 23.745219,23.021023 22.577814,19.614988 22.577814,19.614988 L 21.163487,19.614074 z " - id="path3105" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path3133" - d="M 35.163487,19.614074 C 35.163487,19.614074 36.279473,23.33545 35.517144,26.348054 C 34.754815,29.360658 36.550879,33.50306 36.550879,33.50306 L 38.077615,32.292082 C 38.077615,32.292082 36.117495,30.028639 36.931357,26.524831 C 37.745219,23.021023 36.577814,19.614988 36.577814,19.614988 L 35.163487,19.614074 z " - style="opacity:1;color:black;fill:url(#radialGradient3135);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="csccscc" - id="path3125" - d="M 31.163487,19.614074 C 31.163487,19.614074 32.279473,23.33545 31.517144,26.348054 C 30.754815,29.360658 31.269248,34.210167 31.269248,34.210167 L 32.795984,34.148237 C 32.795984,34.148237 32.117495,30.028639 32.931357,26.524831 C 33.745219,23.021023 32.577814,19.614988 32.577814,19.614988 L 31.163487,19.614074 z " - style="opacity:1;color:black;fill:url(#radialGradient3127);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:url(#radialGradient3131);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 33.163487,19.614074 C 33.163487,19.614074 34.279473,23.33545 33.517144,26.348054 C 32.754815,29.360658 32.473753,34.03339 32.473753,34.03339 L 34.265654,34.457596 C 34.265654,34.457596 34.117495,30.028639 34.931357,26.524831 C 35.745219,23.021023 34.577814,19.614988 34.577814,19.614988 L 33.163487,19.614074 z " - id="path3129" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path3117" - d="M 27.163487,19.614074 C 27.163487,19.614074 28.279473,23.33545 27.517144,26.348054 C 26.754815,29.360658 28.064743,33.989196 28.064743,33.989196 L 29.724062,33.308548 C 29.724062,33.308548 28.117495,30.028639 28.931357,26.524831 C 29.745219,23.021023 28.577814,19.614988 28.577814,19.614988 L 27.163487,19.614074 z " - style="opacity:1;color:black;fill:url(#radialGradient3119);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:url(#radialGradient3115);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 25.163487,19.614074 C 25.163487,19.614074 26.279473,23.33545 25.517144,26.348054 C 24.754815,29.360658 24.164394,34.077584 24.164394,34.077584 L 25.69113,34.280819 C 25.69113,34.280819 26.117495,30.028639 26.931357,26.524831 C 27.745219,23.021023 26.577814,19.614988 26.577814,19.614988 L 25.163487,19.614074 z " - id="path3113" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path3109" - d="M 23.163487,19.614074 C 23.163487,19.614074 24.279473,23.33545 23.517144,26.348054 C 22.754815,29.360658 23.269248,34.210167 23.269248,34.210167 L 24.707596,33.662101 C 24.707596,33.662101 24.117495,30.028639 24.931357,26.524831 C 25.745219,23.021023 24.577814,19.614988 24.577814,19.614988 L 23.163487,19.614074 z " - style="opacity:1;color:black;fill:url(#radialGradient3111);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:url(#radialGradient2988);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 13.313608,19.714074 C 13.313608,19.714074 14.429594,23.43545 13.667265,26.448054 C 12.904936,29.460658 13.419369,34.310167 13.419369,34.310167 L 14.999517,34.698426 C 14.999517,34.698426 14.267616,30.128639 15.081478,26.624831 C 15.89534,23.121023 14.727935,19.714988 14.727935,19.714988 L 13.313608,19.714074 z " - id="path2986" - sodipodi:nodetypes="csccscc" /> - <path - sodipodi:nodetypes="csccscc" - id="path2998" - d="M 19.418083,20.520258 C 19.418083,20.520258 19.615714,24.129801 19.064633,27.254238 C 18.524861,30.31456 21.306417,34.496773 21.306417,34.496773 L 22.721163,33.86443 C 22.721163,33.86443 19.926762,31.248786 20.558759,27.078695 C 21.116432,23.399015 20.83241,20.521172 20.83241,20.521172 L 19.418083,20.520258 z " - style="opacity:1;color:black;fill:url(#radialGradient3000);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="csccscc" - id="path2990" - d="M 15.163487,19.614074 C 15.163487,19.614074 16.279473,23.33545 15.517144,26.348054 C 14.754815,29.360658 15.269248,34.210167 15.269248,34.210167 L 16.707596,33.662101 C 16.707596,33.662101 16.117495,30.028639 16.931357,26.524831 C 17.745219,23.021023 16.577814,19.614988 16.577814,19.614988 L 15.163487,19.614074 z " - style="opacity:1;color:black;fill:url(#radialGradient2992);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:black;fill:url(#radialGradient2996);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 16.816129,20.479515 C 16.816129,20.479515 17.932115,24.200891 17.169786,27.213495 C 16.407457,30.226099 14.726988,31.80438 14.726988,31.80438 L 15.964957,32.939804 C 15.964957,32.939804 17.770137,30.89408 18.583999,27.390272 C 19.397861,23.886464 18.230456,20.480429 18.230456,20.480429 L 16.816129,20.479515 z " - id="path2994" - sodipodi:nodetypes="csccscc" /> - </g> - <path - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:0.62886598" - d="M 5.4146811,19.121548 C 5.3634244,19.121414 6.251433,31.93862 6.9569459,40.927803 C 7.1389508,43.235262 7.5088619,44.174409 8.9423077,44.174409 C 20.759131,44.174409 37.552947,44.260504 38.124794,44.258405 C 40.891299,44.248246 40.839524,43.220919 41.068645,41.038151 C 41.152053,40.243546 42.601147,19.210922 42.587323,19.210922 C 32.686245,19.210922 17.647791,19.153519 5.4146811,19.121548 z " - id="path375" - sodipodi:nodetypes="cssssss" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - style="fill:url(#linearGradient3239);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 7.1632325,6.56876 C 6.0964702,6.571197 5.2036739,6.59587 4.7173745,7.611591 C 4.6328517,7.788132 2.0564582,14.953189 1.9325929,15.226435 C 0.87218423,17.565665 1.8500978,20.512357 3.8982467,20.492628 C 4.2877543,20.488998 44.257346,20.510899 44.877144,20.492628 C 46.620636,20.442134 46.843746,17.029897 46.093184,15.494889 C 46.050663,15.407927 42.567223,7.513946 42.47838,7.374125 C 42.067463,6.749683 41.147252,6.476015 40.463708,6.501646 C 40.329055,6.506821 7.2964985,6.568457 7.1632325,6.56876 z " - id="path1841" - sodipodi:nodetypes="cssssscss" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - style="opacity:0.14948454;color:black;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 4.79225,20.902176 L 7.2921692,20.902264 L 8.0580206,41.513138 L 7.2954771,44.586329 C 6.688538,44.099871 6.4168015,43.362011 6.2792295,42.523528 L 4.79225,20.902176 z " - id="path2956" - sodipodi:nodetypes="cccccc" /> - <path - style="opacity:0.42783505;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 8.0335688,41.611683 L 7.3212658,44.540568 C 7.7441291,44.765463 8.0570118,44.852829 8.5125475,45.007174 L 38.538428,44.978477 C 39.11735,44.938856 39.669098,44.912678 40.052766,44.806892 L 38.00699,41.370874 L 8.0335688,41.611683 z " - id="path2958" - sodipodi:nodetypes="ccccccc" /> - <path - style="opacity:0.37113402;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 38.00699,41.370874 L 40.019489,44.815762 C 40.637691,44.552557 41.349831,44.091949 41.630912,42.961864 L 43.139311,20.94521 L 39.69211,20.942984 L 38.00699,41.370874 z " - id="path2960" - sodipodi:nodetypes="cccccc" /> - <path - sodipodi:type="inkscape:offset" - inkscape:radius="-1.0454103" - inkscape:original="M 40.46875 6.5 C 40.334098 6.505175 7.289516 6.562197 7.15625 6.5625 C 6.0894879 6.5649371 5.2050494 6.609279 4.71875 7.625 C 4.6342274 7.8015411 2.0613653 14.945504 1.9375 15.21875 C 0.87709136 17.55798 1.8581011 20.519729 3.90625 20.5 C 4.2957575 20.49637 44.255202 20.518271 44.875 20.5 C 46.618492 20.449506 46.844312 17.035008 46.09375 15.5 C 46.051228 15.413038 42.557593 7.514821 42.46875 7.375 C 42.057835 6.750558 41.152294 6.474369 40.46875 6.5 z " - xlink:href="#path1841" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3247);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:0.38659794" - id="path3237" - inkscape:href="#path1841" - d="M 40.375,7.53125 C 40.307786,7.5315126 40.187424,7.5621485 40.0625,7.5625 C 39.812652,7.5632031 39.458456,7.5614722 39,7.5625 C 38.083088,7.5645555 36.778275,7.5594608 35.21875,7.5625 C 32.0997,7.5685785 27.959843,7.5862798 23.8125,7.59375 C 15.517814,7.6086903 7.1755291,7.5937062 7.15625,7.59375 C 6.6366936,7.594937 6.2615608,7.6524246 6.0625,7.71875 C 5.8634392,7.7850754 5.7953622,7.77194 5.65625,8.0625 C 5.7244234,7.9201072 5.6779783,8.0363852 5.65625,8.09375 C 5.6345217,8.1511148 5.6013283,8.2387513 5.5625,8.34375 C 5.4848433,8.5537474 5.3772673,8.8700038 5.25,9.21875 C 4.9954654,9.9162423 4.647162,10.82881 4.3125,11.75 C 3.977838,12.67119 3.6668002,13.599915 3.40625,14.3125 C 3.2759749,14.668793 3.1460284,14.962545 3.0625,15.1875 C 2.9789716,15.412455 2.9631601,15.461769 2.875,15.65625 C 2.4633478,16.564343 2.4810984,17.654814 2.75,18.40625 C 3.0189016,19.157686 3.3876221,19.473746 3.90625,19.46875 C 4.0431167,19.467474 4.6187591,19.468534 5.75,19.46875 C 6.8812409,19.468966 8.469657,19.468121 10.375,19.46875 C 14.185686,19.470007 19.254551,19.467381 24.3125,19.46875 C 29.370449,19.470119 34.44211,19.469323 38.28125,19.46875 C 40.20082,19.468464 41.785363,19.469906 42.9375,19.46875 C 44.089637,19.467594 44.934706,19.466069 44.84375,19.46875 C 44.939478,19.465978 44.944876,19.474737 45.0625,19.3125 C 45.180124,19.150263 45.303425,18.791919 45.375,18.375 C 45.51815,17.541162 45.378994,16.424293 45.15625,15.96875 C 45.08818,15.829539 45.122096,15.876058 45.09375,15.8125 C 45.065404,15.748942 45.018732,15.674998 44.96875,15.5625 C 44.868786,15.337505 44.729962,15.002468 44.5625,14.625 C 44.227576,13.870065 43.788496,12.876072 43.34375,11.875 C 42.899004,10.873928 42.46493,9.8847897 42.125,9.125 C 41.955035,8.7451052 41.790172,8.4138381 41.6875,8.1875 C 41.636164,8.074331 41.590406,7.9975179 41.5625,7.9375 C 41.439574,7.7832595 40.858748,7.5177979 40.5,7.53125 C 40.400017,7.5350926 40.456732,7.5311365 40.4375,7.53125 C 40.418268,7.5313635 40.408607,7.5311187 40.375,7.53125 z " /> - <path - style="opacity:0.82989693;color:black;fill:url(#linearGradient2970);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 8,10 L 7.375,12 L 39.375001,12 L 38.593148,10.07544 L 8,10 z " - id="path2962" - sodipodi:nodetypes="ccccc" /> - <path - style="color:black;fill:url(#linearGradient3097);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000083;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 9.8535488,1.5000014 L 37.167316,1.5000014 C 37.363184,1.5000014 37.520869,1.6576863 37.520869,1.853555 L 37.520869,11.500003 C 37.520869,11.500003 9.4999952,11.500003 9.4999952,11.500003 L 9.4999952,1.853555 C 9.4999952,1.6576863 9.6576801,1.5000014 9.8535488,1.5000014 z " - id="rect3006" - sodipodi:nodetypes="ccccccc" /> - <path - style="opacity:0.62886598;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1.00000024;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 10.499998,10.522594 L 10.499998,2.5000011 L 36.504381,2.5000011 L 36.504381,10.611733" - id="path3103" /> - <path - transform="matrix(0.814384,0,0,0.796379,7.58372,3.212694)" - d="M 43 15 A 2.5 1.25 0 1 1 38,15 A 2.5 1.25 0 1 1 43 15 z" - sodipodi:ry="1.25" - sodipodi:rx="2.5" - sodipodi:cy="15" - sodipodi:cx="40.5" - id="path3139" - style="opacity:1;color:black;fill:#c00;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.24172473;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="opacity:1;color:black;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3147);stroke-width:1.24172473;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path3137" - sodipodi:cx="40.5" - sodipodi:cy="15" - sodipodi:rx="2.5" - sodipodi:ry="1.25" - d="M 43 15 A 2.5 1.25 0 1 1 38,15 A 2.5 1.25 0 1 1 43 15 z" - transform="matrix(0.814384,0,0,0.796379,7.58372,2.549784)" /> - <rect - style="opacity:0.27319588;color:black;fill:url(#linearGradient3165);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect3157" - width="29" - height="5.3125" - x="9" - y="6.6875" /> - <rect - style="opacity:0.13917526;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect3167" - width="23" - height="1" - x="12" - y="4" - rx="0.5" - ry="0.5" /> - <rect - y="6" - x="12" - height="1" - width="15" - id="rect3169" - style="opacity:0.13917526;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - rx="0.5" - ry="0.5" /> - <rect - style="opacity:0.13917526;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect3171" - width="19" - height="1" - x="12" - y="8" - rx="0.5" - ry="0.5" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/edit-paste.svg b/html/themes/legacy/svg/scalable/actions/edit-paste.svg deleted file mode 100644 index 39150d7155d11b0f9b4d405225afeff60be900f9..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/edit-paste.svg +++ /dev/null @@ -1,531 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg12360" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - sodipodi:docname="edit-paste.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs12362"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective80" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5031" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5029" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient5027" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2259"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2261" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2263" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2251"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2253" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2255" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2239"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2241" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2243" /> - </linearGradient> - <linearGradient - id="linearGradient2224"> - <stop - style="stop-color:#7c7c7c;stop-opacity:1;" - offset="0" - id="stop2226" /> - <stop - style="stop-color:#b8b8b8;stop-opacity:1;" - offset="1" - id="stop2228" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2216"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2218" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2220" /> - </linearGradient> - <linearGradient - id="linearGradient15234"> - <stop - style="stop-color:#97978a;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop15236" /> - <stop - id="stop15242" - offset="0.50000000" - style="stop-color:#c2c2b9;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#7d7d6f;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop15238" /> - </linearGradient> - <linearGradient - id="linearGradient15218"> - <stop - style="stop-color:#f0f0ef;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop15220" /> - <stop - id="stop2269" - offset="0.59928656" - style="stop-color:#e8e8e8;stop-opacity:1;" /> - <stop - id="stop2267" - offset="0.82758623" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - style="stop-color:#d8d8d3;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop15222" /> - </linearGradient> - <linearGradient - id="linearGradient14484"> - <stop - style="stop-color:#c68827;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop14486" /> - <stop - style="stop-color:#89601f;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop14488" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient13746"> - <stop - style="stop-color:#646459;stop-opacity:1;" - offset="0" - id="stop13748" /> - <stop - style="stop-color:#646459;stop-opacity:0;" - offset="1" - id="stop13750" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient13746" - id="radialGradient13752" - cx="24.647722" - cy="45.272587" - fx="24.647722" - fy="45.272587" - r="21.011173" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.110577,4.987330e-17,40.26648)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient14484" - id="linearGradient14490" - x1="6.1071744" - y1="10.451290" - x2="33.857143" - y2="37.879860" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient15218" - id="linearGradient15224" - x1="22.308331" - y1="18.992140" - x2="35.785294" - y2="39.498238" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-1.564439,7.487332e-2)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient15234" - id="linearGradient15240" - x1="25.404572" - y1="3.8180194" - x2="25.464211" - y2="9.3233509" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.052632,0.000000,0.000000,1.000000,-1.789474,0.000000)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2216" - id="linearGradient2222" - x1="36.8125" - y1="39.15625" - x2="39.0625" - y2="42.0625" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2224" - id="linearGradient2230" - x1="35.996582" - y1="40.458221" - x2="33.664921" - y2="37.770721" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2239" - id="linearGradient2245" - x1="25.682829" - y1="12.172059" - x2="25.692169" - y2="-0.20294096" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2251" - id="linearGradient2257" - x1="33.396004" - y1="36.921333" - x2="34.170048" - y2="38.070381" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2259" - id="linearGradient2265" - x1="26.076092" - y1="26.696676" - x2="30.811172" - y2="42.007351" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient15234" - id="linearGradient2283" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.538743,0.000000,0.000000,0.511806,10.80080,-0.582640)" - x1="25.404572" - y1="3.8180194" - x2="25.404572" - y2="6.481061" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient15234" - id="linearGradient2287" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)" - x1="25.404572" - y1="3.8180194" - x2="25.464211" - y2="9.3233509" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.15294118" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-125.14425" - inkscape:cy="14.046835" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="872" - inkscape:window-height="818" - inkscape:window-x="385" - inkscape:window-y="30" - inkscape:showpageshadow="false" /> - <metadata - id="metadata12365"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Edit Paste</dc:title> - <dc:date>2005-10-10</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:creator> - <dc:subject> - <rdf:Bag> - <rdf:li>edit</rdf:li> - <rdf:li>paste</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:contributor> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - style="display:inline" - id="g5022" - transform="matrix(2.325216e-2,0,0,1.485743e-2,44.80627,43.06039)"> - <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect4173" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccc" - id="path5058" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5018" - sodipodi:nodetypes="cccc" /> - </g> - <rect - style="opacity:1.0000000;fill:url(#linearGradient14490);fill-opacity:1.0;fill-rule:evenodd;stroke:#714c16;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1" - id="rect12368" - width="39.035683" - height="41.045437" - x="4.4643173" - y="4.5000000" - rx="1.3879371" - ry="1.3879364" /> - <rect - style="opacity:1;fill:url(#linearGradient15224);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect12413" - width="30.951559" - height="35.976688" - x="8.5323219" - y="6.5295157" - rx="0.56650835" - ry="0.56650835" /> - <rect - style="opacity:1.0000000;fill:#5c5c5c;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" - id="rect13756" - width="12.000000" - height="4.0000000" - x="18.000000" - y="0.0000000" - rx="0.98387533" - ry="0.98387533" /> - <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2265);stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect15244" - width="29.014147" - height="34.040764" - x="9.5171413" - y="7.4665856" - rx="0" - ry="0" /> - <rect - style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#c68827;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" - id="rect15974" - width="37.085655" - height="39.092987" - x="5.4393425" - y="5.4307775" - rx="0.47879848" - ry="0.47879848" /> - <rect - ry="1.3879364" - rx="1.3879377" - y="4.4722719" - x="14.791488" - height="7" - width="18.947376" - id="rect2208" - style="opacity:0.10795455;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - <rect - ry="1.3879364" - rx="1.3879377" - y="3.5000000" - x="14.526322" - height="7.0000000" - width="18.947376" - id="rect2285" - style="opacity:1.0000000;fill:url(#linearGradient15240);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:1.0000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" /> - <rect - ry="0.32543635" - rx="0.32543635" - y="1.2086792" - x="19.151323" - height="3.5826404" - width="9.6973763" - id="rect2281" - style="opacity:1;fill:url(#linearGradient2283);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - <rect - style="opacity:1;fill:url(#linearGradient2287);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect13754" - width="18.093992" - height="6.1875" - x="14.953014" - y="3.9375" - rx="1.0129364" - ry="1.0129364" /> - <path - style="opacity:0.48863636;color:#000000;fill:url(#linearGradient2222);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 39.018306,36.25 L 39.0625,42.0625 L 30.5625,42.018306 L 39.018306,36.25 z " - id="path2212" - sodipodi:nodetypes="cccc" /> - <path - style="opacity:1;color:#000000;fill:url(#linearGradient2230);fill-opacity:1.0;fill-rule:evenodd;stroke:#868a84;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 30.059082,42.086864 C 31.850223,42.254516 39.048809,37.717278 39.539922,33.698855 C 37.97666,36.121952 34.584971,35.667446 30.476213,35.826456 C 30.476213,35.826456 30.871582,41.586864 30.059082,42.086864 z " - id="path2210" - sodipodi:nodetypes="cccc" /> - <path - style="opacity:0.31681817;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2245);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="M 19.46875 1.46875 C 19.466654 1.4708456 19.470414 1.4975336 19.46875 1.5 C 19.46758 1.502776 19.438116 1.4969757 19.4375 1.5 L 19.4375 4.375 C 19.4375 4.3814229 19.46641 4.4006981 19.46875 4.40625 C 19.471216 4.4079135 19.465974 4.4363298 19.46875 4.4375 L 15.9375 4.4375 C 15.91974 4.4375 15.892285 4.4357551 15.875 4.4375 C 15.840968 4.4426713 15.781454 4.4572762 15.75 4.46875 C 15.611832 4.5269964 15.482328 4.6677699 15.4375 4.8125 C 15.426991 4.8535348 15.4375 4.9243489 15.4375 4.96875 L 15.4375 9.125 C 15.4375 9.1427605 15.435755 9.1702147 15.4375 9.1875 C 15.442671 9.2215321 15.457276 9.2810456 15.46875 9.3125 C 15.478458 9.3355281 15.487176 9.3851004 15.5 9.40625 C 15.5046 9.41307 15.526336 9.4309205 15.53125 9.4375 C 15.552124 9.4628138 15.599686 9.5103764 15.625 9.53125 C 15.638159 9.5410789 15.6734 9.5539504 15.6875 9.5625 C 15.702038 9.5703781 15.734648 9.5872782 15.75 9.59375 C 15.781454 9.6052238 15.840968 9.6198287 15.875 9.625 C 15.892285 9.6267449 15.91974 9.625 15.9375 9.625 L 32.0625 9.625 C 32.08026 9.625 32.107715 9.6267449 32.125 9.625 C 32.159032 9.6198287 32.218546 9.6052238 32.25 9.59375 C 32.265352 9.5872782 32.297962 9.5703781 32.3125 9.5625 C 32.3266 9.5539504 32.361841 9.5410789 32.375 9.53125 C 32.400314 9.5103764 32.447876 9.4628138 32.46875 9.4375 C 32.473664 9.4309205 32.4954 9.41307 32.5 9.40625 C 32.512824 9.3851004 32.521542 9.3355281 32.53125 9.3125 C 32.542724 9.2810456 32.557329 9.2215321 32.5625 9.1875 C 32.564245 9.1702147 32.5625 9.1427605 32.5625 9.125 L 32.5625 4.96875 C 32.5625 4.9243489 32.573009 4.8535348 32.5625 4.8125 C 32.517672 4.6677698 32.388168 4.5269964 32.25 4.46875 C 32.218546 4.4572762 32.159032 4.4426713 32.125 4.4375 C 32.107715 4.4357551 32.08026 4.4375 32.0625 4.4375 L 28.53125 4.4375 C 28.534026 4.4363298 28.528784 4.4079135 28.53125 4.40625 C 28.533591 4.4006981 28.5625 4.3814229 28.5625 4.375 L 28.5625 1.5 C 28.561884 1.4969757 28.53242 1.502776 28.53125 1.5 C 28.529586 1.4975336 28.533346 1.4708456 28.53125 1.46875 C 28.528474 1.4675798 28.503024 1.4693657 28.5 1.46875 L 19.5 1.46875 C 19.496976 1.4693657 19.471526 1.4675798 19.46875 1.46875 z " - id="rect2232" /> - <path - sodipodi:nodetypes="cccc" - id="path2247" - d="M 31.509519,40.68705 C 32.879298,40.003221 36.038783,38.086016 37.338164,36.205012 C 35.545641,36.581496 34.347243,36.794585 31.610576,36.900494 C 31.610576,36.900494 31.697137,39.91208 31.509519,40.68705 z " - style="opacity:0.36931818;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2257);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2271" - width="21" - height="2" - x="14" - y="15" /> - <rect - y="19" - x="14" - height="2" - width="20" - id="rect2273" - style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2275" - width="18" - height="2" - x="14" - y="23" /> - <rect - y="27" - x="14" - height="2" - width="21" - id="rect2277" - style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2279" - width="13" - height="2" - x="14" - y="31" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/go-down.svg b/html/themes/legacy/svg/scalable/actions/go-down.svg deleted file mode 100644 index 95b82afd11f63166b2f07d335b8a35951f667b14..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/go-down.svg +++ /dev/null @@ -1,200 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="go-down.svg" - sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg11300" - height="48px" - width="48px" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective24" /> - <linearGradient - id="linearGradient1442"> - <stop - id="stop1444" - offset="0" - style="stop-color:#73d216" /> - <stop - id="stop1446" - offset="1.0000000" - style="stop-color:#4e9a06" /> - </linearGradient> - <linearGradient - id="linearGradient8662" - inkscape:collect="always"> - <stop - id="stop8664" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop8666" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient8650" - inkscape:collect="always"> - <stop - id="stop8652" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop8654" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8662" - id="radialGradient1444" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,1.614716e-15,16.87306)" - cx="24.837126" - cy="36.421127" - fx="24.837126" - fy="36.421127" - r="15.644737" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient1442" - id="radialGradient1469" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.871885e-16,-0.843022,1.020168,2.265228e-16,0.606436,42.58614)" - cx="35.292667" - cy="20.494493" - fx="35.292667" - fy="20.494493" - r="16.956199" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8650" - id="radialGradient1471" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.749427e-16,-2.046729,-1.557610,-2.853404e-16,44.11559,66.93275)" - cx="15.987216" - cy="1.5350308" - fx="15.987216" - fy="1.5350308" - r="17.171415" /> - </defs> - <sodipodi:namedview - inkscape:window-y="30" - inkscape:window-x="0" - inkscape:window-height="818" - inkscape:window-width="1280" - inkscape:showpageshadow="false" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="23.239067" - inkscape:cx="15.972815" - inkscape:zoom="11.313708" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.25490196" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - fill="#4e9a06" - stroke="#4e9a06" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Go Down</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>go</rdf:li> - <rdf:li>lower</rdf:li> - <rdf:li>down</rdf:li> - <rdf:li>arrow</rdf:li> - <rdf:li>pointer</rdf:li> - <rdf:li>></rdf:li> - </rdf:Bag> - </dc:subject> - <dc:contributor> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <path - transform="matrix(1.214466,0.000000,0.000000,0.595458,-6.163846,16.31275)" - d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" - sodipodi:ry="8.3968935" - sodipodi:rx="15.644737" - sodipodi:cy="36.421127" - sodipodi:cx="24.837126" - id="path8660" - style="opacity:0.20454545;color:#000000;fill:url(#radialGradient1444);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <g - id="g1464" - transform="matrix(-1.000000,0.000000,0.000000,-1.000000,47.02856,43.99921)"> - <path - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient1469);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.0000004;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 14.519136,38.500000 L 32.524165,38.496094 L 32.524165,25.504468 L 40.519531,25.496656 L 23.374809,5.4992135 L 6.5285585,25.497284 L 14.524440,25.501074 L 14.519136,38.500000 z " - id="path8643" - sodipodi:nodetypes="cccccccc" /> - <path - style="opacity:0.50802141;color:#000000;fill:url(#radialGradient1471);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 39.429889,24.993467 L 32.023498,25.005186 L 32.026179,37.998023 L 16.647623,37.98887 C 17.417545,19.64788 27.370272,26.995797 32.029282,16.341991 L 39.429889,24.993467 z " - id="path8645" - sodipodi:nodetypes="cccccc" /> - <path - sodipodi:nodetypes="cccccccc" - id="path8658" - d="M 15.520704,37.496094 L 31.522109,37.500000 L 31.522109,24.507050 L 38.338920,24.491425 L 23.384644,7.0388396 L 8.6781173,24.495782 L 15.518018,24.501029 L 15.520704,37.496094 z " - style="opacity:0.48128340;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000004;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/go-first.svg b/html/themes/legacy/svg/scalable/actions/go-first.svg deleted file mode 100644 index 4e0b668f907828279dc4f05adb8aa893c76534ab..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/go-first.svg +++ /dev/null @@ -1,204 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="go-first.svg" - sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg11300" - height="48px" - width="48px" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective24" /> - <linearGradient - id="linearGradient2301"> - <stop - id="stop2303" - offset="0" - style="stop-color:#73d216" /> - <stop - id="stop2305" - offset="1.0000000" - style="stop-color:#4e9a06" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2301" - id="radialGradient1441" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-1.150574,1.757515e-16,3.460315e-16,1.223465,54.74191,-2.461415)" - cx="22.752287" - cy="29.900566" - fx="22.752287" - fy="29.900566" - r="16.956199" /> - <linearGradient - id="linearGradient8662" - inkscape:collect="always"> - <stop - id="stop8664" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop8666" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient8650" - inkscape:collect="always"> - <stop - id="stop8652" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop8654" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,4.441327e-15,16.87306)" - r="15.644737" - fy="36.421127" - fx="24.837126" - cy="36.421127" - cx="24.837126" - id="radialGradient8668" - xlink:href="#linearGradient8662" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8650" - id="radialGradient6058" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.046729,-3.749427e-16,2.853404e-16,1.557610,-19.71021,3.166594)" - cx="17.474981" - cy="1.4732735" - fx="17.474981" - fy="1.4732735" - r="17.171415" /> - </defs> - <sodipodi:namedview - inkscape:window-y="30" - inkscape:window-x="0" - inkscape:window-height="818" - inkscape:window-width="1280" - inkscape:showpageshadow="false" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="25.355927" - inkscape:cx="12.917407" - inkscape:zoom="11.313708" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.25490196" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - fill="#4e9a06" - stroke="#4e9a06" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Go Previous</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>go</rdf:li> - <rdf:li>previous</rdf:li> - <rdf:li>left</rdf:li> - <rdf:li>arrow</rdf:li> - <rdf:li>pointer</rdf:li> - <rdf:li><</rdf:li> - </rdf:Bag> - </dc:subject> - <dc:contributor> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <path - transform="matrix(-1.271186,0.000000,0.000000,1.271186,56.54869,-13.15725)" - d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" - sodipodi:ry="8.3968935" - sodipodi:rx="15.644737" - sodipodi:cy="36.421127" - sodipodi:cx="24.837126" - id="path8660" - style="opacity:0.29946522;color:#000000;fill:url(#radialGradient8668);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient1441);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.0000004;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 2.5000002,6.4999998 L 8.4962092,6.4999998 L 8.4962092,21.625000 L 26.500000,6.5312498 L 26.562500,14.500000 L 39.500000,14.500000 L 39.500000,32.531250 L 26.562500,32.531250 L 26.562500,40.500000 L 8.4962092,25.125000 L 8.4962092,40.498104 L 2.5000002,40.498104 L 2.5000002,6.4999998 z " - id="path18242" - sodipodi:nodetypes="ccccccccccccc" /> - <rect - style="opacity:0.48099998;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" - id="rect2163" - width="32.011883" - height="4.0094671" - x="7.4881172" - y="3.4905324" - transform="matrix(0.000000,1.000000,1.000000,0.000000,0.000000,0.000000)" /> - <path - style="opacity:0.48128340;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000004;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 38.519933,15.448055 L 38.519933,31.504148 L 25.526984,31.504148 L 25.526984,38.156896 L 8.5312502,23.936088 L 8.5319662,22.764585 L 25.570404,8.5000002 L 25.548307,15.507869 L 38.519933,15.448055 z " - id="path8658" - sodipodi:nodetypes="ccccccccc" /> - <path - sodipodi:nodetypes="ccccccccc" - id="path8645" - d="M 26.066367,7.5151738 L 26.035117,15.040398 L 38.946037,14.946648 L 39.008537,23.924861 C 22.258537,17.674861 18.250000,29.344573 3.0000000,23.094573 L 3.0165920,6.9965978 L 7.8456840,6.9611228 L 7.8622750,22.613148 L 26.066367,7.5151738 z " - style="opacity:0.50802141;color:#000000;fill:url(#radialGradient6058);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/go-home.svg b/html/themes/legacy/svg/scalable/actions/go-home.svg deleted file mode 100644 index 4f16958844d23c0fd2263ee9af8e2e11410c1ab8..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/go-home.svg +++ /dev/null @@ -1,445 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - overflow="visible" - enable-background="new 0 0 128 129.396" - xml:space="preserve" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docname="go-home.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - version="1.0" - inkscape:export-filename="/home/tigert/My Downloads/go-home.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata - id="metadata367"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /><dc:title>Go Home</dc:title><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:source>http://jimmac.musichall.cz</dc:source><dc:subject><rdf:Bag><rdf:li>home</rdf:li><rdf:li>return</rdf:li><rdf:li>go</rdf:li><rdf:li>default</rdf:li><rdf:li>user</rdf:li><rdf:li>directory</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Tuomas Kuosmanen</dc:title></cc:Agent></dc:contributor></cc:Work><cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata><defs - id="defs365"><inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective92" /><radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5031" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /><linearGradient - inkscape:collect="always" - id="linearGradient5060"><stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /><stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /></linearGradient><radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5029" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /><linearGradient - id="linearGradient5048"><stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /><stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /><stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /></linearGradient><linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient5027" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /><linearGradient - id="linearGradient2406"><stop - style="stop-color:#7c7e79;stop-opacity:1;" - offset="0" - id="stop2408" /><stop - id="stop2414" - offset="0.1724138" - style="stop-color:#848681;stop-opacity:1;" /><stop - style="stop-color:#898c86;stop-opacity:1;" - offset="1" - id="stop2410" /></linearGradient><linearGradient - inkscape:collect="always" - id="linearGradient2390"><stop - style="stop-color:#919191;stop-opacity:1;" - offset="0" - id="stop2392" /><stop - style="stop-color:#919191;stop-opacity:0;" - offset="1" - id="stop2394" /></linearGradient><linearGradient - inkscape:collect="always" - id="linearGradient2378"><stop - style="stop-color:#575757;stop-opacity:1;" - offset="0" - id="stop2380" /><stop - style="stop-color:#575757;stop-opacity:0;" - offset="1" - id="stop2382" /></linearGradient><linearGradient - inkscape:collect="always" - id="linearGradient2368"><stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2370" /><stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2372" /></linearGradient><linearGradient - inkscape:collect="always" - id="linearGradient2349"><stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2351" /><stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2353" /></linearGradient><linearGradient - id="linearGradient2341"><stop - id="stop2343" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /><stop - id="stop2345" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /></linearGradient><linearGradient - id="linearGradient2329"><stop - style="stop-color:#000000;stop-opacity:0.18556701;" - offset="0" - id="stop2331" /><stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="1" - id="stop2333" /></linearGradient><linearGradient - inkscape:collect="always" - id="linearGradient2319"><stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2321" /><stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2323" /></linearGradient><linearGradient - id="linearGradient2307"><stop - style="stop-color:#edd400;stop-opacity:1;" - offset="0" - id="stop2309" /><stop - style="stop-color:#998800;stop-opacity:1;" - offset="1" - id="stop2311" /></linearGradient><linearGradient - inkscape:collect="always" - id="linearGradient2299"><stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2301" /><stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2303" /></linearGradient><linearGradient - id="XMLID_2_" - gradientUnits="userSpaceOnUse" - x1="80.223602" - y1="117.5205" - x2="48.046001" - y2="59.7995" - gradientTransform="matrix(0.314683,0.000000,0.000000,0.314683,4.128264,3.742874)"> - <stop - offset="0" - style="stop-color:#CCCCCC" - id="stop17" /> - <stop - offset="0.9831" - style="stop-color:#FFFFFF" - id="stop19" /> - <midPointStop - offset="0" - style="stop-color:#CCCCCC" - id="midPointStop48" /> - <midPointStop - offset="0.5" - style="stop-color:#CCCCCC" - id="midPointStop50" /> - <midPointStop - offset="0.9831" - style="stop-color:#FFFFFF" - id="midPointStop52" /> - </linearGradient><linearGradient - inkscape:collect="always" - xlink:href="#XMLID_2_" - id="linearGradient1514" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.336922,0.000000,0.000000,0.166888,17.98288,15.46151)" - x1="52.006104" - y1="166.1331" - x2="14.049017" - y2="-42.218513" /><linearGradient - id="XMLID_39_" - gradientUnits="userSpaceOnUse" - x1="64.387703" - y1="65.124001" - x2="64.387703" - y2="35.569" - gradientTransform="matrix(0.354101,0.000000,0.000000,0.354101,1.638679,-8.364921e-2)"> - <stop - offset="0" - style="stop-color:#FFFFFF" - id="stop336" /> - <stop - offset="0.8539" - style="stop-color:#FF6200" - id="stop338" /> - <stop - offset="1" - style="stop-color:#F25D00" - id="stop340" /> - <midPointStop - offset="0" - style="stop-color:#FFFFFF" - id="midPointStop335" /> - <midPointStop - offset="0.5" - style="stop-color:#FFFFFF" - id="midPointStop337" /> - <midPointStop - offset="0.8539" - style="stop-color:#FF6200" - id="midPointStop339" /> - <midPointStop - offset="0.5" - style="stop-color:#FF6200" - id="midPointStop341" /> - <midPointStop - offset="1" - style="stop-color:#F25D00" - id="midPointStop343" /> - </linearGradient><radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2299" - id="radialGradient2305" - cx="7.5326638" - cy="24.202574" - fx="7.5326638" - fy="24.202574" - r="8.2452128" - gradientTransform="matrix(4.100086,-1.627292e-17,2.125447e-14,4.201322,-25.41506,-78.53967)" - gradientUnits="userSpaceOnUse" /><radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2307" - id="radialGradient2313" - cx="19.985598" - cy="36.77816" - fx="19.985598" - fy="36.77816" - r="1.0821035" - gradientTransform="matrix(1.125263,0.000000,0.000000,0.982744,-3.428678,0.565787)" - gradientUnits="userSpaceOnUse" /><radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2319" - id="radialGradient2325" - cx="20.443665" - cy="37.425829" - fx="20.443665" - fy="37.425829" - r="1.0821035" - gradientTransform="matrix(1.125263,0.000000,0.000000,0.982744,-3.428678,0.731106)" - gradientUnits="userSpaceOnUse" /><linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2329" - id="linearGradient2335" - x1="17.602522" - y1="26.057423" - x2="17.682528" - y2="32.654099" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.898789,0,0,1.071914,0.478025,-2.080838)" /><radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2341" - id="radialGradient2339" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(4.100086,1.627292e-17,2.125447e-14,-4.201322,-5.198109,105.3535)" - cx="11.68129" - cy="19.554111" - fx="11.68129" - fy="19.554111" - r="8.2452126" /><radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2349" - id="radialGradient2355" - cx="24.023088" - cy="40.56913" - fx="24.023088" - fy="40.56913" - r="16.28684" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.431250,1.157278e-15,23.07369)" - gradientUnits="userSpaceOnUse" /><radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2368" - id="radialGradient2374" - cx="29.913452" - cy="30.442923" - fx="29.913452" - fy="30.442923" - r="4.0018832" - gradientTransform="matrix(3.751495,-2.191984e-22,1.723265e-22,3.147818,-82.00907,-65.70704)" - gradientUnits="userSpaceOnUse" /><radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2378" - id="radialGradient2384" - cx="24.195112" - cy="10.577631" - fx="24.195112" - fy="10.577631" - r="15.242914" - gradientTransform="matrix(1.125263,-3.585417e-8,4.269819e-8,1.340059,-3.006704,1.355395)" - gradientUnits="userSpaceOnUse" /><linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2390" - id="linearGradient2396" - x1="30.603519" - y1="37.337803" - x2="30.603519" - y2="36.112415" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.263867,0,0,0.859794,-6.499556,8.390924)" /><linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2406" - id="linearGradient2412" - x1="17.850183" - y1="28.939463" - x2="19.040216" - y2="41.03223" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.888785,0,0,1.08932,2.41099,-1.524336)" /></defs><sodipodi:namedview - inkscape:cy="-2.3755359" - inkscape:cx="25.234802" - inkscape:zoom="1" - inkscape:window-height="691" - inkscape:window-width="872" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.21568627" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - inkscape:showpageshadow="false" - inkscape:window-x="466" - inkscape:window-y="157" - inkscape:current-layer="svg2" - fill="#555753" - showgrid="false" - stroke="#a40000" - showguides="true" - inkscape:guide-bbox="true" /> - <g - style="display:inline" - id="g5022" - transform="matrix(2.158196e-2,0,0,1.859457e-2,43.12251,41.63767)"><rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect4173" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /><path - sodipodi:nodetypes="cccc" - id="path5058" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /><path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5018" - sodipodi:nodetypes="cccc" /></g><path - style="color:#000000;fill:url(#linearGradient1514);fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:1.0000006;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 21.619576,8.1833733 L 27.577035,8.1833733 C 28.416767,8.1833733 41.46351,23.618701 41.46351,24.524032 L 41.019989,43.020777 C 41.019989,43.92611 40.343959,44.654954 39.504227,44.654954 L 8.0469496,44.654954 C 7.2072167,44.654954 6.5311871,43.92611 6.5311871,43.020777 L 6.5876651,24.524032 C 6.5876651,23.618701 20.779844,8.1833733 21.619576,8.1833733 z " - id="rect1512" - sodipodi:nodetypes="ccccccccc" /><path - style="fill:none" - id="path5" - d="M 46.963575,45.735573 L 1.6386762,45.735573 L 1.6386762,0.41067554 L 46.963575,0.41067554 L 46.963575,45.735573 z " /><path - style="fill:url(#linearGradient2335);fill-opacity:1;fill-rule:evenodd" - id="path2327" - d="M 23,29 L 22.954256,44.090942 L 11.111465,44.090942 L 11,29 L 23,29 z " - clip-rule="evenodd" - sodipodi:nodetypes="ccccc" /><path - sodipodi:nodetypes="ccccccccc" - id="path2357" - d="M 21.780459,9.405584 L 27.339556,9.405584 C 28.123138,9.405584 40.340425,23.805172 40.340425,24.649756 L 39.993267,42.862067 C 39.993267,43.321326 39.84953,43.515532 39.480892,43.515532 L 8.0936894,43.529812 C 7.7250517,43.529812 7.5097258,43.449894 7.5097258,43.076262 L 7.7250676,24.649756 C 7.7250676,23.805172 20.99688,9.405584 21.780459,9.405584 z " - style="opacity:0.3125;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /><path - clip-rule="evenodd" - d="M 7.2075295,27.943053 L 7.1532728,30.538247 L 25.521437,17.358993 L 40.807832,28.513421 L 40.879142,28.201707 L 24.508686,12.297576 L 7.2075295,27.943053 z " - id="path23" - style="opacity:0.2;fill:url(#radialGradient2384);fill-opacity:1;fill-rule:evenodd" - sodipodi:nodetypes="ccccccc" /><path - clip-rule="evenodd" - d="M 22,30 L 22,44.090942 L 12.188971,44.090942 L 12,30 L 22,30 z " - id="path188" - style="fill:url(#linearGradient2412);fill-opacity:1;fill-rule:evenodd" - sodipodi:nodetypes="ccccc" /><path - style="opacity:0.40909089;fill:url(#radialGradient2325);fill-opacity:1;fill-rule:evenodd" - id="path2315" - d="M 19.576856,36.44767 C 20.249646,36.44767 20.793472,36.922275 20.793472,37.506177 C 20.793472,38.095988 20.249646,38.574532 19.576856,38.574532 C 18.904584,38.574532 18.35817,38.095988 18.35817,37.506177 C 18.358685,36.922275 18.904584,36.44767 19.576856,36.44767 z " - clip-rule="evenodd" /><path - clip-rule="evenodd" - d="M 19.462314,35.932229 C 20.135103,35.932229 20.678929,36.406834 20.678929,36.990736 C 20.678929,37.580545 20.135103,38.059089 19.462314,38.059089 C 18.790041,38.059089 18.243627,37.580545 18.243627,36.990736 C 18.244142,36.406834 18.790041,35.932229 19.462314,35.932229 z " - id="path217" - style="fill:url(#radialGradient2313);fill-opacity:1;fill-rule:evenodd" /><path - d="M 24.447748,11.559337 L 43.374808,28.729205 L 43.869487,29.121196 L 44.273163,28.949811 L 43.900293,28.188138 L 43.622679,27.964702 L 24.447748,12.392396 L 5.0582327,28.135731 L 4.8206309,28.279851 L 4.603921,28.986637 L 5.0373408,29.115885 L 5.4218948,28.807462 L 24.447748,11.559337 z " - id="path342" - style="fill:url(#XMLID_39_)" - sodipodi:nodetypes="ccccccccccccc" /><path - style="fill:#ef2929;stroke:#a40000" - id="path362" - d="M 24.330168,2.2713382 L 2.4484294,20.372675 L 1.8237005,27.538603 L 3.8236367,29.602926 C 3.8236367,29.602926 24.231018,12.445641 24.44773,12.274963 L 44.08027,29.818223 L 45.978694,27.494226 L 44.362903,20.382852 L 24.44773,2.1668788 L 24.330168,2.2713382 z " - sodipodi:nodetypes="cccccccccc" /> -<path - style="opacity:0.40909089;color:#000000;fill:url(#radialGradient2305);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 2.8413446,20.613129 L 2.5497894,27.236494 L 24.369219,8.980075 L 24.298891,3.0867443 L 2.8413446,20.613129 z " - id="path1536" - sodipodi:nodetypes="ccccc" /><path - sodipodi:nodetypes="ccccc" - id="path2337" - d="M 24.483763,8.7509884 L 24.583223,2.9098867 L 43.912186,20.56184 L 45.403998,27.062652 L 24.483763,8.7509884 z " - style="opacity:0.13636367;color:#000000;fill:url(#radialGradient2339);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /><path - style="opacity:0.31818183;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999934;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 27.102228,27.719824 L 36.142223,27.719824 C 36.912818,27.719824 37.53319,28.340194 37.53319,29.110791 L 37.525229,38.190012 C 37.525229,38.960608 36.928907,39.455981 36.158311,39.455981 L 27.102228,39.455981 C 26.331631,39.455981 25.711261,38.835608 25.711261,38.065012 L 25.711261,29.110791 C 25.711261,28.340194 26.331631,27.719824 27.102228,27.719824 z " - id="rect2361" - sodipodi:nodetypes="ccccccccc" /><rect - style="opacity:1;color:#000000;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect3263" - width="10.001333" - height="9.9624557" - x="26.507767" - y="28.514256" - rx="0.38128215" - ry="0.38128215" /><path - style="opacity:0.39772728;color:#000000;fill:url(#radialGradient2374);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 27.107118,34.408261 C 30.725101,34.739438 32.634842,32.962557 35.97527,32.855521 L 36,29.00603 L 27.088388,29 L 27.107118,34.408261 z " - id="rect2363" - sodipodi:nodetypes="ccccc" /></svg> \ No newline at end of file diff --git a/html/themes/legacy/svg/scalable/actions/go-jump.svg b/html/themes/legacy/svg/scalable/actions/go-jump.svg deleted file mode 100644 index 4832fe9484bd6d4564ff6a4bd0f30ba6b9be3a00..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/go-jump.svg +++ /dev/null @@ -1,204 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="go-jump.svg" - sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg11300" - height="48px" - width="48px" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective26" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2702"> - <stop - style="stop-color:#3a7304;stop-opacity:1;" - offset="0" - id="stop2704" /> - <stop - style="stop-color:#3a7304;stop-opacity:0;" - offset="1" - id="stop2706" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2187"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2189" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2191" /> - </linearGradient> - <linearGradient - id="linearGradient2161"> - <stop - style="stop-color:#519e07;stop-opacity:1" - offset="0" - id="stop2163" /> - <stop - style="stop-color:#6cc813;stop-opacity:1" - offset="1.0000000" - id="stop2165" /> - </linearGradient> - <linearGradient - id="linearGradient8662" - inkscape:collect="always"> - <stop - id="stop8664" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop8666" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,-1.160225e-14,16.87306)" - r="15.644737" - fy="36.421127" - fx="24.837126" - cy="36.421127" - cx="24.837126" - id="radialGradient8668" - xlink:href="#linearGradient8662" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2161" - id="linearGradient2167" - x1="22.000000" - y1="16.642263" - x2="19.377108" - y2="12.448164" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.171926,0.000000,0.000000,1.171926,-4.674553,-1.427903)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2187" - id="linearGradient2193" - x1="14.296179" - y1="15.230618" - x2="10.022297" - y2="23.105061" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.171926,0.000000,0.000000,1.171926,-4.674553,-1.427903)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2702" - id="linearGradient2708" - x1="12.105637" - y1="24.589863" - x2="6.1056361" - y2="29.839863" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - inkscape:window-y="160" - inkscape:window-x="0" - inkscape:window-height="688" - inkscape:window-width="872" - inkscape:showpageshadow="false" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="46.696516" - inkscape:cx="30.109761" - inkscape:zoom="4" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.25490196" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - fill="#8ae234" - stroke="#8ae234" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Go Jump</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>go</rdf:li> - <rdf:li>jump</rdf:li> - <rdf:li>seek</rdf:li> - <rdf:li>arrow</rdf:li> - <rdf:li>pointer</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <path - transform="matrix(1.489736,0.000000,0.000000,-1.001252,-12.26794,72.07115)" - d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" - sodipodi:ry="8.3968935" - sodipodi:rx="15.644737" - sodipodi:cy="36.421127" - sodipodi:cx="24.837126" - id="path8660" - style="opacity:0.14117648;color:#000000;fill:url(#radialGradient8668);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient2167);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient2708);stroke-width:1.0000001;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 4.3920955,35.164045 C 3.0709563,-4.8617622 38.100746,1.7948935 36.928820,22.596580 L 46.304228,22.596580 L 31.655153,34.315840 L 16.420115,22.596580 C 16.420115,22.596580 26.088504,22.596580 26.088504,22.596580 C 26.674467,8.5334680 4.6559242,4.1065510 4.3920955,35.164045 z " - id="path1432" - sodipodi:nodetypes="ccccccc" /> - <path - sodipodi:nodetypes="ccccccc" - id="path2177" - d="M 4.3609454,33.776714 C 4.4557415,-2.2986419 38.008172,2.0411991 35.829171,23.579043 L 43.433623,23.579043 L 31.618133,32.977887 L 19.387494,23.579043 C 19.387494,23.579043 27.066938,23.579043 27.066938,23.579043 C 28.105744,5.5081081 3.1989499,4.7058695 4.3609454,33.776714 z " - style="opacity:0.41764703;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient2193);stroke-width:0.99999970;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/go-next.svg b/html/themes/legacy/svg/scalable/actions/go-next.svg deleted file mode 100644 index 41e5990b8fb71cd6e2dbd956eb3f8da5d4b5b744..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/go-next.svg +++ /dev/null @@ -1,192 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="go-next.svg" - sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg11300" - height="48" - width="48" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - version="1.0" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective23" /> - <linearGradient - id="linearGradient2591"> - <stop - style="stop-color:#73d216" - offset="0" - id="stop2593" /> - <stop - style="stop-color:#4e9a06" - offset="1.0000000" - id="stop2595" /> - </linearGradient> - <linearGradient - id="linearGradient8662" - inkscape:collect="always"> - <stop - id="stop8664" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop8666" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient8650" - inkscape:collect="always"> - <stop - id="stop8652" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop8654" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.046729,-3.749427e-16,2.853404e-16,1.557610,-19.51799,3.452086)" - r="17.171415" - fy="2.8969381" - fx="19.701141" - cy="2.8969381" - cx="19.701141" - id="radialGradient8656" - xlink:href="#linearGradient8650" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,2.511012e-15,16.87306)" - r="15.644737" - fy="36.421127" - fx="24.837126" - cy="36.421127" - cx="24.837126" - id="radialGradient8668" - xlink:href="#linearGradient8662" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2591" - id="radialGradient2597" - cx="22.291636" - cy="32.797512" - fx="22.291636" - fy="32.797512" - r="16.9562" - gradientTransform="matrix(0.843022,1.871885e-16,-2.265228e-16,1.020168,4.499298,1.381992)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - inkscape:window-y="30" - inkscape:window-x="0" - inkscape:window-height="818" - inkscape:window-width="1280" - inkscape:showpageshadow="false" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="27.398876" - inkscape:cx="20.508639" - inkscape:zoom="11.313708" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.25490196" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - fill="#4e9a06" - stroke="#4e9a06" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Go Next</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>go</rdf:li> - <rdf:li>next</rdf:li> - <rdf:li>right</rdf:li> - <rdf:li>arrow</rdf:li> - <rdf:li>pointer</rdf:li> - <rdf:li>></rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <path - transform="matrix(1.271186,0.000000,0.000000,1.271186,-8.119376,-15.10179)" - d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" - sodipodi:ry="8.3968935" - sodipodi:rx="15.644737" - sodipodi:cy="36.421127" - sodipodi:cx="24.837126" - id="path8660" - style="opacity:0.29946522;color:#000000;fill:url(#radialGradient8668);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="cccccccc" - id="path8643" - d="M 8.5541875,15.517348 L 8.5541875,32.511768 L 21.538,32.511768 L 21.538,41.056806 L 41.497835,24.150365 L 21.41919,7.1251168 L 21.41919,15.522652 L 8.5541875,15.517348 z " - style="opacity:1;color:#000000;fill:url(#radialGradient2597);fill-opacity:1;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccccc" - id="path8645" - d="M 21.962385,8.2485033 L 21.962385,16.054978 L 9.1452151,16.054978 L 9.1452151,25.095691 C 26.895215,27.095691 25.778752,17.640403 40.528752,24.140403 L 21.962385,8.2485033 z " - style="opacity:0.5080214;color:#000000;fill:url(#radialGradient8656);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.48128339;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 9.537702,16.561892 L 9.537702,31.546332 L 22.523069,31.546332 L 22.523069,38.941498 L 40.001083,24.145807 L 22.507108,9.3654066 L 22.507108,16.566789 L 9.537702,16.561892 z " - id="path8658" - sodipodi:nodetypes="cccccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/go-previous.svg b/html/themes/legacy/svg/scalable/actions/go-previous.svg deleted file mode 100644 index d5381de3a5e362eef5fe90e0cef66807972f0d8e..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/go-previous.svg +++ /dev/null @@ -1,854 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="go-previous.svg" - sodipodi:docbase="/home/andreas/projekt/tango/scalable" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg11300" - height="48px" - width="48px" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective128" /> - <linearGradient - id="linearGradient2591"> - <stop - style="stop-color:#73d216" - offset="0" - id="stop2593" /> - <stop - style="stop-color:#4e9a06" - offset="1.0000000" - id="stop2595" /> - </linearGradient> - <linearGradient - id="linearGradient10314"> - <stop - style="stop-color:#7ea5d6;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop10316" /> - <stop - style="stop-color:#467ec5;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop10318" /> - </linearGradient> - <linearGradient - id="linearGradient8938"> - <stop - id="stop8940" - offset="0.0000000" - style="stop-color:#fdc674;stop-opacity:1.0000000;" /> - <stop - id="stop8942" - offset="1.0000000" - style="stop-color:#d88103;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient8662" - inkscape:collect="always"> - <stop - id="stop8664" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop8666" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient8650" - inkscape:collect="always"> - <stop - id="stop8652" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop8654" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient7636" - inkscape:collect="always"> - <stop - id="stop7638" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop7640" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient7614"> - <stop - id="stop7616" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.21590909" - id="stop7649" /> - <stop - style="stop-color:#838383;stop-opacity:1.0000000;" - offset="0.50000000" - id="stop7632" /> - <stop - id="stop7618" - offset="1" - style="stop-color:#838383;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient7608"> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop7610" /> - <stop - id="stop7622" - offset="0.46022728" - style="stop-color:#e3e3e3;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#dadada;stop-opacity:0.67058824;" - offset="0.61970556" - id="stop7624" /> - <stop - style="stop-color:#d1d1d1;stop-opacity:0.34285715;" - offset="1.0000000" - id="stop7612" /> - </linearGradient> - <linearGradient - id="linearGradient7602"> - <stop - id="stop7604" - offset="0.0000000" - style="stop-color:#f6f6f6;stop-opacity:1.0000000;" /> - <stop - id="stop7606" - offset="1.0000000" - style="stop-color:#e0e0e0;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient7586"> - <stop - id="stop7588" - offset="0.0000000" - style="stop-color:#525252;stop-opacity:1.0000000;" /> - <stop - id="stop7590" - offset="1.0000000" - style="stop-color:#000000;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient12836"> - <stop - style="stop-color:#515152;stop-opacity:1;" - offset="0" - id="stop12838" /> - <stop - style="stop-color:#515152;stop-opacity:0;" - offset="1" - id="stop12840" /> - </linearGradient> - <linearGradient - id="linearGradient12828"> - <stop - style="stop-color:#cccccd;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop12830" /> - <stop - id="stop12862" - offset="0.0000000" - style="stop-color:#adadae;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#8f8f90;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop12832" /> - </linearGradient> - <linearGradient - id="linearGradient12810"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop12812" /> - <stop - style="stop-color:#e5e5e5;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop12814" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient11625"> - <stop - style="stop-color:#fce94f;stop-opacity:1;" - offset="0" - id="stop11627" /> - <stop - style="stop-color:#fce94f;stop-opacity:0;" - offset="1" - id="stop11629" /> - </linearGradient> - <linearGradient - id="linearGradient11615"> - <stop - style="stop-color:#636363;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop11617" /> - <stop - style="stop-color:#000000;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop11619" /> - </linearGradient> - <linearGradient - id="linearGradient11602"> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop11604" /> - <stop - style="stop-color:#c5c5c5;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop11606" /> - </linearGradient> - <linearGradient - id="linearGradient11594"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop11596" /> - <stop - style="stop-color:#d1d1d1;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop11598" /> - </linearGradient> - <linearGradient - id="linearGradient11520"> - <stop - style="stop-color:#fbfbfb;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop11522" /> - <stop - style="stop-color:#dcdcdc;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop11524" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient11508"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop11510" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop11512" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient11494"> - <stop - style="stop-color:#ef2929;stop-opacity:1;" - offset="0" - id="stop11496" /> - <stop - style="stop-color:#ef2929;stop-opacity:0;" - offset="1" - id="stop11498" /> - </linearGradient> - <linearGradient - id="linearGradient11415"> - <stop - style="stop-color:#204a87;stop-opacity:0.0000000;" - offset="0.0000000" - id="stop11417" /> - <stop - id="stop11423" - offset="0.50000000" - style="stop-color:#204a87;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#204a87;stop-opacity:0;" - offset="1" - id="stop11419" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient11399"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop11401" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop11403" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11415" - id="linearGradient11425" - gradientUnits="userSpaceOnUse" - x1="15.828360" - y1="3.7744560" - x2="43.615788" - y2="34.462429" - gradientTransform="translate(-60.28571,-0.285714)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11415" - id="linearGradient11427" - gradientUnits="userSpaceOnUse" - x1="9.6957054" - y1="9.3458843" - x2="35.679932" - y2="39.033859" - gradientTransform="translate(-60.57143,0.000000)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11415" - id="linearGradient11439" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-60.85714,0.428571)" - x1="13.267134" - y1="19.774456" - x2="26.758644" - y2="33.462429" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11399" - id="radialGradient11441" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)" - cx="12.071428" - cy="39.142857" - fx="12.071428" - fy="39.142857" - r="8.5000000" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11494" - id="radialGradient11500" - cx="27.577173" - cy="15.048258" - fx="27.577173" - fy="15.048258" - r="3.8335034" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11494" - id="radialGradient11504" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" - cx="27.577173" - cy="16.049133" - fx="27.577173" - fy="16.049133" - r="3.8335034" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11508" - id="radialGradient11514" - cx="30.203562" - cy="44.565483" - fx="30.203562" - fy="44.565483" - r="6.5659914" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11520" - id="radialGradient11526" - cx="24.445690" - cy="35.878170" - fx="24.445690" - fy="35.878170" - r="20.530962" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.995058,-1.535926e-32,0.000000,1.855412,24.94925,-30.20430)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11508" - id="radialGradient11532" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-5.348412e-14,29.48178)" - cx="30.203562" - cy="44.565483" - fx="30.203562" - fy="44.565483" - r="6.5659914" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11594" - id="linearGradient11600" - x1="20.092352" - y1="8.9471626" - x2="31.799011" - y2="38.947163" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.045319,0.000000,0.000000,0.957884,48.16627,1.415543)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11520" - id="linearGradient11608" - x1="24.445671" - y1="0.49847093" - x2="24.445671" - y2="39.447163" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.984324,0.000000,0.000000,0.957884,49.65734,1.415543)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11615" - id="radialGradient11621" - cx="25.000000" - cy="27.749998" - fx="25.000000" - fy="27.749998" - r="4.7500000" - gradientTransform="matrix(3.570338,3.171097e-15,-4.005596e-15,4.509900,-64.25843,-94.25499)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient11631" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient11635" - gradientUnits="userSpaceOnUse" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" - gradientTransform="translate(2.000000,0.000000)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient11639" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(4.000000,0.000000)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient11643" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(6.000000,0.000000)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient11647" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(8.000000,0.000000)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient11655" - gradientUnits="userSpaceOnUse" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient11657" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(2.000000,0.000000)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient11659" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(4.000000,0.000000)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient11661" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(6.000000,0.000000)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient12810" - id="linearGradient12816" - x1="65.623963" - y1="21.459777" - x2="87.528968" - y2="21.459777" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient12810" - id="linearGradient12818" - gradientUnits="userSpaceOnUse" - x1="84.998962" - y1="25.209778" - x2="62.591469" - y2="12.022278" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient12828" - id="radialGradient12834" - cx="88.593018" - cy="33.398670" - fx="88.593018" - fy="33.398670" - r="7.0056136" - gradientTransform="matrix(0.969219,0.227988,-0.194668,0.827570,9.443870,-15.99848)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient12836" - id="linearGradient12842" - x1="88.750000" - y1="31.656250" - x2="92.062500" - y2="36.656250" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient12810" - id="linearGradient12878" - gradientUnits="userSpaceOnUse" - x1="65.623963" - y1="21.459777" - x2="87.528968" - y2="21.459777" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient12836" - id="linearGradient12880" - gradientUnits="userSpaceOnUse" - x1="88.750000" - y1="31.656250" - x2="92.062500" - y2="36.656250" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient12828" - id="radialGradient12882" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.969219,0.227988,-0.194668,0.827570,9.443870,-15.99848)" - cx="88.593018" - cy="33.398670" - fx="88.593018" - fy="33.398670" - r="7.0056136" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient12810" - id="linearGradient12884" - gradientUnits="userSpaceOnUse" - x1="84.998962" - y1="25.209778" - x2="62.591469" - y2="12.022278" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11615" - id="radialGradient12894" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.570338,3.171097e-15,-4.005596e-15,4.509900,-64.25843,-94.25499)" - cx="25.000000" - cy="27.749998" - fx="25.000000" - fy="27.749998" - r="4.7500000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient12896" - gradientUnits="userSpaceOnUse" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" - gradientTransform="translate(7.267442e-2,-0.181686)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient12898" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(2.072674,-0.181686)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient12900" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(4.072674,-0.181686)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient12902" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(6.000000,0.000000)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient12911" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(7.267442e-2,-0.181686)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient12913" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(2.072674,-0.181686)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11625" - id="linearGradient12915" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(4.072674,-0.181686)" - x1="21.500000" - y1="30.000000" - x2="21.500000" - y2="27.375000" /> - <linearGradient - y2="21.067410" - x2="24.445690" - y1="33.447811" - x1="31.597168" - gradientTransform="matrix(0.476329,0.000000,0.000000,0.627721,62.07560,9.156933)" - gradientUnits="userSpaceOnUse" - id="linearGradient7584" - xlink:href="#linearGradient11594" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.407878,2.776254e-16,-5.900875e-16,1.861050,14.96976,-20.55775)" - r="6.0270013" - fy="29.099535" - fx="24.399090" - cy="29.099535" - cx="24.399090" - id="radialGradient7592" - xlink:href="#linearGradient7586" - inkscape:collect="always" /> - <linearGradient - y2="11.042997" - x2="22.585604" - y1="34.149513" - x1="22.585604" - gradientTransform="matrix(1.059222,0.000000,0.000000,0.808101,48.08657,4.001391)" - gradientUnits="userSpaceOnUse" - id="linearGradient7596" - xlink:href="#linearGradient7608" - inkscape:collect="always" /> - <linearGradient - gradientTransform="translate(49.32070,0.000000)" - gradientUnits="userSpaceOnUse" - y2="38.454056" - x2="28.284273" - y1="28.554562" - x1="25.279068" - id="linearGradient7642" - xlink:href="#linearGradient7636" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.777122,-8.126449e-2,6.891211e-2,2.223012,4.035118,-33.24798)" - r="4.4774761" - fy="29.609560" - fx="24.483574" - cy="29.609560" - cx="24.483574" - id="radialGradient7647" - xlink:href="#linearGradient7614" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.046729,-3.749427e-16,-2.853404e-16,1.557610,67.59375,3.275309)" - r="17.171415" - fy="5.7859797" - fx="25.075571" - cy="5.7859797" - cx="25.075571" - id="radialGradient8656" - xlink:href="#linearGradient8650" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,6.772795e-15,16.87306)" - r="15.644737" - fy="36.421127" - fx="24.837126" - cy="36.421127" - cx="24.837126" - id="radialGradient8668" - xlink:href="#linearGradient8662" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2591" - id="radialGradient2597" - cx="22.291636" - cy="32.797512" - fx="22.291636" - fy="32.797512" - r="16.956199" - gradientTransform="matrix(-0.843022,1.871885e-16,2.265228e-16,1.020168,43.57646,1.205215)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - inkscape:window-y="30" - inkscape:window-x="0" - inkscape:window-height="818" - inkscape:window-width="1280" - inkscape:showpageshadow="false" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="25.461494" - inkscape:cx="15.433072" - inkscape:zoom="16" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.25490196" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - fill="#4e9a06" - stroke="#4e9a06" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Go Previous</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>go</rdf:li> - <rdf:li>previous</rdf:li> - <rdf:li>left</rdf:li> - <rdf:li>arrow</rdf:li> - <rdf:li>pointer</rdf:li> - <rdf:li><</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <path - transform="matrix(-1.271186,0.000000,0.000000,1.271186,56.19514,-15.27857)" - d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" - sodipodi:ry="8.3968935" - sodipodi:rx="15.644737" - sodipodi:cy="36.421127" - sodipodi:cx="24.837126" - id="path8660" - style="opacity:0.29946521;color:#000000;fill:url(#radialGradient8668);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="cccccccc" - id="path8643" - d="M 39.490316,15.496821 L 39.490316,32.491241 L 26.537753,32.491241 L 26.537753,40.973779 L 6.577917,23.973588 L 26.531563,6.7295901 L 26.531563,15.502125 L 39.490316,15.496821 z " - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient2597);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.0000004;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccccc" - id="path8645" - d="M 25.988368,7.9779766 L 25.988368,16.034451 L 38.930538,16.034451 L 38.930538,24.918914 C 22.180538,18.668914 22.797001,30.213626 7.547,23.963626 L 25.988368,7.9779766 z " - style="opacity:0.50802141;color:#000000;fill:url(#radialGradient8656);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.48128340;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000004;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 38.475551,16.541365 L 38.475551,31.463305 L 25.490184,31.463305 L 25.490184,38.764721 L 8.168419,23.96903 L 25.506145,9.0636299 L 25.506145,16.546262 L 38.475551,16.541365 z " - id="path8658" - sodipodi:nodetypes="cccccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/go-up.svg b/html/themes/legacy/svg/scalable/actions/go-up.svg deleted file mode 100644 index 54263df3e53745c408e187863ac8ad67aa803f11..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/go-up.svg +++ /dev/null @@ -1,196 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="go-up.svg" - sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg11300" - height="48px" - width="48px" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective23" /> - <linearGradient - id="linearGradient2304"> - <stop - id="stop2306" - offset="0" - style="stop-color:#73d216" /> - <stop - id="stop2308" - offset="1.0000000" - style="stop-color:#4e9a06" /> - </linearGradient> - <linearGradient - id="linearGradient8662" - inkscape:collect="always"> - <stop - id="stop8664" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop8666" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient8650" - inkscape:collect="always"> - <stop - id="stop8652" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop8654" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8650" - id="radialGradient1438" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-3.749427e-16,-2.046729,1.557610,-2.853404e-16,2.767009,66.93275)" - cx="24.53788" - cy="0.40010813" - fx="24.53788" - fy="0.40010813" - r="17.171415" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2304" - id="radialGradient1441" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.871885e-16,-0.843022,1.020168,2.265228e-16,0.606436,42.58614)" - cx="11.319205" - cy="22.454971" - fx="11.319205" - fy="22.454971" - r="16.956199" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8662" - id="radialGradient1444" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,1.614716e-15,16.87306)" - cx="24.837126" - cy="36.421127" - fx="24.837126" - fy="36.421127" - r="15.644737" /> - </defs> - <sodipodi:namedview - inkscape:window-y="30" - inkscape:window-x="0" - inkscape:window-height="818" - inkscape:window-width="1280" - inkscape:showpageshadow="false" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="25.620377" - inkscape:cx="9.6380363" - inkscape:zoom="13.059378" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.25490196" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - fill="#73d216" - stroke="#73d216" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Go Up</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>go</rdf:li> - <rdf:li>higher</rdf:li> - <rdf:li>up</rdf:li> - <rdf:li>arrow</rdf:li> - <rdf:li>pointer</rdf:li> - <rdf:li>></rdf:li> - </rdf:Bag> - </dc:subject> - <dc:contributor> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <path - transform="matrix(1.214466,0.000000,0.000000,0.595458,-6.163846,16.31275)" - d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" - sodipodi:ry="8.3968935" - sodipodi:rx="15.644737" - sodipodi:cy="36.421127" - sodipodi:cx="24.837126" - id="path8660" - style="opacity:0.29946521;color:#000000;fill:url(#radialGradient1444);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="cccccccc" - id="path8643" - d="M 14.491792,38.500000 L 32.469477,38.500000 L 32.469477,25.547437 L 40.500000,25.547437 L 23.374809,5.4992135 L 6.5285585,25.489471 L 14.497096,25.555762 L 14.491792,38.500000 z " - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient1441);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#3a7304;stroke-width:1.0000004;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccscc" - id="path8645" - d="M 7.5855237,25.03253 L 14.995821,25.03253 L 15.062422,31.594339 C 20.718034,20.593878 31.055517,22.749928 31.656768,15.966674 C 31.656768,15.966674 23.366938,6.4219692 23.366938,6.4219692 L 7.5855237,25.03253 z " - style="opacity:0.50802141;color:#000000;fill:url(#radialGradient1438);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.48128340;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000004;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 15.602735,37.500000 L 31.502578,37.500000 L 31.502578,24.507050 L 38.311576,24.507050 L 23.361206,7.0700896 L 8.6546798,24.550470 L 15.475049,24.528373 L 15.602735,37.500000 z " - id="path8658" - sodipodi:nodetypes="cccccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/list-add.svg b/html/themes/legacy/svg/scalable/actions/list-add.svg deleted file mode 100644 index 6eaed4481100ca184d947978663789e4770627b5..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/list-add.svg +++ /dev/null @@ -1,436 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg6431" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - sodipodi:docname="list-add.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs6433"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective70" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2091"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2093" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2095" /> - </linearGradient> - <linearGradient - id="linearGradient7916"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop7918" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.34020618;" - offset="1.0000000" - id="stop7920" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient8662"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop8664" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop8666" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8662" - id="radialGradient1503" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,-1.018989e-13,16.87306)" - cx="24.837126" - cy="36.421127" - fx="24.837126" - fy="36.421127" - r="15.644737" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2847"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop2849" /> - <stop - style="stop-color:#3465a4;stop-opacity:0;" - offset="1" - id="stop2851" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2847" - id="linearGradient1488" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-1.000000,0.000000,0.000000,-1.000000,-1.242480,40.08170)" - x1="37.128052" - y1="29.729605" - x2="37.065414" - y2="26.194071" /> - <linearGradient - id="linearGradient2831"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop2833" /> - <stop - id="stop2855" - offset="0.33333334" - style="stop-color:#5b86be;stop-opacity:1;" /> - <stop - style="stop-color:#83a8d8;stop-opacity:0;" - offset="1" - id="stop2835" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2831" - id="linearGradient1486" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-48.30498,-6.043298)" - x1="13.478554" - y1="10.612206" - x2="15.419417" - y2="19.115122" /> - <linearGradient - id="linearGradient2380"> - <stop - style="stop-color:#b9cfe7;stop-opacity:1" - offset="0" - id="stop2382" /> - <stop - style="stop-color:#729fcf;stop-opacity:1" - offset="1" - id="stop2384" /> - </linearGradient> - <linearGradient - id="linearGradient2682"> - <stop - style="stop-color:#3977c3;stop-opacity:1;" - offset="0" - id="stop2684" /> - <stop - style="stop-color:#89aedc;stop-opacity:0;" - offset="1" - id="stop2686" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2682" - id="linearGradient2688" - x1="36.713837" - y1="31.455952" - x2="37.124462" - y2="24.842253" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-48.77039,-5.765705)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2690"> - <stop - style="stop-color:#c4d7eb;stop-opacity:1;" - offset="0" - id="stop2692" /> - <stop - style="stop-color:#c4d7eb;stop-opacity:0;" - offset="1" - id="stop2694" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2690" - id="linearGradient2696" - x1="32.647972" - y1="30.748846" - x2="37.124462" - y2="24.842253" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-48.77039,-5.765705)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2871"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop2873" /> - <stop - style="stop-color:#3465a4;stop-opacity:1" - offset="1" - id="stop2875" /> - </linearGradient> - <linearGradient - id="linearGradient2402"> - <stop - style="stop-color:#729fcf;stop-opacity:1;" - offset="0" - id="stop2404" /> - <stop - style="stop-color:#528ac5;stop-opacity:1;" - offset="1" - id="stop2406" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2797" - id="linearGradient1493" - gradientUnits="userSpaceOnUse" - x1="5.9649176" - y1="26.048164" - x2="52.854097" - y2="26.048164" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2797"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2799" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2801" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2797" - id="linearGradient1491" - gradientUnits="userSpaceOnUse" - x1="5.9649176" - y1="26.048164" - x2="52.854097" - y2="26.048164" /> - <linearGradient - inkscape:collect="always" - id="linearGradient7179"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop7181" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop7183" /> - </linearGradient> - <linearGradient - id="linearGradient2316"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2318" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.65979379;" - offset="1" - id="stop2320" /> - </linearGradient> - <linearGradient - id="linearGradient1322"> - <stop - id="stop1324" - offset="0.0000000" - style="stop-color:#729fcf" /> - <stop - id="stop1326" - offset="1.0000000" - style="stop-color:#5187d6;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient1322" - id="linearGradient4975" - x1="34.892849" - y1="36.422989" - x2="45.918697" - y2="48.547989" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-18.01785,-13.57119)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient7179" - id="linearGradient7185" - x1="13.435029" - y1="13.604306" - x2="22.374878" - y2="23.554308" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient7179" - id="linearGradient7189" - gradientUnits="userSpaceOnUse" - x1="13.435029" - y1="13.604306" - x2="22.374878" - y2="23.554308" - gradientTransform="matrix(-1.000000,0.000000,0.000000,-1.000000,47.93934,50.02474)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2380" - id="linearGradient7180" - gradientUnits="userSpaceOnUse" - x1="62.513836" - y1="36.061237" - x2="15.984863" - y2="20.60858" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2871" - id="linearGradient7182" - gradientUnits="userSpaceOnUse" - x1="46.834816" - y1="45.264122" - x2="45.380436" - y2="50.939667" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2402" - id="linearGradient7184" - gradientUnits="userSpaceOnUse" - x1="18.935766" - y1="23.667896" - x2="53.588622" - y2="26.649362" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2871" - id="linearGradient7186" - gradientUnits="userSpaceOnUse" - x1="46.834816" - y1="45.264122" - x2="45.380436" - y2="50.939667" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient7916" - id="linearGradient7922" - x1="16.874998" - y1="22.851799" - x2="27.900846" - y2="34.976799" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2091" - id="radialGradient2097" - cx="23.070683" - cy="35.127438" - fx="23.070683" - fy="35.127438" - r="10.319340" - gradientTransform="matrix(0.914812,1.265023e-2,-8.21502e-3,0.213562,2.253914,27.18889)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.15686275" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-123.56934" - inkscape:cy="0.031886897" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="1280" - inkscape:window-height="818" - inkscape:window-x="0" - inkscape:window-y="30" - showguides="true" - inkscape:guide-bbox="true" - inkscape:showpageshadow="false" /> - <metadata - id="metadata6436"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Add</dc:title> - <dc:date>2006-01-04</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://tango-project.org</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>add</rdf:li> - <rdf:li>plus</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - sodipodi:type="arc" - style="opacity:0.10824742;fill:url(#radialGradient2097);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path1361" - sodipodi:cx="22.958872" - sodipodi:cy="34.94062" - sodipodi:rx="10.31934" - sodipodi:ry="2.320194" - d="M 33.278212 34.94062 A 10.31934 2.320194 0 1 1 12.639532,34.94062 A 10.31934 2.320194 0 1 1 33.278212 34.94062 z" - transform="matrix(1.550487,0,0,1.978714,-12.4813,-32.49103)" /> - <path - style="font-size:59.901077px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#75a1d0;fill-opacity:1.0000000;stroke:#3465a4;stroke-width:1.0000004px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans" - d="M 27.514356,37.542682 L 27.514356,28.515722 L 37.492820,28.475543 L 37.492820,21.480219 L 27.523285,21.480219 L 27.514356,11.520049 L 20.498082,11.531210 L 20.502546,21.462362 L 10.512920,21.536022 L 10.477206,28.504561 L 20.511475,28.475543 L 20.518171,37.515896 L 27.514356,37.542682 z " - id="text1314" - sodipodi:nodetypes="ccccccccccccc" /> - <path - style="font-size:59.901077px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;opacity:0.40860215;fill:url(#linearGradient4975);fill-opacity:1.0000000;stroke:url(#linearGradient7922);stroke-width:1.0000006px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans" - d="M 26.498702,36.533920 L 26.498702,27.499738 L 36.501304,27.499738 L 36.494607,22.475309 L 26.507630,22.475309 L 26.507630,12.480335 L 21.512796,12.498193 L 21.521725,22.475309 L 11.495536,22.493166 L 11.468750,27.466256 L 21.533143,27.475185 L 21.519750,36.502670 L 26.498702,36.533920 z " - id="path7076" - sodipodi:nodetypes="ccccccccccccc" /> - <path - style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;opacity:0.31182796" - d="M 11.000000,25.000000 C 11.000000,26.937500 36.984375,24.031250 36.984375,24.968750 L 36.984375,21.968750 L 27.000000,22.000000 L 27.000000,12.034772 L 21.000000,12.034772 L 21.000000,22.000000 L 11.000000,22.000000 L 11.000000,25.000000 z " - id="path7914" - sodipodi:nodetypes="ccccccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/list-remove.svg b/html/themes/legacy/svg/scalable/actions/list-remove.svg deleted file mode 100644 index 5f109a05c38f37c98d181d6cebe8c40aa56dbe04..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/list-remove.svg +++ /dev/null @@ -1,424 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg6431" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - sodipodi:docname="list-remove.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs6433"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective69" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2091"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2093" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2095" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2091" - id="radialGradient2097" - cx="23.070683" - cy="35.127438" - fx="23.070683" - fy="35.127438" - r="10.319340" - gradientTransform="matrix(0.914812,1.265023e-2,-8.21502e-3,0.213562,2.253914,27.18889)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="linearGradient7916"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop7918" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.34020618;" - offset="1.0000000" - id="stop7920" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient8662"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop8664" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop8666" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8662" - id="radialGradient1503" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,-1.018989e-13,16.87306)" - cx="24.837126" - cy="36.421127" - fx="24.837126" - fy="36.421127" - r="15.644737" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2847"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop2849" /> - <stop - style="stop-color:#3465a4;stop-opacity:0;" - offset="1" - id="stop2851" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2847" - id="linearGradient1488" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-1.000000,0.000000,0.000000,-1.000000,-1.242480,40.08170)" - x1="37.128052" - y1="29.729605" - x2="37.065414" - y2="26.194071" /> - <linearGradient - id="linearGradient2831"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop2833" /> - <stop - id="stop2855" - offset="0.33333334" - style="stop-color:#5b86be;stop-opacity:1;" /> - <stop - style="stop-color:#83a8d8;stop-opacity:0;" - offset="1" - id="stop2835" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2831" - id="linearGradient1486" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-48.30498,-6.043298)" - x1="13.478554" - y1="10.612206" - x2="15.419417" - y2="19.115122" /> - <linearGradient - id="linearGradient2380"> - <stop - style="stop-color:#b9cfe7;stop-opacity:1" - offset="0" - id="stop2382" /> - <stop - style="stop-color:#729fcf;stop-opacity:1" - offset="1" - id="stop2384" /> - </linearGradient> - <linearGradient - id="linearGradient2682"> - <stop - style="stop-color:#3977c3;stop-opacity:1;" - offset="0" - id="stop2684" /> - <stop - style="stop-color:#89aedc;stop-opacity:0;" - offset="1" - id="stop2686" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2682" - id="linearGradient2688" - x1="36.713837" - y1="31.455952" - x2="37.124462" - y2="24.842253" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-48.77039,-5.765705)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2690"> - <stop - style="stop-color:#c4d7eb;stop-opacity:1;" - offset="0" - id="stop2692" /> - <stop - style="stop-color:#c4d7eb;stop-opacity:0;" - offset="1" - id="stop2694" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2690" - id="linearGradient2696" - x1="32.647972" - y1="30.748846" - x2="37.124462" - y2="24.842253" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-48.77039,-5.765705)" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2871"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop2873" /> - <stop - style="stop-color:#3465a4;stop-opacity:1" - offset="1" - id="stop2875" /> - </linearGradient> - <linearGradient - id="linearGradient2402"> - <stop - style="stop-color:#729fcf;stop-opacity:1;" - offset="0" - id="stop2404" /> - <stop - style="stop-color:#528ac5;stop-opacity:1;" - offset="1" - id="stop2406" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2797" - id="linearGradient1493" - gradientUnits="userSpaceOnUse" - x1="5.9649176" - y1="26.048164" - x2="52.854097" - y2="26.048164" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2797"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2799" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2801" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2797" - id="linearGradient1491" - gradientUnits="userSpaceOnUse" - x1="5.9649176" - y1="26.048164" - x2="52.854097" - y2="26.048164" /> - <linearGradient - inkscape:collect="always" - id="linearGradient7179"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop7181" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop7183" /> - </linearGradient> - <linearGradient - id="linearGradient2316"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2318" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.65979379;" - offset="1" - id="stop2320" /> - </linearGradient> - <linearGradient - id="linearGradient1322"> - <stop - id="stop1324" - offset="0.0000000" - style="stop-color:#729fcf" /> - <stop - id="stop1326" - offset="1.0000000" - style="stop-color:#5187d6;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient1322" - id="linearGradient4975" - x1="34.892849" - y1="36.422989" - x2="45.918697" - y2="48.547989" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-18.01785,-13.57119)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient7179" - id="linearGradient7185" - x1="13.435029" - y1="13.604306" - x2="22.374878" - y2="23.554308" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient7179" - id="linearGradient7189" - gradientUnits="userSpaceOnUse" - x1="13.435029" - y1="13.604306" - x2="22.374878" - y2="23.554308" - gradientTransform="matrix(-1.000000,0.000000,0.000000,-1.000000,47.93934,50.02474)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2380" - id="linearGradient7180" - gradientUnits="userSpaceOnUse" - x1="62.513836" - y1="36.061237" - x2="15.984863" - y2="20.60858" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2871" - id="linearGradient7182" - gradientUnits="userSpaceOnUse" - x1="46.834816" - y1="45.264122" - x2="45.380436" - y2="50.939667" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2402" - id="linearGradient7184" - gradientUnits="userSpaceOnUse" - x1="18.935766" - y1="23.667896" - x2="53.588622" - y2="26.649362" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2871" - id="linearGradient7186" - gradientUnits="userSpaceOnUse" - x1="46.834816" - y1="45.264122" - x2="45.380436" - y2="50.939667" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient7916" - id="linearGradient7922" - x1="16.874998" - y1="22.851799" - x2="27.900846" - y2="34.976799" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.10980392" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-123.27226" - inkscape:cy="26.474252" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="1280" - inkscape:window-height="818" - inkscape:window-x="0" - inkscape:window-y="30" - inkscape:showpageshadow="false" /> - <metadata - id="metadata6436"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Remove</dc:title> - <dc:date>2006-01-04</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://tango-project.org</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>remove</rdf:li> - <rdf:li>delete</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - style="font-size:59.901077px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#75a1d0;fill-opacity:1.0000000;stroke:#3465a4;stroke-width:1.0000004px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans" - d="M 27.514356,28.359472 L 39.633445,28.475543 L 39.633445,21.480219 L 27.523285,21.480219 L 20.502546,21.462362 L 8.5441705,21.489147 L 8.5084565,28.457686 L 20.511475,28.475543 L 27.514356,28.359472 z " - id="text1314" - sodipodi:nodetypes="ccccccccc" /> - <path - style="font-size:59.901077px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;opacity:0.40860215;fill:url(#linearGradient4975);fill-opacity:1.0000000;stroke:url(#linearGradient7922);stroke-width:1.0000006px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans" - d="M 38.579429,27.484113 L 38.588357,22.475309 L 9.5267863,22.493166 L 9.5000003,27.466256 L 38.579429,27.484113 z " - id="path7076" - sodipodi:nodetypes="ccccc" /> - <path - style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;opacity:0.31182796" - d="M 9.0000000,25.000000 C 9.0000000,26.937500 39.125000,24.062500 39.125000,25.000000 L 39.125000,22.000000 L 9.0000000,22.000000 L 9.0000000,25.000000 z " - id="path7914" - sodipodi:nodetypes="ccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/system-log-out.svg b/html/themes/legacy/svg/scalable/actions/system-log-out.svg deleted file mode 100644 index adb95213406a1f8576026ec1bbb24baaa75849ee..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/system-log-out.svg +++ /dev/null @@ -1,457 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="90.000000" - inkscape:export-xdpi="90.000000" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - width="48px" - height="48px" - id="svg11300" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - sodipodi:docname="system-log-out.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape" - sodipodi:modified="true"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective70" /> - <linearGradient - inkscape:collect="always" - id="linearGradient6467"> - <stop - style="stop-color:#babdb6;stop-opacity:1;" - offset="0" - id="stop6469" /> - <stop - style="stop-color:#babdb6;stop-opacity:0;" - offset="1" - id="stop6471" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient6365"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6367" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6369" /> - </linearGradient> - <linearGradient - id="linearGradient6347"> - <stop - style="stop-color:#4e9a06;stop-opacity:1;" - offset="0" - id="stop6349" /> - <stop - style="stop-color:#2d5903;stop-opacity:1;" - offset="1" - id="stop6351" /> - </linearGradient> - <linearGradient - id="linearGradient9896"> - <stop - id="stop9898" - offset="0" - style="stop-color:#cecece;stop-opacity:1;" /> - <stop - id="stop9900" - offset="1.0000000" - style="stop-color:#9e9e9e;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient9888" - inkscape:collect="always"> - <stop - id="stop9890" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop9892" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient9880" - inkscape:collect="always"> - <stop - id="stop9882" - offset="0" - style="stop-color:#525252;stop-opacity:1;" /> - <stop - id="stop9884" - offset="1" - style="stop-color:#525252;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient9868"> - <stop - style="stop-color:#4e4e4e;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop9870" /> - <stop - style="stop-color:#616161;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop9872" /> - </linearGradient> - <linearGradient - id="linearGradient9854"> - <stop - id="stop9856" - offset="0.0000000" - style="stop-color:#4e4e4e;stop-opacity:1.0000000;" /> - <stop - id="stop9858" - offset="1.0000000" - style="stop-color:#ababab;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient9830"> - <stop - id="stop9832" - offset="0.0000000" - style="stop-color:#505050;stop-opacity:1.0000000;" /> - <stop - id="stop9834" - offset="1.0000000" - style="stop-color:#181818;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient8662"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop8664" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop8666" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient8650"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop8652" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop8654" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8650" - id="radialGradient8656" - cx="19.701141" - cy="2.8969381" - fx="19.701141" - fy="2.8969381" - r="17.171415" - gradientTransform="matrix(1.253442,-2.296195e-16,1.747460e-16,0.953900,-15.47908,11.27663)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - r="15.644737" - fy="36.421127" - fx="24.837126" - cy="36.421127" - cx="24.837126" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,1.673575e-15,16.87306)" - gradientUnits="userSpaceOnUse" - id="radialGradient9826" - xlink:href="#linearGradient8662" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="27.759069" - x2="18.031221" - y1="19.804117" - x1="46.845825" - id="linearGradient9864" - xlink:href="#linearGradient9854" - inkscape:collect="always" - gradientTransform="translate(-12.020815,0)" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.565823,0,0,1.403262,-49.804045,-9.483303)" - r="9.7227182" - fy="7.1396070" - fx="27.883883" - cy="7.1396070" - cx="27.883883" - id="radialGradient9876" - xlink:href="#linearGradient9868" - inkscape:collect="always" /> - <linearGradient - gradientTransform="translate(-13.136935,0)" - gradientUnits="userSpaceOnUse" - y2="24.764584" - x2="34.007416" - y1="19.107729" - x1="31.852951" - id="linearGradient9886" - xlink:href="#linearGradient9880" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="43.449947" - x2="19.755548" - y1="13.663074" - x1="8.7600641" - id="linearGradient9894" - xlink:href="#linearGradient9888" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="18.064039" - x2="33.710651" - y1="21.511185" - x1="31.078955" - id="linearGradient9902" - xlink:href="#linearGradient9896" - inkscape:collect="always" - gradientTransform="translate(-12.020815,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6365" - id="linearGradient6371" - x1="40.25" - y1="31.625" - x2="40.25" - y2="43.25" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-12.020815,0)" /> - <filter - inkscape:collect="always" - x="-0.14153846" - width="1.2830769" - y="-0.10415094" - height="1.2083019" - id="filter6421"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="2.07" - id="feGaussianBlur6423" /> - </filter> - <filter - inkscape:collect="always" - x="-0.066812893" - width="1.1336258" - y="-0.11952912" - height="1.2390582" - id="filter6451"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.76879489" - id="feGaussianBlur6453" /> - </filter> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8662" - id="radialGradient6461" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.536723,0,16.87306)" - cx="24.837126" - cy="36.421127" - fx="24.837126" - fy="36.421127" - r="15.644737" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8650" - id="radialGradient6463" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.253442,0,0,0.9539,-15.47908,11.27663)" - cx="19.701141" - cy="2.8969381" - fx="19.701141" - fy="2.8969381" - r="17.171415" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient9888" - id="linearGradient6465" - gradientUnits="userSpaceOnUse" - x1="8.7600641" - y1="13.663074" - x2="19.755548" - y2="43.449947" - gradientTransform="matrix(0.968718,0,0,0.9689198,0.3616813,0.7378237)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6467" - id="linearGradient6473" - x1="18.729185" - y1="44" - x2="18.729185" - y2="29.068014" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - stroke="#a40000" - fill="#727e0a" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.25490196" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-103.37653" - inkscape:cy="5.4914491" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:showpageshadow="false" - inkscape:window-width="966" - inkscape:window-height="762" - inkscape:window-x="468" - inkscape:window-y="86" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>System Log Out</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>log out</rdf:li> - <rdf:li>logout</rdf:li> - <rdf:li>exit</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <rect - ry="0.7071048" - rx="0.70710522" - y="2.5692098" - x="1.4809071" - height="41.942028" - width="31.99555" - id="rect9828" - style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - y="17.240852" - x="1.9791847" - height="26.759148" - width="30.999998" - id="rect9840" - style="opacity:1;color:#000000;fill:url(#linearGradient6473);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - style="opacity:0.55428569;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter6451)" - d="M 2.1041847,43.875 L 23.479185,35 C 23.479185,35 26.992726,32.780416 23.729185,31.5 C 20.314184,30.16016 16.729185,32 16.729185,32 L 2.1041847,43.875 z " - id="path6425" - sodipodi:nodetypes="cczcc" /> - <path - sodipodi:nodetypes="ccccc" - id="path9852" - d="M 2.0168467,43.944859 L 1.9780137,3.0545252 L 21.92031,3.0987194 L 21.964504,33.018175 L 2.0168467,43.944859 z " - style="opacity:1;color:#000000;fill:url(#linearGradient9864);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.42222224;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 1.9489857,43.944859 L 22.097088,33.062369 L 3.5355337,41.989592 L 3.5355337,3.0103306 L 1.9650707,3.0103306 L 1.9489857,43.944859 z " - id="path1360" - inkscape:r_cx="true" - inkscape:r_cy="true" - sodipodi:nodetypes="cccccc" /> - <path - style="opacity:1;color:#000000;fill:url(#radialGradient9876);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 2.0239957,43.757359 L 1.9791847,3.0545252 L 21.92031,3.0545252 L 21.741064,33.681088 L 2.0239957,43.757359 z " - id="path9866" - sodipodi:nodetypes="ccccc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - sodipodi:nodetypes="cccsscc" - id="path9878" - d="M 17.62221,18.456195 L 19.544657,20.908971 L 18.086249,25.726136 C 18.086249,25.726136 18.351414,27.228738 19.124812,26.212272 C 19.89821,25.195806 22.097267,22.630218 21.710171,20.754291 C 21.422909,19.362175 20.627414,18.699263 20.627414,18.699263 L 17.62221,18.456195 z " - style="opacity:1;color:#000000;fill:url(#linearGradient9886);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="csccscs" - id="path9862" - d="M 19.456269,17.35134 C 19.456269,17.35134 21.619539,18.353058 21.688074,19.229593 C 21.789855,20.531315 17.445433,24.665476 17.445433,24.665476 C 16.9372,25.284194 16.097511,24.731767 16.56155,24.135146 C 16.56155,24.135146 20.028154,20.017173 19.809822,19.693631 C 19.536211,19.288174 17.843181,18.655068 17.843181,18.655068 C 16.826715,17.903768 18.110802,16.349605 19.456269,17.35134 z " - style="opacity:1;color:#000000;fill:url(#linearGradient9902);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="fill:url(#linearGradient6371);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter6421);opacity:0.87428571" - d="M 22.229185,3.5 L 21.729185,33.25 L 3.7291847,43 L 32.979185,43.25 L 32.729185,3.5 L 22.229185,3.5 z " - id="path6355" /> - <g - id="g6455" - transform="matrix(-1,0,0,1,48.201368,-4.7335e-2)"> - <path - transform="matrix(0.77849,0,0,0.77849,-7.579815,1.598139)" - d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" - sodipodi:ry="8.3968935" - sodipodi:rx="15.644737" - sodipodi:cy="36.421127" - sodipodi:cx="24.837126" - id="path8660" - style="opacity:0.29946522;color:#000000;fill:url(#radialGradient6461);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="cccccccc" - id="path8643" - d="M 1.7317981,17.593819 L 1.7317981,30.355364 L 9.6641034,30.355364 L 9.6641034,36.176147 L 21.887745,23.952503 L 9.5913424,11.656101 L 9.5913424,17.597067 L 1.7317981,17.593819 z " - style="opacity:1;color:#000000;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccccc" - id="path8645" - d="M 9.9240084,12.478043 L 9.9240084,18.115661 L 2.0746151,18.115661 L 2.0746151,24.53144 C 12.332521,20.703863 11.954992,27.773987 21.29428,23.94641 L 9.9240084,12.478043 z " - style="opacity:0.5080214;color:#000000;fill:url(#radialGradient6463);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.48128339;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6465);stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 2.6834412,18.565933 L 2.6834412,29.355867 L 10.584702,29.355867 L 10.584702,33.481479 L 20.127982,23.941908 L 10.522155,13.997214 L 10.522155,18.568726 L 2.6834412,18.565933 z " - id="path8658" - sodipodi:nodetypes="cccccccc" /> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/system-search.svg b/html/themes/legacy/svg/scalable/actions/system-search.svg deleted file mode 100644 index 1a4c1cd776abd000264967cb7890afbab09afdc2..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/system-search.svg +++ /dev/null @@ -1,313 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="system-search.svg" - sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/actions" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg11300" - height="48px" - width="48px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective47" /> - <linearGradient - id="linearGradient2846"> - <stop - id="stop2848" - offset="0.0000000" - style="stop-color:#8a8a8a;stop-opacity:1.0000000;" /> - <stop - id="stop2850" - offset="1.0000000" - style="stop-color:#484848;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient2366"> - <stop - id="stop2368" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.21904762;" - offset="0.50000000" - id="stop2374" /> - <stop - id="stop2370" - offset="1.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient4487"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop4489" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop4491" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient4477"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop4479" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop4481" /> - </linearGradient> - <linearGradient - id="linearGradient4467"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop4469" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.24761905;" - offset="1.0000000" - id="stop4471" /> - </linearGradient> - <linearGradient - id="linearGradient4454"> - <stop - style="stop-color:#729fcf;stop-opacity:0.20784314;" - offset="0.0000000" - id="stop4456" /> - <stop - style="stop-color:#729fcf;stop-opacity:0.67619050;" - offset="1.0000000" - id="stop4458" /> - </linearGradient> - <linearGradient - id="linearGradient4440"> - <stop - style="stop-color:#7d7d7d;stop-opacity:1;" - offset="0" - id="stop4442" /> - <stop - id="stop4448" - offset="0.50000000" - style="stop-color:#b1b1b1;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#686868;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop4444" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4440" - id="linearGradient4446" - x1="30.656250" - y1="34.000000" - x2="33.218750" - y2="31.062500" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.334593,0.000000,0.000000,1.291292,-6.973842,-7.460658)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4454" - id="radialGradient4460" - cx="18.240929" - cy="21.817987" - fx="18.240929" - fy="21.817987" - r="8.3085051" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4467" - id="radialGradient4473" - cx="15.414371" - cy="13.078408" - fx="15.414371" - fy="13.078408" - r="6.6562500" - gradientTransform="matrix(2.592963,-7.746900e-24,-5.714443e-24,2.252104,-25.05975,-18.94100)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4487" - id="radialGradient4493" - cx="24.130018" - cy="37.967922" - fx="24.130018" - fy="37.967922" - r="16.528622" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.237968,3.152859e-15,28.93278)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="25.743469" - x2="17.500893" - y1="13.602121" - x1="18.292673" - id="linearGradient2372" - xlink:href="#linearGradient2366" - inkscape:collect="always" /> - <radialGradient - r="16.528622" - fy="37.967922" - fx="24.130018" - cy="37.967922" - cx="24.130018" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.237968,-2.471981e-16,28.93278)" - gradientUnits="userSpaceOnUse" - id="radialGradient2842" - xlink:href="#linearGradient4477" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="30.557772" - x2="31.335964" - y1="26.580296" - x1="27.366341" - id="linearGradient2852" - xlink:href="#linearGradient2846" - inkscape:collect="always" /> - </defs> - <sodipodi:namedview - stroke="#3465a4" - inkscape:window-y="94" - inkscape:window-x="239" - inkscape:window-height="754" - inkscape:window-width="691" - inkscape:showpageshadow="false" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="23.07052" - inkscape:cx="9.502648" - inkscape:zoom="11.313708" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.25490196" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - fill="#729fcf" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <g - id="g1772"> - <path - sodipodi:type="arc" - style="opacity:0.17112298;color:#000000;fill:url(#radialGradient2842);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;" - id="path4475" - sodipodi:cx="24.130018" - sodipodi:cy="37.967922" - sodipodi:rx="16.528622" - sodipodi:ry="3.9332814" - d="M 40.658640 37.967922 A 16.528622 3.9332814 0 1 1 7.6013966,37.967922 A 16.528622 3.9332814 0 1 1 40.658640 37.967922 z" - transform="matrix(1.446431,0.000000,0.000000,1.519990,-10.97453,-17.75168)" /> - <path - sodipodi:nodetypes="csscccscccscczzzz" - id="path2844" - d="M 18.627569,3.1435548 C 10.488439,3.1435548 3.8827682,9.7492259 3.8827682,17.888356 C 3.8827682,26.027486 10.488439,32.633158 18.627569,32.633158 C 22.107124,32.633158 25.178570,31.248765 27.701292,29.230511 C 27.495915,30.237392 27.623257,31.265879 28.457436,31.990436 L 39.421520,41.517846 C 40.654936,42.589175 42.508982,42.448806 43.580310,41.215389 C 44.651638,39.981971 44.511269,38.127927 43.277853,37.056599 L 32.313769,27.529188 C 31.642242,26.945909 30.820891,26.773219 30.007531,26.886466 C 31.994231,24.374044 33.372370,21.337663 33.372370,17.888356 C 33.372370,9.7492259 26.766699,3.1435548 18.627569,3.1435548 z M 18.551954,4.3697381 C 26.191413,4.3697381 31.843729,9.1586886 31.843729,17.661513 C 31.843729,26.336626 26.027039,30.953288 18.551954,30.953288 C 11.249005,30.953288 5.2601806,25.475196 5.2601806,17.661513 C 5.2601806,9.6774061 11.084819,4.3697380 18.551954,4.3697381 z " - style="opacity:1.0000000;color:#000000;fill:#dcdcdc;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2852);stroke-width:2.0000010;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;" /> - <path - style="opacity:1.0000000;color:#000000;fill:#dcdcdc;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000004;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;" - d="M 18.602905,3.0803551 C 10.437465,3.0803551 3.8104408,9.7073791 3.8104408,17.872819 C 3.8104408,26.038259 10.437465,32.665283 18.602905,32.665283 C 22.093708,32.665283 25.175082,31.276416 27.705960,29.251638 C 27.499919,30.261774 27.627672,31.293585 28.464547,32.020484 L 39.464073,41.578691 C 40.701476,42.653483 42.561515,42.512661 43.636306,41.275256 C 44.711097,40.037852 44.570274,38.177814 43.332871,37.103023 L 32.333346,27.544815 C 31.659648,26.959651 30.835642,26.786402 30.019653,26.900016 C 32.012775,24.379472 33.395369,21.333276 33.395369,17.872819 C 33.395369,9.7073791 26.768345,3.0803551 18.602905,3.0803551 z M 18.527046,6.2664243 C 24.808154,6.2664245 29.905864,11.364135 29.905864,17.645243 C 29.905864,23.926351 24.808154,29.024061 18.527046,29.024061 C 12.245938,29.024061 7.1482276,23.926351 7.1482276,17.645243 C 7.1482278,11.364135 12.245938,6.2664243 18.527046,6.2664243 z " - id="path4430" /> - <path - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient4446);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;" - d="M 39.507004,41.577690 C 39.028332,39.304503 40.904334,36.766268 43.091057,36.789315 C 43.091057,36.789315 32.330690,27.531204 32.330690,27.531204 C 29.385899,27.474498 28.061188,29.803820 28.553876,32.131126 L 39.507004,41.577690 z " - id="path4438" - sodipodi:nodetypes="ccccc" /> - <path - sodipodi:type="arc" - style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2372);stroke-width:0.80273360;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;" - id="path4450" - sodipodi:cx="17.500893" - sodipodi:cy="18.920233" - sodipodi:rx="11.048544" - sodipodi:ry="11.048544" - d="M 28.549437 18.920233 A 11.048544 11.048544 0 1 1 6.4523487,18.920233 A 11.048544 11.048544 0 1 1 28.549437 18.920233 z" - transform="matrix(1.245743,0.000000,0.000000,1.245743,-3.425346,-6.177033)" /> - <path - transform="matrix(0.497764,0.000000,0.000000,0.609621,8.973526,15.61929)" - d="M 40.658640 37.967922 A 16.528622 3.9332814 0 1 1 7.6013966,37.967922 A 16.528622 3.9332814 0 1 1 40.658640 37.967922 z" - sodipodi:ry="3.9332814" - sodipodi:rx="16.528622" - sodipodi:cy="37.967922" - sodipodi:cx="24.130018" - id="path4485" - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4493);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;" - sodipodi:type="arc" /> - <rect - style="opacity:0.43315509;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000311;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;" - id="rect4495" - width="19.048439" - height="4.4404783" - x="40.373337" - y="0.14086054" - rx="2.1366608" - ry="1.8879365" - transform="matrix(0.752986,0.658037,-0.648902,0.760872,0.000000,0.000000)" /> - <path - sodipodi:type="arc" - style="color:#000000;fill:url(#radialGradient4460);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#3063a3;stroke-width:0.71499395;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10.000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;" - id="path4452" - sodipodi:cx="17.589281" - sodipodi:cy="18.478292" - sodipodi:rx="8.3085051" - sodipodi:ry="8.3085051" - d="M 25.897786 18.478292 A 8.3085051 8.3085051 0 1 1 9.2807760,18.478292 A 8.3085051 8.3085051 0 1 1 25.897786 18.478292 z" - transform="matrix(1.398614,0.000000,0.000000,1.398614,-6.224338,-8.298958)" /> - <path - style="opacity:0.83422458;color:#000000;fill:url(#radialGradient4473);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;" - d="M 18.156915,7.3966938 C 12.949325,7.3966938 8.7323681,11.613651 8.7323681,16.821241 C 8.7323681,18.325216 9.1526753,19.709014 9.7795400,20.971144 C 11.031920,21.432757 12.362297,21.746827 13.774307,21.746827 C 19.945262,21.746827 24.873589,16.885190 25.254413,10.809698 C 23.523449,8.7641668 21.044374,7.3966938 18.156915,7.3966938 z " - id="path4462" /> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/system-shutdown.svg b/html/themes/legacy/svg/scalable/actions/system-shutdown.svg deleted file mode 100644 index 9b0b32713ee60c866d201ec4b3a9cf203e205581..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/system-shutdown.svg +++ /dev/null @@ -1,424 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="system-shutdown.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg11300" - height="48px" - width="48px" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective62" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5031" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5029" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient5027" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient7636" - inkscape:collect="always"> - <stop - id="stop7638" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop7640" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient7614"> - <stop - id="stop7616" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.21590909" - id="stop7649" /> - <stop - style="stop-color:#838383;stop-opacity:1.0000000;" - offset="0.50000000" - id="stop7632" /> - <stop - id="stop7618" - offset="1" - style="stop-color:#838383;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient7608"> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop7610" /> - <stop - id="stop7622" - offset="0.46022728" - style="stop-color:#e3e3e3;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#dadada;stop-opacity:0.67058824;" - offset="0.61970556" - id="stop7624" /> - <stop - style="stop-color:#d1d1d1;stop-opacity:0.34285715;" - offset="1.0000000" - id="stop7612" /> - </linearGradient> - <linearGradient - id="linearGradient7586"> - <stop - id="stop7588" - offset="0.0000000" - style="stop-color:#525252;stop-opacity:1.0000000;" /> - <stop - id="stop7590" - offset="1.0000000" - style="stop-color:#000000;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient11594"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop11596" /> - <stop - style="stop-color:#d1d1d1;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop11598" /> - </linearGradient> - <linearGradient - id="linearGradient11520"> - <stop - style="stop-color:#fbfbfb;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop11522" /> - <stop - style="stop-color:#dcdcdc;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop11524" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient11508"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop11510" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop11512" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11520" - id="radialGradient11526" - cx="24.445690" - cy="35.878170" - fx="24.445690" - fy="35.878170" - r="20.530962" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.995058,-1.535926e-32,0.000000,1.855412,-24.37145,-30.20430)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11508" - id="radialGradient11532" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-5.168001e-14,29.48178)" - cx="30.203562" - cy="44.565483" - fx="30.203562" - fy="44.565483" - r="6.5659914" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11594" - id="linearGradient11600" - x1="20.092352" - y1="8.9471626" - x2="31.799011" - y2="38.947163" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.045319,0.000000,0.000000,0.957884,-1.154429,1.415543)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient11520" - id="linearGradient11608" - x1="24.445671" - y1="0.49847093" - x2="24.445671" - y2="39.447163" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.984324,0.000000,0.000000,0.957884,0.336637,1.415543)" /> - <linearGradient - y2="21.067410" - x2="24.445690" - y1="33.447811" - x1="31.597168" - gradientTransform="matrix(0.476329,0.000000,0.000000,0.627721,12.75490,9.156933)" - gradientUnits="userSpaceOnUse" - id="linearGradient7584" - xlink:href="#linearGradient11594" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.407878,2.776254e-16,-5.900875e-16,1.861050,-34.35094,-20.55775)" - r="6.0270013" - fy="29.099535" - fx="24.399090" - cy="29.099535" - cx="24.399090" - id="radialGradient7592" - xlink:href="#linearGradient7586" - inkscape:collect="always" /> - <linearGradient - y2="11.042997" - x2="22.585604" - y1="34.149513" - x1="22.585604" - gradientTransform="matrix(1.059222,0.000000,0.000000,0.808101,-1.234132,4.001391)" - gradientUnits="userSpaceOnUse" - id="linearGradient7596" - xlink:href="#linearGradient7608" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="38.454056" - x2="28.284273" - y1="28.554562" - x1="25.279068" - id="linearGradient7642" - xlink:href="#linearGradient7636" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.777122,-8.126449e-2,6.891211e-2,2.223012,-45.28558,-33.24798)" - r="4.4774761" - fy="29.609560" - fx="24.483574" - cy="29.609560" - cx="24.483574" - id="radialGradient7647" - xlink:href="#linearGradient7614" - inkscape:collect="always" /> - </defs> - <sodipodi:namedview - inkscape:window-y="94" - inkscape:window-x="268" - inkscape:window-height="754" - inkscape:window-width="872" - inkscape:showpageshadow="false" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="17.878701" - inkscape:cx="-112.52652" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.25490196" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - fill="#fce94f" - stroke="#ef2929" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>System Shutdown</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>poweroff</rdf:li> - <rdf:li>shutdown</rdf:li> - <rdf:li>halt</rdf:li> - <rdf:li>system</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <g - style="display:inline" - id="g5022" - transform="matrix(2.312904e-2,0,0,1.818338e-2,45.14375,40.29231)"> - <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect4173" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccc" - id="path5058" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5018" - sodipodi:nodetypes="cccc" /> - </g> - <rect - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient11526);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#9b9b9b;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect11518" - width="40.061924" - height="39.914883" - x="4.3681555" - y="3.6171863" - rx="5.4548240" - ry="5.4548221" /> - <rect - ry="4.2426381" - rx="4.2426391" - y="4.6506371" - x="5.5508161" - height="37.781532" - width="37.696587" - id="rect11528" - style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient11608);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient11600);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect11592" - width="24.258368" - height="32.706299" - x="12.269927" - y="7.5220733" - rx="2.2980957" - ry="2.2980950" /> - <rect - ry="1.5909867" - rx="1.5909867" - y="13.865772" - x="18.518534" - height="20.902771" - width="12.114655" - id="rect7580" - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient7592);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient7584);stroke-width:0.99999881;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="ccccccc" - id="path7634" - d="M 19.975767,34.034641 L 22.627417,36.686292 L 33.764349,36.509516 C 33.764349,36.509516 30.935922,27.140350 30.935922,27.140350 C 30.935922,27.140350 30.228815,17.771184 30.228815,17.771184 L 29.521708,33.681088 L 19.975767,34.034641 z " - style="overflow:visible;display:inline;visibility:visible;stroke-opacity:1.0000000;stroke-dashoffset:0.0000000;stroke-dasharray:none;stroke-miterlimit:10.000000;marker-end:none;marker-mid:none;marker-start:none;marker:none;stroke-linejoin:bevel;stroke-linecap:butt;stroke-width:0.99999923;stroke:none;fill-rule:evenodd;fill-opacity:1.0;fill:url(#linearGradient7642);color:#000000;opacity:0.31550802" /> - <rect - style="opacity:1.0000000;color:#000000;fill:#8a8a8a;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#595959;stroke-width:0.99999839;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect7626" - width="8.9714193" - height="4.3154969" - x="20.019962" - y="29.217876" - rx="1.0606545" - ry="1.0606545" /> - <rect - ry="0.88388008" - rx="0.88388008" - y="15.230613" - x="20.049574" - height="15.812397" - width="8.9121952" - id="rect7594" - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient7596);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#radialGradient7647);stroke-width:0.99999917;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/actions/view-refresh.svg b/html/themes/legacy/svg/scalable/actions/view-refresh.svg deleted file mode 100644 index 565f6dadec3d5841bc035133918ce0ad9472d7d0..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/actions/view-refresh.svg +++ /dev/null @@ -1,393 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="90.000000" - inkscape:export-xdpi="90.000000" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - width="48px" - height="48px" - id="svg11300" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/actions" - sodipodi:docname="view-refresh.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective58" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2690"> - <stop - style="stop-color:#c4d7eb;stop-opacity:1;" - offset="0" - id="stop2692" /> - <stop - style="stop-color:#c4d7eb;stop-opacity:0;" - offset="1" - id="stop2694" /> - </linearGradient> - <linearGradient - id="linearGradient2682"> - <stop - style="stop-color:#3977c3;stop-opacity:1;" - offset="0" - id="stop2684" /> - <stop - style="stop-color:#89aedc;stop-opacity:0;" - offset="1" - id="stop2686" /> - </linearGradient> - <linearGradient - id="linearGradient2402"> - <stop - style="stop-color:#729fcf;stop-opacity:1;" - offset="0" - id="stop2404" /> - <stop - style="stop-color:#528ac5;stop-opacity:1;" - offset="1" - id="stop2406" /> - </linearGradient> - <linearGradient - id="linearGradient2380"> - <stop - style="stop-color:#b9cfe7;stop-opacity:1" - offset="0" - id="stop2382" /> - <stop - style="stop-color:#729fcf;stop-opacity:1" - offset="1" - id="stop2384" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2871"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop2873" /> - <stop - style="stop-color:#3465a4;stop-opacity:1" - offset="1" - id="stop2875" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2847"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop2849" /> - <stop - style="stop-color:#3465a4;stop-opacity:0;" - offset="1" - id="stop2851" /> - </linearGradient> - <linearGradient - id="linearGradient2831"> - <stop - style="stop-color:#3465a4;stop-opacity:1;" - offset="0" - id="stop2833" /> - <stop - id="stop2855" - offset="0.33333334" - style="stop-color:#5b86be;stop-opacity:1;" /> - <stop - style="stop-color:#83a8d8;stop-opacity:0;" - offset="1" - id="stop2835" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2797"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2799" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2801" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient8662"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop8664" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop8666" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2831" - id="linearGradient1486" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(0.465413,-0.277593)" - x1="13.478554" - y1="10.612206" - x2="15.419417" - y2="19.115122" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2847" - id="linearGradient1488" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-1,0,0,-1,47.52791,45.84741)" - x1="37.128052" - y1="29.729605" - x2="37.065414" - y2="26.194071" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2797" - id="linearGradient1491" - gradientUnits="userSpaceOnUse" - x1="5.9649176" - y1="26.048164" - x2="52.854097" - y2="26.048164" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2797" - id="linearGradient1493" - gradientUnits="userSpaceOnUse" - x1="5.9649176" - y1="26.048164" - x2="52.854097" - y2="26.048164" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2871" - id="linearGradient1501" - gradientUnits="userSpaceOnUse" - x1="46.834816" - y1="45.264122" - x2="45.380436" - y2="50.939667" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8662" - id="radialGradient1503" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.536723,-9.680928e-14,16.87306)" - cx="24.837126" - cy="36.421127" - fx="24.837126" - fy="36.421127" - r="15.644737" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2380" - id="linearGradient2386" - x1="62.513836" - y1="36.061237" - x2="15.984863" - y2="20.60858" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2402" - id="linearGradient2408" - x1="18.935766" - y1="23.667896" - x2="53.588622" - y2="26.649362" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2682" - id="linearGradient2688" - x1="36.713837" - y1="31.455952" - x2="37.124462" - y2="24.842253" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2690" - id="linearGradient2696" - x1="32.647972" - y1="30.748846" - x2="37.124462" - y2="24.842253" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - stroke="#3465a4" - fill="#729fcf" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.25490196" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="5.6568542" - inkscape:cx="2.4438651" - inkscape:cy="18.153347" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:showpageshadow="false" - inkscape:window-width="891" - inkscape:window-height="818" - inkscape:window-x="0" - inkscape:window-y="30" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>View Refresh</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>reload</rdf:li> - <rdf:li>refresh</rdf:li> - <rdf:li>view</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - transform="matrix(-1.489736,0,0,-1.001252,61.20865,75.2819)" - d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1 9.1923885,36.421127 A 15.644737 8.3968935 0 1 1 40.481863 36.421127 z" - sodipodi:ry="8.3968935" - sodipodi:rx="15.644737" - sodipodi:cy="36.421127" - sodipodi:cx="24.837126" - id="path8660" - style="opacity:0.38333333;color:#000000;fill:url(#radialGradient1503);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - style="color:#000000;fill:url(#linearGradient1486);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1488);stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 20.152913,10.409904 C 20.152913,10.409904 11.215413,9.784904 13.965413,20.284904 L 6.2779132,20.284904 C 6.2779132,20.284904 6.7779132,8.409904 20.152913,10.409904 z " - id="path2865" - inkscape:r_cx="true" - inkscape:r_cy="true" - sodipodi:nodetypes="cccc" /> - <g - id="g1878" - transform="matrix(-0.579051,-0.489228,-0.489228,0.579051,56.91585,13.37137)" - inkscape:r_cx="true" - inkscape:r_cy="true" - style="fill:url(#linearGradient2386);fill-opacity:1.0;stroke:#3465a4;stroke-opacity:1"> - <path - sodipodi:nodetypes="ccccccc" - id="path1880" - d="M 44.306783,50.229694 C 62.821497,35.818859 49.664587,13.411704 22.462411,12.49765 L 22.113843,3.1515478 L 7.6245439,20.496754 L 22.714328,33.219189 C 22.714328,33.219189 22.462411,23.337969 22.462411,23.337969 C 41.292171,24.336946 55.444038,37.409698 44.306783,50.229694 z " - style="opacity:1;color:#000000;fill:url(#linearGradient2386);fill-opacity:1.0;fill-rule:nonzero;stroke:url(#linearGradient1501);stroke-width:1.31916928;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> - <path - sodipodi:nodetypes="cccc" - inkscape:r_cy="true" - inkscape:r_cx="true" - id="path2839" - d="M 28.375,33.4375 C 28.375,33.4375 37.3125,34.0625 34.5625,23.5625 L 42.338388,23.5625 C 42.338388,25.065102 41.75,35.4375 28.375,33.4375 z " - style="color:#000000;fill:url(#linearGradient2696);fill-opacity:1.0;fill-rule:nonzero;stroke:url(#linearGradient2688);stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <g - style="color:#000000;fill:url(#linearGradient2408);fill-opacity:1.0;fill-rule:nonzero;stroke:url(#linearGradient1501);stroke-width:1.31916928;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;opacity:1" - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.579051,0.489228,0.489228,-0.579051,-7.921023,30.53599)" - id="g2779"> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - style="opacity:1;color:#000000;fill:url(#linearGradient2408);fill-opacity:1.0;fill-rule:nonzero;stroke:url(#linearGradient1501);stroke-width:1.31916928;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 44.306783,50.229694 C 62.821497,35.818859 49.664587,13.411704 22.462411,12.49765 L 22.399432,3.0690297 L 7.793943,20.424005 L 22.462411,33.006349 C 22.462411,33.006349 22.462411,23.337969 22.462411,23.337969 C 41.292171,24.336946 55.444038,37.409698 44.306783,50.229694 z " - id="path2781" - sodipodi:nodetypes="ccccccc" /> - </g> - <path - style="opacity:0.27222224;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 7.0625,38.1875 L 7.125,23.3125 L 20.0625,22.9375 L 15.673627,28.116317 L 19.540852,30.489516 C 16.540852,32.739516 14.991304,32.911644 13.991304,35.474144 L 11.174446,33.363872 L 7.0625,38.1875 z " - id="path2791" - inkscape:r_cx="true" - inkscape:r_cy="true" - sodipodi:nodetypes="cccccccc" /> - <g - id="g2793" - transform="matrix(0.508536,0.429651,0.429651,-0.508536,-3.973188,30.54119)" - inkscape:r_cx="true" - inkscape:r_cy="true" - style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"> - <path - sodipodi:nodetypes="ccccccc" - id="path2795" - d="M 51.090265,45.943705 C 60.210465,30.723955 46.631614,12.20113 19.485058,11.948579 L 19.513464,3.7032834 L 6.5341979,19.296639 L 19.367661,30.26876 C 19.367661,30.26876 19.423281,21.261882 19.423281,21.261882 C 36.951096,21.037973 54.618466,31.365254 51.090265,45.943705 z " - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1493);stroke-width:1.50208926;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> - <g - style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-opacity:1" - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(-0.508536,-0.429651,-0.429651,0.508536,53.049,13.36548)" - id="g2805"> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1491);stroke-width:1.50208926;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 51.389927,46.505946 C 60.510127,31.286196 47.050763,12.432359 19.628482,12.069755 L 19.342824,4.0507204 L 6.3413093,19.379475 L 19.809059,30.764589 C 19.809059,30.764589 19.627294,21.311346 19.627294,21.311346 C 37.872231,21.693318 54.411175,32.236592 51.389927,46.505946 z " - id="path2807" - sodipodi:nodetypes="ccccccc" /> - </g> - <path - style="opacity:0.27222224;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 6.8125,16.5 C 10.405935,6.0587275 23.256282,10.355393 27,12 C 31.175307,12.211475 32.674736,9.164996 36,9 C 21.950264,-0.7899963 7.1875,2.5 6.8125,16.5 z " - id="path2811" - inkscape:r_cx="true" - inkscape:r_cy="true" - sodipodi:nodetypes="cccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/apps/accessories-text-editor.svg b/html/themes/legacy/svg/scalable/apps/accessories-text-editor.svg deleted file mode 100644 index 70621f01fc1dff2d62761ebb227204e90339ab1a..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/apps/accessories-text-editor.svg +++ /dev/null @@ -1,554 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="90.000000" - inkscape:export-xdpi="90.000000" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - width="48px" - height="48px" - id="svg11300" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" - sodipodi:docname="accessories-text-editor.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective85" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient2994"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2996" /> - <stop - style="stop-color:#c9c9c9;stop-opacity:1;" - offset="1" - id="stop2998" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2984"> - <stop - style="stop-color:#e7e2b8;stop-opacity:1;" - offset="0" - id="stop2986" /> - <stop - style="stop-color:#e7e2b8;stop-opacity:0;" - offset="1" - id="stop2988" /> - </linearGradient> - <linearGradient - id="linearGradient2974"> - <stop - style="stop-color:#c1c1c1;stop-opacity:1;" - offset="0" - id="stop2976" /> - <stop - style="stop-color:#acacac;stop-opacity:1;" - offset="1" - id="stop2978" /> - </linearGradient> - <linearGradient - id="linearGradient2966"> - <stop - style="stop-color:#ffd1d1;stop-opacity:1;" - offset="0" - id="stop2968" /> - <stop - id="stop3006" - offset="0.5" - style="stop-color:#ff1d1d;stop-opacity:1;" /> - <stop - style="stop-color:#6f0000;stop-opacity:1;" - offset="1" - id="stop2970" /> - </linearGradient> - <linearGradient - id="linearGradient2919"> - <stop - style="stop-color:#a3a4a0;stop-opacity:1;" - offset="0" - id="stop2921" /> - <stop - style="stop-color:#888a85;stop-opacity:1;" - offset="1" - id="stop2923" /> - </linearGradient> - <linearGradient - id="linearGradient2873"> - <stop - style="stop-color:#939393;stop-opacity:1;" - offset="0" - id="stop2875" /> - <stop - style="stop-color:#424242;stop-opacity:1;" - offset="1" - id="stop2877" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2865"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2867" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2869" /> - </linearGradient> - <linearGradient - id="linearGradient2855"> - <stop - style="stop-color:#dfdfdf;stop-opacity:1;" - offset="0" - id="stop2857" /> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="1" - id="stop2859" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2855" - id="linearGradient2861" - x1="21.043484" - y1="42.83337" - x2="14.283642" - y2="6.8333683" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.137871,0.000000,0.000000,1.000000,-2.660884,0.000000)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2865" - id="radialGradient2871" - cx="23.5625" - cy="40.4375" - fx="23.5625" - fy="40.4375" - r="19.5625" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.348243,0.000000,26.35543)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2873" - id="linearGradient2879" - x1="26.612417" - y1="28.083368" - x2="26.228401" - y2="42.83337" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2919" - id="linearGradient2925" - x1="6" - y1="7.5624999" - x2="40.984375" - y2="7.5624999" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2966" - id="linearGradient2972" - x1="48.90625" - y1="17.376184" - x2="50.988335" - y2="22.250591" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-5.669292,0.000000)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2974" - id="linearGradient2980" - x1="46" - y1="19.8125" - x2="47.6875" - y2="22.625" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-5.669292,0.000000)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2984" - id="radialGradient2990" - cx="29.053354" - cy="27.640751" - fx="29.053354" - fy="27.640751" - r="3.2408544" - gradientTransform="matrix(2.923565,-3.911409e-24,2.471769e-23,2.029717,-61.55532,-27.88417)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2994" - id="linearGradient3000" - x1="25.71875" - y1="31.046875" - x2="25.514589" - y2="30.703125" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-5.825542,0.125000)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2865" - id="radialGradient3010" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.348243,1.439818e-16,26.35543)" - cx="23.5625" - cy="40.4375" - fx="23.5625" - fy="40.4375" - r="19.5625" /> - </defs> - <sodipodi:namedview - stroke="#c4a000" - fill="#edd400" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.25490196" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="14.928934" - inkscape:cy="7.6822472" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:showpageshadow="false" - inkscape:window-width="872" - inkscape:window-height="688" - inkscape:window-x="195" - inkscape:window-y="160" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Text Editor</dc:title> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - transform="matrix(2.417561e-2,0,0,2.086758e-2,45.12765,40.1536)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <path - style="color:#000000;fill:url(#linearGradient2861);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2879);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 7.1638699,4.5063726 L 39.813122,4.5063726 C 40.575699,4.5063726 41.189615,5.0388241 41.189615,5.7002099 C 41.189615,5.7002099 43.590945,39.868907 43.590945,39.868907 C 43.590945,39.868907 43.603403,42.216529 43.603403,42.216529 C 43.603403,42.877915 42.989488,43.410366 42.226911,43.410366 L 4.750081,43.410366 C 3.9875042,43.410366 3.3735887,42.877915 3.3735887,42.216529 L 3.3624173,40.049613 L 5.7873775,5.7002099 C 5.7873775,5.0388241 6.4012931,4.5063726 7.1638699,4.5063726 z " - id="rect1975" - sodipodi:nodetypes="ccccccccccc" /> - <path - transform="matrix(0.616613,0.000000,0.000000,0.440367,10.61425,13.94266)" - d="M 43.125 40.4375 A 19.5625 6.8125 0 1 1 4,40.4375 A 19.5625 6.8125 0 1 1 43.125 40.4375 z" - sodipodi:ry="6.8125" - sodipodi:rx="19.5625" - sodipodi:cy="40.4375" - sodipodi:cx="23.5625" - id="path3008" - style="opacity:0.31578944;color:#000000;fill:url(#radialGradient3010);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <rect - style="opacity:1;color:#000000;fill:#a4a4a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2851" - width="39.048077" - height="3.0714951" - x="3.9770372" - y="39.868271" - rx="0.67937863" - ry="0.67937863" /> - <path - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 3.9267507,40.442796 C 3.9267507,40.442796 4.0776125,39.912466 4.6307727,39.868272 L 42.195375,39.868272 C 42.949684,39.868272 42.999971,40.619573 42.999971,40.619573 C 42.999971,40.619573 43.02357,39 41.7161,39 L 5.3042159,39 C 4.2984702,39.088388 3.9267507,39.779883 3.9267507,40.442796 z " - id="path2853" - sodipodi:nodetypes="ccccccc" /> - <path - style="opacity:1;color:#000000;fill:url(#linearGradient2925);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 6.25,5.7343749 L 6,10.125 C 6,10.125 6.3125,8.9999999 7,8.9999999 L 40.125,8.9999999 C 40.828125,8.9843749 40.859375,9.3124999 40.984375,9.8281249 C 40.984375,9.8281249 40.734375,5.9531249 40.734375,5.9531249 C 40.703125,5.4062499 40.515625,4.9999999 39.953125,4.9999999 L 7.0625,4.9999999 C 6.609375,4.9999999 6.296875,5.3437499 6.25,5.7343749 z " - id="path2915" - sodipodi:nodetypes="ccccccccc" /> - <path - sodipodi:nodetypes="ccccccccccc" - id="path2917" - d="M 7.8126474,5.5404503 L 38.944983,5.5404503 C 39.66702,5.5404503 40.2483,5.3883462 40.2483,6.014572 C 40.2483,6.014572 42.521973,39.023077 42.521973,39.023077 C 42.521973,39.023077 42.622156,41.732033 42.622156,41.732033 C 42.622156,42.358259 42.48282,42.376269 41.760782,42.376269 L 4.8620444,42.376269 C 4.4493662,42.376269 4.4426114,42.269871 4.4426114,41.864615 L 4.4320338,39.194177 L 6.7280807,6.045822 C 6.7280807,5.4195962 7.09061,5.5404503 7.8126474,5.5404503 z " - style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.43859649" /> - <g - id="g2950"> - <rect - ry="1" - rx="1" - y="2.5" - x="8.5" - height="5" - width="2" - id="rect2899" - style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2901" - width="2" - height="5" - x="12.5" - y="2.5" - rx="1" - ry="1" /> - <rect - ry="1" - rx="1" - y="2.5" - x="16.5" - height="5" - width="2" - id="rect2903" - style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2905" - width="2" - height="5" - x="20.5" - y="2.5" - rx="1" - ry="1" /> - <rect - ry="1" - rx="1" - y="2.5" - x="24.5" - height="5" - width="2" - id="rect2907" - style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2909" - width="2" - height="5" - x="28.5" - y="2.5" - rx="1" - ry="1" /> - <rect - ry="1" - rx="1" - y="2.5" - x="32.5" - height="5" - width="2" - id="rect2911" - style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2913" - width="2" - height="5" - x="36.5" - y="2.5" - rx="1" - ry="1" /> - </g> - <g - id="g2941"> - <rect - y="12" - x="9" - height="1" - width="29" - id="rect2927" - style="opacity:0.28070175;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2929" - width="29" - height="1" - x="9" - y="14.981792" /> - <rect - y="18.003939" - x="9" - height="1" - width="13" - id="rect2931" - style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2933" - width="29" - height="1" - x="9" - y="22.985731" /> - <rect - y="26.007877" - x="9" - height="1" - width="29" - id="rect2935" - style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect2937" - width="29" - height="1" - x="9" - y="29.030024" /> - <rect - y="32.05217" - x="9" - height="1" - width="8" - id="rect2939" - style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <path - style="opacity:1;color:#000000;fill:#cb9022;fill-opacity:1;fill-rule:evenodd;stroke:#5c410c;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 17.34116,32.5 L 22.96616,26.875 L 43.059909,17.125 C 46.309909,15.875 48.247409,20.5 45.372409,22.125 L 25.34116,31.5 L 17.34116,32.5 z " - id="path2960" - sodipodi:nodetypes="cccccc" /> - <path - sodipodi:nodetypes="czcczcc" - id="path2964" - d="M 38.330708,20 C 38.330708,20 39.768208,20.09375 40.330708,21.34375 C 40.910201,22.631511 40.330708,24 40.330708,24 L 45.361958,21.53125 C 45.361958,21.53125 46.81399,20.649883 46.018208,18.6875 C 45.233296,16.751923 43.330708,17.53125 43.330708,17.53125 L 38.330708,20 z " - style="opacity:1;color:#000000;fill:url(#linearGradient2972);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:#000000;fill:url(#linearGradient2980);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 38.330708,20 C 38.330708,20 39.768208,20.09375 40.330708,21.34375 C 40.910201,22.631511 40.330708,24 40.330708,24 L 42.330708,23 C 42.330708,23 43.15774,21.681133 42.549458,20.3125 C 41.924458,18.90625 40.330708,19 40.330708,19 L 38.330708,20 z " - id="path2962" - sodipodi:nodetypes="czcczcc" /> - <path - style="opacity:1;color:#000000;fill:url(#radialGradient2990);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 18.768208,31.78125 L 23.268208,27.28125 C 24.768208,28.09375 25.549458,29.4375 25.143208,31 L 18.768208,31.78125 z " - id="path2982" - sodipodi:nodetypes="cccc" /> - <path - style="opacity:1;color:#000000;fill:url(#linearGradient3000);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 20.111958,30.375 L 18.486958,31.96875 L 20.830708,31.65625 C 21.049458,30.9375 20.643208,30.59375 20.111958,30.375 z " - id="path2992" - sodipodi:nodetypes="cccc" /> - <path - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:0.36363639;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 23.268208,27.25 L 24.830708,28.5 L 40.218048,21.18133 C 39.773616,20.325286 38.976281,20.096733 38.314669,20.019068 L 23.268208,27.25 z " - id="path3002" - sodipodi:nodetypes="ccccc" /> - <path - style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.36363639;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 25.143208,31.0625 L 25.330708,30.3125 L 40.561798,23.1829 C 40.561798,23.1829 40.451638,23.796527 40.345919,23.93225 L 25.143208,31.0625 z " - id="path3004" - sodipodi:nodetypes="ccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/apps/office-calendar.svg b/html/themes/legacy/svg/scalable/apps/office-calendar.svg deleted file mode 100644 index d9f9281db54bcc8ef088ad089db4bf885ea93e5e..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/apps/office-calendar.svg +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="office-calendar.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg1288" - height="48px" - width="48px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective48" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient2563"> - <stop - id="stop2565" - offset="0" - style="stop-color:#e2e2e2;stop-opacity:1;" /> - <stop - id="stop2567" - offset="1.0000000" - style="stop-color:#9f9f9f;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient2551" - inkscape:collect="always"> - <stop - id="stop2553" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop2555" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient2526"> - <stop - id="stop2528" - offset="0.0000000" - style="stop-color:#e7ebeb;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#e6ebeb;stop-opacity:1.0000000;" - offset="0.50000000" - id="stop2534" /> - <stop - id="stop2530" - offset="1.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - gradientTransform="translate(0.000000,0.785718)" - gradientUnits="userSpaceOnUse" - y2="28.428572" - x2="42.214283" - y1="14.428571" - x1="13.357142" - id="linearGradient2532" - xlink:href="#linearGradient2526" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.751938,1.196962e-16,7.193799)" - r="18.428572" - fy="29.000000" - fx="26.000000" - cy="29.000000" - cx="26.000000" - id="radialGradient2557" - xlink:href="#linearGradient2551" - inkscape:collect="always" /> - <linearGradient - gradientTransform="translate(0.000000,0.785718)" - gradientUnits="userSpaceOnUse" - y2="30.785713" - x2="42.214284" - y1="30.785713" - x1="6.7857148" - id="linearGradient2569" - xlink:href="#linearGradient2563" - inkscape:collect="always" /> - <linearGradient - y2="28.428572" - x2="42.214283" - y1="14.428571" - x1="13.357142" - gradientTransform="translate(2.045771e-15,0.785718)" - gradientUnits="userSpaceOnUse" - id="linearGradient2582" - xlink:href="#linearGradient2526" - inkscape:collect="always" /> - </defs> - <sodipodi:namedview - inkscape:window-y="147" - inkscape:window-x="562" - inkscape:window-height="701" - inkscape:window-width="872" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="24.165113" - inkscape:cx="-136.63043" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Calendar</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>calendar</rdf:li> - <rdf:li>date</rdf:li> - <rdf:li>time</rdf:li> - <rdf:li>cal</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <g - transform="matrix(2.294847e-2,0,0,2.276812e-2,44.75587,36.74254)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <path - sodipodi:nodetypes="ccccccc" - id="path1316" - d="M 4.8571430,38.428571 C 4.6428572,39.428571 5.4642859,40.464285 6.8214287,40.428571 L 43.000000,40.428571 C 44.285714,40.392857 44.714286,39.214285 44.428572,38.249999 L 36.571429,9.4285713 L 10.571429,9.4285713 L 4.8571430,38.428571 z " - style="fill:#a7a7a7;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#656565;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" /> - <path - sodipodi:nodetypes="ccccccccc" - id="path2575" - d="M 9.1625040,30.806458 L 39.395095,30.806458 C 40.252297,30.806458 40.942392,31.478744 40.942392,32.313825 L 42.269580,37.114760 C 42.269580,37.949841 41.579486,38.622127 40.722283,38.622127 L 8.2777114,38.622127 C 7.4205088,38.622127 6.7304142,37.949841 6.7304142,37.114760 L 7.6152068,32.313825 C 7.6152068,31.478744 8.3053014,30.806458 9.1625040,30.806458 z " - style="opacity:0.10857142;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" /> - <path - style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999970px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.34463277" - d="M 6.0478436,37.805569 C 5.8479823,38.738255 5.6491963,39.385227 6.5227626,39.385227 L 42.837439,39.385227 C 43.753496,39.385227 43.579187,38.645537 43.312705,37.746161 L 35.770172,10.471961 L 11.520336,10.471961 L 6.0478436,37.805569 z " - id="path2520" - sodipodi:nodetypes="ccccccc" /> - <path - style="opacity:1.0000000;color:#000000;fill:#c5c5c5;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#696969;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" - d="M 9.6418018,29.928574 L 38.929626,29.928574 C 39.760041,29.928574 40.428570,30.579851 40.428570,31.388835 L 41.714284,36.039742 C 41.714284,36.848726 41.045755,37.500003 40.215340,37.500003 L 8.7846589,37.500003 C 7.9542438,37.500003 7.2857146,36.848726 7.2857146,36.039742 L 8.1428575,31.388835 C 8.1428575,30.579851 8.8113867,29.928574 9.6418018,29.928574 z " - id="path2518" - sodipodi:nodetypes="ccccccccc" /> - <path - sodipodi:nodetypes="ccccccccc" - id="rect2225" - d="M 9.6418018,27.785717 L 38.929626,27.785717 C 39.760041,27.785717 40.428570,28.436994 40.428570,29.245978 L 41.714284,33.896885 C 41.714284,34.705869 41.045755,35.357146 40.215340,35.357146 L 8.7846589,35.357146 C 7.9542438,35.357146 7.2857146,34.705869 7.2857146,33.896885 L 8.1428575,29.245978 C 8.1428575,28.436994 8.8113867,27.785717 9.6418018,27.785717 z " - style="color:#000000;fill:url(#linearGradient2569);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#696969;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <g - transform="matrix(0.942549,0.000000,0.000000,0.942549,-0.222619,1.855860)" - id="g2578"> - <path - style="fill:url(#linearGradient2582);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#696969;stroke-width:1.0609524px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" - d="M 10.891973,11.500004 L 6.5714281,33.214290 C 6.5714281,33.214290 32.857143,33.214291 32.857143,33.214291 C 45.441975,33.214291 48.085306,29.214290 48.085306,29.214290 C 48.085306,29.214290 44.728164,28.035719 43.299593,23.071433 C 43.299593,23.071433 40.238640,11.500004 40.238640,11.500004 L 10.891973,11.500004 z " - id="path2524" - sodipodi:nodetypes="cczczcc" /> - <path - sodipodi:nodetypes="cccczcc" - id="path2571" - d="M 11.803734,12.474609 L 7.8122567,32.239668 C 7.8122567,32.239668 24.956518,32.239669 32.238382,32.239669 C 43.465021,32.239669 46.348811,29.388804 46.348811,29.388804 C 46.348811,29.388804 43.355751,27.525962 42.055419,23.007305 C 42.055419,23.007305 39.316856,12.546038 39.316856,12.546038 L 11.803734,12.474609 z " - style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0609519px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" /> - </g> - <path - sodipodi:nodetypes="ccccccccc" - id="rect2522" - d="M 11.315699,7.4285707 L 36.494515,7.4285707 C 37.367632,7.4285707 38.070539,8.0973414 38.070539,8.9280566 L 38.427682,11.071942 C 38.427682,11.902657 37.724775,12.571428 36.851658,12.571428 L 10.958556,12.571428 C 10.085439,12.571428 9.3825323,11.902657 9.3825323,11.071942 L 9.7396752,8.9280566 C 9.7396752,8.0973414 10.442582,7.4285707 11.315699,7.4285707 z " - style="color:#000000;fill:#9b9b9b;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#696969;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" /> - <path - id="text2541" - d="M 20.969159,22.393020 C 21.957574,22.486777 22.691543,22.765423 23.171063,23.228961 C 23.651181,23.687301 23.849054,24.273239 23.764680,24.986779 C 23.640870,26.033659 23.075908,26.877412 22.069796,27.518037 C 21.063667,28.158665 19.762256,28.478977 18.165559,28.478978 C 16.939741,28.478977 15.906445,28.286269 15.065668,27.900851 L 15.305880,25.869594 C 16.189321,26.478973 17.193659,26.783661 18.318897,26.783660 C 19.217824,26.783661 19.926554,26.637828 20.445092,26.346159 C 20.964233,26.049284 21.255527,25.632617 21.318975,25.096154 C 21.385488,24.533656 21.176411,24.122197 20.691744,23.861775 C 20.207063,23.601362 19.398966,23.471154 18.267450,23.471149 L 16.994488,23.471149 L 17.201440,21.721144 L 18.559266,21.721144 C 19.451905,21.721150 20.149975,21.585733 20.653477,21.314892 C 21.157582,21.038857 21.439509,20.648231 21.499262,20.143013 C 21.555304,19.669062 21.408536,19.288853 21.058960,19.002385 C 20.709369,18.715935 20.154261,18.572705 19.393634,18.572696 C 18.431836,18.572705 17.490216,18.853956 16.568772,19.416448 L 16.798822,17.471130 C 17.831208,17.033639 18.988597,16.814889 20.270993,16.814878 C 21.509374,16.814889 22.459536,17.072702 23.121484,17.588317 C 23.789700,18.103954 24.076386,18.762810 23.981543,19.564886 C 23.893455,20.309689 23.598230,20.919065 23.095869,21.393017 C 22.594104,21.861775 21.885201,22.195109 20.969159,22.393020" - style="font-size:17.577877;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Segoe" /> - <path - id="text2545" - d="M 33.007379,28.455540 L 30.499173,28.455540 L 29.387875,19.096134 L 26.295373,19.893012 L 26.086657,18.135194 L 31.627997,16.838314 L 33.007379,28.455540" - style="font-size:17.577877;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100.00000%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Segoe" /> - <path - transform="matrix(0.684211,0.000000,0.000000,0.684211,3.560154,2.278197)" - d="M 12.857143 9.9285717 A 1.3571428 1.3571428 0 1 1 10.142857,9.9285717 A 1.3571428 1.3571428 0 1 1 12.857143 9.9285717 z" - sodipodi:ry="1.3571428" - sodipodi:rx="1.3571428" - sodipodi:cy="9.9285717" - sodipodi:cx="11.500000" - id="path2559" - style="opacity:0.52571428;color:#000000;fill:#fefefe;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="cc" - id="path2561" - d="M 13.042053,8.6010151 L 36.371309,8.6010151" - style="opacity:0.30285713;fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000001px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1.0000000" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/apps/preferences-desktop-locale.svg b/html/themes/legacy/svg/scalable/apps/preferences-desktop-locale.svg deleted file mode 100644 index 2e71f18a80bd50671bd985ca3e405bbeb57961bb..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/apps/preferences-desktop-locale.svg +++ /dev/null @@ -1,878 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="90.000000" - inkscape:export-xdpi="90.000000" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - width="48px" - height="48px" - id="svg11300" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" - sodipodi:docname="preferences-desktop-locale.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective133" /> - <linearGradient - id="linearGradient2913"> - <stop - style="stop-color:white;stop-opacity:0.43877551;" - offset="0" - id="stop2915" /> - <stop - id="stop2921" - offset="0.5" - style="stop-color:white;stop-opacity:1;" /> - <stop - style="stop-color:white;stop-opacity:0;" - offset="1" - id="stop2917" /> - </linearGradient> - <linearGradient - id="linearGradient2877"> - <stop - style="stop-color:#75507b;stop-opacity:1;" - offset="0" - id="stop2879" /> - <stop - id="stop2885" - offset="0.25709054" - style="stop-color:#a984af;stop-opacity:1;" /> - <stop - style="stop-color:#513755;stop-opacity:1;" - offset="0.5655992" - id="stop2887" /> - <stop - style="stop-color:#875c8e;stop-opacity:1;" - offset="1" - id="stop2881" /> - </linearGradient> - <linearGradient - id="linearGradient2865"> - <stop - style="stop-color:#73d216;stop-opacity:1;" - offset="0" - id="stop2867" /> - <stop - id="stop2873" - offset="0.25568181" - style="stop-color:#9ced4b;stop-opacity:1;" /> - <stop - style="stop-color:#64b813;stop-opacity:1;" - offset="0.59400827" - id="stop2875" /> - <stop - style="stop-color:#8eea34;stop-opacity:1;" - offset="1" - id="stop2869" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient16542"> - <stop - style="stop-color:#2e3436;stop-opacity:1;" - offset="0" - id="stop16544" /> - <stop - id="stop16550" - offset="0.27272728" - style="stop-color:#505a5d;stop-opacity:1;" /> - <stop - style="stop-color:#141717;stop-opacity:1;" - offset="0.63636363" - id="stop16554" /> - <stop - style="stop-color:#2e3436;stop-opacity:1;" - offset="1" - id="stop16546" /> - </linearGradient> - <linearGradient - id="linearGradient16532"> - <stop - style="stop-color:#cc0000;stop-opacity:1;" - offset="0" - id="stop16534" /> - <stop - id="stop16540" - offset="0.24242425" - style="stop-color:#ff4747;stop-opacity:1;" /> - <stop - style="stop-color:#9b1212;stop-opacity:1;" - offset="0.6097337" - id="stop16552" /> - <stop - style="stop-color:#cc0000;stop-opacity:1;" - offset="1" - id="stop16536" /> - </linearGradient> - <linearGradient - id="linearGradient16522"> - <stop - style="stop-color:#edd400;stop-opacity:1;" - offset="0" - id="stop16524" /> - <stop - id="stop16530" - offset="0.27272728" - style="stop-color:#fff491;stop-opacity:1;" /> - <stop - style="stop-color:#edd400;stop-opacity:1;" - offset="1" - id="stop16526" /> - </linearGradient> - <linearGradient - id="linearGradient16514"> - <stop - id="stop16516" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - style="stop-color:#bebebe;stop-opacity:1;" - offset="0.42424244" - id="stop16518" /> - <stop - id="stop16520" - offset="1" - style="stop-color:#ebebeb;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient16494"> - <stop - style="stop-color:#204a87;stop-opacity:1;" - offset="0" - id="stop16496" /> - <stop - id="stop16502" - offset="0.21212122" - style="stop-color:#3f7bd2;stop-opacity:1;" /> - <stop - style="stop-color:#204a87;stop-opacity:1;" - offset="1" - id="stop16498" /> - </linearGradient> - <linearGradient - id="linearGradient16468"> - <stop - style="stop-color:#cc0000;stop-opacity:1;" - offset="0" - id="stop16470" /> - <stop - id="stop16476" - offset="0.15151516" - style="stop-color:#ff3737;stop-opacity:1;" /> - <stop - style="stop-color:#b41414;stop-opacity:1;" - offset="0.57575756" - id="stop16478" /> - <stop - style="stop-color:#ff4c4c;stop-opacity:1;" - offset="1" - id="stop16472" /> - </linearGradient> - <linearGradient - id="linearGradient16451"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop16453" /> - <stop - id="stop16459" - offset="0.42424244" - style="stop-color:#bebebe;stop-opacity:1;" /> - <stop - style="stop-color:#ebebeb;stop-opacity:1;" - offset="1" - id="stop16455" /> - </linearGradient> - <linearGradient - id="linearGradient11520"> - <stop - id="stop11522" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - id="stop11524" - offset="1.0000000" - style="stop-color:#dcdcdc;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient11508" - inkscape:collect="always"> - <stop - id="stop11510" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop11512" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient11494" - inkscape:collect="always"> - <stop - id="stop11496" - offset="0" - style="stop-color:#ef2929;stop-opacity:1;" /> - <stop - id="stop11498" - offset="1" - style="stop-color:#ef2929;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient11415"> - <stop - id="stop11417" - offset="0.0000000" - style="stop-color:#204a87;stop-opacity:0.0000000;" /> - <stop - style="stop-color:#204a87;stop-opacity:1.0000000;" - offset="0.50000000" - id="stop11423" /> - <stop - id="stop11419" - offset="1" - style="stop-color:#204a87;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient11399" - inkscape:collect="always"> - <stop - id="stop11401" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop11403" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - gradientTransform="translate(-60.28571,-0.285714)" - y2="34.462429" - x2="43.615788" - y1="3.7744560" - x1="15.828360" - gradientUnits="userSpaceOnUse" - id="linearGradient11425" - xlink:href="#linearGradient11415" - inkscape:collect="always" /> - <linearGradient - gradientTransform="translate(-60.57143,0.000000)" - y2="39.033859" - x2="35.679932" - y1="9.3458843" - x1="9.6957054" - gradientUnits="userSpaceOnUse" - id="linearGradient11427" - xlink:href="#linearGradient11415" - inkscape:collect="always" /> - <linearGradient - y2="33.462429" - x2="26.758644" - y1="19.774456" - x1="13.267134" - gradientTransform="translate(-60.85714,0.428571)" - gradientUnits="userSpaceOnUse" - id="linearGradient11439" - xlink:href="#linearGradient11415" - inkscape:collect="always" /> - <radialGradient - r="8.5000000" - fy="39.142857" - fx="12.071428" - cy="39.142857" - cx="12.071428" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)" - gradientUnits="userSpaceOnUse" - id="radialGradient11441" - xlink:href="#linearGradient11399" - inkscape:collect="always" /> - <radialGradient - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" - gradientUnits="userSpaceOnUse" - r="3.8335034" - fy="15.048258" - fx="27.577173" - cy="15.048258" - cx="27.577173" - id="radialGradient11500" - xlink:href="#linearGradient11494" - inkscape:collect="always" /> - <radialGradient - r="3.8335034" - fy="16.049133" - fx="27.577173" - cy="16.049133" - cx="27.577173" - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" - gradientUnits="userSpaceOnUse" - id="radialGradient11504" - xlink:href="#linearGradient11494" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)" - r="6.5659914" - fy="44.565483" - fx="30.203562" - cy="44.565483" - cx="30.203562" - id="radialGradient11514" - xlink:href="#linearGradient11508" - inkscape:collect="always" /> - <radialGradient - gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)" - gradientUnits="userSpaceOnUse" - r="20.530962" - fy="35.878170" - fx="24.445690" - cy="35.878170" - cx="24.445690" - id="radialGradient11526" - xlink:href="#linearGradient11520" - inkscape:collect="always" /> - <radialGradient - r="6.5659914" - fy="44.565483" - fx="30.203562" - cy="44.565483" - cx="30.203562" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,3.185827e-15,29.48178)" - gradientUnits="userSpaceOnUse" - id="radialGradient11532" - xlink:href="#linearGradient11508" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11508" - id="radialGradient1348" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)" - cx="30.203562" - cy="44.565483" - fx="30.203562" - fy="44.565483" - r="6.5659914" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11520" - id="radialGradient1350" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)" - cx="24.445690" - cy="35.878170" - fx="24.445690" - fy="35.878170" - r="20.530962" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11494" - id="radialGradient1352" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" - cx="27.577173" - cy="16.049133" - fx="27.577173" - fy="16.049133" - r="3.8335034" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11494" - id="radialGradient1354" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" - cx="27.577173" - cy="15.048258" - fx="27.577173" - fy="15.048258" - r="3.8335034" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11508" - id="radialGradient1356" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)" - cx="30.203562" - cy="44.565483" - fx="30.203562" - fy="44.565483" - r="6.5659914" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11520" - id="radialGradient1366" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)" - cx="24.445690" - cy="35.878170" - fx="24.445690" - fy="35.878170" - r="20.530962" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16451" - id="linearGradient16457" - x1="0.91421354" - y1="16.710525" - x2="37.623106" - y2="16.710525" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16451" - id="linearGradient16464" - gradientUnits="userSpaceOnUse" - x1="0.91421354" - y1="16.710525" - x2="37.623106" - y2="16.710525" - gradientTransform="matrix(0.98006,0,0,1,0.116103,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient16474" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient16482" - gradientUnits="userSpaceOnUse" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" - gradientTransform="translate(0,-5.624133)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient16486" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(0,-11.24827)" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient16490" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(0,-16.8724)" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16494" - id="linearGradient16500" - x1="2" - y1="8.5017858" - x2="19" - y2="8.5017858" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16522" - id="linearGradient16528" - x1="11.002116" - y1="29.756583" - x2="46.998972" - y2="29.756583" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16532" - id="linearGradient16538" - x1="11.976621" - y1="29.748671" - x2="46.138718" - y2="29.748671" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16542" - id="linearGradient16548" - x1="11.976621" - y1="21.723522" - x2="46.138718" - y2="21.723522" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16451" - id="linearGradient16577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.98006,0,0,1,0.116103,0)" - x1="0.91421354" - y1="16.710525" - x2="37.623106" - y2="16.710525" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient16579" - gradientUnits="userSpaceOnUse" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient16581" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(0,-11.24827)" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient16583" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(0,-5.624133)" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient16585" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(0,-16.8724)" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16494" - id="linearGradient16587" - gradientUnits="userSpaceOnUse" - x1="2" - y1="8.5017858" - x2="19" - y2="8.5017858" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6761" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6763" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6765" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16494" - id="linearGradient2006" - gradientUnits="userSpaceOnUse" - x1="2" - y1="8.5017858" - x2="19" - y2="8.5017858" - gradientTransform="translate(2.121318,2.032932)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient2010" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(2.121318,-14.83947)" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient2013" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(2.121318,-3.591201)" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient2016" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(2.121318,-9.215338)" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16468" - id="linearGradient2019" - gradientUnits="userSpaceOnUse" - x1="2" - y1="23.791154" - x2="36" - y2="23.791154" - gradientTransform="translate(2.121318,2.032932)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2865" - id="linearGradient2871" - x1="10.029842" - y1="28.695923" - x2="46.026698" - y2="28.695923" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2877" - id="linearGradient2883" - x1="3.1234348" - y1="17.789515" - x2="39.12029" - y2="17.789515" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2913" - id="linearGradient2919" - x1="10.964451" - y1="28.712873" - x2="36.336609" - y2="27.445059" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2913" - id="linearGradient3205" - gradientUnits="userSpaceOnUse" - x1="4.1213179" - y1="24.253414" - x2="33.066338" - y2="25.661276" /> - </defs> - <sodipodi:namedview - stroke="#ef2929" - fill="#edd400" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.25490196" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-139" - inkscape:cy="14.5" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:showpageshadow="false" - inkscape:window-width="804" - inkscape:window-height="688" - inkscape:window-x="630" - inkscape:window-y="30" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Locale Preferences</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>locale preferences</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - id="g6753" - transform="matrix(1.971468e-2,0,0,3.343226e-2,38.92492,24.71253)"> - <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect6755" - style="opacity:0.40206185;color:black;fill:url(#linearGradient6761);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccc" - id="path6757" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6763);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6765);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path6759" - sodipodi:nodetypes="cccc" /> - </g> - <g - transform="matrix(1.971468e-2,0,0,3.343226e-2,46.17276,35.14236)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <path - style="color:black;fill:url(#linearGradient2883);fill-opacity:1.0;fill-rule:evenodd;stroke:#5c3566;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 3.6234345,6.1923115 C 12.805777,-0.3484262 29.264695,8.1368552 38.62029,6.1923115 L 38.62029,31.294603 C 29.611199,34.299807 14.01854,24.930642 3.6234345,31.294603 L 3.6234345,6.1923115 z " - id="rect15576" - sodipodi:nodetypes="ccccc" /> - <path - sodipodi:nodetypes="ccccc" - id="path16462" - d="M 4.6213179,6.8032613 C 12.598466,1.0750243 28.454913,8.7478053 37.656867,7.3032613 L 37.531867,30.593053 C 30.717023,32.785757 14.794159,24.888617 4.6838179,29.468053 L 4.6213179,6.8032613 z " - style="opacity:0.62921346;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3205);stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;stroke-dasharray:none" /> - <path - sodipodi:nodetypes="ccccc" - id="path16504" - d="M 10.529842,17.09872 C 19.712185,10.557982 36.171103,19.043263 45.526698,17.09872 L 45.526698,42.201011 C 36.517607,45.206215 20.924948,35.83705 10.529842,42.201011 L 10.529842,17.09872 z " - style="color:black;fill:url(#linearGradient2871);fill-opacity:1.0;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <path - style="opacity:0.62921346;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2919);stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - d="M 11.464451,17.654135 C 19.441599,11.925898 35.298046,19.598679 44.5,18.154135 L 44.375,41.532315 C 37.560156,43.725019 21.637292,35.827879 11.526951,40.407315 L 11.464451,17.654135 z " - id="path16506" - sodipodi:nodetypes="ccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/apps/system-installer.svg b/html/themes/legacy/svg/scalable/apps/system-installer.svg deleted file mode 100644 index 32007409722c0b4799e41e8ef72a23e018040119..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/apps/system-installer.svg +++ /dev/null @@ -1,497 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48.000000px" - height="48.000000px" - id="svg14603" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" - sodipodi:docname="system-installer.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective79" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5031" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5029" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient5027" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient7844" - inkscape:collect="always"> - <stop - id="stop7846" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop7848" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient7834" - inkscape:collect="always"> - <stop - id="stop7836" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop7838" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient7670"> - <stop - id="stop7672" - offset="0" - style="stop-color:#dfdfdf;stop-opacity:1;" /> - <stop - id="stop7674" - offset="1.0000000" - style="stop-color:#c0c0c0;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1.008511,0.000000,0.000000,1.000000,-47.59576,-0.285714)" - gradientUnits="userSpaceOnUse" - y2="40.857143" - x2="72.857140" - y1="9.7142859" - x1="64.571426" - id="linearGradient7676" - xlink:href="#linearGradient7670" - inkscape:collect="always" /> - <linearGradient - gradientTransform="translate(-2.000000,0.000000)" - gradientUnits="userSpaceOnUse" - y2="0.50379461" - x2="19.323767" - y1="11.312428" - x1="19.362535" - id="linearGradient7840" - xlink:href="#linearGradient7834" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.333333,1.298874e-16,25.06362)" - r="22.728432" - fy="37.595428" - fx="24.546707" - cy="37.595428" - cx="24.546707" - id="radialGradient7850" - xlink:href="#linearGradient7844" - inkscape:collect="always" /> - <linearGradient - id="aigrd1" - gradientUnits="userSpaceOnUse" - x1="14.9966" - y1="11.1885" - x2="32.511" - y2="34.3075"> - <stop - offset="0" - style="stop-color:#EBEBEB" - id="stop3034" /> - <stop - offset="0.5" - style="stop-color:#FFFFFF" - id="stop3036" /> - <stop - offset="1" - style="stop-color:#EBEBEB" - id="stop3038" /> - </linearGradient> - <linearGradient - id="aigrd2" - gradientUnits="userSpaceOnUse" - x1="12.2744" - y1="32.4165" - x2="35.3912" - y2="14.2033"> - <stop - offset="0" - style="stop-color:#FBFBFB" - id="stop3043" /> - <stop - offset="0.5" - style="stop-color:#B6B6B6" - id="stop3045" /> - <stop - offset="1" - style="stop-color:#E4E4E4" - id="stop3047" /> - </linearGradient> - <linearGradient - id="linearGradient4236"> - <stop - style="stop-color:#ffffff;stop-opacity:0.32673267;" - offset="0.0000000" - id="stop4238" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.60396039;" - offset="1.0000000" - id="stop4240" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient6028"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6030" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6032" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient6036"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6038" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6040" /> - </linearGradient> - <linearGradient - y2="14.2033" - x2="35.3912" - y1="32.4165" - x1="12.2744" - gradientUnits="userSpaceOnUse" - id="linearGradient3394"> - <stop - id="stop3396" - style="stop-color:#fff307;stop-opacity:1.0000000;" - offset="0.0000000" /> - <stop - id="stop3398" - style="stop-color:#166eff;stop-opacity:1.0000000;" - offset="0.50000000" /> - <stop - id="stop3400" - style="stop-color:#ffffff;stop-opacity:0.0000000;" - offset="1.0000000" /> - </linearGradient> - <radialGradient - r="22.728432" - fy="37.595428" - fx="24.546707" - cy="37.595428" - cx="24.546707" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.333333,1.121564e-14,25.06362)" - gradientUnits="userSpaceOnUse" - id="radialGradient10566" - xlink:href="#linearGradient7844" - inkscape:collect="always" /> - <linearGradient - y2="34.3075" - x2="32.511" - y1="11.1885" - x1="14.9966" - gradientTransform="matrix(0.683145,0.000000,0.000000,0.683145,18.55581,18.12886)" - gradientUnits="userSpaceOnUse" - id="linearGradient10568" - xlink:href="#aigrd1" - inkscape:collect="always" /> - <linearGradient - y2="14.2033" - x2="35.3912" - y1="32.4165" - x1="12.2744" - gradientTransform="matrix(0.705308,0.000000,0.000000,0.705308,18.02392,17.61692)" - gradientUnits="userSpaceOnUse" - id="linearGradient10570" - xlink:href="#aigrd2" - inkscape:collect="always" /> - <linearGradient - y2="28.000000" - x2="29.000000" - y1="14.625000" - x1="21.125000" - gradientTransform="matrix(0.717302,0.000000,0.000000,0.717302,17.73603,18.06909)" - gradientUnits="userSpaceOnUse" - id="linearGradient10572" - xlink:href="#linearGradient4236" - inkscape:collect="always" /> - <linearGradient - y2="28.000000" - x2="29.000000" - y1="14.625000" - x1="21.125000" - gradientTransform="matrix(0.717302,0.000000,0.000000,0.717302,17.73603,18.06909)" - gradientUnits="userSpaceOnUse" - id="linearGradient10574" - xlink:href="#linearGradient4236" - inkscape:collect="always" /> - <linearGradient - y2="54.698483" - x2="48.798885" - y1="3.6100161" - x1="10.501720" - gradientTransform="matrix(0.573842,0.000000,0.000000,0.573842,20.97995,19.56347)" - gradientUnits="userSpaceOnUse" - id="linearGradient10576" - xlink:href="#linearGradient6036" - inkscape:collect="always" /> - <linearGradient - y2="18.366575" - x2="17.742729" - y1="31.494707" - x1="28.702885" - gradientUnits="userSpaceOnUse" - id="linearGradient10578" - xlink:href="#linearGradient6028" - inkscape:collect="always" /> - <radialGradient - r="21.333334" - fy="27.569166" - fx="37.751469" - cy="27.569166" - cx="37.751469" - gradientTransform="matrix(0.441746,0.498655,-0.407098,0.360624,32.00755,10.21308)" - gradientUnits="userSpaceOnUse" - id="radialGradient10580" - xlink:href="#linearGradient3394" - inkscape:collect="always" /> - </defs> - <sodipodi:namedview - fill="#a40000" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.26666667" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-127.33612" - inkscape:cy="17.441956" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:showpageshadow="false" - inkscape:window-width="872" - inkscape:window-height="688" - inkscape:window-x="213" - inkscape:window-y="160" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>System - Installer</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - sodipodi:nodetypes="ccccc" - id="path7822" - d="M 7.0663522,9.8326324 L 11.142857,5.5714286 L 34.714286,5.5714286 L 39.034663,9.9336477 L 7.0663522,9.8326324 z " - style="opacity:1.0000000;color:#000000;fill:#6b6c69;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#606060;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <g - id="g5022" - transform="matrix(2.01828e-2,0,0,2.086758e-2,41.09416,37.29644)"> - <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect4173" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccc" - id="path5058" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5018" - sodipodi:nodetypes="cccc" /> - </g> - <rect - ry="1.4285715" - rx="1.4285721" - y="9.4285717" - x="6.5756874" - height="31.142857" - width="32.848644" - id="rect6910" - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient7676);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#606060;stroke-width:1.0000001;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccccc" - id="rect7826" - d="M 38.857143,22.756128 L 38.857143,39.184701 C 38.857143,39.659558 38.494011,40.041844 38.042945,40.041844 L 15.874474,40.041844 L 15.923863,22.756128 C 15.923863,22.756128 38.857143,22.756128 38.857143,22.756128 z " - style="color:#000000;fill:#a40000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:1.0000000 1.0000000 ;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cc" - id="path7824" - d="M 15.379549,11.285714 L 15.379549,39.285714" - style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#606060;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:1.0000000 1.0000000 ;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - style="color:#000000;fill:#f0f0f0;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:1.0000000 1.0000000 ;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 38.857143,22.613273 L 38.857143,11.470414 C 38.857143,10.995557 38.494011,10.613271 38.042945,10.613271 L 15.874474,10.613271 L 15.923863,22.613273 C 15.923863,22.613273 38.857143,22.613273 38.857143,22.613273 z " - id="path10582" - sodipodi:nodetypes="cccccc" /> - <path - sodipodi:nodetypes="ccccccccs" - id="rect7829" - d="M 11.512932,6.5274685 C 11.512932,6.5274685 34.285047,6.5274685 34.285047,6.5274685 C 34.285047,6.5274685 38.542046,10.784467 38.542046,10.784467 L 38.542046,39.215524 C 38.542046,39.503290 38.310378,39.734958 38.022612,39.734958 L 7.9773979,39.734958 C 7.6896315,39.734958 7.4579639,39.503290 7.4579639,39.215524 L 7.4579639,10.784467 C 7.4579639,10.784467 11.512932,6.5274685 11.512932,6.5274685 z " - style="opacity:0.62566847;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient7840);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <g - transform="translate(-0.999997,-0.285714)" - id="g10554"> - <path - transform="matrix(0.550240,0.000000,0.000000,0.550240,19.89726,20.62321)" - d="M 47.275139 37.595428 A 22.728432 7.5761442 0 1 1 1.8182755,37.595428 A 22.728432 7.5761442 0 1 1 47.275139 37.595428 z" - sodipodi:ry="7.5761442" - sodipodi:rx="22.728432" - sodipodi:cy="37.595428" - sodipodi:cx="24.546707" - id="path10170" - style="opacity:0.62566847;color:#000000;fill:url(#radialGradient10566);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:1.0000000 1.0000000 ;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <g - id="g10156" - transform="translate(-1.642857,-2.642857)"> - <path - style="fill:url(#linearGradient10568);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - d="M 34.951289,21.954475 C 28.324780,21.954475 22.996247,27.283008 22.996247,33.909517 C 22.996247,40.536026 28.324780,45.864559 34.951289,45.864559 C 41.577799,45.864559 46.906332,40.536026 46.906332,33.909517 C 46.906332,27.283008 41.577799,21.954475 34.951289,21.954475 L 34.951289,21.954475 z M 34.951289,36.778727 C 33.380055,36.778727 32.082079,35.480751 32.082079,33.909517 C 32.082079,32.338283 33.380055,31.040307 34.951289,31.040307 C 36.522523,31.040307 37.820499,32.338283 37.820499,33.909517 C 37.820499,35.480751 36.522523,36.778727 34.951289,36.778727 z " - id="path3040" /> - <path - style="fill:url(#linearGradient10570);fill-rule:nonzero;stroke:#808080;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 34.951305,21.566644 C 28.109819,21.566644 22.608417,27.068045 22.608417,33.909532 C 22.608417,40.751018 28.109819,46.252419 34.951305,46.252419 C 41.792792,46.252419 47.294193,40.751018 47.294193,33.909532 C 47.294193,27.068045 41.792792,21.566644 34.951305,21.566644 L 34.951305,21.566644 z M 34.951305,36.871824 C 33.329097,36.871824 31.989012,35.531740 31.989012,33.909532 C 31.989012,32.287324 33.329097,30.947239 34.951305,30.947239 C 36.573513,30.947239 37.913598,32.287324 37.913598,33.909532 C 37.913598,35.531740 36.573513,36.871824 34.951305,36.871824 z " - id="path3049" /> - <path - style="opacity:0.10999996;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - d="M 34.951289,28.111323 C 31.713337,28.111323 29.153095,30.746866 29.153095,33.909517 C 29.153095,37.147471 31.788638,39.707712 34.951289,39.707712 C 38.189242,39.707712 40.749484,37.072169 40.749484,33.909517 C 40.749484,30.671564 38.113940,28.111323 34.951289,28.111323 L 34.951289,28.111323 z M 34.951289,37.072169 C 33.219361,37.072169 31.788638,35.641446 31.788638,33.909517 C 31.788638,32.177589 33.219361,30.746866 34.951289,30.746866 C 36.683217,30.746866 38.113940,32.177589 38.113940,33.909517 C 38.113940,35.641446 36.683217,37.072169 34.951289,37.072169 z " - id="path3051" /> - <path - id="path3916" - d="M 38.150519,22.816711 L 36.086643,30.847436 C 36.732045,31.019312 37.248181,31.418679 37.598790,31.971330 L 44.709966,27.639233 C 43.255134,25.269429 40.920193,23.525895 38.150519,22.816711 z " - style="fill:url(#linearGradient10572);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" /> - <path - style="fill:url(#linearGradient10574);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 30.911911,44.678269 L 33.629199,36.844465 C 33.000117,36.620097 32.518571,36.179639 32.214597,35.600027 L 24.771257,39.332667 C 26.026282,41.814082 28.209936,43.743724 30.911911,44.678269 z " - id="path4214" /> - <path - sodipodi:nodetypes="cccccc" - id="path5264" - d="M 34.951287,22.548803 C 28.654207,22.548803 23.590575,27.612435 23.590575,33.909515 C 23.590575,40.206596 28.654207,45.270227 34.951287,45.270227 C 41.248368,45.270227 46.311999,40.206596 46.311999,33.909515 C 46.311999,27.612435 41.248368,22.548803 34.951287,22.548803 L 34.951287,22.548803 z " - style="opacity:0.54644811;fill:none;fill-rule:nonzero;stroke:url(#linearGradient10576);stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" /> - <path - transform="matrix(0.573842,0.000000,0.000000,0.573842,21.03068,19.61419)" - d="M 30.405591 24.930641 A 6.0987959 6.0987959 0 1 1 18.207999,24.930641 A 6.0987959 6.0987959 0 1 1 30.405591 24.930641 z" - sodipodi:ry="6.0987959" - sodipodi:rx="6.0987959" - sodipodi:cy="24.930641" - sodipodi:cx="24.306795" - id="path6026" - style="opacity:0.67213112;color:#000000;fill:none;fill-opacity:0.31638417;fill-rule:nonzero;stroke:url(#linearGradient10578);stroke-width:1.6215941;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - id="path3390" - d="M 34.951289,23.065643 C 28.940684,23.065643 24.107415,27.898912 24.107415,33.909517 C 24.107415,39.920122 28.940684,44.753391 34.951289,44.753391 C 40.961895,44.753391 45.795164,39.920122 45.795164,33.909517 C 45.795164,27.898912 40.961895,23.065643 34.951289,23.065643 L 34.951289,23.065643 z M 34.951289,36.512047 C 33.526094,36.512047 32.348759,35.334712 32.348759,33.909517 C 32.348759,32.484322 33.526094,31.306987 34.951289,31.306987 C 36.376484,31.306987 37.553819,32.484322 37.553819,33.909517 C 37.553819,35.334712 36.376484,36.512047 34.951289,36.512047 z " - style="opacity:0.11428566;fill:url(#radialGradient10580);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" /> - </g> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/apps/system-software-update.svg b/html/themes/legacy/svg/scalable/apps/system-software-update.svg deleted file mode 100644 index 66eb747c5d9dba82f901993086a0e44b9f31c6d1..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/apps/system-software-update.svg +++ /dev/null @@ -1,1380 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="system-software-update.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg3440" - height="48px" - width="48px" - inkscape:export-filename="/home/jimmac/Desktop/big-software-update.png" - inkscape:export-xdpi="360.00000" - inkscape:export-ydpi="360.00000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective219" /> - <linearGradient - id="linearGradient264"> - <stop - id="stop265" - offset="0.0000000" - style="stop-color:#000000;stop-opacity:0.50299400;" /> - <stop - id="stop266" - offset="1.0000000" - style="stop-color:#000000;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - y2="31.490198" - x2="28.783722" - y1="29.943159" - x1="28.632685" - gradientTransform="matrix(0.810817,0.000000,0.000000,1.233324,1.118717,-4.642761)" - gradientUnits="userSpaceOnUse" - id="linearGradient263" - xlink:href="#linearGradient264" - inkscape:collect="always" /> - <linearGradient - id="linearGradient218"> - <stop - id="stop219" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:0.44910181;" /> - <stop - id="stop222" - offset="1.0000000" - style="stop-color:#ffffff;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="22.227985" - x2="38.105118" - y1="22.227985" - x1="36.373066" - gradientTransform="matrix(1.138691,0.000000,0.000000,1.732051,-19.29901,-4.517761)" - id="linearGradient217" - xlink:href="#linearGradient218" - inkscape:collect="always" /> - <linearGradient - id="linearGradient204"> - <stop - id="stop205" - offset="0.0000000" - style="stop-color:#7a7a7a;stop-opacity:1.0000000;" /> - <stop - id="stop207" - offset="0.19801980" - style="stop-color:#c5c5c5;stop-opacity:1.0000000;" /> - <stop - id="stop208" - offset="0.59900987" - style="stop-color:#626262;stop-opacity:1.0000000;" /> - <stop - id="stop206" - offset="1.0000000" - style="stop-color:#888888;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="43.915466" - x2="23.100046" - y1="38.296745" - x1="23.100046" - gradientTransform="matrix(0.983801,0.000000,0.000000,1.016466,1.118717,-3.017762)" - id="linearGradient203" - xlink:href="#linearGradient204" - inkscape:collect="always" /> - <linearGradient - id="linearGradient178"> - <stop - id="stop179" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:0.0000000;" /> - <stop - id="stop180" - offset="0.10827128" - style="stop-color:#ffffff;stop-opacity:0.70658684;" /> - <stop - id="stop181" - offset="0.92053902" - style="stop-color:#ffffff;stop-opacity:0.70658684;" /> - <stop - id="stop182" - offset="1.0000000" - style="stop-color:#ffffff;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - y2="117.82710" - x2="15.343062" - y1="117.82710" - x1="1.6422368" - gradientTransform="matrix(2.740165,0,0,0.182471,1.118717,16.49994)" - gradientUnits="userSpaceOnUse" - id="linearGradient177" - xlink:href="#linearGradient178" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="372.57819" - x2="5.0856376" - y1="372.57819" - x1="0.61210024" - gradientTransform="matrix(8.168597,0,0,0.228621,1.118717,-40.55063)" - id="linearGradient271" - xlink:href="#linearGradient272" - inkscape:collect="always" /> - <linearGradient - id="linearGradient272"> - <stop - id="stop273" - offset="0.0000000" - style="stop-color:#474747;stop-opacity:0.0000000;" /> - <stop - id="stop275" - offset="0.10000000" - style="stop-color:#474747;stop-opacity:1.0000000;" /> - <stop - id="stop276" - offset="0.89999998" - style="stop-color:#474747;stop-opacity:1.0000000;" /> - <stop - id="stop274" - offset="1.0000000" - style="stop-color:#474747;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - y2="372.57819" - x2="5.0856376" - y1="372.57819" - x1="0.61210024" - gradientTransform="matrix(8.168597,0.000000,0.000000,0.221210,1.118717,-41.93917)" - gradientUnits="userSpaceOnUse" - id="linearGradient283" - xlink:href="#linearGradient272" - inkscape:collect="always" /> - <linearGradient - id="linearGradient158"> - <stop - id="stop159" - offset="0.0000000" - style="stop-color:#686868;stop-opacity:0.0000000;" /> - <stop - id="stop162" - offset="0.23762377" - style="stop-color:#686868;stop-opacity:1.0000000;" /> - <stop - id="stop163" - offset="0.78109992" - style="stop-color:#686868;stop-opacity:1.0000000;" /> - <stop - id="stop160" - offset="1.0000000" - style="stop-color:#686868;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - y2="117.82710" - x2="15.343062" - y1="117.82710" - x1="1.6422368" - gradientTransform="matrix(2.740165,0.000000,0.000000,0.364942,1.118717,-4.017762)" - gradientUnits="userSpaceOnUse" - id="linearGradient175" - xlink:href="#linearGradient158" - inkscape:collect="always" /> - <linearGradient - id="linearGradient6377"> - <stop - id="stop6379" - offset="0.0000000" - style="stop-color:#e02b2b;stop-opacity:1.0000000;" /> - <stop - id="stop6381" - offset="1.0000000" - style="stop-color:#e02b2b;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient6361"> - <stop - style="stop-color:#143b68;stop-opacity:1;" - offset="0" - id="stop6363" /> - <stop - style="stop-color:#143b68;stop-opacity:0;" - offset="1" - id="stop6365" /> - </linearGradient> - <linearGradient - id="linearGradient4750"> - <stop - id="stop4752" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop4758" - offset="0.37931034" - style="stop-color:#fefefe;stop-opacity:1.0000000;" /> - <stop - id="stop4754" - offset="1.0000000" - style="stop-color:#1d1d1d;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4350" - inkscape:collect="always"> - <stop - id="stop4352" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop4354" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4126"> - <stop - id="stop4128" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - id="stop4130" - offset="1.0000000" - style="stop-color:#ffffff;stop-opacity:0.16494845;" /> - </linearGradient> - <linearGradient - id="linearGradient4114" - inkscape:collect="always"> - <stop - id="stop4116" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop4118" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient3962"> - <stop - id="stop3964" - offset="0.0000000" - style="stop-color:#d3e9ff;stop-opacity:1.0000000;" /> - <stop - id="stop4134" - offset="0.15517241" - style="stop-color:#d3e9ff;stop-opacity:1.0000000;" /> - <stop - id="stop4346" - offset="0.75000000" - style="stop-color:#4074ae;stop-opacity:1.0000000;" /> - <stop - id="stop3966" - offset="1.0000000" - style="stop-color:#36486c;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - r="29.993349" - fy="15.716079" - fx="18.247644" - cy="15.716079" - cx="18.247644" - gradientTransform="matrix(0.674967,0.000000,0.000000,0.674981,7.864706,3.589839)" - id="radialGradient3968" - xlink:href="#linearGradient3962" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - r="12.289036" - fy="63.965388" - fx="15.115514" - cy="63.965388" - cx="15.115514" - gradientTransform="scale(1.64399,0.608276)" - id="radialGradient4120" - xlink:href="#linearGradient4114" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - r="43.526714" - fy="12.142302" - fx="15.601279" - cy="12.142302" - cx="15.601279" - gradientTransform="matrix(0.674967,0.000000,0.000000,0.674981,7.864706,3.589839)" - id="radialGradient4132" - xlink:href="#linearGradient4126" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - r="32.664848" - fy="10.476453" - fx="11.826907" - cy="10.476453" - cx="11.826907" - gradientTransform="scale(1.179536,0.847791)" - id="radialGradient4356" - xlink:href="#linearGradient4350" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - r="40.692665" - fy="17.810213" - fx="18.934305" - cy="17.486208" - cx="18.633780" - gradientTransform="scale(1.036822,0.964486)" - id="radialGradient4756" - xlink:href="#linearGradient4750" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6261" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6263" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6265" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6267" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6269" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6271" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6273" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6275" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6277" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6279" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6281" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6283" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6285" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6287" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6289" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6291" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6293" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6295" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6297" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6299" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6301" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6303" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6305" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6307" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6309" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6311" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6313" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6315" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6317" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6319" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6321" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6323" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6325" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6327" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6329" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6331" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6333" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6335" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6337" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6339" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6341" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6343" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6345" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6347" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6349" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6351" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6353" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6355" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6357" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4750" - id="radialGradient6359" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.036822,0.964486)" - cx="18.633780" - cy="17.486208" - fx="18.934305" - fy="17.810213" - r="40.692665" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6361" - id="linearGradient6367" - gradientTransform="matrix(0.950176,0.000000,0.000000,1.250550,-2.628603,-7.378111)" - x1="12.190513" - y1="12.062389" - x2="17.850138" - y2="31.674618" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6377" - id="linearGradient6375" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.950176,-5.364674e-17,7.060588e-17,-1.250550,51.70714,46.10410)" - x1="9.7568795" - y1="12.524661" - x2="17.850138" - y2="31.674618" /> - </defs> - <sodipodi:namedview - inkscape:window-y="138" - inkscape:window-x="124" - inkscape:window-height="688" - inkscape:window-width="872" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="true" - inkscape:current-layer="layer1" - inkscape:cy="12.601861" - inkscape:cx="-121.50016" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.16470588" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - inkscape:showpageshadow="false" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Software Update</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:contributor> - <cc:Agent> - <dc:title /> - </cc:Agent> - </dc:contributor> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:source>http://jimmac.musichall.cz</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>network update</rdf:li> - <rdf:li>software</rdf:li> - <rdf:li>synchronize</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <rect - y="36.982246" - x="6.1187172" - height="4.0000000" - width="36.542522" - id="rect69" - style="color:#000000;fill:url(#linearGradient175);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" /> - <path - transform="matrix(0.759089,0,0,0.877848,5.774479,4.605797)" - d="M 45.052803 38.908627 A 20.203051 7.4751287 0 1 1 4.6467018,38.908627 A 20.203051 7.4751287 0 1 1 45.052803 38.908627 z" - sodipodi:ry="7.4751287" - sodipodi:rx="20.203051" - sodipodi:cy="38.908627" - sodipodi:cx="24.849752" - id="path4112" - style="fill:url(#radialGradient4120);fill-opacity:1;stroke:none;stroke-opacity:1" - sodipodi:type="arc" /> - <rect - y="39.984222" - x="6.1187172" - height="0.98959237" - width="36.542522" - id="rect255" - style="color:#000000;fill:url(#linearGradient283);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" /> - <rect - y="36.017567" - x="6.1187172" - height="1.022747" - width="36.542522" - id="rect250" - style="color:black;fill:url(#linearGradient271);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <rect - y="37" - x="6.1187172" - height="2" - width="36.542522" - id="rect176" - style="color:black;fill:url(#linearGradient177);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <path - id="rect183" - d="M 22.584707,26.450993 C 21.801233,26.450993 21.178457,27.073767 21.178457,27.857243 L 21.178457,35.450993 L 18.115957,35.450993 C 17.332483,35.450993 16.709707,36.073767 16.709707,36.857243 L 16.709707,40.575993 C 16.709707,41.359467 17.332483,41.982246 18.115957,41.982243 L 30.303457,41.982243 C 31.086931,41.982243 31.709707,41.359464 31.709707,40.575993 L 31.709707,36.857243 C 31.709707,36.073769 31.086931,35.450993 30.303457,35.450993 L 27.709707,35.450993 L 27.709707,27.857243 C 27.709707,27.073769 27.086932,26.450993 26.303457,26.450993 L 22.584707,26.450993 z " - style="color:#000000;fill:url(#linearGradient203);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#434343;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" /> - <rect - ry="0.29955584" - rx="0.29955584" - y="32.482246" - x="22.118719" - height="3.0000000" - width="1.9722718" - id="rect209" - style="color:#000000;fill:url(#linearGradient217);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" /> - <path - id="path3214" - d="M 37.536463,19.441939 C 37.536463,26.670720 31.676269,32.530847 24.448482,32.530847 C 17.220034,32.530847 11.360171,26.670654 11.360171,19.441939 C 11.360171,12.213491 17.220034,6.3539621 24.448482,6.3539621 C 31.676269,6.3539621 37.536463,12.213491 37.536463,19.441939 L 37.536463,19.441939 z " - style="fill:url(#radialGradient3968);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#39396c;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000;stroke-dasharray:none;stroke-width:2.0000000" /> - <path - transform="matrix(0.564236,0.000000,0.000000,0.674974,14.53810,3.589842)" - d="M 30.708637 15.271057 A 12.929953 9.2934036 0 1 1 4.8487320,15.271057 A 12.929953 9.2934036 0 1 1 30.708637 15.271057 z" - sodipodi:ry="9.2934036" - sodipodi:rx="12.929953" - sodipodi:cy="15.271057" - sodipodi:cx="17.778685" - id="path4348" - style="opacity:0.42159382;fill:url(#radialGradient4356);fill-opacity:1.0000000;stroke:none;stroke-opacity:1.0000000" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="cccc" - id="path258" - d="M 27.212467,32.185368 L 21.681217,32.185368 C 21.681217,32.185368 21.681217,33.872868 21.681217,34.357243 C 22.228092,32.575993 27.212467,32.185368 27.212467,32.185368 z " - style="color:#000000;fill:url(#linearGradient263);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" /> - <g - transform="matrix(0.663075,0.000000,0.000000,0.663075,7.946434,3.747052)" - style="fill:#000000;fill-opacity:0.71345031;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - id="g4136"> - <g - id="g4138"> - <g - id="g4142"> - <path - id="path4144" - d="M 44.071300,20.714400 C 44.071300,20.977100 44.071300,20.714400 44.071300,20.714400 L 43.526400,21.331600 C 43.192400,20.938000 42.817400,20.607000 42.436600,20.261300 L 41.600700,20.384300 L 40.837000,19.521000 L 40.837000,20.589400 L 41.491300,21.084500 L 41.926800,21.577700 L 42.508800,20.919500 C 42.655300,21.193900 42.799800,21.468300 42.945300,21.742700 L 42.945300,22.565000 L 42.290000,23.305200 L 41.090800,24.128400 L 40.182600,25.034700 L 39.600600,24.374500 L 39.891600,23.634300 L 39.310500,22.976100 L 38.329100,20.878400 L 37.493200,19.933100 L 37.274400,20.179200 L 37.602500,21.372600 L 38.219700,22.071800 C 38.572200,23.089400 38.920900,24.062000 39.383800,25.034700 C 40.101600,25.034700 40.778300,24.958500 41.491200,24.868700 L 41.491200,25.444900 L 40.619100,27.584100 L 39.819300,28.488400 L 39.165000,29.888800 C 39.165000,30.656400 39.165000,31.424000 39.165000,32.191500 L 39.383800,33.097800 L 39.020500,33.508000 L 38.219700,34.002100 L 37.383800,34.701300 L 38.075200,35.482600 L 37.129900,36.306800 L 37.311500,36.840000 L 35.893500,38.445500 L 34.949200,38.445500 L 34.149400,38.939600 L 33.639600,38.939600 L 33.639600,38.281400 L 33.422800,36.963000 C 33.141500,36.136800 32.848600,35.316500 32.550700,34.496200 C 32.550700,33.890700 32.586800,33.291100 32.623000,32.685700 L 32.987300,31.863400 L 32.477500,30.875100 L 32.514600,29.517700 L 31.823200,28.736400 L 32.168900,27.605500 L 31.606400,26.967300 L 30.624000,26.967300 L 30.296900,26.597200 L 29.315500,27.214900 L 28.916100,26.761300 L 28.006900,27.543000 C 27.389700,26.843300 26.771500,26.144100 26.153400,25.444900 L 25.426800,23.716400 L 26.081100,22.730100 L 25.717800,22.319000 L 26.516600,20.425400 C 27.172900,19.609000 27.858400,18.825800 28.551800,18.039700 L 29.788100,17.710600 L 31.169000,17.546500 L 32.114300,17.793600 L 33.459000,19.150000 L 33.931700,18.615800 L 34.585000,18.533800 L 35.821300,18.944900 L 36.766600,18.944900 L 37.420900,18.368700 L 37.711900,17.957600 L 37.056600,17.546500 L 35.965800,17.464500 C 35.663100,17.044600 35.381800,16.603200 35.022400,16.230100 L 34.658100,16.394200 L 34.512600,17.464500 L 33.858300,16.724300 L 33.713800,15.900100 L 32.987200,15.325900 L 32.695200,15.325900 L 33.422700,16.148200 L 33.131700,16.888400 L 32.550600,17.052500 L 32.913900,16.312300 L 32.258600,15.984200 L 31.678500,15.326000 L 30.586700,15.572100 L 30.442200,15.900200 L 29.787900,16.312300 L 29.424600,17.217600 L 28.516400,17.669700 L 28.116000,17.217600 L 27.680500,17.217600 L 27.680500,15.736200 L 28.625800,15.242100 L 29.352400,15.242100 L 29.205900,14.666900 L 28.625800,14.090700 L 29.606300,13.884600 L 30.151200,13.268400 L 30.586700,12.527200 L 31.387500,12.527200 L 31.168700,11.952000 L 31.678500,11.622900 L 31.678500,12.281100 L 32.768300,12.527200 L 33.858100,11.622900 L 33.931300,11.210800 L 34.875600,10.553100 C 34.533800,10.595600 34.192000,10.626800 33.858000,10.717700 L 33.858000,9.9766000 L 34.221300,9.1538000 L 33.858000,9.1538000 L 33.059600,9.8940000 L 32.840800,10.305600 L 33.059600,10.882300 L 32.695300,11.868600 L 32.114200,11.539500 L 31.606400,10.964300 L 30.805600,11.539500 L 30.514600,10.223600 L 31.895500,9.3188000 L 31.895500,8.8247000 L 32.768500,8.2490000 L 34.149400,7.9194000 L 35.094700,8.2490000 L 36.838800,8.5781000 L 36.403300,9.0713000 L 35.458000,9.0713000 L 36.403300,10.058600 L 37.129900,9.2363000 L 37.350600,8.8745000 C 37.350600,8.8745000 40.137700,11.372500 41.730500,14.105000 C 43.323300,16.838400 44.071300,20.060100 44.071300,20.714400 z " /> - </g> - </g> - <g - id="g4146"> - <g - id="g4150"> - <path - id="path4152" - d="M 26.070300,9.2363000 L 25.997100,9.7295000 L 26.506900,10.058600 L 27.378000,9.4829000 L 26.942500,8.9892000 L 26.360500,9.3188000 L 26.070500,9.2363000" /> - </g> - </g> - <g - id="g4154"> - <g - id="g4158"> - <path - id="path4160" - d="M 26.870100,5.8633000 L 24.979500,5.1226000 L 22.799800,5.3692000 L 20.109400,6.1094000 L 19.600600,6.6035000 L 21.272500,7.7549000 L 21.272500,8.4131000 L 20.618200,9.0713000 L 21.491200,10.800300 L 22.071300,10.470200 L 22.799800,9.3188000 C 23.922800,8.9716000 24.929700,8.5781000 25.997100,8.0844000 L 26.870100,5.8632000" /> - </g> - </g> - <g - id="g4162"> - <g - id="g4166"> - <path - id="path4168" - d="M 28.833000,12.774900 L 28.542000,12.033700 L 28.032200,12.198700 L 28.178700,13.103000 L 28.833000,12.774900" /> - </g> - </g> - <g - id="g4170"> - <g - id="g4174"> - <path - id="path4176" - d="M 29.123000,12.608900 L 28.977500,13.597200 L 29.777300,13.432200 L 30.358400,12.857000 L 29.849600,12.362900 C 29.678700,11.907800 29.482400,11.483000 29.268500,11.046500 L 28.833000,11.046500 L 28.833000,11.539700 L 29.123000,11.868800 L 29.123000,12.609000" /> - </g> - </g> - <g - id="g4178"> - <g - id="g4182"> - <path - id="path4184" - d="M 18.365200,28.242200 L 17.783200,27.089900 L 16.692900,26.843300 L 16.111400,25.280800 L 14.657800,25.444900 L 13.422400,24.540600 L 12.113300,25.692000 L 12.113300,25.873600 C 11.717300,25.759300 11.230500,25.743700 10.877900,25.526900 L 10.586900,24.704600 L 10.586900,23.799300 L 9.7148000,23.881300 C 9.7876000,23.305100 9.8598000,22.729900 9.9331000,22.153800 L 9.4238000,22.153800 L 8.9155000,22.812000 L 8.4062000,23.058100 L 7.6791000,22.647900 L 7.6063000,21.742600 L 7.7518000,20.755300 L 8.8426000,19.933000 L 9.7147000,19.933000 L 9.8597000,19.438900 L 10.950000,19.685000 L 11.749800,20.673300 L 11.895300,19.026800 L 13.276600,17.875400 L 13.785400,16.641000 L 14.803000,16.229900 L 15.384500,15.407600 L 16.692600,15.159600 L 17.347400,14.173300 C 16.693100,14.173300 16.038800,14.173300 15.384500,14.173300 L 16.620300,13.597100 L 17.491900,13.597100 L 18.728200,13.185000 L 18.873700,12.692800 L 18.437200,12.280700 L 17.928400,12.115700 L 18.073900,11.622500 L 17.710600,10.882300 L 16.838000,11.210400 L 16.983500,10.552700 L 15.965900,9.9765000 L 15.166600,11.374400 L 15.238900,11.868500 L 14.439600,12.198600 L 13.930300,13.267900 L 13.712500,12.280600 L 12.331200,11.704400 L 12.112900,10.964200 L 13.930300,9.8939000 L 14.730100,9.1537000 L 14.802900,8.2489000 L 14.366900,8.0018000 L 13.785400,7.9193000 L 13.422100,8.8246000 C 13.422100,8.8246000 12.814200,8.9437000 12.657900,8.9823000 C 10.661800,10.821700 6.6286000,14.792400 5.6916000,22.288500 C 5.7287000,22.462300 6.3708000,23.470100 6.3708000,23.470100 L 7.8972000,24.374400 L 9.4236000,24.786500 L 10.078400,25.609700 L 11.095500,26.349900 L 11.677000,26.267900 L 12.113000,26.464200 L 12.113000,26.597000 L 11.531900,28.160000 L 11.095400,28.818200 L 11.240900,29.148300 L 10.877600,30.380700 L 12.186200,32.767400 L 13.494300,33.919700 L 14.076300,34.742000 L 14.003100,36.470500 L 14.439600,37.456800 L 14.003100,39.349400 C 14.003100,39.349400 13.968900,39.337700 14.024600,39.527100 C 14.080800,39.716600 16.353700,40.978300 16.498200,40.870900 C 16.642200,40.761500 16.765300,40.665800 16.765300,40.665800 L 16.620300,40.255600 L 17.201400,39.679400 L 17.419700,39.103200 L 18.365000,38.773100 L 19.091600,36.962600 L 18.873800,36.470400 L 19.381600,35.730200 L 20.472400,35.482200 L 21.054400,34.165800 L 20.908900,32.521300 L 21.781000,31.286900 L 21.926500,30.052500 C 20.733100,29.460700 19.549500,28.851300 18.365000,28.242000" /> - </g> - </g> - <g - id="g4186"> - <g - id="g4190"> - <path - id="path4192" - d="M 16.765600,9.5649000 L 17.492200,10.058600 L 18.074200,10.058600 L 18.074200,9.4829000 L 17.347600,9.1538000 L 16.765600,9.5649000" /> - </g> - </g> - <g - id="g4194"> - <g - id="g4198"> - <path - id="path4200" - d="M 14.876000,8.9072000 L 14.512200,9.8120000 L 15.239300,9.8120000 L 15.603100,8.9892000 C 15.916600,8.7675000 16.228600,8.5444000 16.547900,8.3310000 L 17.275000,8.5781000 C 17.759400,8.9072000 18.243800,9.2363000 18.728600,9.5649000 L 19.456100,8.9072000 L 18.655800,8.5781000 L 18.292000,7.8374000 L 16.911100,7.6728000 L 16.838300,7.2612000 L 16.184000,7.4262000 L 15.893600,8.0020000 L 15.529800,7.2613000 L 15.384800,7.5904000 L 15.457600,8.4132000 L 14.876000,8.9072000" /> - </g> - </g> - <g - id="g4202"> - <g - id="g4204" - style="opacity:0.75000000"> - <path - d="" - id="path4206" /> - </g> - <g - id="g4208"> - <path - d="" - id="path4210" /> - </g> - </g> - <g - id="g4212"> - <g - id="g4214" - style="opacity:0.75000000"> - <path - d="" - id="path4216" /> - </g> - <g - id="g4218"> - <path - d="" - id="path4220" /> - </g> - </g> - <g - id="g4222"> - <g - id="g4226"> - <path - id="path4228" - d="M 17.492200,6.8496000 L 17.856000,6.5210000 L 18.583100,6.3564000 C 19.081100,6.1142000 19.581100,5.9511000 20.109500,5.7802000 L 19.819500,5.2865000 L 18.881000,5.4213000 L 18.437600,5.8632000 L 17.706600,5.9692000 L 17.056700,6.2744000 L 16.740800,6.4272000 L 16.547900,6.6855000 L 17.492200,6.8496000" /> - </g> - </g> - <g - id="g4230"> - <g - id="g4234"> - <path - id="path4236" - d="M 18.728500,14.666500 L 19.165000,14.008300 L 18.510200,13.515100 L 18.728500,14.666500" /> - </g> - </g> - </g> - <g - style="fill:#ffffff;fill-opacity:0.95906430" - id="g236" - transform="translate(9.098961e-2,-3.064632)"> - <rect - ry="0.50000000" - rx="0.50000000" - y="40.000000" - x="20.000000" - height="1.0000000" - width="10.000000" - id="rect226" - style="color:#000000;fill-rule:nonzero;stroke:none;stroke-width:1.1400000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" /> - <path - transform="matrix(2.058824,0.000000,0.000000,2.058824,-19.49265,-43.10846)" - d="M 19.000000 40.625000 A 0.53125000 0.53125000 0 1 1 17.937500,40.625000 A 0.53125000 0.53125000 0 1 1 19.000000 40.625000 z" - sodipodi:ry="0.53125000" - sodipodi:rx="0.53125000" - sodipodi:cy="40.625000" - sodipodi:cx="18.468750" - id="path235" - style="color:#000000;fill-rule:nonzero;stroke:none;stroke-width:1.1400000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" - sodipodi:type="arc" /> - </g> - <g - transform="matrix(0.663075,0.000000,0.000000,0.663075,7.810068,3.610686)" - style="color:#000000;fill:url(#radialGradient6261);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0179454;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3216"> - <g - style="color:#000000;fill:url(#radialGradient6263);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3218"> - <g - style="color:#000000;fill:url(#radialGradient6267);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3222"> - <path - style="color:#000000;fill:url(#radialGradient6269);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3224" - d="M 44.071300,20.714400 C 44.071300,20.977100 44.071300,20.714400 44.071300,20.714400 L 43.526400,21.331600 C 43.192400,20.938000 42.817400,20.607000 42.436600,20.261300 L 41.600700,20.384300 L 40.837000,19.521000 L 40.837000,20.589400 L 41.491300,21.084500 L 41.926800,21.577700 L 42.508800,20.919500 C 42.655300,21.193900 42.799800,21.468300 42.945300,21.742700 L 42.945300,22.565000 L 42.290000,23.305200 L 41.090800,24.128400 L 40.182600,25.034700 L 39.600600,24.374500 L 39.891600,23.634300 L 39.310500,22.976100 L 38.329100,20.878400 L 37.493200,19.933100 L 37.274400,20.179200 L 37.602500,21.372600 L 38.219700,22.071800 C 38.572200,23.089400 38.920900,24.062000 39.383800,25.034700 C 40.101600,25.034700 40.778300,24.958500 41.491200,24.868700 L 41.491200,25.444900 L 40.619100,27.584100 L 39.819300,28.488400 L 39.165000,29.888800 C 39.165000,30.656400 39.165000,31.424000 39.165000,32.191500 L 39.383800,33.097800 L 39.020500,33.508000 L 38.219700,34.002100 L 37.383800,34.701300 L 38.075200,35.482600 L 37.129900,36.306800 L 37.311500,36.840000 L 35.893500,38.445500 L 34.949200,38.445500 L 34.149400,38.939600 L 33.639600,38.939600 L 33.639600,38.281400 L 33.422800,36.963000 C 33.141500,36.136800 32.848600,35.316500 32.550700,34.496200 C 32.550700,33.890700 32.586800,33.291100 32.623000,32.685700 L 32.987300,31.863400 L 32.477500,30.875100 L 32.514600,29.517700 L 31.823200,28.736400 L 32.168900,27.605500 L 31.606400,26.967300 L 30.624000,26.967300 L 30.296900,26.597200 L 29.315500,27.214900 L 28.916100,26.761300 L 28.006900,27.543000 C 27.389700,26.843300 26.771500,26.144100 26.153400,25.444900 L 25.426800,23.716400 L 26.081100,22.730100 L 25.717800,22.319000 L 26.516600,20.425400 C 27.172900,19.609000 27.858400,18.825800 28.551800,18.039700 L 29.788100,17.710600 L 31.169000,17.546500 L 32.114300,17.793600 L 33.459000,19.150000 L 33.931700,18.615800 L 34.585000,18.533800 L 35.821300,18.944900 L 36.766600,18.944900 L 37.420900,18.368700 L 37.711900,17.957600 L 37.056600,17.546500 L 35.965800,17.464500 C 35.663100,17.044600 35.381800,16.603200 35.022400,16.230100 L 34.658100,16.394200 L 34.512600,17.464500 L 33.858300,16.724300 L 33.713800,15.900100 L 32.987200,15.325900 L 32.695200,15.325900 L 33.422700,16.148200 L 33.131700,16.888400 L 32.550600,17.052500 L 32.913900,16.312300 L 32.258600,15.984200 L 31.678500,15.326000 L 30.586700,15.572100 L 30.442200,15.900200 L 29.787900,16.312300 L 29.424600,17.217600 L 28.516400,17.669700 L 28.116000,17.217600 L 27.680500,17.217600 L 27.680500,15.736200 L 28.625800,15.242100 L 29.352400,15.242100 L 29.205900,14.666900 L 28.625800,14.090700 L 29.606300,13.884600 L 30.151200,13.268400 L 30.586700,12.527200 L 31.387500,12.527200 L 31.168700,11.952000 L 31.678500,11.622900 L 31.678500,12.281100 L 32.768300,12.527200 L 33.858100,11.622900 L 33.931300,11.210800 L 34.875600,10.553100 C 34.533800,10.595600 34.192000,10.626800 33.858000,10.717700 L 33.858000,9.9766000 L 34.221300,9.1538000 L 33.858000,9.1538000 L 33.059600,9.8940000 L 32.840800,10.305600 L 33.059600,10.882300 L 32.695300,11.868600 L 32.114200,11.539500 L 31.606400,10.964300 L 30.805600,11.539500 L 30.514600,10.223600 L 31.895500,9.3188000 L 31.895500,8.8247000 L 32.768500,8.2490000 L 34.149400,7.9194000 L 35.094700,8.2490000 L 36.838800,8.5781000 L 36.403300,9.0713000 L 35.458000,9.0713000 L 36.403300,10.058600 L 37.129900,9.2363000 L 37.350600,8.8745000 C 37.350600,8.8745000 40.137700,11.372500 41.730500,14.105000 C 43.323300,16.838400 44.071300,20.060100 44.071300,20.714400 z " /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6271);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3226"> - <g - style="color:#000000;fill:url(#radialGradient6275);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3230"> - <path - style="color:#000000;fill:url(#radialGradient6277);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3232" - d="M 26.070300,9.2363000 L 25.997100,9.7295000 L 26.506900,10.058600 L 27.378000,9.4829000 L 26.942500,8.9892000 L 26.360500,9.3188000 L 26.070500,9.2363000" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6279);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3234"> - <g - style="color:#000000;fill:url(#radialGradient6283);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3238"> - <path - style="color:#000000;fill:url(#radialGradient6285);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3240" - d="M 26.870100,5.8633000 L 24.979500,5.1226000 L 22.799800,5.3692000 L 20.109400,6.1094000 L 19.600600,6.6035000 L 21.272500,7.7549000 L 21.272500,8.4131000 L 20.618200,9.0713000 L 21.491200,10.800300 L 22.071300,10.470200 L 22.799800,9.3188000 C 23.922800,8.9716000 24.929700,8.5781000 25.997100,8.0844000 L 26.870100,5.8632000" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6287);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3242"> - <g - style="color:#000000;fill:url(#radialGradient6291);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3246"> - <path - style="color:#000000;fill:url(#radialGradient6293);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3248" - d="M 28.833000,12.774900 L 28.542000,12.033700 L 28.032200,12.198700 L 28.178700,13.103000 L 28.833000,12.774900" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6295);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3250"> - <g - style="color:#000000;fill:url(#radialGradient6299);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3254"> - <path - style="color:#000000;fill:url(#radialGradient6301);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3256" - d="M 29.123000,12.608900 L 28.977500,13.597200 L 29.777300,13.432200 L 30.358400,12.857000 L 29.849600,12.362900 C 29.678700,11.907800 29.482400,11.483000 29.268500,11.046500 L 28.833000,11.046500 L 28.833000,11.539700 L 29.123000,11.868800 L 29.123000,12.609000" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6303);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3258"> - <g - style="color:#000000;fill:url(#radialGradient6307);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3262"> - <path - style="color:#000000;fill:url(#radialGradient6309);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3264" - d="M 18.365200,28.242200 L 17.783200,27.089900 L 16.692900,26.843300 L 16.111400,25.280800 L 14.657800,25.444900 L 13.422400,24.540600 L 12.113300,25.692000 L 12.113300,25.873600 C 11.717300,25.759300 11.230500,25.743700 10.877900,25.526900 L 10.586900,24.704600 L 10.586900,23.799300 L 9.7148000,23.881300 C 9.7876000,23.305100 9.8598000,22.729900 9.9331000,22.153800 L 9.4238000,22.153800 L 8.9155000,22.812000 L 8.4062000,23.058100 L 7.6791000,22.647900 L 7.6063000,21.742600 L 7.7518000,20.755300 L 8.8426000,19.933000 L 9.7147000,19.933000 L 9.8597000,19.438900 L 10.950000,19.685000 L 11.749800,20.673300 L 11.895300,19.026800 L 13.276600,17.875400 L 13.785400,16.641000 L 14.803000,16.229900 L 15.384500,15.407600 L 16.692600,15.159600 L 17.347400,14.173300 C 16.693100,14.173300 16.038800,14.173300 15.384500,14.173300 L 16.620300,13.597100 L 17.491900,13.597100 L 18.728200,13.185000 L 18.873700,12.692800 L 18.437200,12.280700 L 17.928400,12.115700 L 18.073900,11.622500 L 17.710600,10.882300 L 16.838000,11.210400 L 16.983500,10.552700 L 15.965900,9.9765000 L 15.166600,11.374400 L 15.238900,11.868500 L 14.439600,12.198600 L 13.930300,13.267900 L 13.712500,12.280600 L 12.331200,11.704400 L 12.112900,10.964200 L 13.930300,9.8939000 L 14.730100,9.1537000 L 14.802900,8.2489000 L 14.366900,8.0018000 L 13.785400,7.9193000 L 13.422100,8.8246000 C 13.422100,8.8246000 12.814200,8.9437000 12.657900,8.9823000 C 10.661800,10.821700 6.6286000,14.792400 5.6916000,22.288500 C 5.7287000,22.462300 6.3708000,23.470100 6.3708000,23.470100 L 7.8972000,24.374400 L 9.4236000,24.786500 L 10.078400,25.609700 L 11.095500,26.349900 L 11.677000,26.267900 L 12.113000,26.464200 L 12.113000,26.597000 L 11.531900,28.160000 L 11.095400,28.818200 L 11.240900,29.148300 L 10.877600,30.380700 L 12.186200,32.767400 L 13.494300,33.919700 L 14.076300,34.742000 L 14.003100,36.470500 L 14.439600,37.456800 L 14.003100,39.349400 C 14.003100,39.349400 13.968900,39.337700 14.024600,39.527100 C 14.080800,39.716600 16.353700,40.978300 16.498200,40.870900 C 16.642200,40.761500 16.765300,40.665800 16.765300,40.665800 L 16.620300,40.255600 L 17.201400,39.679400 L 17.419700,39.103200 L 18.365000,38.773100 L 19.091600,36.962600 L 18.873800,36.470400 L 19.381600,35.730200 L 20.472400,35.482200 L 21.054400,34.165800 L 20.908900,32.521300 L 21.781000,31.286900 L 21.926500,30.052500 C 20.733100,29.460700 19.549500,28.851300 18.365000,28.242000" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6311);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3266"> - <g - style="color:#000000;fill:url(#radialGradient6315);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3270"> - <path - style="color:#000000;fill:url(#radialGradient6317);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3272" - d="M 16.765600,9.5649000 L 17.492200,10.058600 L 18.074200,10.058600 L 18.074200,9.4829000 L 17.347600,9.1538000 L 16.765600,9.5649000" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6319);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3274"> - <g - style="color:#000000;fill:url(#radialGradient6323);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3278"> - <path - style="color:#000000;fill:url(#radialGradient6325);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3280" - d="M 14.876000,8.9072000 L 14.512200,9.8120000 L 15.239300,9.8120000 L 15.603100,8.9892000 C 15.916600,8.7675000 16.228600,8.5444000 16.547900,8.3310000 L 17.275000,8.5781000 C 17.759400,8.9072000 18.243800,9.2363000 18.728600,9.5649000 L 19.456100,8.9072000 L 18.655800,8.5781000 L 18.292000,7.8374000 L 16.911100,7.6728000 L 16.838300,7.2612000 L 16.184000,7.4262000 L 15.893600,8.0020000 L 15.529800,7.2613000 L 15.384800,7.5904000 L 15.457600,8.4132000 L 14.876000,8.9072000" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6327);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3282"> - <g - id="g3284" - style="opacity:0.75000000;color:#000000;fill:url(#radialGradient6329);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"> - <path - id="path3286" - style="color:#000000;fill:url(#radialGradient6331);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - d="" /> - </g> - <g - style="color:#000000;fill:url(#radialGradient6333);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3288"> - <path - style="color:#000000;fill:url(#radialGradient6335);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3290" - d="" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6337);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3292"> - <g - id="g3294" - style="opacity:0.75000000;color:#000000;fill:url(#radialGradient6339);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"> - <path - id="path3296" - style="color:#000000;fill:url(#radialGradient6341);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - d="" /> - </g> - <g - style="color:#000000;fill:url(#radialGradient6343);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3298"> - <path - style="color:#000000;fill:url(#radialGradient6345);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3300" - d="" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6347);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3302"> - <g - style="color:#000000;fill:url(#radialGradient6351);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3306"> - <path - style="color:#000000;fill:url(#radialGradient6353);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3308" - d="M 17.492200,6.8496000 L 17.856000,6.5210000 L 18.583100,6.3564000 C 19.081100,6.1142000 19.581100,5.9511000 20.109500,5.7802000 L 19.819500,5.2865000 L 18.881000,5.4213000 L 18.437600,5.8632000 L 17.706600,5.9692000 L 17.056700,6.2744000 L 16.740800,6.4272000 L 16.547900,6.6855000 L 17.492200,6.8496000" /> - </g> - </g> - <g - style="color:#000000;fill:url(#radialGradient6355);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3310"> - <g - style="color:#000000;fill:url(#radialGradient6359);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="g3314"> - <path - style="color:#000000;fill:url(#radialGradient4756);stroke-dashoffset:0.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - id="path3316" - d="M 18.728500,14.666500 L 19.165000,14.008300 L 18.510200,13.515100 L 18.728500,14.666500" /> - </g> - </g> - </g> - <path - id="path4122" - d="M 36.871774,19.441963 C 36.871774,26.303627 31.309195,31.866145 24.448475,31.866145 C 17.587125,31.866145 12.024859,26.303564 12.024859,19.441963 C 12.024859,12.580614 17.587125,7.0186651 24.448475,7.0186651 C 31.309195,7.0186651 36.871774,12.580614 36.871774,19.441963 L 36.871774,19.441963 z " - style="fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient4132);stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" /> - <path - id="path5902" - d="M 5.3935749,10.941178 C 0.84819341,23.232818 9.4520542,34.433912 23.052696,34.433912 C 14.482897,34.433912 7.5108693,27.461952 7.5108693,18.892087 C 7.5108693,12.874995 11.030621,7.3515951 16.481428,4.8040746 L 0.53977192,8.6930816 L 5.3935749,10.941178 z " - style="fill:url(#linearGradient6367);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" /> - <path - style="fill:url(#linearGradient6375);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - d="M 43.684948,27.784836 C 48.230330,15.493195 39.626469,4.2921045 26.025828,4.2921045 C 34.595627,4.2921045 41.567654,11.264062 41.567654,19.833926 C 41.567654,25.851018 38.047903,31.374420 32.597096,33.921941 L 48.538752,30.032933 L 43.684948,27.784836 z " - id="path6369" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/apps/system-users.svg b/html/themes/legacy/svg/scalable/apps/system-users.svg deleted file mode 100644 index 7d628b86d848afb77c83e2f23bcc7dbe8fd38d59..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/apps/system-users.svg +++ /dev/null @@ -1,539 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg2108" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" - sodipodi:docname="system-users.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective72" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4356"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop4358" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop4360" /> - </linearGradient> - <linearGradient - id="linearGradient4344"> - <stop - style="stop-color:#727e0a;stop-opacity:1;" - offset="0" - id="stop4346" /> - <stop - style="stop-color:#5b6508;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop4348" /> - </linearGradient> - <linearGradient - id="linearGradient4338"> - <stop - id="stop4340" - offset="0.0000000" - style="stop-color:#e9b15e;stop-opacity:1.0000000;" /> - <stop - id="stop4342" - offset="1.0000000" - style="stop-color:#966416;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4163"> - <stop - style="stop-color:#3b74bc;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop4165" /> - <stop - style="stop-color:#2d5990;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop4167" /> - </linearGradient> - <linearGradient - id="linearGradient3824"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop3826" /> - <stop - style="stop-color:#c9c9c9;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop3828" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient3816"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop3818" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop3820" /> - </linearGradient> - <linearGradient - id="linearGradient3800"> - <stop - style="stop-color:#f4d9b1;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop3802" /> - <stop - style="stop-color:#df9725;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop3804" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3800" - id="radialGradient3806" - cx="29.344931" - cy="17.064077" - fx="29.344931" - fy="17.064077" - r="9.1620579" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3816" - id="radialGradient3822" - cx="31.112698" - cy="19.008621" - fx="31.112698" - fy="19.008621" - r="8.6620579" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3824" - id="linearGradient3830" - x1="30.935921" - y1="29.553486" - x2="30.935921" - y2="35.803486" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4163" - id="radialGradient4169" - cx="28.089741" - cy="27.203083" - fx="28.089741" - fy="27.203083" - r="13.565360" - gradientTransform="matrix(1.297564,2.881172e-16,-1.964720e-16,0.884831,-8.358505,4.940469)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3800" - id="radialGradient4171" - gradientUnits="userSpaceOnUse" - cx="29.344931" - cy="17.064077" - fx="29.344931" - fy="17.064077" - r="9.1620579" - gradientTransform="matrix(0.787998,3.877637e-16,-3.877637e-16,0.787998,6.221198,3.617627)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3824" - id="linearGradient4175" - gradientUnits="userSpaceOnUse" - x1="30.935921" - y1="29.553486" - x2="30.935921" - y2="35.803486" - gradientTransform="translate(0.707108,0.000000)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3816" - id="radialGradient4179" - gradientUnits="userSpaceOnUse" - cx="31.112698" - cy="19.008621" - fx="31.112698" - fy="19.008621" - r="8.6620579" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3824" - id="linearGradient4326" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-12.41789,-7.000000)" - x1="30.935921" - y1="29.553486" - x2="30.935921" - y2="35.803486" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4338" - id="radialGradient4328" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.787998,3.877637e-16,-3.877637e-16,0.787998,6.221198,3.617627)" - cx="29.344931" - cy="17.064077" - fx="29.344931" - fy="17.064077" - r="9.1620579" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3816" - id="radialGradient4330" - gradientUnits="userSpaceOnUse" - cx="31.112698" - cy="19.008621" - fx="31.112698" - fy="19.008621" - r="8.6620579" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3824" - id="linearGradient4332" - gradientUnits="userSpaceOnUse" - x1="30.935921" - y1="29.553486" - x2="30.935921" - y2="35.803486" - gradientTransform="translate(-13.12500,-7.000000)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3816" - id="radialGradient4336" - gradientUnits="userSpaceOnUse" - cx="31.112698" - cy="19.008621" - fx="31.112698" - fy="19.008621" - r="8.6620579" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4344" - id="radialGradient4350" - cx="16.214741" - cy="19.836468" - fx="16.214741" - fy="19.836468" - r="13.565360" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.681917,0.000000,8.233773)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4356" - id="linearGradient4362" - x1="20.661695" - y1="35.817974" - x2="22.626925" - y2="36.217758" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,6.231716,-2.651466)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4356" - id="linearGradient4366" - gradientUnits="userSpaceOnUse" - x1="22.686766" - y1="36.390400" - x2="21.408455" - y2="35.739632" - gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,55.10960,-3.945209)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4356" - id="linearGradient4372" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.072120,-9.824920)" - x1="20.661695" - y1="35.817974" - x2="22.626925" - y2="36.217758" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4356" - id="linearGradient4374" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)" - x1="22.686766" - y1="36.390400" - x2="21.408455" - y2="35.739632" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4356" - id="linearGradient1366" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.977685,0.210075,0.210075,0.977685,41.80576,-11.11866)" - x1="22.686766" - y1="36.390400" - x2="21.408455" - y2="35.739632" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4356" - id="linearGradient1369" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.983375,0.181588,-0.181588,0.983375,-7.072120,-9.824920)" - x1="20.661695" - y1="35.817974" - x2="22.626925" - y2="36.217758" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3824" - id="linearGradient1372" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-12.41789,-7.000000)" - x1="30.935921" - y1="29.553486" - x2="30.935921" - y2="35.803486" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4344" - id="radialGradient1381" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.681917,0.000000,8.233773)" - cx="16.214741" - cy="19.836468" - fx="16.214741" - fy="19.836468" - r="13.565360" /> - </defs> - <sodipodi:namedview - inkscape:showpageshadow="false" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-130.79856" - inkscape:cy="13.86274" - inkscape:current-layer="layer2" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - fill="#9db029" - stroke="#727e0a" - inkscape:window-width="872" - inkscape:window-height="815" - inkscape:window-x="265" - inkscape:window-y="33" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>People</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>users</rdf:li> - <rdf:li>people</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="cipek" - inkscape:groupmode="layer" - style="display:inline"> - <path - transform="matrix(1.775510,0.000000,0.000000,0.959183,-37.37822,11.77153)" - sodipodi:type="arc" - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4336);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="path4177" - sodipodi:cx="31.112698" - sodipodi:cy="19.008621" - sodipodi:rx="8.6620579" - sodipodi:ry="8.6620579" - d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" /> - <path - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient1381);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#404604;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 12.861174,34.636039 L 23.467776,34.636039 C 26.472980,34.636039 29.448260,33.534107 30.538843,30.393398 C 31.574482,27.410922 30.715620,21.731340 23.998106,17.135146 L 11.446960,17.135146 C 4.7294460,21.377786 3.8899690,27.179977 5.4365530,30.570174 C 7.0121480,34.023964 9.6791930,34.636039 12.861174,34.636039 z " - id="path2329" - sodipodi:nodetypes="cczcczc" /> - <path - sodipodi:nodetypes="cccc" - id="path3812" - d="M 17.932367,19.786797 C 17.932367,19.786797 15.781044,21.447132 15.966376,23.447330 C 13.925150,21.646536 13.866503,18.195806 13.866503,18.195806 L 17.932367,19.786797 z " - style="opacity:1.0000000;color:#000000;fill:#9db029;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cczcczc" - id="path3838" - d="M 12.966639,33.571836 L 23.283309,33.571836 C 25.923032,33.571836 28.536470,32.603917 29.494421,29.845169 C 30.404110,27.225409 29.399699,22.236555 23.499142,18.199332 L 11.974417,18.199332 C 6.0738600,21.925999 5.0864770,27.022551 6.4449710,30.000446 C 7.8289490,33.034200 10.171638,33.571836 12.966639,33.571836 z " - style="opacity:0.21518983;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1.0000000;color:#000000;fill:#9db029;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 18.910795,19.786797 C 18.910795,19.786797 21.062118,21.447132 20.876786,23.447330 C 22.918012,21.646536 22.976659,18.195806 22.976659,18.195806 L 18.910795,19.786797 z " - id="path3810" - sodipodi:nodetypes="cccc" /> - <path - d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" - sodipodi:ry="8.6620579" - sodipodi:rx="8.6620579" - sodipodi:cy="19.008621" - sodipodi:cx="31.112698" - id="path3814" - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4330);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" - transform="translate(-13.25000,-3.500000)" /> - <path - sodipodi:type="arc" - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4328);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#6f4709;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="path2327" - sodipodi:cx="31.112698" - sodipodi:cy="19.008621" - sodipodi:rx="8.6620579" - sodipodi:ry="8.6620579" - d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" - transform="translate(-13.12500,-7.000000)" /> - <path - d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" - sodipodi:ry="8.6620579" - sodipodi:rx="8.6620579" - sodipodi:cy="19.008621" - sodipodi:cx="31.112698" - id="path3834" - style="opacity:0.12658228;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.1401283px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" - transform="matrix(0.877095,0.000000,0.000000,0.877095,-9.301073,-4.663733)" /> - <path - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient1372);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 22.583894,27.034641 L 26.826534,27.034641 L 24.351661,24.736544 L 23.821331,25.443651 L 23.291000,24.913321 L 22.583894,27.034641 z " - id="path4173" /> - <path - style="opacity:0.22784807;color:#000000;fill:url(#linearGradient1369);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 8.5479535,33.601747 C 7.3003465,33.056778 6.7419595,31.743470 6.7419595,31.743470 C 7.5832405,27.674334 10.461885,24.697254 10.461885,24.697254 C 10.461885,24.697254 8.1825635,31.108768 8.5479535,33.601747 z " - id="path4368" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path4370" - d="M 27.453661,32.743396 C 28.684912,32.162418 29.258041,30.741075 29.258041,30.741075 C 28.298921,26.698092 25.281892,23.898254 25.281892,23.898254 C 25.281892,23.898254 27.746485,30.240856 27.453661,32.743396 z " - style="opacity:0.22784807;color:#000000;fill:url(#linearGradient1366);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="dalsi cipek" - style="display:inline"> - <path - transform="matrix(1.77551,0,0,0.583984,-24.25322,28.27856)" - sodipodi:type="arc" - style="opacity:1;color:black;fill:url(#radialGradient4179);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path4306" - sodipodi:cx="31.112698" - sodipodi:cy="19.008621" - sodipodi:rx="8.6620579" - sodipodi:ry="8.6620579" - d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.45064,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" /> - <path - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4169);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#204a87;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 25.986174,41.636039 L 36.592776,41.636039 C 39.597980,41.636039 42.573260,40.534107 43.663843,37.393398 C 44.699482,34.410922 43.840620,28.731340 37.123106,24.135146 L 24.571960,24.135146 C 17.854446,28.377786 17.014969,34.179977 18.561553,37.570174 C 20.137148,41.023964 22.804193,41.636039 25.986174,41.636039 z " - id="path4308" - sodipodi:nodetypes="cczcczc" /> - <path - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient3830);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 26.693281,25.726136 C 29.875261,28.554563 31.289475,38.807612 31.289475,38.807612 C 31.289475,38.807612 32.703688,28.554564 35.178562,25.549360 L 26.693281,25.726136 z " - id="path4310" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path4312" - d="M 28.972721,26.786797 C 28.972721,26.786797 26.821398,28.447132 27.006730,30.447330 C 24.965504,28.646536 24.906857,25.195806 24.906857,25.195806 L 28.972721,26.786797 z " - style="opacity:1.0000000;color:#000000;fill:#729fcf;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cczcczc" - id="path4314" - d="M 25.914862,40.593933 L 36.408309,40.571836 C 39.048032,40.571836 41.661470,39.603917 42.619421,36.845169 C 43.529110,34.225409 42.524699,29.236555 36.624142,25.199332 L 25.099417,24.956264 C 19.198860,28.682931 18.056797,33.779483 19.437388,37.000446 C 20.817980,40.221409 22.832599,40.571836 25.914862,40.593933 z " - style="opacity:0.21518983;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999976px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1.0000000;color:#000000;fill:#729fcf;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 33.410795,26.786797 C 33.410795,26.786797 35.562118,28.447132 35.376786,30.447330 C 37.418012,28.646536 37.476659,25.195806 37.476659,25.195806 L 33.410795,26.786797 z " - id="path4316" - sodipodi:nodetypes="cccc" /> - <path - d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" - sodipodi:ry="8.6620579" - sodipodi:rx="8.6620579" - sodipodi:cy="19.008621" - sodipodi:cx="31.112698" - id="path4318" - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient3822);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" - transform="translate(-0.125000,3.500000)" /> - <path - sodipodi:type="arc" - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient4171);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#c17d11;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="path4320" - sodipodi:cx="31.112698" - sodipodi:cy="19.008621" - sodipodi:rx="8.6620579" - sodipodi:ry="8.6620579" - d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" /> - <path - d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1 22.450640,19.008621 A 8.6620579 8.6620579 0 1 1 39.774755 19.008621 z" - sodipodi:ry="8.6620579" - sodipodi:rx="8.6620579" - sodipodi:cy="19.008621" - sodipodi:cx="31.112698" - id="path4322" - style="opacity:0.19620253;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.1401283px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" - transform="matrix(0.877095,0.000000,0.000000,0.877095,3.823927,2.336267)" /> - <path - style="opacity:0.22784807;color:#000000;fill:url(#linearGradient4362);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 21.851790,40.775197 C 20.604183,40.230228 20.045796,38.916920 20.045796,38.916920 C 20.887077,34.847784 23.765721,31.870704 23.765721,31.870704 C 23.765721,31.870704 21.486400,38.282218 21.851790,40.775197 z " - id="path4354" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path4364" - d="M 40.757497,39.916846 C 41.988748,39.335868 42.561877,37.914525 42.561877,37.914525 C 41.602757,33.871542 38.585728,31.071704 38.585728,31.071704 C 38.585728,31.071704 41.050321,37.414306 40.757497,39.916846 z " - style="opacity:0.22784807;color:#000000;fill:url(#linearGradient4366);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/apps/utilities-system-monitor.svg b/html/themes/legacy/svg/scalable/apps/utilities-system-monitor.svg deleted file mode 100644 index 8f4b9462e3f879b5dddc756b03edf6464c302043..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/apps/utilities-system-monitor.svg +++ /dev/null @@ -1,435 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg1306" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" - sodipodi:docname="utilities-system-monitor.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs1308"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective69" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5031" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5029" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient5027" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2223"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2225" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2229" /> - </linearGradient> - <linearGradient - id="linearGradient2222"> - <stop - style="stop-color:#5187d6;stop-opacity:1;" - offset="0" - id="stop2224" /> - <stop - style="stop-color:#1e4580;stop-opacity:1;" - offset="1" - id="stop2227" /> - </linearGradient> - <linearGradient - id="linearGradient3090"> - <stop - style="stop-color:#626c07;stop-opacity:1;" - offset="0" - id="stop3092" /> - <stop - style="stop-color:#313603;stop-opacity:1;" - offset="1" - id="stop3094" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2238"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2240" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2242" /> - </linearGradient> - <linearGradient - id="linearGradient2224"> - <stop - style="stop-color:#32342f;stop-opacity:0.54639173;" - offset="0.0000000" - id="stop2226" /> - <stop - style="stop-color:#32342f;stop-opacity:0;" - offset="1" - id="stop2228" /> - </linearGradient> - <linearGradient - id="linearGradient2214"> - <stop - style="stop-color:#a9aaa7;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2216" /> - <stop - style="stop-color:#676964;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2218" /> - </linearGradient> - <linearGradient - id="linearGradient2206"> - <stop - style="stop-color:#c3c6c0;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2208" /> - <stop - style="stop-color:#e8eae6;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2210" /> - </linearGradient> - <linearGradient - id="linearGradient2198"> - <stop - style="stop-color:#32342f;stop-opacity:1;" - offset="0" - id="stop2200" /> - <stop - style="stop-color:#171816;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2202" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2180"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2182" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2184" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2206" - id="linearGradient2212" - x1="25.861118" - y1="26.133587" - x2="18.300278" - y2="19.567596" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.952387,0.000000,0.000000,1.018339,1.142599,-1.941627)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2214" - id="linearGradient2220" - x1="0.0012142062" - y1="24.012266" - x2="47.998765" - y2="24.012266" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.952387,0.000000,0.000000,1.018339,1.142599,-1.941627)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2224" - id="radialGradient2230" - cx="24.041630" - cy="42.242130" - fx="24.041630" - fy="42.242130" - r="17.576654" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.304598,-5.757924e-16,29.37527)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2238" - id="linearGradient2244" - x1="20.338758" - y1="19.636894" - x2="46.092255" - y2="39.708324" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.952387,0.000000,0.000000,1.015657,1.142599,-0.876325)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2180" - id="linearGradient1340" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.809547,0.000000,0.000000,1.750325,-16.00036,-15.78719)" - x1="8.8207808" - y1="12.53757" - x2="12.499243" - y2="24.238262" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2222" - id="radialGradient2229" - cx="23.994133" - cy="32.266911" - fx="23.994133" - fy="32.266911" - r="19.088932" - gradientTransform="matrix(1.768625,-1.961257e-23,1.552064e-23,1.387102,-18.44248,-15.29268)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2223" - id="linearGradient2231" - x1="35.694206" - y1="37.333858" - x2="15.044075" - y2="5.9588566" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.25490196" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-105.4283" - inkscape:cy="21.335249" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="1064" - inkscape:window-height="782" - inkscape:window-x="370" - inkscape:window-y="66" - inkscape:showpageshadow="false" - fill="#204a87" /> - <metadata - id="metadata1311"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>System Monitor</dc:title> - <dc:date>2005-10-10</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:creator> - <dc:subject> - <rdf:Bag> - <rdf:li>system</rdf:li> - <rdf:li>monitor</rdf:li> - <rdf:li>performance</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:contributor> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - id="g5022" - transform="matrix(2.454499e-2,0,0,2.086758e-2,45.89369,40.09109)"> - <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect4173" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccc" - id="path5058" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5018" - sodipodi:nodetypes="cccc" /> - </g> - <rect - style="opacity:1;fill:url(#linearGradient2212);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2220);stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect1316" - width="44.759838" - height="41.701817" - x="1.6199486" - y="1.6600797" - rx="4.5659914" - ry="4.5659928" /> - <rect - style="opacity:1;fill:url(#radialGradient2229);fill-opacity:1;fill-rule:evenodd;stroke:#173562;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect1314" - width="37.177864" - height="28.954594" - x="5.4052019" - y="5.4815545" - rx="1.6946707" - ry="1.694671" /> - <path - style="opacity:1;fill:#ecffd9;fill-opacity:1;fill-rule:evenodd;stroke:#c3ea9b;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.41618497" - d="M 12.390689,20.935247 L 6.3688614,20.935247 L 6.3688614,22.152253 L 14.087646,22.152253 L 15.493568,16.239132 L 18.956082,29.936652 L 22.164804,19.116952 L 25.059348,25.028755 L 28.946308,21.516786 L 41.654736,21.516786 L 41.654736,19.457141 L 28.505235,19.457141 L 25.335019,22.596741 L 22.059557,15.937588 L 19.049723,24.112486 L 15.78119,11.248712 L 12.390689,20.935247 z " - id="path2188" - sodipodi:nodetypes="ccccccccccccccccc" /> - <rect - style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2244);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect2232" - width="42.894741" - height="39.646549" - x="2.553669" - y="2.6544337" - rx="4.1303334" - ry="4.1303344" /> - <path - sodipodi:nodetypes="ccccccccccccccccc" - id="path3088" - d="M 11.515689,20.012278 L 6.3688614,20.012278 L 6.3688614,23.061029 L 14.962646,22.936029 L 15.618568,19.893387 L 18.963229,32.601726 L 22.539804,21.135091 L 25.059348,26.551191 L 29.321308,22.442609 L 41.654736,22.317609 L 40.904736,18.408071 L 28.505235,18.283071 L 25.460019,21.456026 L 22.059557,13.665616 L 19.424723,20.604266 L 15.90619,8.333659 L 11.515689,20.012278 z " - style="opacity:0.38068183;fill:#ecffd9;fill-opacity:1;fill-rule:evenodd;stroke:#c3ea9b;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.41618497" /> - <path - style="opacity:0.43181817;fill:url(#linearGradient1340);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="M 6.84375,6.96875 L 6.84375,15.795073 C 10.513653,16.483179 14.582567,16.875 18.875,16.875 C 27.810295,16.875 35.812258,15.21019 41.15625,12.596829 L 41.15625,6.96875 L 6.84375,6.96875 z " - id="rect2178" - sodipodi:nodetypes="ccsccc" /> - <g - id="g3126" - style="opacity:0.07954544;fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" - transform="translate(0.187500,0.687500)"> - <path - style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 39.125,37.8125 L 38.0625,37.34375 C 37.805688,37.204184 37.500156,37.125 37.1875,37.125 C 36.187,37.125 35.375,37.937 35.375,38.9375 C 35.375,39.938 36.187,40.75 37.1875,40.75 C 38.156734,40.75 38.951426,39.988481 39,39.03125 C 39.000392,39.02353 38.999705,39.007745 39,39 L 39.125,37.8125 z " - id="path3120" - sodipodi:nodetypes="ccsssscc" /> - <path - sodipodi:nodetypes="ccsssscc" - id="path3122" - d="M 28.992526,37.544659 L 28.893139,38.709836 C 28.855813,38.999729 28.892396,39.313228 29.005385,39.604754 C 29.366952,40.537636 30.417519,41.001313 31.350402,40.639747 C 32.283284,40.27818 32.746961,39.227613 32.385394,38.29473 C 32.035127,37.391001 31.037884,36.925219 30.127792,37.225858 C 30.120452,37.228282 30.105982,37.234627 30.098654,37.237151 L 28.992526,37.544659 z " - style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 25.5,37.8125 L 24.5625,37.34375 C 24.305688,37.204184 24.000156,37.125 23.6875,37.125 C 22.687,37.125 21.875,37.937 21.875,38.9375 C 21.875,39.938 22.687,40.75 23.6875,40.75 C 24.656734,40.75 25.451426,39.988481 25.5,39.03125 C 25.500392,39.02353 25.499705,39.007745 25.5,39 L 25.5,37.8125 z " - id="path3124" - sodipodi:nodetypes="ccsssscc" /> - </g> - <path - style="opacity:1;color:#000000;fill:#e0e2df;fill-opacity:1;fill-rule:nonzero;stroke:#9b9d99;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 39.125,37.8125 L 38.0625,37.34375 C 37.805688,37.204184 37.500156,37.125 37.1875,37.125 C 36.187,37.125 35.375,37.937 35.375,38.9375 C 35.375,39.938 36.187,40.75 37.1875,40.75 C 38.156734,40.75 38.951426,39.988481 39,39.03125 C 39.000392,39.02353 38.999705,39.007745 39,39 L 39.125,37.8125 z " - id="path3111" - sodipodi:nodetypes="ccsssscc" /> - <path - sodipodi:nodetypes="ccsssscc" - id="path3116" - d="M 28.992526,37.544659 L 28.893139,38.709836 C 28.855813,38.999729 28.892396,39.313228 29.005385,39.604754 C 29.366952,40.537636 30.417519,41.001313 31.350402,40.639747 C 32.283284,40.27818 32.746961,39.227613 32.385394,38.29473 C 32.035127,37.391001 31.037884,36.925219 30.127792,37.225858 C 30.120452,37.228282 30.105982,37.234627 30.098654,37.237151 L 28.992526,37.544659 z " - style="opacity:1;color:#000000;fill:#e0e2df;fill-opacity:1;fill-rule:nonzero;stroke:#9b9d99;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1;color:#000000;fill:#e0e2df;fill-opacity:1;fill-rule:nonzero;stroke:#9b9d99;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 25.5,37.8125 L 24.5625,37.34375 C 24.305688,37.204184 24.000156,37.125 23.6875,37.125 C 22.687,37.125 21.875,37.937 21.875,38.9375 C 21.875,39.938 22.687,40.75 23.6875,40.75 C 24.656734,40.75 25.451426,39.988481 25.5,39.03125 C 25.500392,39.02353 25.499705,39.007745 25.5,39 L 25.5,37.8125 z " - id="path3118" - sodipodi:nodetypes="ccsssscc" /> - <rect - ry="2.5696716" - rx="2.5696716" - y="4.635767" - x="4.3192058" - height="30.646179" - width="39.349869" - id="rect2221" - style="opacity:0.57386364;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2231);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/apps/utilities-terminal.svg b/html/themes/legacy/svg/scalable/apps/utilities-terminal.svg deleted file mode 100644 index 995fb90b37e63106a19af7726485e4baa9720952..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/apps/utilities-terminal.svg +++ /dev/null @@ -1,500 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg1306" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps" - sodipodi:docname="utilities-terminal.svg" - inkscape:export-filename="/home/andreas/projekt/bild/tango/terminal4.png" - inkscape:export-xdpi="240.00000" - inkscape:export-ydpi="240.00000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs1308"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective79" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5031" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient5029" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient5027" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - inkscape:collect="always" - id="linearGradient6447"> - <stop - style="stop-color:#777973;stop-opacity:1;" - offset="0" - id="stop6449" /> - <stop - style="stop-color:#777973;stop-opacity:0;" - offset="1" - id="stop6451" /> - </linearGradient> - <linearGradient - id="linearGradient4254"> - <stop - style="stop-color:#616161;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop4256" /> - <stop - style="stop-color:#a0a0a0;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop4258" /> - </linearGradient> - <linearGradient - id="linearGradient5176"> - <stop - id="stop5178" - offset="0.0000000" - style="stop-color:#a2a59c;stop-opacity:1.0000000;" /> - <stop - id="stop5180" - offset="1.0000000" - style="stop-color:#535750;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient2667"> - <stop - id="stop2669" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - id="stop2671" - offset="1.0000000" - style="stop-color:#fcfcff;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="26.729263" - x2="17.199417" - y1="1.6537577" - x1="11.492236" - gradientTransform="matrix(1.236157,0.000000,0.000000,0.896051,-1.081820,2.830699)" - id="linearGradient2673" - xlink:href="#linearGradient2667" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2238"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2240" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2242" /> - </linearGradient> - <linearGradient - id="linearGradient2224"> - <stop - style="stop-color:#32342f;stop-opacity:0.54639173;" - offset="0.0000000" - id="stop2226" /> - <stop - style="stop-color:#32342f;stop-opacity:0;" - offset="1" - id="stop2228" /> - </linearGradient> - <linearGradient - id="linearGradient2214"> - <stop - style="stop-color:#a9aaa7;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2216" /> - <stop - style="stop-color:#676964;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2218" /> - </linearGradient> - <linearGradient - id="linearGradient2206"> - <stop - style="stop-color:#777973;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2208" /> - <stop - style="stop-color:#cbccca;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2210" /> - </linearGradient> - <linearGradient - id="linearGradient2198"> - <stop - style="stop-color:#748f48;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2200" /> - <stop - style="stop-color:#1f2816;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2202" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2198" - id="linearGradient2204" - x1="23.118565" - y1="9.5830288" - x2="22.440805" - y2="34.225887" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.950085,0.000000,0.000000,0.965659,1.243978,0.255342)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2206" - id="linearGradient2212" - x1="29.870447" - y1="32.285740" - x2="24.841814" - y2="14.157946" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.957412,0.000000,0.000000,0.952331,1.022766,0.133307)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5176" - id="linearGradient2220" - x1="8.6529236" - y1="9.5865316" - x2="21.305075" - y2="32.497993" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.957412,0.000000,0.000000,0.952331,1.022766,0.133307)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2224" - id="radialGradient2230" - cx="24.041630" - cy="42.242130" - fx="24.041630" - fy="42.242130" - r="17.576654" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.304598,-1.841788e-16,29.37527)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2238" - id="linearGradient2244" - x1="20.338758" - y1="19.636894" - x2="48.845253" - y2="49.730762" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.953506,0.000000,0.000000,0.947873,1.141528,1.205591)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4254" - id="linearGradient4260" - x1="11.048059" - y1="9.1463490" - x2="26.178129" - y2="30.343304" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.997583,0.000000,0.000000,0.989941,0.104141,7.028871e-2)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2214" - id="linearGradient5719" - x1="40.253334" - y1="42.318577" - x2="36.451904" - y2="37.999615" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.744756,0.000000,9.569132)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient6447" - id="radialGradient6453" - cx="37.495606" - cy="39.510023" - fx="37.495606" - fy="39.510023" - r="2.5100370" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.737790,0.000000,9.844321)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.19607843" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-138.1893" - inkscape:cy="12.124648" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="926" - inkscape:window-height="818" - inkscape:window-x="0" - inkscape:window-y="30" - showguides="true" - inkscape:guide-bbox="true" - inkscape:showpageshadow="false" /> - <metadata - id="metadata1311"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Terminal</dc:title> - <dc:date>2005-10-15</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:creator> - <dc:subject> - <rdf:Bag> - <rdf:li>terminal</rdf:li> - <rdf:li>emulator</rdf:li> - <rdf:li>term</rdf:li> - <rdf:li>command line</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:contributor> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - id="g5022" - transform="matrix(2.454499e-2,0,0,2.086758e-2,46.14369,39.34109)"> - <rect - y="-150.69685" - x="-1559.2523" - height="478.35718" - width="1339.6335" - id="rect4173" - style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cccc" - id="path5058" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - id="path5018" - sodipodi:nodetypes="cccc" /> - </g> - <rect - style="opacity:1.0000000;fill:url(#linearGradient2212);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2220);stroke-width:0.99999946;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" - id="rect1316" - width="44.996037" - height="38.998734" - x="1.5026338" - y="3.5015533" - rx="4.8517075" - ry="4.8517079" /> - <rect - style="opacity:1.0000000;fill:url(#linearGradient2204);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient4260);stroke-width:0.99495775;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" - id="rect1314" - width="37.088005" - height="29.022322" - x="5.4962788" - y="7.4827089" - rx="1.6452150" - ry="1.6452144" /> - <g - id="g2286" - style="opacity:0.25568182"> - <path - id="path1345" - d="M 8.0152033,11.500361 L 39.994145,11.500361" - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 8.0152033,13.500361 L 39.994145,13.500361" - id="path2264" /> - <path - id="path2266" - d="M 8.0152033,15.500361 L 39.994145,15.500361" - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 8.0152033,17.500361 L 39.994145,17.500361" - id="path2268" /> - <path - id="path2270" - d="M 8.0152033,19.500361 L 39.994145,19.500361" - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 8.0152033,21.500361 L 39.994145,21.500361" - id="path2272" /> - <path - id="path2274" - d="M 8.0152033,23.500361 L 39.994145,23.500361" - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 8.0152033,25.500361 L 39.994145,25.500361" - id="path2276" /> - <path - id="path2278" - d="M 8.0152033,27.500361 L 39.994145,27.500361" - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 8.0152033,29.500361 L 39.994145,29.500361" - id="path2280" /> - <path - id="path2282" - d="M 8.0152033,31.500361 L 39.994145,31.500361" - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#181f10;stroke-width:1.00072134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 8.0152033,33.500361 L 39.994145,33.500361" - id="path2284" /> - </g> - <rect - style="opacity:0.76373626;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2244);stroke-width:0.99999946;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect2232" - width="42.945141" - height="37.000587" - x="2.5542557" - y="4.5007114" - rx="3.7910469" - ry="3.7910469" /> - <path - style="font-size:18.585011px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125.00000%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1.0000000;stroke:#6ed66e;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.27868852;font-family:Bitstream Vera Sans Mono" - d="M 11.625000,20.679392 L 11.625000,17.625000 L 20.609828,21.685794 L 20.609828,23.541713 L 11.625000,27.629147 L 11.625000,24.583829 L 18.589396,22.729971 L 11.625000,20.679392 z M 30.517635,30.705752 L 30.517635,32.679948 L 19.614229,32.679948 L 19.614229,30.705752 L 30.517635,30.705752" - id="text1340" - sodipodi:nodetypes="ccccccccccccc" /> - <path - sodipodi:nodetypes="ccccccc" - style="opacity:0.53142856;fill:url(#linearGradient2673);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 7.625388,8 C 7.102102,8 6.05153,8.190188 6.05153,9.0259761 L 6.16958,25.542519 C 23.841567,24.579133 20.294433,17.286426 42,13.633318 L 41.937264,9.2913791 C 41.859002,8.1662868 41.397947,8.0594548 40.327115,8.066071 L 7.625388,8 z " - id="path2443" /> - <rect - style="opacity:0.71428573;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.9999992;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" - id="rect1340" - width="34.026031" - height="26.057468" - x="6.9894562" - y="8.9805145" - rx="0.11773217" - ry="0.11773217" /> - <rect - style="opacity:1;fill:url(#radialGradient6453);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5719);stroke-width:1.00000119;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect5025" - width="4.0200734" - height="2.9590063" - x="35.485569" - y="37.514935" - rx="0.35819405" - ry="0.56022596" /> - <rect - style="opacity:1;fill:#93d94c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect6458" - width="2" - height="2" - x="32" - y="38" - rx="0.56022543" - ry="0.56022543" /> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path2300" - sodipodi:cx="28.3125" - sodipodi:cy="38.75" - sodipodi:rx="0.5625" - sodipodi:ry="0.5625" - d="M 28.875 38.75 A 0.5625 0.5625 0 1 1 27.75,38.75 A 0.5625 0.5625 0 1 1 28.875 38.75 z" - transform="translate(4.375000,-6.250000e-2)" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/categories/applications-development.svg b/html/themes/legacy/svg/scalable/categories/applications-development.svg deleted file mode 100644 index f575528941a8d7584b8da0296ce4d081778a2144..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/categories/applications-development.svg +++ /dev/null @@ -1,329 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.46" - version="1.0" - sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/categories" - sodipodi:docname="applications-development.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective47" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2807"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2809" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2811" /> - </linearGradient> - <linearGradient - id="linearGradient18284"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop18286" /> - <stop - id="stop20913" - offset="0.5" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop19165" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient11202"> - <stop - style="stop-color:#c4a000;stop-opacity:1;" - offset="0" - id="stop11204" /> - <stop - style="stop-color:#c4a000;stop-opacity:0;" - offset="1" - id="stop11206" /> - </linearGradient> - <linearGradient - id="linearGradient8543"> - <stop - style="stop-color:#fffef5;stop-opacity:0.94117647;" - offset="0" - id="stop8545" /> - <stop - style="stop-color:#fce94f;stop-opacity:0;" - offset="1" - id="stop8547" /> - </linearGradient> - <linearGradient - id="linearGradient5012"> - <stop - style="stop-color:#fdf188;stop-opacity:1;" - offset="0" - id="stop5014" /> - <stop - style="stop-color:#d3bc00;stop-opacity:1;" - offset="1" - id="stop5016" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5012" - id="radialGradient7666" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.136507,-2.396132e-18,-4.484926e-5,7.137743e-2,-23.39816,12.31028)" - cx="336.73767" - cy="-72.420044" - fx="336.73767" - fy="-72.420044" - r="297.21338" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8543" - id="radialGradient8549" - cx="420.87839" - cy="685.99139" - fx="420.87839" - fy="685.99139" - r="235.88632" - gradientTransform="matrix(0.163532,-1.065754e-2,1.078108e-2,0.165425,-46.18187,-65.65506)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8543" - id="radialGradient9434" - cx="500.97794" - cy="286.46918" - fx="500.97794" - fy="286.46918" - r="40.975471" - gradientTransform="matrix(0.224796,1.017229e-2,-9.759474e-3,0.215674,-73.87964,-54.89804)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8543" - id="radialGradient10317" - cx="293.81989" - cy="243.06874" - fx="293.81989" - fy="243.06874" - r="48.782982" - gradientTransform="matrix(0.272962,-7.1724e-2,5.616202e-2,0.213737,-78.54657,-24.30491)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11202" - id="radialGradient11208" - cx="424.99243" - cy="270.67969" - fx="424.99243" - fy="270.67969" - r="38.451698" - gradientTransform="matrix(8.174351e-2,1.024998e-2,-4.335971e-2,0.345793,6.123413,-84.50421)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8543" - id="radialGradient13895" - cx="340.35886" - cy="409.83737" - fx="340.35886" - fy="409.83737" - r="103.26014" - gradientTransform="matrix(0.105628,-4.514018e-2,6.692574e-2,0.156607,-46.01605,-24.35485)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient18284" - id="radialGradient18290" - cx="29.898689" - cy="45.673546" - fx="29.898689" - fy="45.673546" - r="30.365856" - gradientTransform="matrix(1,0,2.702168e-19,0.415385,-2.283104e-16,26.70146)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient8543" - id="radialGradient2798" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.101953,-4.272301e-2,9.621296e-2,0.229599,-48.67227,-64.24148)" - cx="131.23691" - cy="424.15677" - fx="131.23691" - fy="424.15677" - r="35.934704" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2807" - id="radialGradient2813" - cx="15.491823" - cy="10.943316" - fx="15.491823" - fy="10.943316" - r="18.370251" - gradientTransform="matrix(1.402663,1.176399e-16,-9.356816e-17,1.115648,-6.237984,5.33075e-2)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.13333333" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="13.540158" - inkscape:cy="28.304801" - inkscape:document-units="px" - inkscape:current-layer="layer1" - inkscape:window-width="906" - inkscape:window-height="987" - inkscape:window-x="635" - inkscape:window-y="114" - inkscape:showpageshadow="false" - stroke="#c4a000" - showgrid="false" /> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:contributor> - <cc:Agent> - <dc:title>Henrik Andersen</dc:title> - </cc:Agent> - </dc:contributor> - <dc:title>Developer Tools</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>developer</rdf:li> - <rdf:li>dev</rdf:li> - <rdf:li>tool</rdf:li> - <rdf:li>make</rdf:li> - <rdf:li>compile</rdf:li> - <rdf:li>build</rdf:li> - <rdf:li>code</rdf:li> - <rdf:li>hacker</rdf:li> - </rdf:Bag> - </dc:subject> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - id="layer1" - inkscape:groupmode="layer"> - <path - sodipodi:type="arc" - style="opacity:1;fill:url(#radialGradient18290);fill-opacity:1;stroke:none;stroke-width:12.39700031;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path17409" - sodipodi:cx="29.898689" - sodipodi:cy="45.673546" - sodipodi:rx="30.365856" - sodipodi:ry="12.613509" - d="M 60.264545 45.673546 A 30.365856 12.613509 0 1 1 -0.4671669,45.673546 A 30.365856 12.613509 0 1 1 60.264545 45.673546 z" - transform="matrix(0.742527,0,-5.812964e-2,1.428611,4.500517,-36.68345)" /> - <path - style="fill:url(#radialGradient7666);fill-opacity:1;stroke:#c4a000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" - d="M 23.152758,1.1801876 C 20.380218,1.2190783 17.86582,1.8908769 15.634281,3.0196314 C 14.541531,5.1714614 10.9437,7.7293655 9.4689484,8.0015561 C 6.5691703,11.460832 4.6887193,15.805035 3.9754523,19.98162 C 3.9750148,19.984183 3.9758889,19.986781 3.9754523,19.989343 C 2.7890929,21.53906 2.2854415,23.385937 2.5981051,25.521903 C 3.7192795,33.181217 5.8802729,40.410195 10.783201,42.078178 C 17.93763,44.512124 32.65497,43.864025 35.912708,42.536436 C 43.051738,39.62715 43.684161,33.251338 44.80414,25.75618 C 45.109694,23.711348 44.659305,21.914978 43.573539,20.383238 C 43.564583,20.327636 43.555052,20.271764 43.54522,20.215896 C 42.763966,15.777007 40.697859,11.326849 37.602582,7.8466935 C 35.508773,7.62926 31.462964,4.270333 30.483158,2.6229925 C 28.330506,1.7020155 25.961342,1.1801876 23.407632,1.1801876 C 23.322311,1.1801876 23.237595,1.178998 23.152758,1.1801876 z " - id="path3120" - sodipodi:nodetypes="cccscsssscsccsc" /> - <path - style="fill:url(#radialGradient8549);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.66666667" - d="M 43.629688,22.792984 C 39.033494,39.233217 10.438199,40.802737 3.7832765,23.04227 C 3.7410682,39.366403 10.103414,44.083889 28.189955,43.247454 C 31.251932,43.106765 38.199775,43.290321 42.804439,34.110678 C 45.042804,22.600278 43.629688,22.792984 43.629688,22.792984 z " - id="path7668" - sodipodi:nodetypes="ccscc" /> - <path - style="fill:url(#radialGradient9434);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 34.691565,7.6783057 L 37.192446,8.8037033 C 37.192446,8.8037033 35.882042,18.926343 30.52343,25.288675 C 32.295095,18.832841 34.712405,7.6783057 34.691565,7.6783057 z " - id="path8553" - sodipodi:nodetypes="cccc" /> - <path - style="fill:url(#radialGradient10317);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 15.872437,4.1562328 C 17.372967,13.221927 22.374727,23.642261 21.874552,24.163278 C 17.289604,17.181654 15.372261,11.242061 13.871732,6.2403001 C 13.871732,6.1569366 15.872437,4.1770734 15.872437,4.1562328 z " - id="path9436" - sodipodi:nodetypes="cccc" /> - <path - style="fill:url(#radialGradient11208);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 30.21082,3.8227818 C 26.126047,20.328594 25.959322,23.079563 25.959322,23.079563 C 25.959322,23.079563 32.294888,6.3236627 32.294888,5.9068495 C 32.294888,5.9068487 30.710997,4.4063209 30.21082,3.8227818 z " - id="path10319" - sodipodi:nodetypes="ccsc" /> - <flowRoot - xml:space="preserve" - id="flowRoot12974"><flowRegion - id="flowRegion12976"><rect - id="rect12978" - width="40.055775" - height="16.02231" - x="86.787514" - y="412.80496" /></flowRegion><flowPara - id="flowPara12980" /></flowRoot> <path - style="fill:url(#radialGradient13895);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 16.18209,34.476182 L 16.137416,24.906437 L 30.631143,24.906437 L 32.273747,23.642895 L 15.342282,23.642895 L 15.386956,34.283476 L 16.18209,34.476182 z " - id="path13014" - sodipodi:nodetypes="ccccccc" /> - <path - style="fill:#958401;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 31.043495,24.81709 L 31.125176,34.621701 L 31.81132,34.406959 L 31.823298,23.553549 L 31.043495,24.81709 z " - id="path13897" - sodipodi:nodetypes="ccccc" /> - <path - style="fill:url(#radialGradient2798);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 4.2551267,24.106065 C 4.2551267,24.106065 6.571777,32.221754 14.476068,32.872102 C 15.581676,35.36252 13.341098,36.996703 13.341098,36.996703 L 9.7315781,36.745641 C 9.7315781,36.745641 3.4928036,28.752699 3.2433694,26.844759 C 2.9939369,24.936822 3.4066529,23.436966 3.4066529,23.436966 L 4.2551267,24.106065 z " - id="path16526" - sodipodi:nodetypes="ccccscc" /> - <path - sodipodi:nodetypes="cccscsssscsccsc" - id="path2703" - d="M 23.184204,2.3889904 C 20.570275,2.4256563 18.199721,3.0590226 16.095844,4.1232033 C 15.065608,6.1519314 11.673602,8.563503 10.283218,8.8201221 C 7.5493302,12.0815 5.776456,16.17718 5.1039936,20.11483 C 5.1035812,20.117247 5.1044052,20.119696 5.1039936,20.122112 C 3.9855035,21.583172 3.2455,23.368587 3.5402767,25.382359 C 4.597311,32.603499 6.4678792,39.092036 10.868256,41.021813 C 16.791397,43.619395 32.407978,42.807748 35.479348,41.556108 C 42.209968,38.813256 42.541047,32.625414 43.596954,25.559039 C 43.885028,23.631188 43.460404,21.937585 42.436753,20.493473 C 42.428309,20.441052 42.419324,20.388376 42.410054,20.335704 C 41.673494,16.150755 39.725585,11.955182 36.807382,8.6741189 C 34.833356,8.4691243 31.019,5.3023548 30.095246,3.7492553 C 28.065743,2.8809656 25.832115,2.3889904 23.424497,2.3889904 C 23.344057,2.3889904 23.264188,2.3878689 23.184204,2.3889904 z " - style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999976;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:0.74444444" /> - <path - style="fill:url(#radialGradient2813);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;opacity:0.59444444" - d="M 22.59375,2.78125 C 20.264193,2.8978182 18.152779,3.5062884 16.25,4.46875 C 15.239275,6.4590559 11.895302,8.841991 10.53125,9.09375 C 7.8491405,12.293361 6.1284766,16.293174 5.46875,20.15625 C 5.4683454,20.15862 5.4691538,20.18513 5.46875,20.1875 C 4.3714431,21.62089 4.0107233,23.778648 4.0107233,23.778648 C 8.6959903,27.38371 11.652335,23.99254 18.329596,21.761428 C 30.928876,23.684569 37.077934,20.765483 40.84375,16.09375 C 40.850609,16.085241 40.840294,16.072869 40.84375,16.0625 C 39.852567,13.479666 38.411479,11.016387 36.5625,8.9375 C 34.62586,8.7363873 30.875008,5.6486852 29.96875,4.125 C 27.977684,3.2731547 25.79952,2.78125 23.4375,2.78125 C 23.358584,2.7812501 23.265969,2.7801497 23.1875,2.78125 C 22.987154,2.7840603 22.79117,2.7713713 22.59375,2.78125 z " - id="path2800" - sodipodi:nodetypes="cccssccscccssc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/categories/applications-internet.svg b/html/themes/legacy/svg/scalable/categories/applications-internet.svg deleted file mode 100644 index ebe3c60b6f00e597340e01eeb4f5b86e0f28b54b..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/categories/applications-internet.svg +++ /dev/null @@ -1,623 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg3440" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories" - sodipodi:docname="applications-internet.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective95" /> - <linearGradient - inkscape:collect="always" - id="linearGradient6001"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6003" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6005" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient4825"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop4827" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop4829" /> - </linearGradient> - <linearGradient - id="linearGradient4126"> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop4128" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.16494845;" - offset="1.0000000" - id="stop4130" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient4114"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop4116" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop4118" /> - </linearGradient> - <linearGradient - id="linearGradient3962"> - <stop - style="stop-color:#d3e9ff;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop3964" /> - <stop - style="stop-color:#d3e9ff;stop-opacity:1.0000000;" - offset="0.15517241" - id="stop4134" /> - <stop - style="stop-color:#4074ae;stop-opacity:1.0000000;" - offset="0.75000000" - id="stop4346" /> - <stop - style="stop-color:#36486c;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop3966" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3962" - id="radialGradient3968" - gradientTransform="scale(0.999989,1.000011)" - cx="18.247644" - cy="15.716079" - fx="18.247644" - fy="15.716079" - r="29.993349" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4114" - id="radialGradient4120" - gradientTransform="scale(1.643990,0.608276)" - cx="15.115514" - cy="63.965388" - fx="15.115514" - fy="63.965388" - r="12.289036" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4126" - id="radialGradient4132" - gradientTransform="scale(0.999989,1.000011)" - cx="15.601279" - cy="12.142302" - fx="15.601279" - fy="12.142302" - r="43.526714" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4825" - id="radialGradient5983" - gradientUnits="userSpaceOnUse" - cx="12.071323" - cy="12.493138" - fx="12.071323" - fy="12.493138" - r="6.7175145" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4825" - id="radialGradient5985" - gradientUnits="userSpaceOnUse" - cx="12.071323" - cy="12.493138" - fx="12.071323" - fy="12.493138" - r="6.7175145" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4825" - id="radialGradient5987" - gradientUnits="userSpaceOnUse" - cx="12.071323" - cy="12.493138" - fx="12.071323" - fy="12.493138" - r="6.7175145" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4825" - id="radialGradient5989" - gradientUnits="userSpaceOnUse" - cx="12.071323" - cy="12.493138" - fx="12.071323" - fy="12.493138" - r="6.7175145" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6001" - id="linearGradient6007" - x1="-25.176178" - y1="30.057165" - x2="-22.252472" - y2="21.041553" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6001" - id="linearGradient6011" - gradientUnits="userSpaceOnUse" - x1="-25.176178" - y1="30.057165" - x2="-22.113543" - y2="22.661524" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6001" - id="linearGradient6015" - gradientUnits="userSpaceOnUse" - x1="-22.822565" - y1="28.337734" - x2="-22.113543" - y2="22.661524" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6001" - id="linearGradient6019" - gradientUnits="userSpaceOnUse" - x1="-21.658581" - y1="15.649428" - x2="-21.962101" - y2="21.336346" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.17254902" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="5.6568542" - inkscape:cx="20.552181" - inkscape:cy="25.586897" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="1254" - inkscape:window-height="818" - inkscape:window-x="0" - inkscape:window-y="30" - inkscape:showpageshadow="false" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Internet Category</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:contributor> - <cc:Agent> - <dc:title>Tuomas Kuosmanen</dc:title> - </cc:Agent> - </dc:contributor> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:source>http://jimmac.musichall.cz</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>internet</rdf:li> - <rdf:li>tools</rdf:li> - <rdf:li>applications</rdf:li> - <rdf:li>category</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - sodipodi:type="arc" - style="fill:url(#radialGradient4120);fill-opacity:1.0000000;stroke:none;stroke-opacity:1.0000000" - id="path4112" - sodipodi:cx="24.849752" - sodipodi:cy="38.908627" - sodipodi:rx="20.203051" - sodipodi:ry="7.4751287" - d="M 45.052803 38.908627 A 20.203051 7.4751287 0 1 1 4.6467018,38.908627 A 20.203051 7.4751287 0 1 1 45.052803 38.908627 z" - transform="matrix(1.000000,0.000000,0.000000,1.243244,0.000000,-10.27241)" /> - <path - style="fill:url(#radialGradient3968);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#39396c;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 43.959853,23.485499 C 43.959853,34.195217 35.277750,42.877222 24.569505,42.877222 C 13.860279,42.877222 5.1786663,34.195119 5.1786663,23.485499 C 5.1786663,12.776272 13.860279,4.0951517 24.569505,4.0951517 C 35.277750,4.0951517 43.959853,12.776272 43.959853,23.485499 L 43.959853,23.485499 z " - id="path3214" /> - <g - id="g4136" - style="fill:#204a87;fill-opacity:0.71345031;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000;opacity:1" - transform="matrix(0.982371,0.000000,0.000000,0.982371,0.121079,0.232914)"> - <g - id="g4138" - style="fill:#204a87"> - <g - id="g4142" - style="fill:#204a87"> - <path - d="M 44.071300,20.714400 C 44.071300,20.977100 44.071300,20.714400 44.071300,20.714400 L 43.526400,21.331600 C 43.192400,20.938000 42.817400,20.607000 42.436600,20.261300 L 41.600700,20.384300 L 40.837000,19.521000 L 40.837000,20.589400 L 41.491300,21.084500 L 41.926800,21.577700 L 42.508800,20.919500 C 42.655300,21.193900 42.799800,21.468300 42.945300,21.742700 L 42.945300,22.565000 L 42.290000,23.305200 L 41.090800,24.128400 L 40.182600,25.034700 L 39.600600,24.374500 L 39.891600,23.634300 L 39.310500,22.976100 L 38.329100,20.878400 L 37.493200,19.933100 L 37.274400,20.179200 L 37.602500,21.372600 L 38.219700,22.071800 C 38.572200,23.089400 38.920900,24.062000 39.383800,25.034700 C 40.101600,25.034700 40.778300,24.958500 41.491200,24.868700 L 41.491200,25.444900 L 40.619100,27.584100 L 39.819300,28.488400 L 39.165000,29.888800 C 39.165000,30.656400 39.165000,31.424000 39.165000,32.191500 L 39.383800,33.097800 L 39.020500,33.508000 L 38.219700,34.002100 L 37.383800,34.701300 L 38.075200,35.482600 L 37.129900,36.306800 L 37.311500,36.840000 L 35.893500,38.445500 L 34.949200,38.445500 L 34.149400,38.939600 L 33.639600,38.939600 L 33.639600,38.281400 L 33.422800,36.963000 C 33.141500,36.136800 32.848600,35.316500 32.550700,34.496200 C 32.550700,33.890700 32.586800,33.291100 32.623000,32.685700 L 32.987300,31.863400 L 32.477500,30.875100 L 32.514600,29.517700 L 31.823200,28.736400 L 32.168900,27.605500 L 31.606400,26.967300 L 30.624000,26.967300 L 30.296900,26.597200 L 29.315500,27.214900 L 28.916100,26.761300 L 28.006900,27.543000 C 27.389700,26.843300 26.771500,26.144100 26.153400,25.444900 L 25.426800,23.716400 L 26.081100,22.730100 L 25.717800,22.319000 L 26.516600,20.425400 C 27.172900,19.609000 27.858400,18.825800 28.551800,18.039700 L 29.788100,17.710600 L 31.169000,17.546500 L 32.114300,17.793600 L 33.459000,19.150000 L 33.931700,18.615800 L 34.585000,18.533800 L 35.821300,18.944900 L 36.766600,18.944900 L 37.420900,18.368700 L 37.711900,17.957600 L 37.056600,17.546500 L 35.965800,17.464500 C 35.663100,17.044600 35.381800,16.603200 35.022400,16.230100 L 34.658100,16.394200 L 34.512600,17.464500 L 33.858300,16.724300 L 33.713800,15.900100 L 32.987200,15.325900 L 32.695200,15.325900 L 33.422700,16.148200 L 33.131700,16.888400 L 32.550600,17.052500 L 32.913900,16.312300 L 32.258600,15.984200 L 31.678500,15.326000 L 30.586700,15.572100 L 30.442200,15.900200 L 29.787900,16.312300 L 29.424600,17.217600 L 28.516400,17.669700 L 28.116000,17.217600 L 27.680500,17.217600 L 27.680500,15.736200 L 28.625800,15.242100 L 29.352400,15.242100 L 29.205900,14.666900 L 28.625800,14.090700 L 29.606300,13.884600 L 30.151200,13.268400 L 30.586700,12.527200 L 31.387500,12.527200 L 31.168700,11.952000 L 31.678500,11.622900 L 31.678500,12.281100 L 32.768300,12.527200 L 33.858100,11.622900 L 33.931300,11.210800 L 34.875600,10.553100 C 34.533800,10.595600 34.192000,10.626800 33.858000,10.717700 L 33.858000,9.9766000 L 34.221300,9.1538000 L 33.858000,9.1538000 L 33.059600,9.8940000 L 32.840800,10.305600 L 33.059600,10.882300 L 32.695300,11.868600 L 32.114200,11.539500 L 31.606400,10.964300 L 30.805600,11.539500 L 30.514600,10.223600 L 31.895500,9.3188000 L 31.895500,8.8247000 L 32.768500,8.2490000 L 34.149400,7.9194000 L 35.094700,8.2490000 L 36.838800,8.5781000 L 36.403300,9.0713000 L 35.458000,9.0713000 L 36.403300,10.058600 L 37.129900,9.2363000 L 37.350600,8.8745000 C 37.350600,8.8745000 40.137700,11.372500 41.730500,14.105000 C 43.323300,16.838400 44.071300,20.060100 44.071300,20.714400 z " - id="path4144" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4146" - style="fill:#204a87"> - <g - id="g4150" - style="fill:#204a87"> - <path - d="M 26.070300,9.2363000 L 25.997100,9.7295000 L 26.506900,10.058600 L 27.378000,9.4829000 L 26.942500,8.9892000 L 26.360500,9.3188000 L 26.070500,9.2363000" - id="path4152" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4154" - style="fill:#204a87"> - <g - id="g4158" - style="fill:#204a87"> - <path - d="M 26.870100,5.8633000 L 24.979500,5.1226000 L 22.799800,5.3692000 L 20.109400,6.1094000 L 19.600600,6.6035000 L 21.272500,7.7549000 L 21.272500,8.4131000 L 20.618200,9.0713000 L 21.491200,10.800300 L 22.071300,10.470200 L 22.799800,9.3188000 C 23.922800,8.9716000 24.929700,8.5781000 25.997100,8.0844000 L 26.870100,5.8632000" - id="path4160" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4162" - style="fill:#204a87"> - <g - id="g4166" - style="fill:#204a87"> - <path - d="M 28.833000,12.774900 L 28.542000,12.033700 L 28.032200,12.198700 L 28.178700,13.103000 L 28.833000,12.774900" - id="path4168" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4170" - style="fill:#204a87"> - <g - id="g4174" - style="fill:#204a87"> - <path - d="M 29.123000,12.608900 L 28.977500,13.597200 L 29.777300,13.432200 L 30.358400,12.857000 L 29.849600,12.362900 C 29.678700,11.907800 29.482400,11.483000 29.268500,11.046500 L 28.833000,11.046500 L 28.833000,11.539700 L 29.123000,11.868800 L 29.123000,12.609000" - id="path4176" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4178" - style="fill:#204a87"> - <g - id="g4182" - style="fill:#204a87"> - <path - d="M 18.365200,28.242200 L 17.783200,27.089900 L 16.692900,26.843300 L 16.111400,25.280800 L 14.657800,25.444900 L 13.422400,24.540600 L 12.113300,25.692000 L 12.113300,25.873600 C 11.717300,25.759300 11.230500,25.743700 10.877900,25.526900 L 10.586900,24.704600 L 10.586900,23.799300 L 9.7148000,23.881300 C 9.7876000,23.305100 9.8598000,22.729900 9.9331000,22.153800 L 9.4238000,22.153800 L 8.9155000,22.812000 L 8.4062000,23.058100 L 7.6791000,22.647900 L 7.6063000,21.742600 L 7.7518000,20.755300 L 8.8426000,19.933000 L 9.7147000,19.933000 L 9.8597000,19.438900 L 10.950000,19.685000 L 11.749800,20.673300 L 11.895300,19.026800 L 13.276600,17.875400 L 13.785400,16.641000 L 14.803000,16.229900 L 15.384500,15.407600 L 16.692600,15.159600 L 17.347400,14.173300 C 16.693100,14.173300 16.038800,14.173300 15.384500,14.173300 L 16.620300,13.597100 L 17.491900,13.597100 L 18.728200,13.185000 L 18.873700,12.692800 L 18.437200,12.280700 L 17.928400,12.115700 L 18.073900,11.622500 L 17.710600,10.882300 L 16.838000,11.210400 L 16.983500,10.552700 L 15.965900,9.9765000 L 15.166600,11.374400 L 15.238900,11.868500 L 14.439600,12.198600 L 13.930300,13.267900 L 13.712500,12.280600 L 12.331200,11.704400 L 12.112900,10.964200 L 13.930300,9.8939000 L 14.730100,9.1537000 L 14.802900,8.2489000 L 14.366900,8.0018000 L 13.785400,7.9193000 L 13.422100,8.8246000 C 13.422100,8.8246000 12.814200,8.9437000 12.657900,8.9823000 C 10.661800,10.821700 6.6286000,14.792400 5.6916000,22.288500 C 5.7287000,22.462300 6.3708000,23.470100 6.3708000,23.470100 L 7.8972000,24.374400 L 9.4236000,24.786500 L 10.078400,25.609700 L 11.095500,26.349900 L 11.677000,26.267900 L 12.113000,26.464200 L 12.113000,26.597000 L 11.531900,28.160000 L 11.095400,28.818200 L 11.240900,29.148300 L 10.877600,30.380700 L 12.186200,32.767400 L 13.494300,33.919700 L 14.076300,34.742000 L 14.003100,36.470500 L 14.439600,37.456800 L 14.003100,39.349400 C 14.003100,39.349400 13.968900,39.337700 14.024600,39.527100 C 14.080800,39.716600 16.353700,40.978300 16.498200,40.870900 C 16.642200,40.761500 16.765300,40.665800 16.765300,40.665800 L 16.620300,40.255600 L 17.201400,39.679400 L 17.419700,39.103200 L 18.365000,38.773100 L 19.091600,36.962600 L 18.873800,36.470400 L 19.381600,35.730200 L 20.472400,35.482200 L 21.054400,34.165800 L 20.908900,32.521300 L 21.781000,31.286900 L 21.926500,30.052500 C 20.733100,29.460700 19.549500,28.851300 18.365000,28.242000" - id="path4184" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4186" - style="fill:#204a87"> - <g - id="g4190" - style="fill:#204a87"> - <path - d="M 16.765600,9.5649000 L 17.492200,10.058600 L 18.074200,10.058600 L 18.074200,9.4829000 L 17.347600,9.1538000 L 16.765600,9.5649000" - id="path4192" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4194" - style="fill:#204a87"> - <g - id="g4198" - style="fill:#204a87"> - <path - d="M 14.876000,8.9072000 L 14.512200,9.8120000 L 15.239300,9.8120000 L 15.603100,8.9892000 C 15.916600,8.7675000 16.228600,8.5444000 16.547900,8.3310000 L 17.275000,8.5781000 C 17.759400,8.9072000 18.243800,9.2363000 18.728600,9.5649000 L 19.456100,8.9072000 L 18.655800,8.5781000 L 18.292000,7.8374000 L 16.911100,7.6728000 L 16.838300,7.2612000 L 16.184000,7.4262000 L 15.893600,8.0020000 L 15.529800,7.2613000 L 15.384800,7.5904000 L 15.457600,8.4132000 L 14.876000,8.9072000" - id="path4200" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4202" - style="fill:#204a87"> - <g - style="opacity:0.75000000;fill:#204a87" - id="g4204"> - <path - id="path4206" - d="" - style="fill:#204a87" /> - </g> - <g - id="g4208" - style="fill:#204a87"> - <path - id="path4210" - d="" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4212" - style="fill:#204a87"> - <g - style="opacity:0.75000000;fill:#204a87" - id="g4214"> - <path - id="path4216" - d="" - style="fill:#204a87" /> - </g> - <g - id="g4218" - style="fill:#204a87"> - <path - id="path4220" - d="" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4222" - style="fill:#204a87"> - <g - id="g4226" - style="fill:#204a87"> - <path - d="M 17.492200,6.8496000 L 17.856000,6.5210000 L 18.583100,6.3564000 C 19.081100,6.1142000 19.581100,5.9511000 20.109500,5.7802000 L 19.819500,5.2865000 L 18.881000,5.4213000 L 18.437600,5.8632000 L 17.706600,5.9692000 L 17.056700,6.2744000 L 16.740800,6.4272000 L 16.547900,6.6855000 L 17.492200,6.8496000" - id="path4228" - style="fill:#204a87" /> - </g> - </g> - <g - id="g4230" - style="fill:#204a87"> - <g - id="g4234" - style="fill:#204a87"> - <path - d="M 18.728500,14.666500 L 19.165000,14.008300 L 18.510200,13.515100 L 18.728500,14.666500" - id="path4236" - style="fill:#204a87" /> - </g> - </g> - </g> - <path - style="fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient4132);stroke-miterlimit:4.0000000;stroke-opacity:1.0000000;opacity:0.3956044" - d="M 42.975093,23.485534 C 42.975093,33.651354 34.733915,41.892440 24.569493,41.892440 C 14.404139,41.892440 6.1634261,33.651261 6.1634261,23.485534 C 6.1634261,13.320180 14.404139,5.0799340 24.569493,5.0799340 C 34.733915,5.0799340 42.975093,13.320180 42.975093,23.485534 L 42.975093,23.485534 z " - id="path4122" /> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6007);stroke-width:0.88164198;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path5991" - sodipodi:cx="-18.561554" - sodipodi:cy="21.041553" - sodipodi:rx="15.733126" - sodipodi:ry="9.4575529" - d="M -2.8284283 21.041553 A 15.733126 9.4575529 0 1 1 -34.29468,21.041553 A 15.733126 9.4575529 0 1 1 -2.8284283 21.041553 z" - inkscape:r_cx="true" - inkscape:r_cy="true" - transform="matrix(1.131034,0.613097,-0.476556,0.879144,54.09058,16.04435)" /> - <path - transform="matrix(0.939326,-0.879086,0.683307,0.730131,32.31406,-4.451561)" - inkscape:r_cy="true" - inkscape:r_cx="true" - d="M -2.8284283 21.041553 A 15.733126 9.4575529 0 1 1 -34.29468,21.041553 A 15.733126 9.4575529 0 1 1 -2.8284283 21.041553 z" - sodipodi:ry="9.4575529" - sodipodi:rx="15.733126" - sodipodi:cy="21.041553" - sodipodi:cx="-18.561554" - id="path6009" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6011);stroke-width:0.88164198;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <g - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(-1.045772,0.767251,0.767251,1.045772,35.61651,-22.14396)" - id="g4933"> - <path - transform="translate(14.95026,22.93047)" - inkscape:r_cy="true" - inkscape:r_cx="true" - d="M 18.788838 12.493138 A 6.7175145 6.7175145 0 1 1 5.3538089,12.493138 A 6.7175145 6.7175145 0 1 1 18.788838 12.493138 z" - sodipodi:ry="6.7175145" - sodipodi:rx="6.7175145" - sodipodi:cy="12.493138" - sodipodi:cx="12.071323" - id="path4935" - style="opacity:1;color:#000000;fill:url(#radialGradient5987);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path4937" - sodipodi:cx="12.071323" - sodipodi:cy="12.493138" - sodipodi:rx="6.7175145" - sodipodi:ry="6.7175145" - d="M 18.788838 12.493138 A 6.7175145 6.7175145 0 1 1 5.3538089,12.493138 A 6.7175145 6.7175145 0 1 1 18.788838 12.493138 z" - inkscape:r_cx="true" - inkscape:r_cy="true" - transform="matrix(0.308271,0,0,0.308271,23.30035,31.57234)" /> - </g> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6015);stroke-width:0.88164198;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path6013" - sodipodi:cx="-18.561554" - sodipodi:cy="21.041553" - sodipodi:rx="15.733126" - sodipodi:ry="9.4575529" - d="M -2.8284283 21.041553 A 15.733126 9.4575529 0 1 1 -34.29468,21.041553 A 15.733126 9.4575529 0 1 1 -2.8284283 21.041553 z" - inkscape:r_cx="true" - inkscape:r_cy="true" - transform="matrix(-1.280316,-0.126159,9.806226e-2,-0.99518,-2.405125,40.52387)" /> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6019);stroke-width:0.90226138;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path6017" - sodipodi:cx="-18.561554" - sodipodi:cy="21.041553" - sodipodi:rx="15.733126" - sodipodi:ry="9.4575529" - d="M -2.8284283 21.041553 A 15.733126 9.4575529 0 1 1 -34.29468,21.041553 A 15.733126 9.4575529 0 1 1 -2.8284283 21.041553 z" - inkscape:r_cx="true" - inkscape:r_cy="true" - transform="matrix(0.917874,-0.858983,0.667701,0.713433,27.63317,-6.909069)" /> - <g - id="g5075" - transform="matrix(-0.806276,0.59154,0.59154,0.806276,12.38564,-18.02921)" - inkscape:r_cx="true" - inkscape:r_cy="true"> - <path - transform="translate(14.95026,22.93047)" - inkscape:r_cy="true" - inkscape:r_cx="true" - d="M 18.788838 12.493138 A 6.7175145 6.7175145 0 1 1 5.3538089,12.493138 A 6.7175145 6.7175145 0 1 1 18.788838 12.493138 z" - sodipodi:ry="6.7175145" - sodipodi:rx="6.7175145" - sodipodi:cy="12.493138" - sodipodi:cx="12.071323" - id="path5077" - style="opacity:1;color:#000000;fill:url(#radialGradient5983);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path5079" - sodipodi:cx="12.071323" - sodipodi:cy="12.493138" - sodipodi:rx="6.7175145" - sodipodi:ry="6.7175145" - d="M 18.788838 12.493138 A 6.7175145 6.7175145 0 1 1 5.3538089,12.493138 A 6.7175145 6.7175145 0 1 1 18.788838 12.493138 z" - inkscape:r_cx="true" - inkscape:r_cy="true" - transform="matrix(0.308271,0,0,0.308271,23.30035,31.57234)" /> - </g> - <g - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(-0.806276,0.59154,0.59154,0.806276,13.4991,-31.50022)" - id="g4945"> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:url(#radialGradient5985);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path4947" - sodipodi:cx="12.071323" - sodipodi:cy="12.493138" - sodipodi:rx="6.7175145" - sodipodi:ry="6.7175145" - d="M 18.788838 12.493138 A 6.7175145 6.7175145 0 1 1 5.3538089,12.493138 A 6.7175145 6.7175145 0 1 1 18.788838 12.493138 z" - inkscape:r_cx="true" - inkscape:r_cy="true" - transform="translate(14.95026,22.93047)" /> - <path - transform="matrix(0.308271,0,0,0.308271,23.30035,31.57234)" - inkscape:r_cy="true" - inkscape:r_cx="true" - d="M 18.788838 12.493138 A 6.7175145 6.7175145 0 1 1 5.3538089,12.493138 A 6.7175145 6.7175145 0 1 1 18.788838 12.493138 z" - sodipodi:ry="6.7175145" - sodipodi:rx="6.7175145" - sodipodi:cy="12.493138" - sodipodi:cx="12.071323" - id="path4949" - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - </g> - <g - style="opacity:1" - id="g4939" - transform="matrix(-0.870227,0.638572,0.638458,0.870381,25.20503,-35.31278)" - inkscape:r_cx="true" - inkscape:r_cy="true"> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:url(#radialGradient5989);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path4941" - sodipodi:cx="12.071323" - sodipodi:cy="12.493138" - sodipodi:rx="6.7175145" - sodipodi:ry="6.7175145" - d="M 18.788838 12.493138 A 6.7175145 6.7175145 0 1 1 5.3538089,12.493138 A 6.7175145 6.7175145 0 1 1 18.788838 12.493138 z" - inkscape:r_cx="true" - inkscape:r_cy="true" - transform="translate(14.95026,22.93047)" /> - <path - transform="matrix(0.308271,0,0,0.308271,23.30035,31.57234)" - inkscape:r_cy="true" - inkscape:r_cx="true" - d="M 18.788838 12.493138 A 6.7175145 6.7175145 0 1 1 5.3538089,12.493138 A 6.7175145 6.7175145 0 1 1 18.788838 12.493138 z" - sodipodi:ry="6.7175145" - sodipodi:rx="6.7175145" - sodipodi:cy="12.493138" - sodipodi:cx="12.071323" - id="path4943" - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/categories/applications-other.svg b/html/themes/legacy/svg/scalable/categories/applications-other.svg deleted file mode 100644 index 5e30c277c2be6b6e568c71785777f51e0f4cf24e..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/categories/applications-other.svg +++ /dev/null @@ -1,377 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48.000000px" - height="48.000000px" - id="svg53383" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories" - sodipodi:docname="applications-other.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective56" /> - <linearGradient - inkscape:collect="always" - id="linearGradient9662"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop9664" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop9666" /> - </linearGradient> - <linearGradient - id="linearGradient9649"> - <stop - style="stop-color:#fcaf3e;stop-opacity:1;" - offset="0" - id="stop9651" /> - <stop - style="stop-color:#d37f03;stop-opacity:1;" - offset="1" - id="stop9653" /> - </linearGradient> - <linearGradient - y2="14.2033" - x2="35.3912" - y1="32.4165" - x1="12.2744" - gradientUnits="userSpaceOnUse" - id="linearGradient3394"> - <stop - id="stop3396" - style="stop-color:#fff307;stop-opacity:1.0000000;" - offset="0.0000000" /> - <stop - id="stop3398" - style="stop-color:#166eff;stop-opacity:1.0000000;" - offset="0.50000000" /> - <stop - id="stop3400" - style="stop-color:#ffffff;stop-opacity:0.0000000;" - offset="1.0000000" /> - </linearGradient> - <radialGradient - r="21.333334" - fy="27.569166" - fx="37.751469" - cy="27.569166" - cx="37.751469" - gradientTransform="matrix(0.441746,0.498655,-0.407098,0.360624,32.00755,10.21308)" - gradientUnits="userSpaceOnUse" - id="radialGradient10580" - xlink:href="#linearGradient3394" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - id="linearGradient6028"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6030" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6032" /> - </linearGradient> - <linearGradient - y2="18.366575" - x2="17.742729" - y1="31.494707" - x1="28.702885" - gradientUnits="userSpaceOnUse" - id="linearGradient10578" - xlink:href="#linearGradient6028" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - id="linearGradient6036"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6038" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6040" /> - </linearGradient> - <linearGradient - y2="54.698483" - x2="48.798885" - y1="3.6100161" - x1="10.501720" - gradientTransform="matrix(0.573842,0,0,0.573842,20.97995,19.56347)" - gradientUnits="userSpaceOnUse" - id="linearGradient10576" - xlink:href="#linearGradient6036" - inkscape:collect="always" /> - <linearGradient - y2="28.000000" - x2="29.000000" - y1="14.625000" - x1="21.125000" - gradientTransform="matrix(0.717302,0,0,0.717302,17.73603,18.06909)" - gradientUnits="userSpaceOnUse" - id="linearGradient10574" - xlink:href="#linearGradient4236" - inkscape:collect="always" /> - <linearGradient - id="linearGradient4236"> - <stop - style="stop-color:#ffffff;stop-opacity:0.32673267;" - offset="0.0000000" - id="stop4238" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.60396039;" - offset="1.0000000" - id="stop4240" /> - </linearGradient> - <linearGradient - y2="28.000000" - x2="29.000000" - y1="14.625000" - x1="21.125000" - gradientTransform="matrix(0.717302,0,0,0.717302,17.73603,18.06909)" - gradientUnits="userSpaceOnUse" - id="linearGradient10572" - xlink:href="#linearGradient4236" - inkscape:collect="always" /> - <linearGradient - id="aigrd2" - gradientUnits="userSpaceOnUse" - x1="12.2744" - y1="32.4165" - x2="35.3912" - y2="14.2033"> - <stop - offset="0" - style="stop-color:#FBFBFB" - id="stop3043" /> - <stop - offset="0.5" - style="stop-color:#B6B6B6" - id="stop3045" /> - <stop - offset="1" - style="stop-color:#E4E4E4" - id="stop3047" /> - </linearGradient> - <linearGradient - y2="14.2033" - x2="35.3912" - y1="32.4165" - x1="12.2744" - gradientTransform="matrix(0.705308,0,0,0.705308,18.02392,17.61692)" - gradientUnits="userSpaceOnUse" - id="linearGradient10570" - xlink:href="#aigrd2" - inkscape:collect="always" /> - <linearGradient - y2="34.3075" - x2="32.511" - y1="11.1885" - x1="14.9966" - gradientTransform="matrix(0.683145,0,0,0.683145,18.55581,18.12886)" - gradientUnits="userSpaceOnUse" - id="linearGradient10568" - xlink:href="#aigrd1" - inkscape:collect="always" /> - <linearGradient - id="linearGradient7844" - inkscape:collect="always"> - <stop - id="stop7846" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop7848" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <radialGradient - r="22.728432" - fy="37.595428" - fx="24.546707" - cy="37.595428" - cx="24.546707" - gradientTransform="matrix(1,0,0,0.333333,2.030559e-14,25.06362)" - gradientUnits="userSpaceOnUse" - id="radialGradient10566" - xlink:href="#linearGradient7844" - inkscape:collect="always" /> - <linearGradient - id="linearGradient2300"> - <stop - id="stop2302" - offset="0.0000000" - style="stop-color:#000000;stop-opacity:0.32673267;" /> - <stop - id="stop2304" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="aigrd1" - gradientUnits="userSpaceOnUse" - x1="99.7773" - y1="15.4238" - x2="153.0005" - y2="248.6311"> - <stop - offset="0" - style="stop-color:#184375" - id="stop53300" /> - <stop - offset="1" - style="stop-color:#C8BDDC" - id="stop53302" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - r="11.689870" - fy="72.568001" - fx="14.287618" - cy="68.872971" - cx="14.287618" - gradientTransform="matrix(1.399258,-2.234445e-7,8.196178e-8,0.513264,4.365074,4.839285)" - id="radialGradient2308" - xlink:href="#linearGradient2300" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient9649" - id="radialGradient9657" - cx="24.285801" - cy="36.720772" - fx="24.285801" - fy="36.720772" - r="20.410614" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.727873,-1.523715e-23,1.384134e-23,1.727873,-17.67698,-26.72805)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient9662" - id="linearGradient9668" - x1="26.502604" - y1="10.027484" - x2="28.786495" - y2="52.807446" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - inkscape:showpageshadow="false" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="31.730876" - inkscape:cy="27.568227" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="872" - inkscape:window-height="697" - inkscape:window-x="414" - inkscape:window-y="151" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Other applications</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz/</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>category</rdf:li> - <rdf:li>applications</rdf:li> - <rdf:li>other</rdf:li> - <rdf:li>unspecified</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="shadow" - id="layer2" - inkscape:groupmode="layer"> - <path - transform="matrix(1.186380,0.000000,0.000000,1.186380,-4.539687,-7.794678)" - d="M 44.285715 38.714287 A 19.928572 9.8372450 0 1 1 4.4285717,38.714287 A 19.928572 9.8372450 0 1 1 44.285715 38.714287 z" - sodipodi:ry="9.8372450" - sodipodi:rx="19.928572" - sodipodi:cy="38.714287" - sodipodi:cx="24.357143" - id="path1538" - style="color:#000000;fill:url(#radialGradient2308);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000042;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - </g> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - style="fill:url(#radialGradient9657);fill-rule:nonzero;stroke:#f57900;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000;fill-opacity:1.0" - d="M 24.285801,43.196358 L 4.3751874,23.285744 L 24.285801,3.3751291 L 44.196415,23.285744 L 24.285801,43.196358 L 24.285801,43.196358 z " - id="path53304" /> - <path - style="opacity:0.5;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - d="M 39.439932,19.376677 L 38.701482,20.400861 C 38.064733,20.132369 37.400864,19.915792 36.715299,19.755976 L 36.721111,18.179118 C 36.293383,18.090783 35.858101,18.022982 35.417006,17.974747 L 34.935232,19.476636 C 34.591191,19.448159 34.243468,19.432469 33.891871,19.432469 C 33.540662,19.432469 33.192747,19.447966 32.848705,19.476636 L 32.366929,17.974747 C 31.925642,18.022982 31.490554,18.090783 31.062826,18.179118 L 31.068831,19.756169 C 30.383073,19.915792 29.719398,20.132369 29.082649,20.400861 L 28.160169,19.121359 C 27.757817,19.303453 27.365927,19.50395 26.985274,19.721881 L 27.478091,21.219897 C 26.880861,21.582147 26.316368,21.993216 25.79062,22.447869 L 24.518479,21.51609 C 24.192841,21.812671 23.88115,22.124362 23.584763,22.45 L 24.516348,23.721947 C 24.061501,24.247695 23.650432,24.811994 23.288182,25.409612 L 21.790166,24.916601 C 21.572235,25.297449 21.371544,25.689533 21.189838,26.091689 L 22.469146,27.013976 C 22.200654,27.650725 21.984077,28.314594 21.824067,29.000352 L 20.247404,28.994541 C 20.159069,29.422268 20.091267,29.857551 20.043226,30.298839 L 21.544921,30.780613 C 21.516057,31.124461 21.500754,31.472377 21.500754,31.82378 C 21.500754,32.175183 21.516445,32.522905 21.544921,32.867141 L 20.043226,33.348915 C 20.091073,33.790009 20.159263,34.225098 20.24721,34.653019 L 21.824261,34.647014 C 21.984077,35.332773 22.200654,35.996641 22.468952,36.633195 L 21.189644,37.555484 C 21.371351,37.957835 21.572235,38.349725 21.789779,38.730573 L 23.287988,38.237562 C 23.650239,38.834987 24.061307,39.399285 24.515961,39.924839 L 23.584375,41.19698 C 23.862747,41.50286 24.155453,41.794985 24.459783,42.0751 L 43.298777,23.235911 L 42.291835,22.228969 L 41.993123,22.447675 C 41.467375,21.993022 40.903077,21.581953 40.305654,21.219703 L 40.547606,20.484546 L 39.439544,19.376484 L 39.439932,19.376677 z " - id="path53361" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - style="opacity:0.5;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - d="M 19.916729,14.330733 C 19.916729,20.815415 15.682846,26.310202 9.8294893,28.204756 L 12.056461,30.431923 C 12.073315,30.424948 12.09036,30.418943 12.10702,30.411776 L 12.288533,30.663608 L 13.700537,32.075612 C 14.163716,31.856712 14.617207,31.621152 15.059852,31.367964 L 14.365763,29.258771 C 15.207077,28.749102 16.001511,28.170081 16.74151,27.530039 L 18.53262,28.841698 C 18.991341,28.424238 19.429917,27.985662 19.847184,27.527133 L 18.535718,25.736219 C 19.17576,24.996024 19.754587,24.201591 20.26445,23.360471 L 22.373837,24.05456 C 22.680491,23.518157 22.96293,22.966256 23.218831,22.399828 L 21.417649,21.101535 C 21.795591,20.205206 22.100501,19.270521 22.325407,18.305034 L 24.545406,18.313558 C 24.669578,17.711292 24.765275,17.09837 24.832882,16.477507 L 22.718459,15.799109 C 22.758752,15.314816 22.78045,14.825099 22.78045,14.330539 C 22.78045,13.835786 22.758752,13.346069 22.718459,12.861776 L 24.832882,12.18396 C 24.765275,11.562709 24.669578,10.949981 24.545212,10.347714 L 22.325407,10.356044 C 22.100501,9.3905563 21.795591,8.4558713 21.417649,7.5595413 L 23.218831,6.2610553 C 23.076448,5.9462653 22.924962,5.6361243 22.766695,5.3306323 L 18.962672,9.1342683 C 19.578691,10.748514 19.916922,12.500106 19.916922,14.330539 L 19.916729,14.330733 z " - id="path53363" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - id="path9660" - d="M 24.285792,41.605353 L 5.9661763,23.285736 L 24.285792,4.9661187 L 42.605409,23.285736 L 24.285792,41.605353 L 24.285792,41.605353 z " - style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9668);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.47252747" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/categories/preferences-desktop.svg b/html/themes/legacy/svg/scalable/categories/preferences-desktop.svg deleted file mode 100644 index a0fd144942649117847fde9ff20847cc910fd04a..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/categories/preferences-desktop.svg +++ /dev/null @@ -1,777 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="90.000000" - inkscape:export-xdpi="90.000000" - inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" - width="48px" - height="48px" - id="svg11300" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/categories" - sodipodi:docname="preferences-desktop.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective106" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - inkscape:collect="always" - id="linearGradient24290"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop24292" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop24294" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient24276"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop24278" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop24280" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient24266"> - <stop - style="stop-color:#a5a5a5;stop-opacity:1;" - offset="0" - id="stop24268" /> - <stop - style="stop-color:#a5a5a5;stop-opacity:0;" - offset="1" - id="stop24270" /> - </linearGradient> - <linearGradient - id="linearGradient24230"> - <stop - style="stop-color:#677579;stop-opacity:1;" - offset="0" - id="stop24232" /> - <stop - style="stop-color:#333333;stop-opacity:1;" - offset="1" - id="stop24234" /> - </linearGradient> - <linearGradient - id="linearGradient11594"> - <stop - id="stop11596" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop11598" - offset="1.0000000" - style="stop-color:#d1d1d1;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1.061966,0,0,0.837825,-0.593045,3.987819)" - gradientUnits="userSpaceOnUse" - y2="38.947163" - x2="31.799011" - y1="8.9471626" - x1="20.092352" - id="linearGradient11600" - xlink:href="#linearGradient11594" - inkscape:collect="always" /> - <linearGradient - id="linearGradient11602"> - <stop - id="stop11604" - offset="0.0000000" - style="stop-color:#f6f6f6;stop-opacity:1.0000000;" /> - <stop - id="stop11606" - offset="1.0000000" - style="stop-color:#e0e0e0;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1,0,0,0.837825,0.921766,3.987819)" - gradientUnits="userSpaceOnUse" - y2="39.447163" - x2="24.445671" - y1="12.947163" - x1="24.445671" - id="linearGradient11608" - xlink:href="#linearGradient11602" - inkscape:collect="always" /> - <linearGradient - id="linearGradient11615"> - <stop - id="stop11617" - offset="0.0000000" - style="stop-color:#636363;stop-opacity:1.0000000;" /> - <stop - id="stop11619" - offset="1.0000000" - style="stop-color:#000000;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - r="4.7500000" - fy="27.749998" - fx="25.000000" - cy="27.749998" - cx="25.000000" - gradientTransform="matrix(3.070491,2.727143e-15,-3.444813e-15,3.878514,-51.46548,-78.83433)" - gradientUnits="userSpaceOnUse" - id="radialGradient12909" - xlink:href="#linearGradient11615" - inkscape:collect="always" /> - <linearGradient - y2="27.375000" - x2="21.500000" - y1="30.000000" - x1="21.500000" - gradientTransform="matrix(0.985,0,0,1.022813,2.121141,-2.815681)" - gradientUnits="userSpaceOnUse" - id="linearGradient12924" - xlink:href="#linearGradient11625" - inkscape:collect="always" /> - <linearGradient - y2="27.375000" - x2="21.500000" - y1="30.000000" - x1="21.500000" - gradientTransform="matrix(0.985,0,0,1,4.111767,-2.176922)" - gradientUnits="userSpaceOnUse" - id="linearGradient12921" - xlink:href="#linearGradient11625" - inkscape:collect="always" /> - <linearGradient - id="linearGradient11625" - inkscape:collect="always"> - <stop - id="stop11627" - offset="0" - style="stop-color:#fce94f;stop-opacity:1;" /> - <stop - id="stop11629" - offset="1" - style="stop-color:#fce94f;stop-opacity:0;" /> - </linearGradient> - <linearGradient - y2="27.375000" - x2="21.500000" - y1="30.000000" - x1="21.500000" - gradientTransform="matrix(1.01625,0,0,1,5.455516,-2.176922)" - gradientUnits="userSpaceOnUse" - id="linearGradient12918" - xlink:href="#linearGradient11625" - inkscape:collect="always" /> - <linearGradient - id="linearGradient11520"> - <stop - id="stop11522" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - id="stop11524" - offset="1.0000000" - style="stop-color:#dcdcdc;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient11508" - inkscape:collect="always"> - <stop - id="stop11510" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop11512" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient11494" - inkscape:collect="always"> - <stop - id="stop11496" - offset="0" - style="stop-color:#ef2929;stop-opacity:1;" /> - <stop - id="stop11498" - offset="1" - style="stop-color:#ef2929;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient11415"> - <stop - id="stop11417" - offset="0.0000000" - style="stop-color:#204a87;stop-opacity:0.0000000;" /> - <stop - style="stop-color:#204a87;stop-opacity:1.0000000;" - offset="0.50000000" - id="stop11423" /> - <stop - id="stop11419" - offset="1" - style="stop-color:#204a87;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient11399" - inkscape:collect="always"> - <stop - id="stop11401" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop11403" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - gradientTransform="translate(-60.28571,-0.285714)" - y2="34.462429" - x2="43.615788" - y1="3.7744560" - x1="15.828360" - gradientUnits="userSpaceOnUse" - id="linearGradient11425" - xlink:href="#linearGradient11415" - inkscape:collect="always" /> - <linearGradient - gradientTransform="translate(-60.57143,0.000000)" - y2="39.033859" - x2="35.679932" - y1="9.3458843" - x1="9.6957054" - gradientUnits="userSpaceOnUse" - id="linearGradient11427" - xlink:href="#linearGradient11415" - inkscape:collect="always" /> - <linearGradient - y2="33.462429" - x2="26.758644" - y1="19.774456" - x1="13.267134" - gradientTransform="translate(-60.85714,0.428571)" - gradientUnits="userSpaceOnUse" - id="linearGradient11439" - xlink:href="#linearGradient11415" - inkscape:collect="always" /> - <radialGradient - r="8.5000000" - fy="39.142857" - fx="12.071428" - cy="39.142857" - cx="12.071428" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)" - gradientUnits="userSpaceOnUse" - id="radialGradient11441" - xlink:href="#linearGradient11399" - inkscape:collect="always" /> - <radialGradient - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" - gradientUnits="userSpaceOnUse" - r="3.8335034" - fy="15.048258" - fx="27.577173" - cy="15.048258" - cx="27.577173" - id="radialGradient11500" - xlink:href="#linearGradient11494" - inkscape:collect="always" /> - <radialGradient - r="3.8335034" - fy="16.049133" - fx="27.577173" - cy="16.049133" - cx="27.577173" - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" - gradientUnits="userSpaceOnUse" - id="radialGradient11504" - xlink:href="#linearGradient11494" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)" - r="6.5659914" - fy="44.565483" - fx="30.203562" - cy="44.565483" - cx="30.203562" - id="radialGradient11514" - xlink:href="#linearGradient11508" - inkscape:collect="always" /> - <radialGradient - gradientTransform="matrix(1.594876,-1.096233e-32,0,1.324258,-12.15047,-8.05841)" - gradientUnits="userSpaceOnUse" - r="20.530962" - fy="35.878170" - fx="24.445690" - cy="35.878170" - cx="24.445690" - id="radialGradient11526" - xlink:href="#linearGradient11520" - inkscape:collect="always" /> - <radialGradient - r="6.5659914" - fy="44.565483" - fx="30.203562" - cy="44.565483" - cx="30.203562" - gradientTransform="matrix(1,0,0,0.338462,8.404809e-16,29.48178)" - gradientUnits="userSpaceOnUse" - id="radialGradient11532" - xlink:href="#linearGradient11508" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11508" - id="radialGradient1348" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)" - cx="30.203562" - cy="44.565483" - fx="30.203562" - fy="44.565483" - r="6.5659914" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11520" - id="radialGradient1350" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)" - cx="24.445690" - cy="35.878170" - fx="24.445690" - fy="35.878170" - r="20.530962" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11494" - id="radialGradient1352" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" - cx="27.577173" - cy="16.049133" - fx="27.577173" - fy="16.049133" - r="3.8335034" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11494" - id="radialGradient1354" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" - cx="27.577173" - cy="15.048258" - fx="27.577173" - fy="15.048258" - r="3.8335034" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11508" - id="radialGradient1356" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)" - cx="30.203562" - cy="44.565483" - fx="30.203562" - fy="44.565483" - r="6.5659914" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient11520" - id="radialGradient1366" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)" - cx="24.445690" - cy="35.878170" - fx="24.445690" - fy="35.878170" - r="20.530962" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient24230" - id="linearGradient24236" - x1="12.51301" - y1="30.585787" - x2="12.51301" - y2="16.885592" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.587604,4.082334,17.55158)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient24230" - id="linearGradient24240" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.587604,12.05631,17.52556)" - x1="12.51301" - y1="30.585787" - x2="12.51301" - y2="16.885592" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient24230" - id="linearGradient24244" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.587604,20.05631,17.52556)" - x1="12.51301" - y1="30.585787" - x2="12.51301" - y2="16.885592" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient24266" - id="linearGradient24272" - x1="23.5" - y1="19.812498" - x2="23.5" - y2="12.687223" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-5.631256e-2,-1.904751)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient24276" - id="radialGradient24282" - cx="24.90625" - cy="35.46875" - fx="24.90625" - fy="35.46875" - r="17.40625" - gradientTransform="matrix(1,0,0,0.321364,0,24.07035)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient24290" - id="linearGradient24296" - x1="24.53125" - y1="19.0625" - x2="26.3125" - y2="40.25" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - stroke="#ef2929" - fill="#eeeeec" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.25490196" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="28.237586" - inkscape:cy="23.130045" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:showpageshadow="false" - inkscape:window-width="1024" - inkscape:window-height="818" - inkscape:window-x="410" - inkscape:window-y="30" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Desktop Preferences</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>preferences</rdf:li> - <rdf:li>system</rdf:li> - <rdf:li>category</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - transform="matrix(1.980175e-2,0,0,2.086758e-2,42.3611,37.40314)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <rect - ry="0.85863549" - rx="0.8586359" - y="16.595242" - x="8.526021" - height="23.868273" - width="32.026016" - id="rect11518" - style="opacity:1;color:#000000;fill:url(#radialGradient11526);fill-opacity:1;fill-rule:evenodd;stroke:#9b9b9b;stroke-width:1.00000107;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect11528" - width="30.026011" - height="21.868261" - x="9.5260162" - y="17.595253" - rx="0" - ry="0" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - style="opacity:1;color:#000000;fill:url(#linearGradient24236);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect23355" - width="5.0260191" - height="9.9739799" - x="14.082334" - y="26.953245" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - y="26.927225" - x="22.056313" - height="9.9739799" - width="5.0260191" - id="rect24238" - style="opacity:1;color:#000000;fill:url(#linearGradient24240);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:1;color:#000000;fill:url(#linearGradient24244);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect24242" - width="5.0260191" - height="9.9739799" - x="30.056313" - y="26.927225" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#9b9b9b;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect24246" - width="6.000001" - height="5.0190296" - x="13.608355" - y="26.434216" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - y="32.434219" - x="21.608353" - height="5.0190296" - width="6.000001" - id="rect24248" - style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#9b9b9b;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#9b9b9b;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect24250" - width="6.000001" - height="5.0190296" - x="29.608353" - y="32.434219" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect24252" - width="4.1083536" - height="3.0467544" - x="14.578023" - y="27.422916" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - y="33.453247" - x="22.5" - height="3.0467544" - width="4.1083536" - id="rect24254" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect24256" - width="4.1083536" - height="3.0467544" - x="30.5" - y="33.453247" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - style="opacity:1;color:#000000;fill:url(#linearGradient24272);fill-opacity:1;fill-rule:nonzero;stroke:#787878;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 8.4436874,18.595245 L 4.9436874,8.5952472 L 44.943687,8.5952472 L 40.631187,18.595245 L 8.4436874,18.595245 z " - id="path24258" - inkscape:r_cx="true" - inkscape:r_cy="true" - sodipodi:nodetypes="ccccc" /> - <rect - style="opacity:1;color:#000000;fill:#dddddd;fill-opacity:1;fill-rule:nonzero;stroke:#9f9f9f;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect24260" - width="41.000019" - height="2.9375" - x="4.4436893" - y="8.5952492" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - style="opacity:1;color:#000000;fill:#dddddd;fill-opacity:1;fill-rule:nonzero;stroke:#9f9f9f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect24262" - width="5.5625" - height="2" - x="11.443687" - y="17.595249" - inkscape:r_cx="true" - inkscape:r_cy="true" - rx="1" - ry="1" /> - <rect - ry="1" - rx="1" - inkscape:r_cy="true" - inkscape:r_cx="true" - y="17.595249" - x="31.881187" - height="2" - width="5.5625" - id="rect24264" - style="opacity:1;color:#000000;fill:#dddddd;fill-opacity:1;fill-rule:nonzero;stroke:#9f9f9f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - style="opacity:0.43406593;color:#000000;fill:#9f9f9f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect24284" - width="16.0625" - height="2" - x="13" - y="22" - inkscape:r_cx="true" - inkscape:r_cy="true" - rx="1" - ry="1" /> - <path - style="opacity:0.83406587;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 5,11 L 5,9 L 45,9 L 44,10 L 6,10 L 5,11 z " - id="path24286" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - style="opacity:0.0989011;color:#000000;fill:url(#linearGradient24296);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 9,19.1875 L 9,26.21783 L 10,25.40533 C 26.722274,25.874463 30.770833,25.541667 39,30.625 L 40.0625,31.9375 L 40,19.0625 L 9,19.1875 z " - id="path24288" - inkscape:r_cx="true" - inkscape:r_cy="true" - sodipodi:nodetypes="ccccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/devices/computer.svg b/html/themes/legacy/svg/scalable/devices/computer.svg deleted file mode 100644 index 4a63d5d77626190bf2924a6a342dc4cf43281543..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/devices/computer.svg +++ /dev/null @@ -1,740 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48.000000px" - height="48.000000px" - id="svg2327" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/gfx/ximian/tango-icon-theme/scalable/devices" - sodipodi:docname="computer.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective112" /> - <linearGradient - id="linearGradient2985" - inkscape:collect="always"> - <stop - id="stop2987" - offset="0" - style="stop-color:#d8dfd6;stop-opacity:1;" /> - <stop - id="stop2989" - offset="1" - style="stop-color:#d8dfd6;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient2752"> - <stop - id="stop2754" - offset="0" - style="stop-color:#9d9d9d;stop-opacity:1;" /> - <stop - id="stop2756" - offset="1.0000000" - style="stop-color:#b9b9b9;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient2711"> - <stop - id="stop2713" - offset="0.0000000" - style="stop-color:#909090;stop-opacity:1.0000000;" /> - <stop - id="stop2715" - offset="1.0000000" - style="stop-color:#bebebe;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient2701"> - <stop - id="stop2703" - offset="0.0000000" - style="stop-color:#585956;stop-opacity:1.0000000;" /> - <stop - id="stop2705" - offset="1.0000000" - style="stop-color:#bbbeb8;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient2691"> - <stop - id="stop2693" - offset="0.0000000" - style="stop-color:#868686;stop-opacity:1.0000000;" /> - <stop - id="stop2695" - offset="1.0000000" - style="stop-color:#e9e9e9;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient2683" - inkscape:collect="always"> - <stop - id="stop2685" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop2687" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient2675"> - <stop - id="stop2677" - offset="0.0000000" - style="stop-color:#5b5b97;stop-opacity:1.0000000;" /> - <stop - id="stop2679" - offset="1.0000000" - style="stop-color:#1b1b43;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient2667"> - <stop - id="stop2669" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - id="stop2671" - offset="1.0000000" - style="stop-color:#fcfcff;stop-opacity:0.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient2635" - inkscape:collect="always"> - <stop - id="stop2637" - offset="0" - style="stop-color:#f9fff5;stop-opacity:1;" /> - <stop - id="stop2639" - offset="1" - style="stop-color:#f9fff5;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient2623"> - <stop - id="stop2625" - offset="0.0000000" - style="stop-color:#dfdfde;stop-opacity:1.0000000;" /> - <stop - id="stop2627" - offset="1.0000000" - style="stop-color:#9d9f9a;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2454"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2456" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2458" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2415"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2417" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2419" /> - </linearGradient> - <linearGradient - id="linearGradient2379"> - <stop - style="stop-color:#1a4876;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2381" /> - <stop - style="stop-color:#3f54a3;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop2383" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2328"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2330" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop2332" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient2307"> - <stop - style="stop-color:#5a7aa4;stop-opacity:1;" - offset="0" - id="stop2309" /> - <stop - style="stop-color:#5a7aa4;stop-opacity:0;" - offset="1" - id="stop2311" /> - </linearGradient> - <linearGradient - id="linearGradient2253"> - <stop - style="stop-color:#8f8f8f;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2255" /> - <stop - style="stop-color:#494949;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2257" /> - </linearGradient> - <linearGradient - id="linearGradient2245"> - <stop - style="stop-color:#dde1d9;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop2247" /> - <stop - style="stop-color:#cacdc6;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2249" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2245" - id="linearGradient2251" - gradientTransform="matrix(1.129863,0.000000,0.000000,0.885063,-1.625000,-1.304372)" - x1="8.6116238" - y1="7.2293582" - x2="34.784473" - y2="33.339787" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2307" - id="linearGradient2313" - gradientTransform="matrix(1.208393,0.000000,0.000000,0.984410,-0.789284,-0.503380)" - x1="16.851954" - y1="9.3235140" - x2="24.418941" - y2="53.734985" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2328" - id="linearGradient2334" - gradientTransform="matrix(1.289166,0.000000,0.000000,0.922731,-0.789284,-0.503380)" - x1="16.119127" - y1="10.842293" - x2="27.289009" - y2="39.031910" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2415" - id="linearGradient2421" - gradientTransform="matrix(1.108069,0.000000,0.000000,0.902471,1.000000,1.000000)" - x1="17.698339" - y1="13.004725" - x2="34.974548" - y2="55.200756" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2379" - id="linearGradient2445" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.027870,0.000000,0.000000,0.822296,1.523986,1.001198)" - x1="21.356108" - y1="30.078255" - x2="19.994572" - y2="-1.3221773" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2454" - id="radialGradient2460" - gradientTransform="scale(1.925808,0.519262)" - cx="12.575710" - cy="67.501709" - fx="12.575710" - fy="67.501709" - r="8.7662794" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2454" - id="radialGradient2464" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.925808,0.519262)" - cx="12.575710" - cy="67.501709" - fx="12.575710" - fy="67.501709" - r="8.7662794" /> - <linearGradient - y2="92.570930" - x2="10.728384" - y1="84.029198" - x1="10.728384" - gradientTransform="scale(1.983556,0.504145)" - gradientUnits="userSpaceOnUse" - id="linearGradient2653" - xlink:href="#linearGradient2623" - inkscape:collect="always" /> - <linearGradient - y2="74.098007" - x2="8.6485014" - y1="101.28460" - x1="13.628710" - gradientTransform="scale(2.143634,0.466498)" - gradientUnits="userSpaceOnUse" - id="linearGradient2655" - xlink:href="#linearGradient2635" - inkscape:collect="always" /> - <radialGradient - r="8.7662794" - fy="67.501709" - fx="12.575710" - cy="67.501709" - cx="12.575710" - gradientTransform="scale(1.925808,0.519262)" - gradientUnits="userSpaceOnUse" - id="radialGradient2659" - xlink:href="#linearGradient2454" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="26.729263" - x2="17.199417" - y1="1.6537577" - x1="11.492236" - gradientTransform="matrix(1.238977,0.000000,0.000000,0.895955,0.590553,-1.331524)" - id="linearGradient2673" - xlink:href="#linearGradient2667" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="8.8666229" - x2="16.315819" - y1="32.622238" - x1="19.150396" - gradientTransform="matrix(1.174139,0.000000,0.000000,0.945431,0.721825,-1.331524)" - id="linearGradient2681" - xlink:href="#linearGradient2675" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="162.45061" - x2="3.7069974" - y1="171.29134" - x1="3.7069976" - gradientTransform="matrix(5.705159,0.000000,0.000000,0.175280,1.000000,-0.679373)" - id="linearGradient2689" - xlink:href="#linearGradient2683" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="64.892525" - x2="12.127711" - y1="53.535141" - x1="12.206709" - gradientTransform="scale(1.816345,0.550556)" - id="linearGradient2707" - xlink:href="#linearGradient2701" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="3.8451097" - x2="35.520542" - y1="3.9384086" - x1="34.300991" - id="linearGradient2717" - xlink:href="#linearGradient2711" - inkscape:collect="always" /> - <linearGradient - y2="3.8451097" - x2="35.520542" - y1="3.9384086" - x1="34.300991" - gradientUnits="userSpaceOnUse" - id="linearGradient2721" - xlink:href="#linearGradient2711" - inkscape:collect="always" /> - <linearGradient - y2="3.8451097" - x2="35.520542" - y1="3.9384086" - x1="34.300991" - gradientUnits="userSpaceOnUse" - id="linearGradient2725" - xlink:href="#linearGradient2711" - inkscape:collect="always" /> - <linearGradient - y2="3.8451097" - x2="35.520542" - y1="3.9384086" - x1="34.300991" - gradientUnits="userSpaceOnUse" - id="linearGradient2729" - xlink:href="#linearGradient2711" - inkscape:collect="always" /> - <linearGradient - y2="3.8451097" - x2="35.520542" - y1="3.9384086" - x1="34.300991" - gradientUnits="userSpaceOnUse" - id="linearGradient2733" - xlink:href="#linearGradient2711" - inkscape:collect="always" /> - <linearGradient - y2="74.098007" - x2="8.6485014" - y1="101.28460" - x1="13.628710" - gradientTransform="matrix(2.143634,0.000000,0.000000,0.466498,1.000000,-0.508826)" - gradientUnits="userSpaceOnUse" - id="linearGradient2741" - xlink:href="#linearGradient2635" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="100.20015" - x2="8.1134233" - y1="88.509071" - x1="8.1134243" - gradientTransform="scale(2.309851,0.432928)" - id="linearGradient2758" - xlink:href="#linearGradient2752" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="31.246054" - x2="32.536823" - y1="5.3817744" - x1="10.390738" - gradientTransform="scale(1.104397,0.905471)" - id="linearGradient2979" - xlink:href="#linearGradient2253" - inkscape:collect="always" /> - <linearGradient - y2="52.536461" - x2="18.176752" - y1="48.643234" - x1="18.316999" - gradientTransform="scale(1.129863,0.885063)" - gradientUnits="userSpaceOnUse" - id="linearGradient2981" - xlink:href="#linearGradient2245" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="44.878883" - x2="-23.885700" - y1="49.953003" - x1="-23.885700" - gradientTransform="scale(1.492875,0.669848)" - id="linearGradient2991" - xlink:href="#linearGradient2985" - inkscape:collect="always" /> - <linearGradient - y2="100.20015" - x2="8.1134233" - y1="88.509071" - x1="8.1134243" - gradientTransform="scale(2.309851,0.432928)" - gradientUnits="userSpaceOnUse" - id="linearGradient1409" - xlink:href="#linearGradient2752" - inkscape:collect="always" /> - <linearGradient - y2="100.20015" - x2="8.1134233" - y1="88.509071" - x1="8.1134243" - gradientTransform="scale(2.309851,0.432928)" - gradientUnits="userSpaceOnUse" - id="linearGradient1411" - xlink:href="#linearGradient2752" - inkscape:collect="always" /> - <linearGradient - y2="31.246054" - x2="32.536823" - y1="5.3817744" - x1="10.390738" - gradientTransform="scale(1.104397,0.905471)" - gradientUnits="userSpaceOnUse" - id="linearGradient1413" - xlink:href="#linearGradient2253" - inkscape:collect="always" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.12156863" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="75.353821" - inkscape:cy="12.176086" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="770" - inkscape:window-height="688" - inkscape:window-x="402" - inkscape:window-y="30" - inkscape:showpageshadow="false" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Computer</dc:title> - <dc:date>2005-03-08</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:subject> - <rdf:Bag> - <rdf:li>workstation</rdf:li> - <rdf:li>computer</rdf:li> - <rdf:li>node</rdf:li> - <rdf:li>client</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:source>http://jimmac.musichall.cz/</dc:source> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - sodipodi:type="arc" - style="color:#000000;fill:url(#radialGradient2460);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" - id="path2452" - sodipodi:cx="24.218407" - sodipodi:cy="35.051105" - sodipodi:rx="16.882174" - sodipodi:ry="4.5520000" - d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z" - transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-13.61713)" /> - <path - sodipodi:type="arc" - style="color:#000000;fill:#adb0aa;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#4b4d4a;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="path2407" - sodipodi:cx="-35.658386" - sodipodi:cy="29.716238" - sodipodi:rx="9.3944187" - sodipodi:ry="3.9395950" - d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z" - transform="translate(57.53339,3.203427)" /> - <path - transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,4.271194)" - d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z" - sodipodi:ry="3.9395950" - sodipodi:rx="9.3944187" - sodipodi:cy="29.716238" - sodipodi:cx="-35.658386" - id="path1825" - style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#7b7f7a;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2991);stroke-width:0.68065339;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="path2983" - sodipodi:cx="-35.658386" - sodipodi:cy="29.716238" - sodipodi:rx="9.3944187" - sodipodi:ry="3.9395950" - d="M -26.263968 29.716238 A 9.3944187 3.9395950 0 1 1 -45.052805,29.716238 A 9.3944187 3.9395950 0 1 1 -26.263968 29.716238 z" - transform="matrix(0.940273,0.000000,0.000000,0.940273,55.40361,3.521194)" /> - <path - sodipodi:nodetypes="ccccccccccccccccc" - style="fill:#d0d0d0;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#979797;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 25.687500,28.766243 L 25.625000,29.766243 C 25.625000,29.766243 29.949108,33.365409 34.625000,33.968750 C 36.962946,34.270420 39.378675,34.671162 41.375000,35.156250 C 43.371325,35.641338 44.963356,36.275856 45.500000,36.812500 C 45.810411,37.122911 45.951063,37.386139 46.000000,37.593750 C 46.048937,37.801361 46.038217,37.948565 45.906250,38.156250 C 45.642317,38.571620 44.826393,39.123902 43.437500,39.562500 C 40.659715,40.439695 35.717076,41.000000 28.875000,41.000000 L 28.875000,42.000000 C 35.770998,42.000000 40.738665,41.472329 43.718750,40.531250 C 45.208792,40.060710 46.243692,39.515563 46.750000,38.718750 C 47.003154,38.320344 47.107321,37.830301 47.000000,37.375000 C 46.892679,36.919699 46.615445,36.490445 46.218750,36.093750 C 45.341180,35.216180 43.681912,34.687310 41.625000,34.187500 C 39.568088,33.687690 37.109264,33.273171 34.750000,32.968750 C 30.031473,32.359908 25.687500,28.766243 25.687500,28.766243 z " - id="path2411" /> - <path - transform="matrix(1.000000,0.000000,0.000000,1.368932,-1.978553,-19.02126)" - d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z" - sodipodi:ry="4.5520000" - sodipodi:rx="16.882174" - sodipodi:cy="35.051105" - sodipodi:cx="24.218407" - id="path2462" - style="color:#000000;fill:url(#radialGradient2464);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <rect - y="30.703611" - x="17.472397" - height="2.7400389" - width="9.0396729" - id="rect2699" - style="color:#000000;fill:url(#linearGradient2707);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.60872948;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - style="color:#000000;fill:url(#linearGradient2251);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2979);stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 7.0809024,1.6956221 L 36.669097,1.6956221 C 37.580439,1.6956221 38.293244,2.2791039 38.335849,3.0972091 L 39.667893,28.675323 C 39.726102,29.793058 38.766837,30.695628 37.647588,30.695628 L 6.1024120,30.695628 C 4.9831629,30.695628 4.0238980,29.793058 4.0821068,28.675323 L 5.4141506,3.0972091 C 5.4544343,2.3236745 5.9616533,1.6956221 7.0809024,1.6956221 z " - id="rect2404" - sodipodi:nodetypes="cssssssss" /> - <path - sodipodi:nodetypes="ccccc" - id="path2377" - d="M 8.4105348,4.3058272 L 7.1683398,26.351144 L 34.818729,26.351144 L 33.483712,4.3992558 L 8.4105348,4.3058272 z " - style="fill:url(#linearGradient2681);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000079;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> - <path - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:url(#linearGradient2689);stroke-width:0.99618119;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.24840762" - d="M 6.1774331,28.735789 L 37.605910,28.735789" - id="path2393" /> - <path - sodipodi:nodetypes="cssssssss" - id="path2397" - d="M 6.9145985,2.7063396 L 36.760101,2.6685383 C 37.043798,2.6681790 37.319403,2.9057881 37.342206,3.3210821 L 38.704098,28.124330 C 38.762137,29.181361 38.164349,29.910201 37.105727,29.910201 L 6.5817583,29.910201 C 5.5231355,29.910201 4.9887439,29.181410 5.0458869,28.124330 L 6.3699773,3.6301633 C 6.4086732,2.9143326 6.5363627,2.7068187 6.9145985,2.7063396 z " - style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2421);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="ccccc" - style="opacity:0.53142858;fill:url(#linearGradient2673);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" - d="M 8.7115364,4.7463626 L 7.9090069,22.616693 C 18.953645,20.216063 19.330470,12.124494 33.063039,9.4699426 L 32.901567,4.8124267 L 8.7115364,4.7463626 z " - id="path2443" /> - <path - transform="matrix(1.264398,0.000000,0.000000,1.291262,-6.216332,-4.000423)" - d="M 41.100580 35.051105 A 16.882174 4.5520000 0 1 1 7.3362331,35.051105 A 16.882174 4.5520000 0 1 1 41.100580 35.051105 z" - sodipodi:ry="4.5520000" - sodipodi:rx="16.882174" - sodipodi:cy="35.051105" - sodipodi:cx="24.218407" - id="path2657" - style="color:#000000;fill:url(#radialGradient2659);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="cssssssss" - id="path2409" - d="M 6.4621839,36.817452 L 37.464590,36.817452 C 38.583839,36.817452 38.441945,37.088890 38.556817,37.430298 L 41.391463,45.855108 C 41.506335,46.196517 41.418485,46.467954 40.299236,46.467954 L 3.6275382,46.467954 C 2.5082891,46.467954 2.4204387,46.196517 2.5353107,45.855108 L 5.3699564,37.430298 C 5.4848284,37.088889 5.3429348,36.817452 6.4621839,36.817452 z " - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient2981);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient1413);stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="ccccccccc" - id="path2611" - d="M 6.3916892,38.829113 L 4.6239223,43.955638 L 10.104000,43.955638 L 10.634330,41.922706 L 25.483572,41.922706 L 26.033251,43.997820 L 32.201086,43.997820 L 30.521708,38.829113 L 6.3916892,38.829113 z " - style="fill:#7a7d77;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" /> - <path - id="path2613" - d="M 11.076272,42.276260 L 10.634330,43.955639 L 25.395184,43.955639 L 24.953242,42.187872 L 11.076272,42.276260 z " - style="fill:#777874;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" /> - <path - style="color:#000000;fill:#777a75;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 37.592776,38.829114 L 39.272155,43.867250 L 33.792077,43.778861 L 32.289475,38.917502 L 37.592776,38.829114 z " - id="path2619" /> - <path - id="path2615" - d="M 37.592776,38.298786 L 39.272155,43.336922 L 33.792077,43.248533 L 32.289475,38.387174 L 37.592776,38.298786 z " - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient2758);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - style="fill:url(#linearGradient1411);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" - d="M 6.3916892,38.210397 L 4.6239223,43.336922 L 10.104000,43.336922 L 10.634330,41.303990 L 25.483572,41.303990 L 26.033251,43.379104 L 32.201086,43.379104 L 30.521708,38.210397 L 6.3916892,38.210397 z " - id="path2617" - sodipodi:nodetypes="ccccccccc" /> - <path - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient1409);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 11.076272,41.745932 L 10.634330,43.425311 L 25.395184,43.425311 L 24.953242,41.657544 L 11.076272,41.745932 z " - id="path2621" /> - <path - style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2741);stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 6.1278189,37.578116 L 37.953634,37.578116 L 40.590813,45.670679 L 3.3297429,45.670679 L 6.1278189,37.578116 z " - id="path2631" - sodipodi:nodetypes="ccccc" /> - <path - transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.41933,2.853866)" - d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z" - sodipodi:ry="0.83968931" - sodipodi:rx="0.83968931" - sodipodi:cy="3.9384086" - sodipodi:cx="34.780815" - id="path2709" - style="color:#000000;fill:url(#linearGradient2717);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="color:#000000;fill:url(#linearGradient2721);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="path2719" - sodipodi:cx="34.780815" - sodipodi:cy="3.9384086" - sodipodi:rx="0.83968931" - sodipodi:ry="0.83968931" - d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z" - transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.30573,4.959651)" /> - <path - transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.19213,6.959651)" - d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z" - sodipodi:ry="0.83968931" - sodipodi:rx="0.83968931" - sodipodi:cy="3.9384086" - sodipodi:cx="34.780815" - id="path2723" - style="color:#000000;fill:url(#linearGradient2725);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="color:#000000;fill:url(#linearGradient2729);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="path2727" - sodipodi:cx="34.780815" - sodipodi:cy="3.9384086" - sodipodi:rx="0.83968931" - sodipodi:ry="0.83968931" - d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z" - transform="matrix(1.331237,0.000000,0.000000,0.658449,-10.07853,8.959651)" /> - <path - transform="matrix(1.331237,0.000000,0.000000,0.658449,-9.964930,10.95965)" - d="M 35.620504 3.9384086 A 0.83968931 0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931 0.83968931 0 1 1 35.620504 3.9384086 z" - sodipodi:ry="0.83968931" - sodipodi:rx="0.83968931" - sodipodi:cy="3.9384086" - sodipodi:cx="34.780815" - id="path2731" - style="color:#000000;fill:url(#linearGradient2733);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - id="text2735" - d="M 20.000000,27.317666 L 20.281716,27.317666 C 20.365481,27.317667 20.429701,27.336330 20.474376,27.373656 C 20.519345,27.410690 20.541829,27.463594 20.541830,27.532370 C 20.541829,27.601440 20.519345,27.654638 20.474376,27.691965 C 20.429701,27.728998 20.365481,27.747515 20.281716,27.747515 L 20.169735,27.747515 L 20.169735,27.975885 L 20.000000,27.975885 L 20.000000,27.317666 M 20.169735,27.440669 L 20.169735,27.624512 L 20.263640,27.624512 C 20.296558,27.624512 20.321982,27.616576 20.339911,27.600705 C 20.357839,27.584540 20.366804,27.561762 20.366804,27.532370 C 20.366804,27.502979 20.357839,27.480348 20.339911,27.464476 C 20.321982,27.448605 20.296558,27.440669 20.263640,27.440669 L 20.169735,27.440669 M 20.961979,27.428765 C 20.910250,27.428766 20.870131,27.447870 20.841621,27.486078 C 20.813112,27.524288 20.798857,27.578074 20.798857,27.647437 C 20.798857,27.716507 20.813112,27.770146 20.841621,27.808355 C 20.870131,27.846564 20.910250,27.865668 20.961979,27.865668 C 21.014001,27.865668 21.054267,27.846564 21.082778,27.808355 C 21.111287,27.770146 21.125541,27.716507 21.125542,27.647437 C 21.125541,27.578074 21.111287,27.524288 21.082778,27.486078 C 21.054267,27.447870 21.014001,27.428766 20.961979,27.428765 M 20.961979,27.305762 C 21.067787,27.305763 21.150671,27.336036 21.210630,27.396582 C 21.270588,27.457128 21.300567,27.540747 21.300568,27.647437 C 21.300567,27.753834 21.270588,27.837305 21.210630,27.897851 C 21.150671,27.958398 21.067787,27.988671 20.961979,27.988671 C 20.856464,27.988671 20.773580,27.958398 20.713328,27.897851 C 20.653370,27.837305 20.623391,27.753834 20.623391,27.647437 C 20.623391,27.540747 20.653370,27.457128 20.713328,27.396582 C 20.773580,27.336036 20.856464,27.305763 20.961979,27.305762 M 21.428420,27.317666 L 21.617994,27.317666 L 21.857387,27.769117 L 21.857387,27.317666 L 22.018305,27.317666 L 22.018305,27.975885 L 21.828730,27.975885 L 21.589338,27.524434 L 21.589338,27.975885 L 21.428420,27.975885 L 21.428420,27.317666 M 22.091489,27.317666 L 22.277095,27.317666 L 22.426991,27.552209 L 22.576887,27.317666 L 22.762935,27.317666 L 22.512079,27.698578 L 22.512079,27.975885 L 22.342344,27.975885 L 22.342344,27.698578 L 22.091489,27.317666" - style="font-size:0.90290260;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#4a4a4a;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/devices/media-optical.svg b/html/themes/legacy/svg/scalable/devices/media-optical.svg deleted file mode 100644 index 34aa13f56a6d25d7695fedb7cbec999e5fd4d710..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/devices/media-optical.svg +++ /dev/null @@ -1,722 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48.000000px" - height="48.000000px" - id="svg3077" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/devices" - sodipodi:docname="media-optical.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective91" /> - <linearGradient - inkscape:collect="always" - id="linearGradient23419"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop23421" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop23423" /> - </linearGradient> - <linearGradient - id="linearGradient3435" - gradientUnits="userSpaceOnUse" - x1="12.2744" - y1="32.4165" - x2="35.3912" - y2="14.2033"> - <stop - offset="0.0000000" - style="stop-color:#ffffc8;stop-opacity:1.0000000;" - id="stop3437" /> - <stop - offset="1.0000000" - style="stop-color:#9a91ef;stop-opacity:0.0000000;" - id="stop3439" /> - </linearGradient> - <linearGradient - y2="14.2033" - x2="35.3912" - y1="32.4165" - x1="12.2744" - gradientUnits="userSpaceOnUse" - id="linearGradient3421"> - <stop - id="stop3423" - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.0000000" /> - <stop - id="stop3427" - style="stop-color:#b8c04c;stop-opacity:0.0000000;" - offset="1.0000000" /> - </linearGradient> - <linearGradient - id="linearGradient3406" - gradientUnits="userSpaceOnUse" - x1="12.2744" - y1="32.4165" - x2="35.3912" - y2="14.2033"> - <stop - offset="0.0000000" - style="stop-color:#b307ff;stop-opacity:0.82178217;" - id="stop3408" /> - <stop - offset="1.0000000" - style="stop-color:#f0ff8b;stop-opacity:0.64356434;" - id="stop3410" /> - <stop - offset="1.0000000" - style="stop-color:#ffffff;stop-opacity:0.0000000;" - id="stop3412" /> - </linearGradient> - <linearGradient - y2="14.2033" - x2="35.3912" - y1="32.4165" - x1="12.2744" - gradientUnits="userSpaceOnUse" - id="linearGradient3394"> - <stop - id="stop3396" - style="stop-color:#fff307;stop-opacity:1.0000000;" - offset="0.0000000" /> - <stop - id="stop3398" - style="stop-color:#166eff;stop-opacity:1.0000000;" - offset="0.50000000" /> - <stop - id="stop3400" - style="stop-color:#ffffff;stop-opacity:0.0000000;" - offset="1.0000000" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient6036"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6038" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6040" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient6028"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6030" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6032" /> - </linearGradient> - <linearGradient - id="linearGradient4236"> - <stop - style="stop-color:#ffffff;stop-opacity:0.32673267;" - offset="0.0000000" - id="stop4238" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.60396039;" - offset="1.0000000" - id="stop4240" /> - </linearGradient> - <linearGradient - id="aigrd2" - gradientUnits="userSpaceOnUse" - x1="12.2744" - y1="32.4165" - x2="35.3912" - y2="14.2033"> - <stop - offset="0" - style="stop-color:#FBFBFB" - id="stop3043" /> - <stop - offset="0.5" - style="stop-color:#B6B6B6" - id="stop3045" /> - <stop - offset="1" - style="stop-color:#E4E4E4" - id="stop3047" /> - </linearGradient> - <linearGradient - id="aigrd1" - gradientUnits="userSpaceOnUse" - x1="14.9966" - y1="11.1885" - x2="32.511" - y2="34.3075"> - <stop - offset="0" - style="stop-color:#EBEBEB" - id="stop3034" /> - <stop - offset="0.5" - style="stop-color:#FFFFFF" - id="stop3036" /> - <stop - offset="1" - style="stop-color:#EBEBEB" - id="stop3038" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd1" - id="linearGradient3912" - gradientUnits="userSpaceOnUse" - x1="14.9966" - y1="11.1885" - x2="32.511" - y2="34.3075" - gradientTransform="matrix(1.190476,0.000000,0.000000,1.190476,-4.224424,-2.500000)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4236" - id="linearGradient4222" - x1="21.125000" - y1="14.625000" - x2="29.000000" - y2="28.000000" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.250000,0.000000,0.000000,1.250000,-5.652995,-2.604165)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4236" - id="linearGradient4224" - x1="21.125000" - y1="14.625000" - x2="29.000000" - y2="28.000000" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.250000,0.000000,0.000000,1.250000,-5.652995,-2.604165)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd2" - id="linearGradient4242" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.190476,0.000000,0.000000,1.190476,-4.224424,-2.500001)" - x1="12.2744" - y1="32.4165" - x2="35.3912" - y2="14.2033" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6028" - id="linearGradient6034" - x1="28.702885" - y1="31.494707" - x2="17.742729" - y2="18.366575" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6036" - id="linearGradient6042" - x1="10.501720" - y1="3.6100161" - x2="48.798885" - y2="54.698483" - gradientUnits="userSpaceOnUse" /> - <radialGradient - gradientTransform="matrix(0.848684,0.958020,-0.782119,0.692834,18.69147,-20.52578)" - gradientUnits="userSpaceOnUse" - r="21.333334" - fy="27.569166" - fx="37.751469" - cy="27.569166" - cx="37.751469" - id="radialGradient3392" - xlink:href="#linearGradient3394" - inkscape:collect="always" /> - <radialGradient - r="21.333334" - fy="48.238270" - fx="53.556889" - cy="48.238270" - cx="53.556889" - gradientTransform="matrix(0.158450,-0.158988,0.432907,0.431441,-2.723645,15.00107)" - gradientUnits="userSpaceOnUse" - id="radialGradient3429" - xlink:href="#linearGradient3421" - inkscape:collect="always" /> - <radialGradient - r="21.333334" - fy="33.377594" - fx="16.885271" - cy="33.377594" - cx="16.885271" - gradientTransform="matrix(5.184267e-3,-0.122860,0.544548,2.297824e-2,0.957234,26.30756)" - gradientUnits="userSpaceOnUse" - id="radialGradient3433" - xlink:href="#linearGradient3435" - inkscape:collect="always" /> - <radialGradient - r="21.333334" - fy="21.618015" - fx="35.511295" - cy="21.618015" - cx="35.511295" - gradientTransform="matrix(0.105916,-1.914240e-2,0.104789,0.579807,17.13693,7.115158)" - gradientUnits="userSpaceOnUse" - id="radialGradient3443" - xlink:href="#linearGradient3435" - inkscape:collect="always" /> - <radialGradient - gradientTransform="matrix(-5.048220e-2,1.387847e-2,-0.128440,-0.467196,35.41257,39.44172)" - r="21.333334" - fy="23.914305" - fx="133.84108" - cy="23.914305" - cx="133.84108" - gradientUnits="userSpaceOnUse" - id="radialGradient3447" - xlink:href="#linearGradient3435" - inkscape:collect="always" /> - <radialGradient - r="21.333334" - fy="38.807304" - fx="26.137741" - cy="38.807304" - cx="26.137741" - gradientTransform="matrix(0.769501,-1.242500,0.670300,0.415141,-21.77857,41.36563)" - gradientUnits="userSpaceOnUse" - id="radialGradient3449" - xlink:href="#linearGradient3406" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd1" - id="linearGradient23343" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.5)" - x1="14.9966" - y1="11.1885" - x2="32.511" - y2="34.3075" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd2" - id="linearGradient23345" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)" - x1="12.2744" - y1="32.4165" - x2="35.3912" - y2="14.2033" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4236" - id="linearGradient23347" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)" - x1="21.125000" - y1="14.625000" - x2="29.000000" - y2="28.000000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4236" - id="linearGradient23349" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)" - x1="21.125000" - y1="14.625000" - x2="29.000000" - y2="28.000000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6036" - id="linearGradient23351" - gradientUnits="userSpaceOnUse" - x1="10.501720" - y1="3.6100161" - x2="48.798885" - y2="54.698483" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6028" - id="linearGradient23353" - gradientUnits="userSpaceOnUse" - x1="28.702885" - y1="31.494707" - x2="17.742729" - y2="18.366575" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3394" - id="radialGradient23355" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.848684,0.95802,-0.782119,0.692834,18.69147,-20.52578)" - cx="37.751469" - cy="27.569166" - fx="37.751469" - fy="27.569166" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3406" - id="radialGradient23357" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.769501,-1.2425,0.6703,0.415141,-21.77857,41.36563)" - cx="26.137741" - cy="38.807304" - fx="26.137741" - fy="38.807304" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3421" - id="radialGradient23359" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.15845,-0.158988,0.432907,0.431441,-2.723645,15.00107)" - cx="53.556889" - cy="48.238270" - fx="53.556889" - fy="48.238270" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3435" - id="radialGradient23361" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(5.184267e-3,-0.12286,0.544548,2.297824e-2,0.957234,26.30756)" - cx="16.885271" - cy="33.377594" - fx="16.885271" - fy="33.377594" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3435" - id="radialGradient23363" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.105916,-1.91424e-2,0.104789,0.579807,17.13693,7.115158)" - cx="35.511295" - cy="21.618015" - fx="35.511295" - fy="21.618015" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3435" - id="radialGradient23365" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-5.04822e-2,1.387847e-2,-0.12844,-0.467196,35.41257,39.44172)" - cx="133.84108" - cy="23.914305" - fx="133.84108" - fy="23.914305" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3435" - id="radialGradient23368" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-5.04822e-2,1.387847e-2,-0.12844,-0.467196,35.41257,39.44172)" - cx="133.84108" - cy="23.914305" - fx="133.84108" - fy="23.914305" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3435" - id="radialGradient23371" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.105916,-1.91424e-2,0.104789,0.579807,17.13693,7.115158)" - cx="35.511295" - cy="21.618015" - fx="35.511295" - fy="21.618015" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3435" - id="radialGradient23374" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(5.184267e-3,-0.12286,0.544548,2.297824e-2,0.957234,26.30756)" - cx="16.885271" - cy="33.377594" - fx="16.885271" - fy="33.377594" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3421" - id="radialGradient23377" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.15845,-0.158988,0.432907,0.431441,-2.723645,15.00107)" - cx="53.556889" - cy="48.238270" - fx="53.556889" - fy="48.238270" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3406" - id="radialGradient23380" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.769501,-1.2425,0.6703,0.415141,-21.77857,41.36563)" - cx="26.137741" - cy="38.807304" - fx="26.137741" - fy="38.807304" - r="21.333334" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient3394" - id="radialGradient23383" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.848684,0.95802,-0.782119,0.692834,18.69147,-20.52578)" - cx="37.751469" - cy="27.569166" - fx="37.751469" - fy="27.569166" - r="21.333334" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6036" - id="linearGradient23387" - gradientUnits="userSpaceOnUse" - x1="10.501720" - y1="3.6100161" - x2="48.798885" - y2="54.698483" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4236" - id="linearGradient23390" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)" - x1="21.125000" - y1="14.625000" - x2="29.000000" - y2="28.000000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4236" - id="linearGradient23393" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)" - x1="21.125000" - y1="14.625000" - x2="29.000000" - y2="28.000000" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd2" - id="linearGradient23397" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)" - x1="12.2744" - y1="32.4165" - x2="35.3912" - y2="14.2033" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd1" - id="linearGradient23400" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.5)" - x1="14.9966" - y1="11.1885" - x2="32.511" - y2="34.3075" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient23419" - id="radialGradient23425" - cx="23.334524" - cy="41.63604" - fx="23.334524" - fy="41.63604" - r="22.627417" - gradientTransform="matrix(1,0,0,0.25,0,31.22703)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.25490196" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="19.046921" - inkscape:cy="-26.568656" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="872" - inkscape:window-height="804" - inkscape:window-x="176" - inkscape:window-y="44" - inkscape:showpageshadow="false" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Media CD-ROM</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>cdrom</rdf:li> - <rdf:li>media</rdf:li> - <rdf:li>removable</rdf:li> - <rdf:li>cd</rdf:li> - <rdf:li>audio</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - sodipodi:type="arc" - style="opacity:0.55;color:#000000;fill:url(#radialGradient23425);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path23417" - sodipodi:cx="23.334524" - sodipodi:cy="41.63604" - sodipodi:rx="22.627417" - sodipodi:ry="5.6568542" - d="M 45.961941 41.63604 A 22.627417 5.6568542 0 1 1 0.70710754,41.63604 A 22.627417 5.6568542 0 1 1 45.961941 41.63604 z" - inkscape:r_cx="true" - inkscape:r_cy="true" - transform="matrix(1,0,0,1.066291,1,-2.885106)" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - id="path3040" - d="M 24.347006,4.1666669 C 12.799386,4.1666669 3.5136719,13.452381 3.5136719,25 C 3.5136719,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666669 24.347006,4.1666669 L 24.347006,4.1666669 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z " - style="fill:url(#linearGradient23400);fill-rule:nonzero;stroke:none;stroke-miterlimit:4" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - id="path3049" - d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z " - style="fill:url(#linearGradient23397);fill-rule:nonzero;stroke:#808080;stroke-miterlimit:4;stroke-opacity:1" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - id="path3051" - d="M 24.347006,14.895835 C 18.70442,14.895835 14.24284,19.488638 14.24284,25 C 14.24284,30.642588 18.835644,35.104166 24.347006,35.104166 C 29.989592,35.104166 34.451172,30.511364 34.451172,25 C 34.451172,19.357414 29.858368,14.895835 24.347006,14.895835 L 24.347006,14.895835 z M 24.347006,30.511364 C 21.328879,30.511364 18.835644,28.018129 18.835644,25 C 18.835644,21.981873 21.328879,19.488638 24.347006,19.488638 C 27.365133,19.488638 29.858368,21.981873 29.858368,25 C 29.858368,28.018129 27.365133,30.511364 24.347006,30.511364 z " - style="opacity:0.10999995;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - style="fill:url(#linearGradient23393);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" - d="M 29.922111,5.6692337 L 26.325518,19.663896 C 27.450222,19.963413 28.349661,20.659366 28.960646,21.622438 L 41.352866,14.073153 C 38.817618,9.9434382 34.748656,6.9050853 29.922111,5.6692337 z " - id="path3916" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - id="path4214" - d="M 17.307824,43.766057 L 22.043079,30.114558 C 20.946815,29.723566 20.107654,28.956005 19.577936,27.945951 L 6.6068752,34.450599 C 8.7939325,38.774811 12.599255,42.137482 17.307824,43.766057 z " - style="fill:url(#linearGradient23390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - style="opacity:0.54644811;fill:none;fill-rule:nonzero;stroke:url(#linearGradient23387);stroke-miterlimit:4;stroke-opacity:1" - d="M 24.347002,5.2023655 C 13.373458,5.2023655 4.5493711,14.026454 4.5493711,24.999997 C 4.5493711,35.973541 13.373458,44.797628 24.347002,44.797628 C 35.320546,44.797628 44.144633,35.973541 44.144633,24.999997 C 44.144633,14.026454 35.320546,5.2023655 24.347002,5.2023655 L 24.347002,5.2023655 z " - id="path5264" - sodipodi:nodetypes="cccccc" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - sodipodi:type="arc" - style="opacity:0.67213111;color:#000000;fill:none;fill-opacity:0.31638417;fill-rule:nonzero;stroke:url(#linearGradient23353);stroke-width:0.93053865;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path6026" - sodipodi:cx="24.306795" - sodipodi:cy="24.930641" - sodipodi:rx="6.0987959" - sodipodi:ry="6.0987959" - d="M 30.405591 24.930641 A 6.0987959 6.0987959 0 1 1 18.207999,24.930641 A 6.0987959 6.0987959 0 1 1 30.405591 24.930641 z" - transform="translate(8.838835e-2,8.838865e-2)" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - style="opacity:0.1142857;fill:url(#radialGradient23383);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" - d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z " - id="path3390" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - id="path3404" - d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z " - style="opacity:0.09714284;fill:url(#radialGradient23380);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - style="opacity:0.71428576;fill:url(#radialGradient23377);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" - d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z " - id="path3419" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - id="path3431" - d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z " - style="opacity:0.62285713;fill:url(#radialGradient23374);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - style="opacity:0.37142861;fill:url(#radialGradient23371);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" - d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z " - id="path3441" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - id="path3445" - d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z " - style="opacity:0.23428572;fill:url(#radialGradient23368);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/devices/printer.svg b/html/themes/legacy/svg/scalable/devices/printer.svg deleted file mode 100644 index 4c702dc48e2f24716c7bb2d8bf19567fea12429a..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/devices/printer.svg +++ /dev/null @@ -1,502 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="printer.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/devices" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg2994" - height="48px" - width="48px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective79" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient4762"> - <stop - style="stop-color:#ffffff;stop-opacity:0.12371134;" - offset="0.0000000" - id="stop4764" /> - <stop - id="stop4768" - offset="0.10344828" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop4766" /> - </linearGradient> - <linearGradient - id="linearGradient4741"> - <stop - id="stop4743" - offset="0.0000000" - style="stop-color:#dcdcda;stop-opacity:1.0000000;" /> - <stop - id="stop4745" - offset="1.0000000" - style="stop-color:#bab9b7;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4733"> - <stop - id="stop4735" - offset="0.0000000" - style="stop-color:#000000;stop-opacity:0.23711340;" /> - <stop - id="stop4737" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4698"> - <stop - id="stop4700" - offset="0.0000000" - style="stop-color:#fffffd;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#bbbbb9;stop-opacity:1.0000000;" - offset="0.50000000" - id="stop4706" /> - <stop - id="stop4702" - offset="1.0000000" - style="stop-color:#000000;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4688"> - <stop - id="stop4690" - offset="0.0000000" - style="stop-color:#666666;stop-opacity:1.0000000;" /> - <stop - id="stop4692" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4680" - inkscape:collect="always"> - <stop - id="stop4682" - offset="0" - style="stop-color:#f7f6f5;stop-opacity:1;" /> - <stop - id="stop4684" - offset="1" - style="stop-color:#f7f6f5;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4668"> - <stop - id="stop4670" - offset="0" - style="stop-color:#8e8d87;stop-opacity:1;" /> - <stop - style="stop-color:#cbc9c1;stop-opacity:1.0000000;" - offset="0.27586207" - id="stop4676" /> - <stop - id="stop4672" - offset="1.0000000" - style="stop-color:#8e8d87;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient259"> - <stop - id="stop260" - offset="0.0000000" - style="stop-color:#e0e0e0;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#ffffff;stop-opacity:1.0000000;" - offset="0.40546969" - id="stop4886" /> - <stop - style="stop-color:#cdcdcd;stop-opacity:1.0000000;" - offset="0.53448278" - id="stop4884" /> - <stop - id="stop261" - offset="1.0000000" - style="stop-color:#494949;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient15662"> - <stop - id="stop15664" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:0.0000000;" /> - <stop - id="stop15666" - offset="1.0000000" - style="stop-color:#f8f8f8;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - r="2.1227016" - fy="26.925594" - fx="9.1295490" - cy="26.925594" - cx="9.1295490" - gradientUnits="userSpaceOnUse" - id="radialGradient1433" - xlink:href="#linearGradient4698" - inkscape:collect="always" /> - <linearGradient - y2="72.064316" - x2="9.9128132" - y1="57.227650" - x1="9.8698082" - gradientTransform="matrix(2.772086,0.000000,0.000000,0.360739,0.618718,2.883883)" - gradientUnits="userSpaceOnUse" - id="linearGradient1447" - xlink:href="#linearGradient4733" - inkscape:collect="always" /> - <linearGradient - y2="54.136139" - x2="10.338233" - y1="64.652260" - x1="10.338233" - gradientTransform="matrix(2.369844,0.000000,0.000000,0.421969,0.000000,2.000000)" - gradientUnits="userSpaceOnUse" - id="linearGradient1451" - xlink:href="#linearGradient4680" - inkscape:collect="always" /> - <linearGradient - y2="62.282467" - x2="9.7052784" - y1="70.724976" - x1="9.7316532" - gradientTransform="matrix(2.369844,0.000000,0.000000,0.421969,0.000000,2.000000)" - gradientUnits="userSpaceOnUse" - id="linearGradient1453" - xlink:href="#linearGradient4688" - inkscape:collect="always" /> - <linearGradient - y2="19.337463" - x2="20.717800" - y1="25.140253" - x1="20.771229" - gradientTransform="matrix(1.198769,0,0,0.853565,-0.143086,2.034513)" - gradientUnits="userSpaceOnUse" - id="linearGradient1456" - xlink:href="#linearGradient15662" - inkscape:collect="always" /> - <linearGradient - y2="25.247311" - x2="24.789707" - y1="3.6785457" - x1="25.056711" - gradientTransform="matrix(0.94571,0,0,1.076032,5.016683e-2,4.095404)" - gradientUnits="userSpaceOnUse" - id="linearGradient1459" - xlink:href="#linearGradient259" - inkscape:collect="always" /> - <linearGradient - y2="58.831264" - x2="15.487823" - y1="32.539238" - x1="15.387969" - gradientTransform="matrix(1.492569,0,0,0.668741,8.188072e-2,2)" - gradientUnits="userSpaceOnUse" - id="linearGradient1464" - xlink:href="#linearGradient4762" - inkscape:collect="always" /> - <linearGradient - y2="88.294930" - x2="18.972126" - y1="88.294930" - x1="1.8456430" - gradientTransform="matrix(2.291824,0,0,0.434269,8.855179e-2,2)" - gradientUnits="userSpaceOnUse" - id="linearGradient1468" - xlink:href="#linearGradient4741" - inkscape:collect="always" /> - <linearGradient - y2="88.294933" - x2="18.972126" - y1="88.294933" - x1="1.8456431" - gradientTransform="matrix(2.30272,0,0,0.437918,0,0.584034)" - gradientUnits="userSpaceOnUse" - id="linearGradient1471" - xlink:href="#linearGradient4668" - inkscape:collect="always" /> - </defs> - <sodipodi:namedview - inkscape:window-y="160" - inkscape:window-x="491" - inkscape:window-height="688" - inkscape:window-width="872" - inkscape:guide-bbox="true" - showguides="true" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="4.6034265" - inkscape:cx="29.124539" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.090196078" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - inkscape:showpageshadow="false" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Printer</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:source>http://jimmac.musichall.cz</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>printer</rdf:li> - <rdf:li>local</rdf:li> - <rdf:li>laser</rdf:li> - <rdf:li>bubblejet</rdf:li> - <rdf:li>inkjet</rdf:li> - <rdf:li>print</rdf:li> - <rdf:li>output</rdf:li> - <rdf:li>cups</rdf:li> - <rdf:li>lpd</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <g - transform="matrix(2.311016e-2,0,0,2.271533e-2,44.68502,39.36099)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <rect - ry="1.7115477" - rx="1.7115483" - y="36.004189" - x="4.75" - height="6.4915943" - width="38.4375" - id="rect4652" - style="fill:url(#linearGradient1471);fill-opacity:1;stroke:#595959;stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" /> - <path - sodipodi:nodetypes="cssssssssssss" - id="rect4609" - d="M 7.1308961,21.5 L 40.870615,21.5 C 41.255661,21.5 41.747648,21.788155 42.051049,22.223919 C 42.354451,22.659684 43.787518,24.83394 44.109448,25.297964 C 44.431378,25.761987 44.502397,26.201852 44.502397,26.774049 L 44.502397,38.850951 C 44.502397,39.764524 43.770402,40.5 42.861152,40.5 L 5.1403596,40.5 C 4.2311094,40.5 3.4991138,39.764524 3.4991138,38.850951 L 3.4991138,26.774049 C 3.4991138,26.280031 3.6002798,25.571641 3.9455202,25.120718 C 4.3811666,24.551713 5.5498664,22.57277 5.8581276,22.153118 C 6.1663887,21.733467 6.7324461,21.5 7.1308961,21.5 z " - style="color:#000000;fill:url(#linearGradient1468);fill-opacity:1;fill-rule:nonzero;stroke:#676767;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cssssssss" - id="path4718" - d="M 7.4246212,21.975532 C 6.9218931,21.975532 6.3048776,22.053784 6.0546019,22.46703 L 4.1542523,25.604816 C 3.8721285,26.070648 4.1881986,26.868141 5.0873106,26.868141 L 42.730786,26.868141 C 44.040732,26.868141 43.950533,25.858073 43.663844,25.428039 L 41.896077,22.776389 C 41.575544,22.295589 41.459199,21.975532 40.65864,21.975532 L 7.4246212,21.975532 z " - style="fill:#fbfbfb;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" /> - <path - style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1464);stroke-width:0.94696712;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 7.60536,22.445756 L 40.432673,22.445756 C 40.798351,22.445756 41.265592,22.718629 41.553733,23.131283 C 41.841873,23.543938 42.849964,25.160945 43.155701,25.60036 C 43.461437,26.039775 43.59127,26.456312 43.59127,26.998164 L 43.59127,38.279261 C 43.59127,39.144385 43.457547,39.528356 42.594031,39.528356 L 5.5322268,39.528356 C 4.6687108,39.528356 4.4726047,39.144385 4.4726047,38.279261 L 4.4726047,26.998164 C 4.4726047,26.530345 4.6934498,25.859523 5.0213249,25.432514 C 5.435059,24.893685 6.1038541,23.461633 6.3966101,23.064237 C 6.6893662,22.666841 7.2269515,22.445756 7.60536,22.445756 z " - id="path4750" - sodipodi:nodetypes="cssssssssssss" /> - <path - sodipodi:nodetypes="ccccccc" - id="rect15391" - d="M 11.672962,4.4999475 L 36.325116,4.4999475 C 36.975881,4.4999475 37.49978,5.0100777 37.49978,5.6437371 L 37.49978,24.348176 L 10.498298,24.348176 L 10.498298,5.6437371 C 10.498298,5.0100777 11.022197,4.4999475 11.672962,4.4999475 z " - style="color:#000000;fill:url(#linearGradient1459);fill-opacity:1;fill-rule:nonzero;stroke:#898989;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> - <rect - style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1456);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - id="rect15660" - width="25.000576" - height="18.836374" - x="11.498513" - y="5.4992466" - ry="0.17677675" - rx="0.17677672" /> - <rect - ry="1.7115483" - rx="1.7115483" - y="27.375000" - x="6.8750000" - height="5.1875000" - width="33.750000" - id="rect4678" - style="fill:url(#linearGradient1451);fill-opacity:1.0000000;stroke:url(#linearGradient1453);stroke-width:1.0000000;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" /> - <path - transform="translate(0.000000,2.000000)" - d="M 10.871767 27.626486 A 1.2816310 1.2816310 0 1 1 8.3085046,27.626486 A 1.2816310 1.2816310 0 1 1 10.871767 27.626486 z" - sodipodi:ry="1.2816310" - sodipodi:rx="1.2816310" - sodipodi:cy="27.626486" - sodipodi:cx="9.5901356" - id="path4696" - style="fill:url(#radialGradient1433);fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="csscssssc" - id="path4731" - d="M 11.743718,25.416053 L 37.306218,25.478553 C 37.993716,25.480234 38.294038,25.107558 38.243718,24.478553 L 38.118718,22.916053 L 39.984835,22.916053 C 40.797335,22.916053 40.975035,23.108616 41.172335,23.478553 L 41.672335,24.416053 C 42.199130,25.403793 43.483508,26.390165 42.170495,26.390165 C 37.667784,26.390165 13.993718,26.041053 11.743718,25.416053 z " - style="fill:url(#linearGradient1447);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;opacity:0.36571429" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" - d="M 43.488808,26.5 L 4.5111805,26.5" - id="path4760" - sodipodi:nodetypes="cc" /> - <g - transform="translate(0.000000,2.000000)" - style="opacity:0.43575415" - id="g4849"> - <rect - y="7.0000000" - x="14.000000" - height="1.0000000" - width="19.000000" - id="rect4833" - style="color:#000000;fill:#000000;fill-opacity:0.29239765;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <rect - style="color:#000000;fill:#000000;fill-opacity:0.29239765;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect4835" - width="19.000000" - height="1.0000000" - x="14.000000" - y="9.0000000" /> - <rect - y="11.000000" - x="14.000000" - height="1.0000000" - width="19.000000" - id="rect4837" - style="color:#000000;fill:#000000;fill-opacity:0.29239765;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <rect - style="color:#000000;fill:#000000;fill-opacity:0.29239765;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect4839" - width="11.000000" - height="1.0000000" - x="14.000000" - y="13.000000" /> - <rect - style="color:#000000;fill:#000000;fill-opacity:0.29239765;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - id="rect4843" - width="19.000000" - height="1.0000000" - x="14.000000" - y="17.000000" /> - <rect - y="19.000000" - x="14.000000" - height="1.0000000" - width="19.000000" - id="rect4845" - style="color:#000000;fill:#000000;fill-opacity:0.29239765;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/mimetypes/application-certificate.svg b/html/themes/legacy/svg/scalable/mimetypes/application-certificate.svg deleted file mode 100644 index 077f741d8e89716816873c856a9ed6ef0f08d613..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/mimetypes/application-certificate.svg +++ /dev/null @@ -1,443 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docbase="/home/jimmac/gfx/ximian/tango-icon-theme/scalable/mimetypes" - sodipodi:docname="application-certificate.svg" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg5105" - xml:space="preserve" - viewBox="0 0 48 48" - height="48.000000px" - width="48.000000px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata - id="metadata5189"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - - - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - - - <dc:title>Certificate</dc:title><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>certificate</rdf:li></rdf:Bag></dc:subject><cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /></cc:Work> - - - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF> - - -</metadata> - - -<defs - id="defs5187"><inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective54" /><linearGradient - id="linearGradient6684"> - <stop - id="stop6686" - offset="0.0000000" - style="stop-color:#d5dbff;stop-opacity:1.0000000;" /> - <stop - id="stop6688" - offset="1" - style="stop-color:#6579ff;stop-opacity:0;" /> -</linearGradient> -<linearGradient - id="linearGradient6665"> - <stop - style="stop-color:#000000;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop6667" /> - <stop - style="stop-color:#000000;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop6669" /> -</linearGradient> -<linearGradient - id="linearGradient6625"> - <stop - id="stop6627" - offset="0.0000000" - style="stop-color:#1d2349;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#4c5279;stop-opacity:1.0000000;" - offset="0.35315102" - id="stop6637" /> - <stop - style="stop-color:#b3bdff;stop-opacity:1.0000000;" - offset="0.46551725" - id="stop6633" /> - <stop - id="stop6635" - offset="0.64982164" - style="stop-color:#727cbe;stop-opacity:1.0000000;" /> - <stop - id="stop6629" - offset="1.0000000" - style="stop-color:#323c7e;stop-opacity:1.0000000;" /> -</linearGradient> -<linearGradient - id="linearGradient6617"> - <stop - id="stop6619" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:0.24742268;" /> - <stop - id="stop6621" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> -</linearGradient> -<linearGradient - id="linearGradient6604"> - <stop - id="stop6606" - offset="0.0000000" - style="stop-color:#ffa196;stop-opacity:1.0000000;" /> - <stop - id="stop6608" - offset="1" - style="stop-color:#ff1f06;stop-opacity:0;" /> -</linearGradient> -<radialGradient - r="13.2807" - fy="20.9712" - fx="28.7891" - cy="20.9712" - cx="28.7891" - gradientUnits="userSpaceOnUse" - id="radialGradient5199" - xlink:href="#aigrd1" - inkscape:collect="always" /> - - -<radialGradient - r="14.6944" - fy="13.5444" - fx="19.292" - cy="13.5444" - cx="19.292" - gradientUnits="userSpaceOnUse" - id="radialGradient5201" - xlink:href="#aigrd2" - inkscape:collect="always" /> - - -<linearGradient - y2="16.7231" - x2="23.412" - y1="11.5991" - x1="18.229" - gradientUnits="userSpaceOnUse" - id="linearGradient5203" - xlink:href="#aigrd3" - inkscape:collect="always" /> - - - - - - - - <radialGradient - gradientUnits="userSpaceOnUse" - fy="20.971201" - fx="28.789101" - r="13.280700" - cy="20.971201" - cx="28.789101" - id="aigrd1"> - <stop - id="stop5115" - style="stop-color:#E41E08" - offset="0" /> - - - - <stop - id="stop5117" - style="stop-color:#901505" - offset="1" /> - - - - </radialGradient> - - - - - <radialGradient - gradientUnits="userSpaceOnUse" - fy="13.544400" - fx="19.292000" - r="14.694400" - cy="13.544400" - cx="19.292000" - id="aigrd2"> - <stop - id="stop5122" - style="stop-color:#E41E08" - offset="0" /> - - - - <stop - id="stop5124" - style="stop-color:#901505" - offset="1" /> - - - - </radialGradient> - - - - - - - - - <linearGradient - y2="16.723101" - x2="23.412001" - y1="11.599100" - x1="18.229000" - gradientUnits="userSpaceOnUse" - id="aigrd3"> - <stop - id="stop5137" - style="stop-color:#FFFFFF" - offset="0" /> - - - - <stop - id="stop5139" - style="stop-color:#901505" - offset="1" /> - - - - </linearGradient> - - - - - - - <linearGradient - gradientTransform="matrix(1.135551,0.000000,0.000000,1.135551,-3.259995,-3.266773)" - y2="16.7231" - x2="23.412" - y1="11.5991" - x1="18.229" - gradientUnits="userSpaceOnUse" - id="linearGradient5274" - xlink:href="#aigrd3" - inkscape:collect="always" /> - - -<radialGradient - gradientTransform="matrix(1.135551,0.000000,0.000000,1.135551,-4.540325,-2.077433)" - r="14.6944" - fy="13.5444" - fx="19.292" - cy="13.5444" - cx="19.292" - gradientUnits="userSpaceOnUse" - id="radialGradient5281" - xlink:href="#aigrd2" - inkscape:collect="always" /> - - -<radialGradient - gradientTransform="matrix(1.310386,0.000000,0.000000,1.310386,-8.642682,-4.375977)" - r="13.2807" - fy="20.9712" - fx="28.7891" - cy="20.9712" - cx="28.7891" - gradientUnits="userSpaceOnUse" - id="radialGradient5284" - xlink:href="#aigrd1" - inkscape:collect="always" /> - - - - - <linearGradient - gradientUnits="userSpaceOnUse" - y2="49.895073" - x2="43.140980" - y1="5.9244628" - x1="15.338736" - gradientTransform="matrix(0.975728,0.000000,0.000000,0.931033,-0.132002,1.978392)" - id="linearGradient6610" - xlink:href="#linearGradient6604" - inkscape:collect="always" /> -<linearGradient - gradientUnits="userSpaceOnUse" - y2="22.783224" - x2="29.957399" - y1="9.4436626" - x1="18.570419" - gradientTransform="matrix(1.028670,0.000000,0.000000,0.972129,-1.280330,1.189340)" - id="linearGradient6623" - xlink:href="#linearGradient6617" - inkscape:collect="always" /> -<linearGradient - gradientUnits="userSpaceOnUse" - y2="35.017860" - x2="38.250904" - y1="22.886259" - x1="38.506161" - gradientTransform="matrix(0.843938,0.000000,0.000000,1.184922,-1.280330,1.689340)" - id="linearGradient6631" - xlink:href="#linearGradient6625" - inkscape:collect="always" /> -<radialGradient - gradientUnits="userSpaceOnUse" - r="33.156136" - fy="19.818913" - fx="24.452202" - cy="19.818913" - cx="24.452202" - gradientTransform="matrix(1.024478,0.000000,0.000000,0.976107,0.939339,-0.530329)" - id="radialGradient6663" - xlink:href="#linearGradient6665" - inkscape:collect="always" /> -<radialGradient - r="33.156136" - fy="19.818913" - fx="24.452202" - cy="19.818913" - cx="24.452202" - gradientTransform="matrix(1.024478,0.000000,0.000000,0.976107,1.646447,-0.353552)" - gradientUnits="userSpaceOnUse" - id="radialGradient6675" - xlink:href="#linearGradient6665" - inkscape:collect="always" /> -<radialGradient - r="14.6944" - fy="20.479359" - fx="26.887432" - cy="20.479359" - cx="26.887432" - gradientTransform="matrix(1.135551,0.000000,0.000000,1.135551,-4.540325,-2.077433)" - gradientUnits="userSpaceOnUse" - id="radialGradient6678" - xlink:href="#aigrd2" - inkscape:collect="always" /> -<linearGradient - gradientUnits="userSpaceOnUse" - y2="27.403761" - x2="36.499001" - y1="35.458244" - x1="37.502811" - gradientTransform="scale(0.843938,1.184922)" - id="linearGradient6690" - xlink:href="#linearGradient6684" - inkscape:collect="always" /> -</defs> - - -<sodipodi:namedview - inkscape:current-layer="svg5105" - inkscape:window-y="30" - inkscape:window-x="203" - inkscape:cy="20.392013" - inkscape:cx="20.303269" - inkscape:zoom="5.6568542" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.16470588" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:window-width="821" - inkscape:window-height="818" - inkscape:showpageshadow="false" - showgrid="false" /> - - - - - -<path - style="opacity:0.48044690;color:#000000;fill:url(#radialGradient6675);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - d="M 25.389110,19.305038 C 25.389110,19.305038 19.484245,27.481005 19.484245,31.228324 C 19.484245,34.975642 26.297551,32.931650 29.022873,35.656973 C 31.748195,38.382295 22.663787,45.422711 22.663787,45.422711 L 31.748195,42.924499 L 35.381959,46.785372 C 35.381959,42.129613 40.719048,38.382295 37.993726,35.543418 C 35.154848,32.704540 27.092436,33.045205 26.638216,29.297887 C 26.183995,25.550569 25.502665,19.418593 25.502665,19.418593 L 25.389110,19.305038 z " - id="path6671" /> -<path - style="opacity:0.48044690;fill:url(#radialGradient6663);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 36.916160,9.3946518 C 38.237688,12.452028 40.559293,12.296470 40.616709,16.377167 C 40.649454,18.652929 42.449165,19.847910 42.449165,22.172684 C 42.449165,24.497457 38.434150,25.646156 37.066636,27.013668 C 35.699121,28.381184 37.174521,31.888095 33.464606,32.918627 C 29.789944,33.939367 27.994548,32.508375 25.669774,32.508375 C 23.344998,32.508375 17.781956,36.991063 15.730683,34.939790 C 13.679411,32.888519 13.635647,28.405831 11.857879,26.628063 C 9.9433579,24.713542 6.9184435,22.038663 6.9184435,18.619877 C 6.9184435,15.201092 8.8926489,13.396291 11.721128,10.217892 C 14.639403,6.9385873 14.729659,2.0128046 18.148445,2.0128046 C 21.567230,2.0128046 22.877627,2.9506145 25.787409,2.8770766 C 30.425746,2.7598534 30.994149,0.55375463 34.405481,2.2835766 C 37.413183,3.8087260 35.881638,7.0012699 36.916160,9.3946518 z " - id="path6639" - sodipodi:nodetypes="csssssssssssss" /> -<path - id="path5112" - d="M 23.621340,18.067599 C 23.621340,18.067599 17.716475,26.243566 17.716475,29.990885 C 17.716475,33.738203 24.529781,31.694211 27.255103,34.419534 C 29.980425,37.144856 20.896017,44.185272 20.896017,44.185272 L 29.980425,41.687060 L 33.614189,45.547933 C 33.614189,40.892174 38.951278,37.144856 36.225956,34.305979 C 33.387078,31.467101 25.324666,31.807766 24.870446,28.060448 C 24.416225,24.313130 23.734895,18.181154 23.734895,18.181154 L 23.621340,18.067599 z " - style="stroke-opacity:1.0000000;stroke-miterlimit:6.5999999;stroke-width:1.0000000;stroke:#1f254f;fill-rule:nonzero;fill-opacity:1.0000000;fill:url(#linearGradient6631)" /> - - -<path - sodipodi:nodetypes="cscccsss" - style="fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient6690);stroke-width:0.72112519;stroke-miterlimit:6.5999999;stroke-opacity:1.0000000" - d="M 20.803213,31.602421 C 25.355213,32.050805 28.232227,32.837946 28.609835,35.591528 C 28.939949,37.998767 24.377692,42.324487 24.377692,42.324487 L 30.221580,40.699741 L 33.062950,43.660691 C 33.725862,39.949751 37.427758,37.438687 35.741856,35.156087 C 33.627168,32.292939 26.775807,32.912620 26.448257,30.210335 C 26.120707,27.508049 18.114196,31.334950 20.803213,31.602421 z " - id="path6680" /> -<path - sodipodi:nodetypes="csssssssssssss" - id="path5119" - d="M 34.935485,9.2468088 C 36.201806,12.176463 38.426426,12.027404 38.481444,15.937630 C 38.512821,18.118322 40.237349,19.263383 40.237349,21.491039 C 40.237349,23.718695 36.390061,24.819407 35.079675,26.129792 C 33.769288,27.440180 35.183053,30.800590 31.628119,31.788071 C 28.106966,32.766170 26.386573,31.394957 24.158916,31.394957 C 21.931258,31.394957 16.600611,35.690381 14.635030,33.724800 C 12.669450,31.759221 12.627514,27.463797 10.924012,25.760295 C 9.0894699,23.925753 6.1909207,21.362617 6.1909207,18.086651 C 6.1909207,14.810685 8.0826538,13.081280 10.792974,10.035658 C 13.589338,6.8933472 13.675824,2.1733389 16.951790,2.1733389 C 20.227756,2.1733389 21.483411,3.0719718 24.271637,3.0015059 C 28.716208,2.8891797 29.260866,0.77524063 32.529689,2.4327994 C 35.411745,3.8942357 33.944180,6.9534113 34.935485,9.2468088 z " - style="stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-linejoin:round;stroke-linecap:round;stroke:#4c0901;fill-rule:nonzero;fill:url(#radialGradient5284)" /> - - -<path - id="path5126" - d="M 34.976850,17.567599 C 34.976850,23.813130 29.866870,28.923109 23.621340,28.923109 C 17.375809,28.923109 12.265830,23.813130 12.265830,17.567599 C 12.265830,11.322069 17.375809,6.2120891 23.621340,6.2120891 C 29.866870,6.2120891 34.976850,11.322069 34.976850,17.567599 z " - style="stroke-miterlimit:4.0000000;stroke:none;fill-rule:nonzero;fill:url(#radialGradient6678)" /> - - - - - - - - - - - - - - - - - - -<path - style="fill:none;fill-rule:nonzero;stroke:url(#linearGradient6610);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 33.888971,10.030124 C 35.042232,12.698211 37.068232,12.562460 37.118338,16.123571 C 37.146913,18.109565 38.717470,19.152392 38.717470,21.181157 C 38.717470,23.209922 35.213679,24.212359 34.020288,25.405749 C 32.826895,26.599143 34.114436,29.659526 30.876896,30.558842 C 27.670121,31.449613 26.103329,30.200827 24.074563,30.200827 C 22.045797,30.200827 17.191084,34.112744 15.400995,32.322655 C 13.610908,30.532568 13.572716,26.620651 12.021307,25.069242 C 10.350558,23.398493 7.7107989,21.064201 7.7107989,18.080722 C 7.7107989,15.097243 9.4336334,13.522243 11.901968,10.748543 C 14.448666,7.8867861 14.527430,3.5881928 17.510909,3.5881928 C 20.494388,3.5881928 21.637935,4.4065934 24.177221,4.3424188 C 28.224968,4.2401214 28.720998,2.3149204 31.697971,3.8244879 C 34.322710,5.1554433 32.986173,7.9414875 33.888971,10.030124 z " - id="path6600" - sodipodi:nodetypes="csssssssssssss" /> -<path - id="path6612" - d="M 23.663250,7.0524597 C 17.795434,7.0524597 13.016988,11.794692 13.016988,17.662510 C 13.016988,21.333503 15.000693,24.443138 17.833154,26.353336 C 25.073625,22.456374 23.786958,15.548148 33.440430,13.606789 C 31.841424,9.7576868 28.088842,7.0524597 23.663250,7.0524597 z " - style="color:#000000;fill:url(#linearGradient6623);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;opacity:1.0000000" /> -</svg> \ No newline at end of file diff --git a/html/themes/legacy/svg/scalable/mimetypes/application-x-executable.svg b/html/themes/legacy/svg/scalable/mimetypes/application-x-executable.svg deleted file mode 100644 index 38088df88ec8e03dfdf9fcdea9fe3f6a86e63f85..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/mimetypes/application-x-executable.svg +++ /dev/null @@ -1,178 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48.000000px" - height="48.000000px" - id="svg53383" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/mimetypes" - sodipodi:docname="application-x-executable.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective22" /> - <linearGradient - id="linearGradient2300"> - <stop - id="stop2302" - offset="0.0000000" - style="stop-color:#000000;stop-opacity:0.32673267;" /> - <stop - id="stop2304" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="aigrd1" - gradientUnits="userSpaceOnUse" - x1="99.7773" - y1="15.4238" - x2="153.0005" - y2="248.6311"> - <stop - offset="0" - style="stop-color:#184375" - id="stop53300" /> - <stop - offset="1" - style="stop-color:#C8BDDC" - id="stop53302" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd1" - id="linearGradient53551" - gradientUnits="userSpaceOnUse" - x1="99.7773" - y1="15.4238" - x2="153.0005" - y2="248.6311" - gradientTransform="matrix(0.200685,0.000000,0.000000,0.200685,-0.585758,-1.050787)" /> - <radialGradient - gradientUnits="userSpaceOnUse" - r="11.689870" - fy="72.568001" - fx="14.287618" - cy="68.872971" - cx="14.287618" - gradientTransform="matrix(1.399258,-2.234445e-7,8.196178e-8,0.513264,4.365074,4.839285)" - id="radialGradient2308" - xlink:href="#linearGradient2300" - inkscape:collect="always" /> - </defs> - <sodipodi:namedview - inkscape:showpageshadow="false" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="22.871258" - inkscape:cy="31.58696" - inkscape:current-layer="layer2" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="716" - inkscape:window-height="697" - inkscape:window-x="414" - inkscape:window-y="151" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Executable</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz/</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>executable</rdf:li> - <rdf:li>program</rdf:li> - <rdf:li>binary</rdf:li> - <rdf:li>bin</rdf:li> - <rdf:li>script</rdf:li> - <rdf:li>shell</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="shadow" - id="layer2" - inkscape:groupmode="layer"> - <path - transform="matrix(1.186380,0.000000,0.000000,1.186380,-4.539687,-7.794678)" - d="M 44.285715 38.714287 A 19.928572 9.8372450 0 1 1 4.4285717,38.714287 A 19.928572 9.8372450 0 1 1 44.285715 38.714287 z" - sodipodi:ry="9.8372450" - sodipodi:rx="19.928572" - sodipodi:cy="38.714287" - sodipodi:cx="24.357143" - id="path1538" - style="color:#000000;fill:url(#radialGradient2308);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.50000042;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - </g> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <path - style="fill:url(#linearGradient53551);fill-rule:nonzero;stroke:#3f4561;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" - d="M 24.285801,43.196358 L 4.3751874,23.285744 L 24.285801,3.3751291 L 44.196415,23.285744 L 24.285801,43.196358 L 24.285801,43.196358 z " - id="path53304" /> - <path - sodipodi:nodetypes="ccccccc" - style="opacity:0.72000003;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - d="M 43.505062,23.285744 L 24.285801,4.0664819 L 5.0665401,23.285744 L 5.8476076,23.910676 L 24.457240,5.4825431 L 43.505256,23.285744 L 43.505062,23.285744 z " - id="path53359" /> - <path - style="opacity:0.49999997;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - d="M 8.9257729,27.145172 L 9.6642227,26.120988 C 10.300972,26.389480 10.964841,26.606057 11.650406,26.765873 L 11.644594,28.342731 C 12.072322,28.431066 12.507604,28.498867 12.948699,28.547102 L 13.430473,27.045213 C 13.774514,27.073690 14.122237,27.089380 14.473834,27.089380 C 14.825043,27.089380 15.172958,27.073883 15.517000,27.045213 L 15.998775,28.547102 C 16.440063,28.498867 16.875151,28.431066 17.302879,28.342731 L 17.296874,26.765680 C 17.982632,26.606057 18.646307,26.389480 19.283056,26.120988 L 20.205536,27.400490 C 20.607887,27.218396 20.999777,27.017899 21.380431,26.799968 L 20.887614,25.301952 C 21.484844,24.939702 22.049337,24.528633 22.575085,24.073980 L 23.847226,25.005759 C 24.172864,24.709178 24.484555,24.397487 24.780942,24.071849 L 23.849357,22.799902 C 24.304204,22.274154 24.715273,21.709855 25.077523,21.112237 L 26.575538,21.605248 C 26.793470,21.224400 26.994161,20.832316 27.175867,20.430160 L 25.896559,19.507873 C 26.165051,18.871124 26.381627,18.207255 26.541638,17.521497 L 28.118301,17.527308 C 28.206636,17.099581 28.274438,16.664298 28.322479,16.223010 L 26.820784,15.741236 C 26.849648,15.397388 26.864951,15.049472 26.864951,14.698069 C 26.864951,14.346666 26.849260,13.998944 26.820784,13.654708 L 28.322479,13.172934 C 28.274632,12.731840 28.206442,12.296751 28.118495,11.868830 L 26.541444,11.874835 C 26.381627,11.189076 26.165051,10.525208 25.896753,9.8886539 L 27.176061,8.9663652 C 26.994354,8.5640139 26.793470,8.1721237 26.575926,7.7912754 L 25.077717,8.2842867 C 24.715466,7.6868623 24.304398,7.1225635 23.849744,6.5970095 L 24.781330,5.3248686 C 24.502958,5.0189892 24.210252,4.7268638 23.905922,4.4467488 L 5.0669275,23.285938 L 6.0738693,24.292880 L 6.3725811,24.074174 C 6.8983295,24.528827 7.4626276,24.939896 8.0600509,25.302146 L 7.8180983,26.037303 L 8.9261605,27.145365 L 8.9257729,27.145172 z " - id="path53361" /> - <path - style="opacity:0.49999997;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - d="M 28.448976,32.191116 C 28.448976,25.706434 32.682859,20.211647 38.536216,18.317093 L 36.309244,16.089926 C 36.292390,16.096901 36.275344,16.102906 36.258684,16.110073 L 36.077171,15.858241 L 34.665167,14.446237 C 34.201989,14.665137 33.748497,14.900697 33.305853,15.153885 L 33.999942,17.263078 C 33.158628,17.772747 32.364194,18.351768 31.624195,18.991810 L 29.833085,17.680151 C 29.374364,18.097611 28.935788,18.536187 28.518521,18.994716 L 29.829986,20.785630 C 29.189945,21.525825 28.611118,22.320258 28.101255,23.161378 L 25.991868,22.467289 C 25.685214,23.003692 25.402775,23.555593 25.146874,24.122021 L 26.948056,25.420314 C 26.570114,26.316643 26.265204,27.251328 26.040298,28.216815 L 23.820299,28.208291 C 23.696127,28.810557 23.600430,29.423479 23.532823,30.044342 L 25.647246,30.722740 C 25.606953,31.207033 25.585255,31.696750 25.585255,32.191310 C 25.585255,32.686063 25.606953,33.175780 25.647246,33.660073 L 23.532823,34.337889 C 23.600430,34.959140 23.696127,35.571868 23.820493,36.174134 L 26.040298,36.165804 C 26.265204,37.131291 26.570114,38.065976 26.948056,38.962306 L 25.146874,40.260792 C 25.289256,40.575582 25.440743,40.885723 25.599010,41.191215 L 29.403033,37.387579 C 28.787013,35.773334 28.448783,34.021743 28.448783,32.191310 L 28.448976,32.191116 z " - id="path53363" /> - <path - sodipodi:nodetypes="ccccccc" - style="opacity:0.34999999;fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - d="M 5.2050478,23.424252 L 24.285801,42.505005 L 43.505062,23.285744 L 42.789963,22.603525 L 24.310314,41.041677 L 5.2050478,23.424059 L 5.2050478,23.424252 z " - id="path53365" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/mimetypes/package-x-generic.svg b/html/themes/legacy/svg/scalable/mimetypes/package-x-generic.svg deleted file mode 100644 index 47beed790f7e40ae34927fb70a8105363d05b78c..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/mimetypes/package-x-generic.svg +++ /dev/null @@ -1,485 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="package-x-generic.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/mimetypes" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg2963" - height="48px" - width="48px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective77" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2884"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2886" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2888" /> - </linearGradient> - <linearGradient - id="linearGradient2869"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop2871" /> - <stop - style="stop-color:#cccccc;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2873" /> - </linearGradient> - <linearGradient - id="linearGradient4995"> - <stop - id="stop4997" - offset="0" - style="stop-color:#de9523;stop-opacity:1;" /> - <stop - id="stop4999" - offset="1.0000000" - style="stop-color:#a36d18;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4987" - inkscape:collect="always"> - <stop - id="stop4989" - offset="0" - style="stop-color:#a0670c;stop-opacity:1;" /> - <stop - id="stop4991" - offset="1" - style="stop-color:#a0670c;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4979"> - <stop - id="stop4981" - offset="0.0000000" - style="stop-color:#fbf0e0;stop-opacity:1.0000000;" /> - <stop - id="stop4983" - offset="1.0000000" - style="stop-color:#f0ce99;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4946" - inkscape:collect="always"> - <stop - id="stop4948" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop4950" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4222"> - <stop - id="stop4224" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop4226" - offset="1.0000000" - style="stop-color:#ffffff;stop-opacity:0.68639052;" /> - </linearGradient> - <linearGradient - id="linearGradient4210"> - <stop - id="stop4212" - offset="0.0000000" - style="stop-color:#eaba6f;stop-opacity:1.0000000;" /> - <stop - id="stop4214" - offset="1.0000000" - style="stop-color:#b97a1b;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4192"> - <stop - id="stop4194" - offset="0" - style="stop-color:#e9b96e;stop-opacity:1;" /> - <stop - id="stop4196" - offset="1.0000000" - style="stop-color:#f1d19e;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4182"> - <stop - id="stop4184" - offset="0.0000000" - style="stop-color:#a36d18;stop-opacity:1.0000000;" /> - <stop - id="stop4186" - offset="1.0000000" - style="stop-color:#d79020;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4946" - id="radialGradient2252" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.333333,2.658463e-16,23.58206)" - cx="22.930462" - cy="35.373093" - fx="22.930462" - fy="35.373093" - r="17.576654" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4979" - id="linearGradient2269" - gradientUnits="userSpaceOnUse" - x1="30.062469" - y1="13.444801" - x2="17.696169" - y2="12.333632" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4995" - id="linearGradient2274" - gradientUnits="userSpaceOnUse" - x1="36.288929" - y1="14.661557" - x2="47.065835" - y2="15.267649" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4192" - id="linearGradient2277" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.986355,0.000000,0.316638)" - x1="25.381256" - y1="24.720648" - x2="24.119167" - y2="16.170370" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4182" - id="linearGradient2280" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,1.039184,0.000000,-4.057054e-2)" - x1="16.148972" - y1="12.636667" - x2="34.193642" - y2="12.636667" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4987" - id="linearGradient2282" - gradientUnits="userSpaceOnUse" - x1="21.906841" - y1="9.7577486" - x2="22.071806" - y2="16.020695" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4222" - id="linearGradient2285" - gradientUnits="userSpaceOnUse" - x1="18.706615" - y1="19.912336" - x2="30.014812" - y2="47.388485" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4210" - id="linearGradient2288" - gradientUnits="userSpaceOnUse" - x1="24.990499" - y1="34.004856" - x2="24.990499" - y2="22.585211" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2884" - id="radialGradient2896" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.353283,5.468101e-16,-1.144754e-13,0.635968,-8.458890,3.413470)" - cx="23.943670" - cy="20.800287" - fx="23.943670" - fy="20.800287" - r="6.4286140" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2869" - id="radialGradient2898" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.749420,0.000000,0.000000,0.394055,6.226925,10.09253)" - cx="21.578989" - cy="9.0255041" - fx="21.578989" - fy="9.0255041" - r="9.5862970" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2884" - id="radialGradient2906" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.353283,5.468101e-16,-1.144754e-13,0.635968,-8.458890,3.413470)" - cx="23.943670" - cy="20.800287" - fx="23.943670" - fy="20.800287" - r="6.4286140" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2869" - id="radialGradient2908" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.749420,0.000000,0.000000,0.394055,6.226925,10.09253)" - cx="21.578989" - cy="9.8105707" - fx="21.578989" - fy="9.8105707" - r="9.5862970" /> - </defs> - <sodipodi:namedview - inkscape:window-y="142" - inkscape:window-x="392" - inkscape:window-height="706" - inkscape:window-width="872" - stroke="#c17d11" - fill="#e9b96e" - inkscape:showpageshadow="false" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="39.004018" - inkscape:cx="74.637005" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.16470588" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Package</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz/</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>package</rdf:li> - <rdf:li>archive</rdf:li> - <rdf:li>tarball</rdf:li> - <rdf:li>tar</rdf:li> - <rdf:li>bzip</rdf:li> - <rdf:li>gzip</rdf:li> - <rdf:li>zip</rdf:li> - <rdf:li>arj</rdf:li> - <rdf:li>tar</rdf:li> - <rdf:li>jar</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <g - style="display:inline" - transform="matrix(2.105461e-2,0,0,2.086758e-2,42.60172,35.4036)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <rect - ry="2.3944440" - rx="2.4241352" - y="15.275433" - x="7.4623847" - height="23.112879" - width="31.978371" - id="rect3115" - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient2288);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.0000007;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" /> - <rect - style="opacity:0.48101267;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient2285);stroke-width:1.0000011;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" - id="rect4220" - width="29.804138" - height="21.075352" - x="8.4989996" - y="16.243698" - rx="1.2846882" - ry="1.2846882" /> - <path - sodipodi:nodetypes="ccccc" - id="path4162" - d="M 8.7697819,16.547178 L 13.819731,9.7363408 L 32.615291,9.6353255 L 37.835264,16.408941 L 8.7697819,16.547178 z " - style="fill:url(#linearGradient2280);fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2282);stroke-width:1.0000008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> - <path - sodipodi:nodetypes="ccccc" - id="path4164" - d="M 38.276321,16.325703 L 43.469269,23.520364 L 3.9609455,23.520364 L 8.6250143,16.320763 L 38.276321,16.325703 z " - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient2277);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.0000005;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" /> - <path - sodipodi:nodetypes="ccccc" - id="path4178" - d="M 32.849333,9.6141009 L 37.532219,16.536370 L 46.565835,20.921197 L 38.451329,12.008545 L 32.849333,9.6141009 z " - style="opacity:1.0000000;color:#000000;fill:url(#linearGradient2274);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.0000005;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" /> - <path - sodipodi:nodetypes="ccccc" - style="opacity:1.0000000;color:#000000;fill:#f8e8cf;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" - d="M 13.617702,9.7151161 L 9.6419233,16.435355 L 0.50729183,20.820182 L 8.6217973,11.907530 L 13.617702,9.7151161 z " - id="path4180" /> - <path - style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#f4e3ca;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" - d="M 37.024959,16.436050 L 41.478871,22.493011 L 5.6482792,22.493011 L 9.7892982,16.312694 L 37.024959,16.436050 z " - id="path4954" - sodipodi:nodetypes="ccccc" /> - <g - id="g2892" - transform="matrix(0.676538,0.000000,0.000000,1.000000,3.994869,0.000000)"> - <path - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient2896);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 23.926073,12.101621 C 18.588065,12.101621 14.282569,14.129809 14.282569,16.641813 L 33.604773,16.641813 C 33.604773,14.129809 29.264081,12.101621 23.926073,12.101621 z " - id="path2882" /> - <path - id="path2141" - d="M 23.931961,12.861168 C 20.379986,12.861168 17.515057,14.210748 17.515057,15.882266 L 30.372285,15.882266 C 30.372285,14.210748 27.483936,12.861168 23.931961,12.861168 z " - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient2898);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - </g> - <g - transform="matrix(0.676538,0.000000,0.000000,1.000000,10.49487,0.000000)" - id="g2900"> - <path - id="path2902" - d="M 23.926073,12.101621 C 18.588065,12.101621 14.282569,14.129809 14.282569,16.641813 L 33.604773,16.641813 C 33.604773,14.129809 29.264081,12.101621 23.926073,12.101621 z " - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient2906);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:1.0000000;color:#000000;fill:url(#radialGradient2908);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:2.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - d="M 23.931961,12.861168 C 20.379986,12.861168 17.515057,14.210748 17.515057,15.882266 L 30.372285,15.882266 C 30.372285,14.210748 27.483936,12.861168 23.931961,12.861168 z " - id="path2904" /> - </g> - <path - style="opacity:0.87974685;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient2269);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" - d="M 9.6523127,16.371803 L 13.036643,10.593020 L 33.514841,10.517799 L 37.356782,16.369880 L 9.6523127,16.371803 z " - id="path4966" - sodipodi:nodetypes="ccccc" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/mimetypes/x-office-document.svg b/html/themes/legacy/svg/scalable/mimetypes/x-office-document.svg deleted file mode 100644 index b3c5d9664707914d3cf96a2246ccddaed0d576a2..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/mimetypes/x-office-document.svg +++ /dev/null @@ -1,578 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="240.00000" - inkscape:export-xdpi="240.00000" - inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" - sodipodi:docname="x-office-document.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/mimetypes" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg249" - height="48.000000px" - width="48.000000px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective91" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient7648" - gradientUnits="userSpaceOnUse" - x1="21.9326" - y1="24.6274" - x2="21.9326" - y2="7.1091" - style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"> - <stop - offset="0" - style="stop-color:#8595bc;stop-opacity:1;" - id="stop7650" /> - <stop - offset="1" - style="stop-color:#041a3b;stop-opacity:1;" - id="stop7652" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient7648" - id="linearGradient7671" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.098989,0,0,-0.797757,-1.953865,37.324)" - x1="21.9326" - y1="24.627399" - x2="21.9326" - y2="7.1090999" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4542"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop4544" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop4546" /> - </linearGradient> - <linearGradient - id="linearGradient15662"> - <stop - id="stop15664" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - id="stop15666" - offset="1.0000000" - style="stop-color:#f8f8f8;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - id="aigrd3" - cx="20.8921" - cy="64.5679" - r="5.257" - fx="20.8921" - fy="64.5679" - gradientUnits="userSpaceOnUse"> - <stop - offset="0" - style="stop-color:#F0F0F0" - id="stop15573" /> - <stop - offset="1.0000000" - style="stop-color:#9a9a9a;stop-opacity:1.0000000;" - id="stop15575" /> - </radialGradient> - <radialGradient - id="aigrd2" - cx="20.8921" - cy="114.5684" - r="5.256" - fx="20.8921" - fy="114.5684" - gradientUnits="userSpaceOnUse"> - <stop - offset="0" - style="stop-color:#F0F0F0" - id="stop15566" /> - <stop - offset="1.0000000" - style="stop-color:#9a9a9a;stop-opacity:1.0000000;" - id="stop15568" /> - </radialGradient> - <linearGradient - id="linearGradient269"> - <stop - id="stop270" - offset="0.0000000" - style="stop-color:#a3a3a3;stop-opacity:1.0000000;" /> - <stop - id="stop271" - offset="1.0000000" - style="stop-color:#4c4c4c;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient259"> - <stop - id="stop260" - offset="0.0000000" - style="stop-color:#fafafa;stop-opacity:1.0000000;" /> - <stop - id="stop261" - offset="1.0000000" - style="stop-color:#bbbbbb;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient269" - id="radialGradient15656" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)" - cx="8.8244190" - cy="3.7561285" - fx="8.8244190" - fy="3.7561285" - r="37.751713" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient259" - id="radialGradient15658" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(0.960493,1.041132)" - cx="33.966679" - cy="35.736916" - fx="33.966679" - fy="35.736916" - r="86.708450" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient15662" - id="radialGradient15668" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.968273,0.000000,0.000000,1.032767,3.353553,0.646447)" - cx="8.1435566" - cy="7.2678967" - fx="8.1435566" - fy="7.2678967" - r="38.158695" /> - <radialGradient - r="5.256" - fy="114.5684" - fx="20.8921" - cy="114.5684" - cx="20.8921" - gradientTransform="matrix(0.229703,0.000000,0.000000,0.229703,4.613529,3.979808)" - gradientUnits="userSpaceOnUse" - id="radialGradient2283" - xlink:href="#aigrd2" - inkscape:collect="always" /> - <radialGradient - r="5.257" - fy="64.5679" - fx="20.8921" - cy="64.5679" - cx="20.8921" - gradientTransform="matrix(0.229703,0.000000,0.000000,0.229703,4.613529,3.979808)" - gradientUnits="userSpaceOnUse" - id="radialGradient2285" - xlink:href="#aigrd3" - inkscape:collect="always" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4542" - id="radialGradient4548" - cx="24.306795" - cy="42.07798" - fx="24.306795" - fy="42.07798" - r="15.821514" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,0.000000,30.08928)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - inkscape:window-y="30" - inkscape:window-x="0" - inkscape:window-height="791" - inkscape:window-width="1018" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer6" - inkscape:cy="20.310488" - inkscape:cx="3.6341803" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.25490196" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - inkscape:showpageshadow="false" - fill="#729fcf" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Office Document</dc:title> - <dc:subject> - <rdf:Bag> - <rdf:li>rich</rdf:li> - <rdf:li>text</rdf:li> - <rdf:li>document</rdf:li> - <rdf:li>pdf</rdf:li> - <rdf:li>openoffice</rdf:li> - <rdf:li>word</rdf:li> - <rdf:li>rtf</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer6" - inkscape:label="Shadow"> - <g - style="display:inline" - transform="matrix(2.105461e-2,0,0,2.086758e-2,42.85172,41.1536)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - </g> - <g - style="display:inline" - inkscape:groupmode="layer" - inkscape:label="Base" - id="layer1"> - <rect - style="color:#000000;fill:url(#radialGradient15658);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15656);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" - id="rect15391" - width="34.875000" - height="40.920494" - x="6.6035528" - y="3.6464462" - ry="1.1490486" /> - <rect - style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15668);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible" - id="rect15660" - width="32.775887" - height="38.946384" - x="7.6660538" - y="4.5839462" - ry="0.14904857" - rx="0.14904857" /> - <g - transform="translate(0.646447,-3.798933e-2)" - id="g2270"> - <g - id="g1440" - style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4.0000000" - transform="matrix(0.229703,0.000000,0.000000,0.229703,4.967081,4.244972)"> - <radialGradient - id="radialGradient1442" - cx="20.892099" - cy="114.56840" - r="5.2560000" - fx="20.892099" - fy="114.56840" - gradientUnits="userSpaceOnUse"> - <stop - offset="0" - style="stop-color:#F0F0F0" - id="stop1444" /> - <stop - offset="1" - style="stop-color:#474747" - id="stop1446" /> - </radialGradient> - <path - style="stroke:none" - d="M 23.428000,113.07000 C 23.428000,115.04300 21.828000,116.64200 19.855000,116.64200 C 17.881000,116.64200 16.282000,115.04200 16.282000,113.07000 C 16.282000,111.09600 17.882000,109.49700 19.855000,109.49700 C 21.828000,109.49700 23.428000,111.09700 23.428000,113.07000 z " - id="path1448" /> - <radialGradient - id="radialGradient1450" - cx="20.892099" - cy="64.567902" - r="5.2570000" - fx="20.892099" - fy="64.567902" - gradientUnits="userSpaceOnUse"> - <stop - offset="0" - style="stop-color:#F0F0F0" - id="stop1452" /> - <stop - offset="1" - style="stop-color:#474747" - id="stop1454" /> - </radialGradient> - <path - style="stroke:none" - d="M 23.428000,63.070000 C 23.428000,65.043000 21.828000,66.643000 19.855000,66.643000 C 17.881000,66.643000 16.282000,65.043000 16.282000,63.070000 C 16.282000,61.096000 17.882000,59.497000 19.855000,59.497000 C 21.828000,59.497000 23.428000,61.097000 23.428000,63.070000 z " - id="path1456" /> - </g> - <path - style="fill:url(#radialGradient2283);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - d="M 9.9950109,29.952326 C 9.9950109,30.405530 9.6274861,30.772825 9.1742821,30.772825 C 8.7208483,30.772825 8.3535532,30.405301 8.3535532,29.952326 C 8.3535532,29.498892 8.7210780,29.131597 9.1742821,29.131597 C 9.6274861,29.131597 9.9950109,29.499122 9.9950109,29.952326 z " - id="path15570" /> - <path - style="fill:url(#radialGradient2285);fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" - d="M 9.9950109,18.467176 C 9.9950109,18.920380 9.6274861,19.287905 9.1742821,19.287905 C 8.7208483,19.287905 8.3535532,18.920380 8.3535532,18.467176 C 8.3535532,18.013742 8.7210780,17.646447 9.1742821,17.646447 C 9.6274861,17.646447 9.9950109,18.013972 9.9950109,18.467176 z " - id="path15577" /> - </g> - <path - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.98855311;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.017543854" - d="M 11.505723,5.4942766 L 11.505723,43.400869" - id="path15672" - sodipodi:nodetypes="cc" /> - <path - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.20467831" - d="M 12.500000,5.0205154 L 12.500000,43.038228" - id="path15674" - sodipodi:nodetypes="cc" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Text" - style="display:inline"> - <rect - ry="0.065390877" - rx="0.13778631" - y="31" - x="15.999986" - height="1" - width="20.000006" - id="rect15738" - style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;visibility:visible;display:block;overflow:visible" /> - <rect - ry="0.065390877" - rx="0.13778631" - y="33" - x="15.999986" - height="1" - width="20.000006" - id="rect15740" - style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;visibility:visible;display:block;overflow:visible" /> - <rect - ry="0.065390877" - rx="0.13778631" - y="35" - x="15.999986" - height="1" - width="20.000006" - id="rect15742" - style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;visibility:visible;display:block;overflow:visible" /> - <rect - ry="0.065390877" - rx="0.096450485" - y="37" - x="15.999986" - height="1" - width="14.000014" - id="rect15744" - style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;visibility:visible;display:block;overflow:visible" /> - <g - id="g5376" - style="opacity:0.66477273"> - <g - transform="matrix(0.608982,0,0,0.606219,12.8233,10.5572)" - id="g7654"> - <path - style="fill:url(#linearGradient7671);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4" - d="M 5.512695,30 L 39.643234,30 L 39.643234,19.627375 L 5.512695,19.627375 L 5.512695,30 z " - id="path7644" /> - <path - id="path16203" - d="M 5.512695,5.6791358 L 39.643234,5.6791358 L 39.643234,19.627375 L 5.512695,19.627375 L 5.512695,5.6791358 z " - style="fill:#729fcf;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4;fill-opacity:1" /> - <g - transform="matrix(1.189217,0,0,1.189217,-3.525355,-6.535408)" - style="fill-rule:nonzero;stroke:#000000;stroke-width:2.00241709;stroke-miterlimit:4" - id="g16205"> - <g - id="g16207"> - <path - id="path16209" - d="M 18.4,15.4 C 18.4,17.6 16.6,19.5 14.3,19.5 C 12.1,19.5 10.2,17.7 10.2,15.4 C 10.2,13.2 12,11.3 14.3,11.3 C 16.5,11.3 18.4,13.1 18.4,15.4 z " - style="opacity:0.04999994;fill:#e8f52f;stroke:none" /> - <path - id="path16211" - d="M 18,15.4 C 18,17.4 16.4,19.1 14.3,19.1 C 12.3,19.1 10.6,17.5 10.6,15.4 C 10.6,13.4 12.2,11.7 14.3,11.7 C 16.3,11.7 18,13.3 18,15.4 L 18,15.4 z " - style="opacity:0.20829994;fill:#ecf751;stroke:none" /> - <path - id="path16213" - d="M 17.6,15.4 C 17.6,17.2 16.1,18.7 14.3,18.7 C 12.5,18.7 11,17.2 11,15.4 C 11,13.6 12.5,12.1 14.3,12.1 C 16.1,12.1 17.6,13.6 17.6,15.4 L 17.6,15.4 z " - style="opacity:0.36669994;fill:#f0f972;stroke:none" /> - <path - id="path16215" - d="M 17.2,15.4 C 17.2,17 15.9,18.3 14.3,18.3 C 12.7,18.3 11.4,17 11.4,15.4 C 11.4,13.8 12.7,12.5 14.3,12.5 C 15.9,12.5 17.2,13.8 17.2,15.4 z " - style="opacity:0.525;fill:#f4fa95;stroke:none" /> - <path - id="path16217" - d="M 16.8,15.4 C 16.8,16.8 15.7,17.9 14.3,17.9 C 12.9,17.9 11.8,16.8 11.8,15.4 C 11.8,14 12.9,12.9 14.3,12.9 C 15.7,12.9 16.8,14 16.8,15.4 L 16.8,15.4 z " - style="opacity:0.6833;fill:#f7fcb7;stroke:none" /> - <path - id="path16219" - d="M 16.4,15.4 C 16.4,16.6 15.4,17.5 14.3,17.5 C 13.2,17.5 12.2,16.5 12.2,15.4 C 12.2,14.3 13.2,13.3 14.3,13.3 C 15.4,13.3 16.4,14.3 16.4,15.4 z " - style="opacity:0.8417;fill:#fbfddb;stroke:none" /> - <path - id="path16221" - d="M 16,15.4 C 16,16.4 15.2,17.2 14.2,17.2 C 13.2,17.2 12.4,16.4 12.4,15.4 C 12.4,14.4 13.2,13.6 14.2,13.6 C 15.2,13.6 16,14.4 16,15.4 L 16,15.4 z " - style="fill:#ffffff;stroke:none" /> - </g> - </g> - <path - id="path16223" - d="M 25.015859,21.649044 L 33.697148,21.649044 L 35.362052,22.124732 L 32.507931,22.124732 C 32.507931,22.124732 35.362052,22.362574 36.789115,24.146401 C 38.216174,25.811305 35.12421,27.832976 35.12421,27.832976 C 35.12421,27.832976 35.12421,27.832976 35.12421,27.832976 C 35.005288,27.47621 34.291756,24.622087 32.864696,23.43287 C 31.794399,22.481496 30.605182,22.243652 30.605182,22.243652 L 25.015859,22.243652 L 25.015859,21.767966 L 25.015859,21.649044 z " - style="opacity:0.3;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4" /> - <path - id="path16225" - d="M 30.724106,22.362574 L 25.729391,22.362574 L 35.005288,27.595131 L 30.724106,22.362574 L 30.724106,22.362574 z " - style="opacity:0.3;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4" /> - <path - id="path16227" - d="M 25.015859,21.767966 L 33.697148,21.767966 L 35.005288,20.935513 L 32.151167,20.935513 C 32.151167,20.935513 34.767443,20.459827 35.12421,17.486782 C 35.480973,14.513739 31.080869,11.183931 31.080869,11.183931 C 31.080869,11.183931 31.080869,11.183931 31.080869,11.302853 C 31.19979,12.016383 32.389007,17.011096 31.556557,18.913846 C 31.19979,20.578747 30.129495,20.935513 30.129495,20.935513 L 24.659094,20.935513 L 24.896938,21.767966 L 25.015859,21.767966 z " - style="fill:#515151;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4" /> - <path - id="path16229" - d="M 30.248418,20.459827 L 25.253704,20.459827 L 31.19979,11.421773 L 30.248418,20.459827 z " - style="fill:#515151;fill-rule:nonzero;stroke:none;stroke-width:1.2166667;stroke-miterlimit:4" /> - </g> - <rect - y="14.485752" - x="16.508501" - height="13.997463" - width="19.995502" - id="rect8163" - style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#9e9e9e;stroke-width:0.99999863;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <rect - style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;visibility:visible;display:block;overflow:visible" - id="rect1768" - width="20.000006" - height="1" - x="15.999986" - y="9" - rx="0.13778631" - ry="0.065390877" /> - <rect - style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.08187136;visibility:visible;display:block;overflow:visible" - id="rect1770" - width="14.000014" - height="1" - x="15.999986" - y="11" - rx="0.096450485" - ry="0.065390877" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/mimetypes/x-office-spreadsheet.svg b/html/themes/legacy/svg/scalable/mimetypes/x-office-spreadsheet.svg deleted file mode 100644 index cbc4df2e8b323ac937c5fd2aaade4b051657ec67..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/mimetypes/x-office-spreadsheet.svg +++ /dev/null @@ -1,704 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="x-office-spreadsheet.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/mimetypes" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg13684" - height="48.000000px" - width="48.000000px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective114" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6687" - id="linearGradient6746" - gradientUnits="userSpaceOnUse" - x1="-20.750000" - y1="29.000000" - x2="-19.500000" - y2="18.750000" /> - <linearGradient - inkscape:collect="always" - id="linearGradient6687"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6689" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6691" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6687" - id="linearGradient6744" - gradientUnits="userSpaceOnUse" - x1="-20.750000" - y1="29.000000" - x2="-19.500000" - y2="18.750000" /> - <linearGradient - id="linearGradient6719"> - <stop - style="stop-color:#73d216;stop-opacity:1;" - offset="0" - id="stop6721" /> - <stop - style="stop-color:#d5f7b3;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop6723" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6719" - id="linearGradient6742" - gradientUnits="userSpaceOnUse" - x1="-17.863041" - y1="30.827509" - x2="-20.821646" - y2="25.015009" /> - <linearGradient - id="linearGradient6711"> - <stop - style="stop-color:#5b8ccb;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop6713" /> - <stop - style="stop-color:#3465a4;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop6715" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6711" - id="linearGradient6740" - gradientUnits="userSpaceOnUse" - x1="-16.387411" - y1="24.453547" - x2="-9.7352734" - y2="28.195539" /> - <linearGradient - id="linearGradient6699"> - <stop - style="stop-color:#ff7171;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop6701" /> - <stop - style="stop-color:#cc0000;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop6703" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6699" - id="linearGradient6738" - gradientUnits="userSpaceOnUse" - x1="-22.976406" - y1="18.516047" - x2="-14.360273" - y2="33.016045" /> - <linearGradient - inkscape:collect="always" - id="linearGradient4542"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop4544" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop4546" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4542" - id="radialGradient4548" - cx="24.306795" - cy="42.07798" - fx="24.306795" - fy="42.07798" - r="15.821514" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,-2.846681e-15,30.08928)" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - id="linearGradient2456"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop2458" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop2460" /> - </linearGradient> - <linearGradient - id="linearGradient269"> - <stop - id="stop270" - offset="0.0000000" - style="stop-color:#a3a3a3;stop-opacity:1.0000000;" /> - <stop - id="stop271" - offset="1.0000000" - style="stop-color:#4c4c4c;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient269" - id="radialGradient15656" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.971646,0.000000,0.000000,1.034707,3.240408,0.495684)" - cx="8.8244190" - cy="3.7561285" - fx="8.8244190" - fy="3.7561285" - r="37.751713" /> - <linearGradient - id="linearGradient259"> - <stop - id="stop260" - offset="0.0000000" - style="stop-color:#fafafa;stop-opacity:1.0000000;" /> - <stop - id="stop261" - offset="1.0000000" - style="stop-color:#bbbbbb;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient259" - id="radialGradient15658" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.963839,0.000000,0.000000,1.043088,-0.124825,-0.151970)" - cx="33.966679" - cy="35.736916" - fx="33.966679" - fy="35.736916" - r="86.708450" /> - <linearGradient - id="linearGradient15662"> - <stop - id="stop15664" - offset="0.0000000" - style="stop-color:#ffffff;stop-opacity:1.0000000;" /> - <stop - id="stop15666" - offset="1.0000000" - style="stop-color:#f8f8f8;stop-opacity:1.0000000;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient15662" - id="radialGradient15668" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.974777,0.000000,0.000000,1.034091,3.161873,0.559274)" - cx="8.1435566" - cy="7.2678967" - fx="8.1435566" - fy="7.2678967" - r="38.158695" /> - <linearGradient - y2="99.2984" - x2="118.302" - y1="82.0938" - x1="97.2412" - gradientUnits="userSpaceOnUse" - id="aigrd13"> - <stop - id="stop12995" - style="stop-color:#E8F066" - offset="0" /> - <stop - id="stop12997" - style="stop-color:#949941" - offset="1" /> - </linearGradient> - <linearGradient - y2="100.6528" - x2="115.5175" - y1="89.1104" - x1="90.8311" - gradientUnits="userSpaceOnUse" - id="aigrd12"> - <stop - id="stop12988" - style="stop-color:#E8F066" - offset="0" /> - <stop - id="stop12990" - style="stop-color:#777A34" - offset="1" /> - </linearGradient> - <linearGradient - y2="92.6123" - x2="124.8197" - y1="75.1099" - x1="105.0923" - gradientUnits="userSpaceOnUse" - id="aigrd11"> - <stop - id="stop12981" - style="stop-color:#3FA6CC" - offset="0" /> - <stop - id="stop12983" - style="stop-color:#00687A" - offset="1" /> - </linearGradient> - <linearGradient - y2="94.8" - x2="126.1107" - y1="84.7578" - x1="107.8672" - gradientUnits="userSpaceOnUse" - id="aigrd10"> - <stop - id="stop12974" - style="stop-color:#2C7894" - offset="0" /> - <stop - id="stop12976" - style="stop-color:#0E3D47" - offset="1" /> - </linearGradient> - <linearGradient - y2="95.8999" - x2="118.2002" - y1="78.1079" - x1="105.8184" - gradientUnits="userSpaceOnUse" - id="aigrd9"> - <stop - id="stop12967" - style="stop-color:#C1553A" - offset="0" /> - <stop - id="stop12969" - style="stop-color:#803926" - offset="1" /> - </linearGradient> - <linearGradient - y2="98.8832" - x2="118.3481" - y1="81.1763" - x1="106.0254" - gradientUnits="userSpaceOnUse" - id="aigrd8"> - <stop - id="stop12960" - style="stop-color:#C09287" - offset="0" /> - <stop - id="stop12962" - style="stop-color:#803926" - offset="1" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd8" - id="linearGradient1681" - gradientUnits="userSpaceOnUse" - x1="106.0254" - y1="81.1763" - x2="118.3481" - y2="98.8832" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd9" - id="linearGradient1683" - gradientUnits="userSpaceOnUse" - x1="105.8184" - y1="78.1079" - x2="118.2002" - y2="95.8999" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd10" - id="linearGradient1685" - gradientUnits="userSpaceOnUse" - x1="107.8672" - y1="84.7578" - x2="126.1107" - y2="94.8" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd11" - id="linearGradient1687" - gradientUnits="userSpaceOnUse" - x1="105.0923" - y1="75.1099" - x2="124.8197" - y2="92.6123" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd12" - id="linearGradient1689" - gradientUnits="userSpaceOnUse" - x1="90.8311" - y1="89.1104" - x2="115.5175" - y2="100.6528" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd13" - id="linearGradient1691" - gradientUnits="userSpaceOnUse" - x1="97.2412" - y1="82.0938" - x2="118.302" - y2="99.2984" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient2456" - id="radialGradient2462" - gradientTransform="scale(1.164226,0.85894)" - cx="28.283663" - cy="47.400623" - fx="28.283663" - fy="47.400623" - r="13.804391" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - inkscape:showpageshadow="false" - inkscape:window-y="30" - inkscape:window-x="0" - inkscape:window-height="818" - inkscape:window-width="1287" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer2" - inkscape:cy="-4.3510596" - inkscape:cx="39.576618" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - inkscape:grid-points="true" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Spreadsheet</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>spreadheet</rdf:li> - <rdf:li>document</rdf:li> - <rdf:li>office</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1" - style="display:inline"> - <g - style="display:inline" - transform="matrix(2.144924e-2,0,0,2.086758e-2,43.32772,41.1536)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <rect - style="color:#000000;fill:url(#radialGradient15658);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15656);stroke-width:0.99999970;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" - id="rect15391" - width="34.996506" - height="40.997345" - x="6.5017405" - y="3.5013213" - ry="1.1490481" - rx="1.1490482" /> - <rect - style="color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#radialGradient15668);stroke-width:0.99999970;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" - id="rect15660" - width="32.996056" - height="38.996326" - x="7.5033512" - y="4.5018268" - ry="0.14904855" - rx="0.14904846" /> - <path - id="rect13655" - d="M 10.000000,6.0022030 L 10.000000,10.966297 L 10.000000,41.002203 L 20.000000,41.000000 L 20.000000,11.000000 L 38.000000,11.000000 L 38.000000,6.0022030 L 10.000000,6.0022030 z " - style="color:#000000;fill:#000000;fill-opacity:0.21052630;fill-rule:evenodd;stroke:none;stroke-width:0.60787594;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" - sodipodi:nodetypes="cccccccc" /> - <path - id="path13660" - d="M 37.500415,10.502203 L 10.499583,10.502203" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000001px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path13662" - d="M 37.500755,16.500000 L 10.499230,16.500000" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999970px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path13664" - d="M 37.500755,22.500000 L 10.499230,22.500000" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999970px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path13666" - d="M 37.500755,28.500000 L 10.499230,28.500000" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999970px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path13668" - d="M 37.501332,34.500000 L 10.499823,34.500000" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999964px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path13682" - d="M 37.500755,40.500000 L 10.499230,40.500000" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999970px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path2464" - d="M 37.511644,13.500000 L 10.500000,13.500000" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000001px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path2466" - d="M 37.500755,19.500000 L 10.499230,19.500000" - style="fill:none;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999970px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path2468" - d="M 37.500755,25.500000 L 10.499230,25.500000" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999970px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path2470" - d="M 37.500755,31.500000 L 10.499230,31.500000" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999970px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - id="path2472" - d="M 37.500755,37.500000 L 10.499230,37.500000" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999970px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - <path - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999982px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.15789469" - d="M 37.500000,6.4997386 L 37.500000,40.500300" - id="path2485" /> - <path - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.15789469" - d="M 31.500000,6.4996867 L 31.500000,40.500315" - id="path2487" /> - <path - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.15789469" - d="M 25.500000,6.4996865 L 25.500000,40.500314" - id="path2489" /> - <path - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.15789469" - d="M 19.500000,6.4996867 L 19.500000,40.500315" - id="path2491" /> - <path - style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.15789469" - d="M 10.500000,6.4996867 L 10.500000,40.500315" - id="path2493" /> - <path - id="path2495" - d="M 37.500227,6.5022030 L 10.499460,6.5022030" - style="fill:#000000;fill-opacity:0.15789469;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.19298245" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="emblem" - style="display:inline"> - <path - sodipodi:type="arc" - style="fill:url(#radialGradient2462);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="path1693" - sodipodi:cx="32.92857" - sodipodi:cy="40.714287" - sodipodi:rx="16.071428" - sodipodi:ry="11.857142" - d="M 48.999998 40.714287 A 16.071428 11.857142 0 1 1 16.857141,40.714287 A 16.071428 11.857142 0 1 1 48.999998 40.714287 z" - transform="matrix(0.861667,0,0,0.851476,3.760476,2.091696)" /> - <g - id="g6727" - transform="translate(51,9.12499)" - inkscape:r_cx="true" - inkscape:r_cy="true"> - <path - id="path3931" - d="M -27.528542,18.092794 C -30.097576,19.791125 -31.511475,22.097833 -31.511475,24.590696 L -31.511475,26.659988 C -31.511475,29.150828 -30.097576,31.458211 -27.528542,33.156541 C -25.102053,34.760445 -21.895416,35.644009 -18.499359,35.644009 C -15.104587,35.644009 -11.89795,34.760445 -9.4701774,33.156541 C -6.9024275,31.458211 -5.4885277,29.151503 -5.4885277,26.659988 L -5.4885277,24.590696 C -5.4885277,22.097833 -6.9030696,19.79045 -9.4701774,18.092794 C -11.897308,16.490239 -15.103945,15.606001 -18.499359,15.606001 C -21.895416,15.606001 -25.102053,16.490239 -27.528542,18.092794 z " - style="fill:#670000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - id="path3933" - d="M -7.0244261,24.453547 C -8.4030105,21.067003 -13.077484,18.573465 -18.636768,18.573465 C -24.196053,18.573465 -28.870526,21.067003 -30.249111,24.453547 L -30.663906,24.453547 L -30.663906,26.523514 C -30.663906,30.913678 -25.27863,34.472213 -18.636768,34.472213 C -11.994265,34.472213 -6.6102729,30.913678 -6.6102729,26.523514 L -6.6102729,24.453547 L -7.0244261,24.453547 L -7.0244261,24.453547 z " - style="fill:#a40000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - id="path3935" - d="M -6.6102729,24.453547 C -6.6102729,28.844385 -11.994265,32.402921 -18.636768,32.402921 C -25.279272,32.402921 -30.663906,28.844385 -30.663906,24.453547 C -30.663906,20.062708 -25.27863,16.504173 -18.636768,16.504173 C -11.994265,16.504173 -6.6102729,20.062708 -6.6102729,24.453547 L -6.6102729,24.453547 z " - style="fill:url(#linearGradient6738);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - id="path3937" - d="M -6.6102729,26.833098 L -6.6256833,24.666681 C -7.9297843,29.167459 -10.862246,31.074203 -14.549173,32.007678 L -14.549173,34.002103 C -10.558534,32.998483 -6.9871844,30.713358 -6.6102729,26.833098 L -6.6102729,26.833098 z " - style="fill:#204a87;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - id="path3939" - d="M -6.6102729,24.453547 C -6.8857329,29.533025 -13.16802,31.849176 -14.571646,31.937532 L -18.637411,24.453547 L -6.610915,24.453547 L -6.6102729,24.453547 z " - style="fill:url(#linearGradient6740);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - id="path3941" - d="M -21.154435,34.298198 L -21.154435,32.228906 C -18.891039,32.523652 -16.814494,32.575587 -14.571646,32.015097 L -14.549173,34.002778 C -16.428593,34.619249 -19.36876,34.648251 -21.154435,34.298873 L -21.154435,34.298198 z " - style="fill:#4e9a06;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - id="path3943" - d="M -18.637411,24.454221 L -14.571646,31.937532 C -17.06106,32.88652 -21.154435,32.228906 -21.154435,32.228906 L -18.637411,24.454221 z " - style="fill:url(#linearGradient6742);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - transform="matrix(0.979592,0,0,0.979592,-0.380102,0.497449)" - d="M -6.875 24.375 A 11.75 7.75 0 1 1 -30.375,24.375 A 11.75 7.75 0 1 1 -6.875 24.375 z" - sodipodi:ry="7.75" - sodipodi:rx="11.75" - sodipodi:cy="24.375" - sodipodi:cx="-18.625" - id="path5959" - style="opacity:0.31111115;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6744);stroke-width:1.02083337;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - sodipodi:type="arc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - sodipodi:type="arc" - style="opacity:0.13333327;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6746);stroke-width:1.02083337;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - id="path6707" - sodipodi:cx="-18.625" - sodipodi:cy="24.375" - sodipodi:rx="11.75" - sodipodi:ry="7.75" - d="M -6.875 24.375 A 11.75 7.75 0 1 1 -30.375,24.375 A 11.75 7.75 0 1 1 -6.875 24.375 z" - transform="matrix(0.979592,0,0,0.979592,-0.380102,2.497449)" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/places/folder.svg b/html/themes/legacy/svg/scalable/places/folder.svg deleted file mode 100644 index 79b25c305beded4252b7359bda5e67493877ac8f..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/places/folder.svg +++ /dev/null @@ -1,424 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48.000000px" - height="48.000000px" - id="svg97" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/places" - sodipodi:docname="folder.svg" - inkscape:export-filename="/home/jimmac/Desktop/horlander-style3.png" - inkscape:export-xdpi="90.000000" - inkscape:export-ydpi="90.000000" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective68" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - inkscape:collect="always" - id="linearGradient9806"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop9808" /> - <stop - style="stop-color:#000000;stop-opacity:0;" - offset="1" - id="stop9810" /> - </linearGradient> - <linearGradient - id="linearGradient9766"> - <stop - style="stop-color:#6194cb;stop-opacity:1;" - offset="0" - id="stop9768" /> - <stop - style="stop-color:#729fcf;stop-opacity:1;" - offset="1" - id="stop9770" /> - </linearGradient> - <linearGradient - id="linearGradient3096"> - <stop - id="stop3098" - offset="0" - style="stop-color:#424242;stop-opacity:1;" /> - <stop - id="stop3100" - offset="1.0000000" - style="stop-color:#777777;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient319" - inkscape:collect="always"> - <stop - id="stop320" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop321" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient1789"> - <stop - style="stop-color:#202020;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop1790" /> - <stop - style="stop-color:#b9b9b9;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop1791" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient1789" - id="radialGradient238" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.055022,-2.734504e-2,0.177703,1.190929,-3.572177,-7.125301)" - cx="20.706017" - cy="37.517986" - fx="20.706017" - fy="37.517986" - r="30.905205" /> - <linearGradient - id="linearGradient3983"> - <stop - style="stop-color:#ffffff;stop-opacity:0.87628865;" - offset="0.0000000" - id="stop3984" /> - <stop - style="stop-color:#fffffe;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop3985" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3983" - id="linearGradient491" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.516844,0.000000,0.000000,0.708978,-0.879573,-1.318166)" - x1="6.2297964" - y1="13.773066" - x2="9.8980894" - y2="66.834053" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="46.689312" - x2="12.853771" - y1="32.567184" - x1="13.035696" - gradientTransform="matrix(1.317489,0.000000,0.000000,0.816256,-0.879573,-1.318166)" - id="linearGradient322" - xlink:href="#linearGradient319" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="6.1802502" - x2="15.514889" - y1="31.367750" - x1="18.112709" - id="linearGradient3104" - xlink:href="#linearGradient3096" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient9766" - id="linearGradient9772" - x1="22.175976" - y1="36.987999" - x2="22.065331" - y2="32.050499" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient9806" - id="radialGradient9812" - cx="24.35099" - cy="41.591846" - fx="24.35099" - fy="41.591846" - r="19.136078" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.242494,1.565588e-16,31.50606)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - fill="#729fcf" - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.10196078" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="54.359127" - inkscape:cy="-13.803699" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="1026" - inkscape:window-height="818" - inkscape:window-x="169" - inkscape:window-y="30" - inkscape:showpageshadow="false" - stroke="#3465a4" /> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Folder Icon</dc:title> - <dc:date /> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:source>http://jimmac.musichall.cz</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>folder</rdf:li> - <rdf:li>directory</rdf:li> - </rdf:Bag> - </dc:subject> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Folder" - inkscape:groupmode="layer"> - <g - style="display:inline" - transform="matrix(2.262383e-2,0,0,2.086758e-2,43.38343,36.36962)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <path - d="M 4.5217805,38.687417 C 4.5435766,39.103721 4.9816854,39.520026 5.3979900,39.520026 L 36.725011,39.520026 C 37.141313,39.520026 37.535823,39.103721 37.514027,38.687417 L 36.577584,11.460682 C 36.555788,11.044379 36.117687,10.628066 35.701383,10.628066 L 22.430510,10.628066 C 21.945453,10.628066 21.196037,10.312477 21.028866,9.5214338 L 20.417475,6.6283628 C 20.262006,5.8926895 19.535261,5.5904766 19.118957,5.5904766 L 4.3400975,5.5904766 C 3.9237847,5.5904766 3.5292767,6.0067807 3.5510726,6.4230849 L 4.5217805,38.687417 z " - id="path216" - style="fill:url(#radialGradient238);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient3104);stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" - sodipodi:nodetypes="ccccccssssccc" /> - <path - sodipodi:nodetypes="cc" - id="path9788" - d="M 5.2265927,22.5625 L 35.492173,22.5625" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cc" - id="path9784" - d="M 5.0421736,18.5625 L 35.489104,18.5625" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 4.9806965,12.5625 L 35.488057,12.5625" - id="path9778" - sodipodi:nodetypes="cc" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 5.3861577,32.5625 L 35.494881,32.5625" - id="path9798" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path9800" - d="M 5.5091398,34.5625 L 35.496893,34.5625" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 5.0421736,16.5625 L 35.489104,16.5625" - id="path9782" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path9780" - d="M 5.0114345,14.5625 L 35.48858,14.5625" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - sodipodi:nodetypes="cc" - id="path9776" - d="M 4.9220969,10.5625 L 20.202912,10.5625" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 4.8737534,8.5624999 L 19.657487,8.5624999" - id="path9774" - sodipodi:nodetypes="cc" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 5.3246666,28.5625 L 35.493876,28.5625" - id="path9794" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path9792" - d="M 5.2880638,26.5625 L 35.493184,26.5625" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 5.2265927,24.5625 L 35.492173,24.5625" - id="path9790" - sodipodi:nodetypes="cc" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 5.1958537,20.5625 L 35.491649,20.5625" - id="path9786" - sodipodi:nodetypes="cc" /> - <path - sodipodi:nodetypes="cc" - id="path9796" - d="M 5.3246666,30.5625 L 35.493876,30.5625" - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 5.5091398,36.5625 L 35.496893,36.5625" - id="path9802" - sodipodi:nodetypes="cc" /> - <path - style="color:#000000;fill:url(#linearGradient491);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.2138050;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible;opacity:0.45142857" - d="M 6.0683430,38.864023 C 6.0846856,39.176251 5.8874317,39.384402 5.5697582,39.280326 L 5.5697582,39.280326 C 5.2520766,39.176251 5.0330270,38.968099 5.0166756,38.655870 L 4.0689560,6.5913839 C 4.0526131,6.2791558 4.2341418,6.0906134 4.5463699,6.0906134 L 18.968420,6.0429196 C 19.280648,6.0429196 19.900363,6.3433923 20.101356,7.3651014 L 20.674845,10.180636 C 20.247791,9.7153790 20.255652,9.7010175 20.037287,9.0239299 L 19.631192,7.7647478 C 19.412142,7.0371009 18.932991,6.9328477 18.620763,6.9328477 L 5.7329889,6.9328477 C 5.4207613,6.9328477 5.2235075,7.1409999 5.2398583,7.4532364 L 6.1778636,38.968099 L 6.0683430,38.864023 z " - id="path219" - sodipodi:nodetypes="cccccccccscccccc" /> - <g - style="stroke-miterlimit:4.0000000;stroke-width:0.99946535;stroke:none;fill-rule:nonzero;fill-opacity:0.75706214;fill:#ffffff" - id="g220" - transform="matrix(1.040764,0.000000,5.449252e-2,1.040764,-8.670199,2.670594)" - inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png" - inkscape:export-xdpi="74.800003" - inkscape:export-ydpi="74.800003"> - <path - style="fill-opacity:0.50847459;fill:#ffffff" - d="M 42.417183,8.5151772 C 42.422267,8.4180642 42.289022,8.2681890 42.182066,8.2681716 L 29.150665,8.2660527 C 29.150665,8.2660527 30.062379,8.8540072 31.352477,8.8622963 L 42.405974,8.9333167 C 42.417060,8.7215889 42.408695,8.6772845 42.417183,8.5151772 z " - id="path221" - sodipodi:nodetypes="cscscs" /> - </g> - <path - style="color:#000000;fill:url(#linearGradient9772);fill-opacity:1.0;fill-rule:nonzero;stroke:#3465a4;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1;visibility:visible;display:block" - d="M 39.783532,39.510620 C 40.927426,39.466556 41.746608,38.414321 41.830567,37.189615 C 42.622354,25.640928 43.489927,15.957666 43.489927,15.957666 C 43.562082,15.710182 43.322016,15.462699 43.009787,15.462699 L 8.6386304,15.462699 C 8.6386304,15.462699 6.7883113,37.329591 6.7883113,37.329591 C 6.6737562,38.311657 6.3223038,39.134309 5.2384755,39.513304 L 39.783532,39.510620 z " - id="path233" - sodipodi:nodetypes="cscccscc" - inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png" - inkscape:export-xdpi="74.800003" - inkscape:export-ydpi="74.800003" /> - <path - sodipodi:nodetypes="ccsscsc" - id="path304" - d="M 9.6202444,16.463921 L 42.411343,16.528735 L 40.837297,36.530714 C 40.752975,37.602225 40.386619,37.958929 38.964641,37.958929 C 37.093139,37.958929 10.286673,37.926522 7.569899,37.926522 C 7.8034973,37.605711 7.9036547,36.937899 7.9049953,36.92191 L 9.6202444,16.463921 z " - style="opacity:0.46590909;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:url(#linearGradient322);stroke-width:0.99999970px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1.0000000" /> - <path - sodipodi:nodetypes="ccccc" - id="path323" - d="M 9.6202481,16.223182 L 8.4536014,31.866453 C 8.4536014,31.866453 16.749756,27.718375 27.119949,27.718375 C 37.490142,27.718375 42.675239,16.223182 42.675239,16.223182 L 9.6202481,16.223182 z " - style="fill:#ffffff;fill-opacity:0.089285679;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" /> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="pattern" /> -</svg> diff --git a/html/themes/legacy/svg/scalable/places/network-server.svg b/html/themes/legacy/svg/scalable/places/network-server.svg deleted file mode 100644 index 3587d2b8b98c92dd9634678b8323592b9c16f4e7..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/places/network-server.svg +++ /dev/null @@ -1,1016 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="network-server.svg" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/places" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg1288" - height="48px" - width="48px" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective127" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - id="linearGradient158"> - <stop - style="stop-color:#686868;stop-opacity:0.0000000;" - offset="0.0000000" - id="stop159" /> - <stop - style="stop-color:#686868;stop-opacity:1.0000000;" - offset="0.23762377" - id="stop162" /> - <stop - style="stop-color:#686868;stop-opacity:1.0000000;" - offset="0.78109992" - id="stop163" /> - <stop - style="stop-color:#686868;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop160" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient158" - id="linearGradient175" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.740165,0.000000,0.000000,0.364942,31.37799,-10.35269)" - x1="1.6422368" - y1="117.82710" - x2="15.343062" - y2="117.82710" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient272" - id="linearGradient283" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(8.168597,0.000000,0.000000,0.221210,31.37799,-48.27410)" - x1="0.61210024" - y1="372.57819" - x2="5.0856376" - y2="372.57819" /> - <linearGradient - id="linearGradient272"> - <stop - style="stop-color:#474747;stop-opacity:0.0000000;" - offset="0.0000000" - id="stop273" /> - <stop - style="stop-color:#474747;stop-opacity:1.0000000;" - offset="0.10000000" - id="stop275" /> - <stop - style="stop-color:#474747;stop-opacity:1.0000000;" - offset="0.89999998" - id="stop276" /> - <stop - style="stop-color:#474747;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop274" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient272" - id="linearGradient271" - gradientTransform="matrix(8.168597,0.000000,0.000000,0.228621,31.37799,-46.26690)" - x1="0.61210024" - y1="372.57819" - x2="5.0856376" - y2="372.57819" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="linearGradient178"> - <stop - style="stop-color:#ffffff;stop-opacity:0.0000000;" - offset="0.0000000" - id="stop179" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.70658684;" - offset="0.10827128" - id="stop180" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.70658684;" - offset="0.92053902" - id="stop181" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop182" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient178" - id="linearGradient177" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.740165,0.000000,0.000000,0.147685,31.37799,14.83313)" - x1="1.6422368" - y1="117.82710" - x2="15.343062" - y2="117.82710" /> - <linearGradient - id="linearGradient4543" - inkscape:collect="always"> - <stop - id="stop4545" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop4547" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4509"> - <stop - style="stop-color:#000000;stop-opacity:1.0000000;" - offset="0.0000000" - id="stop4511" /> - <stop - style="stop-color:#000000;stop-opacity:0.0000000;" - offset="1.0000000" - id="stop4513" /> - </linearGradient> - <linearGradient - id="linearGradient4449" - inkscape:collect="always"> - <stop - id="stop4451" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop4453" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4420" - inkscape:collect="always"> - <stop - id="stop4422" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop4424" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4412" - inkscape:collect="always"> - <stop - id="stop4414" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - id="stop4416" - offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient4400"> - <stop - id="stop4402" - offset="0" - style="stop-color:#979797;stop-opacity:1;" /> - <stop - id="stop4404" - offset="1.0000000" - style="stop-color:#c8c8c8;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient4386"> - <stop - id="stop4388" - offset="0.0000000" - style="stop-color:#d2d2d2;stop-opacity:1.0000000;" /> - <stop - id="stop4390" - offset="1.0000000" - style="stop-color:#dfdfdf;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - gradientTransform="translate(-5.088571e-7,0.404062)" - gradientUnits="userSpaceOnUse" - y2="10.018264" - x2="23.233509" - y1="34.463955" - x1="24.349752" - id="linearGradient4392" - xlink:href="#linearGradient4386" - inkscape:collect="always" /> - <linearGradient - gradientTransform="matrix(0.955932,0,0,1,0.869911,-3.2624e-15)" - gradientUnits="userSpaceOnUse" - y2="26.786800" - x2="22.311644" - y1="26.887815" - x1="27.324621" - id="linearGradient4418" - xlink:href="#linearGradient4412" - inkscape:collect="always" /> - <linearGradient - gradientTransform="matrix(0.955932,0,0,1,0.869911,-3.2624e-15)" - gradientUnits="userSpaceOnUse" - y2="26.786800" - x2="22.311644" - y1="26.887815" - x1="27.324621" - id="linearGradient4426" - xlink:href="#linearGradient4420" - inkscape:collect="always" /> - <linearGradient - gradientTransform="translate(2.707105,-9.675149e-17)" - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientUnits="userSpaceOnUse" - id="linearGradient4459" - xlink:href="#linearGradient4449" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(4.707105,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4463" - xlink:href="#linearGradient4449" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(6.707105,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4467" - xlink:href="#linearGradient4449" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(8.707105,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4471" - xlink:href="#linearGradient4449" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(10.70714,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4475" - xlink:href="#linearGradient4449" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(12.70714,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4479" - xlink:href="#linearGradient4449" - inkscape:collect="always" /> - <linearGradient - gradientTransform="translate(1.61624,-4.996817e-17)" - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientUnits="userSpaceOnUse" - id="linearGradient4495" - xlink:href="#linearGradient4509" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(3.61624,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4497" - xlink:href="#linearGradient4509" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(5.61624,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4499" - xlink:href="#linearGradient4509" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(7.61624,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4501" - xlink:href="#linearGradient4509" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(9.616235,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4503" - xlink:href="#linearGradient4509" - inkscape:collect="always" /> - <linearGradient - y2="30.928421" - x2="16.364470" - y1="39.918777" - x1="16.364470" - gradientTransform="translate(11.61632,-9.675149e-17)" - gradientUnits="userSpaceOnUse" - id="linearGradient4505" - xlink:href="#linearGradient4509" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.394366,0,23.44202)" - r="14.344166" - fy="38.706596" - fx="23.536554" - cy="38.706596" - cx="23.536554" - id="radialGradient4549" - xlink:href="#linearGradient4543" - inkscape:collect="always" /> - <linearGradient - y2="117.82710" - x2="15.343062" - y1="117.82710" - x1="1.6422368" - gradientTransform="matrix(2.740165,0,0,0.364942,31.37799,-10.35269)" - gradientUnits="userSpaceOnUse" - id="linearGradient5397" - xlink:href="#linearGradient158" - inkscape:collect="always" /> - <linearGradient - y2="372.57819" - x2="5.0856376" - y1="372.57819" - x1="0.61210024" - gradientTransform="matrix(8.168597,0,0,0.22121,31.37799,-48.2741)" - gradientUnits="userSpaceOnUse" - id="linearGradient5399" - xlink:href="#linearGradient272" - inkscape:collect="always" /> - <linearGradient - y2="372.57819" - x2="5.0856376" - y1="372.57819" - x1="0.61210024" - gradientTransform="matrix(8.168597,0,0,0.228621,31.37799,-46.2669)" - gradientUnits="userSpaceOnUse" - id="linearGradient5401" - xlink:href="#linearGradient272" - inkscape:collect="always" /> - <linearGradient - y2="117.82710" - x2="15.343062" - y1="117.82710" - x1="1.6422368" - gradientTransform="matrix(2.740165,0,0,0.147685,31.37799,14.83313)" - gradientUnits="userSpaceOnUse" - id="linearGradient5403" - xlink:href="#linearGradient178" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4386" - id="linearGradient4060" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(-5.088571e-7,0.404062)" - x1="24.349752" - y1="34.463955" - x2="23.233509" - y2="10.018264" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4420" - id="linearGradient4062" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.955932,0,0,1,0.869911,-3.344366e-15)" - x1="27.324621" - y1="26.887815" - x2="22.311644" - y2="26.786800" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4412" - id="linearGradient4064" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.955932,0,0,1,0.869911,-3.344366e-15)" - x1="27.324621" - y1="26.887815" - x2="22.311644" - y2="26.786800" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4449" - id="linearGradient4066" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(2.707105,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4449" - id="linearGradient4068" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(4.707105,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4449" - id="linearGradient4070" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(6.707105,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4449" - id="linearGradient4072" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(8.707105,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4449" - id="linearGradient4074" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(10.70714,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4449" - id="linearGradient4076" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(12.70714,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4509" - id="linearGradient4078" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(1.61624,-9.675149e-17)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4509" - id="linearGradient4080" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(3.61624,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4509" - id="linearGradient4082" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.61624,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4509" - id="linearGradient4084" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(7.61624,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4509" - id="linearGradient4086" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(9.616235,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4509" - id="linearGradient4088" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(11.61632,-1.435348e-16)" - x1="16.364470" - y1="39.918777" - x2="16.364470" - y2="30.928421" /> - </defs> - <sodipodi:namedview - inkscape:showpageshadow="false" - showborder="true" - inkscape:window-y="52" - inkscape:window-x="399" - inkscape:window-height="796" - inkscape:window-width="893" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="false" - inkscape:current-layer="layer1" - inkscape:cy="24.461933" - inkscape:cx="-130.71172" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.6627451" - bordercolor="#666666" - pagecolor="#ffffff" - id="base"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="1px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="4" /> - </sodipodi:namedview> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Server</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:subject> - <rdf:Bag> - <rdf:li>server</rdf:li> - <rdf:li>daemon</rdf:li> - <rdf:li>comupetr</rdf:li> - <rdf:li>lan</rdf:li> - <rdf:li>service</rdf:li> - <rdf:li>provider</rdf:li> - </rdf:Bag> - </dc:subject> - <dc:contributor> - <cc:Agent> - <dc:title>Garrett LeSage</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <g - transform="matrix(1.258807,0,0,0.690294,-44.79288,2.083157)" - style="opacity:0.63428566" - id="g5391" - inkscape:r_cx="true" - inkscape:r_cy="true"> - <rect - y="30.647318" - x="36.377991" - height="4" - width="36.542522" - id="rect69" - style="color:#000000;fill:url(#linearGradient5397);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - y="33.649292" - x="36.377991" - height="0.98959237" - width="36.542522" - id="rect255" - style="color:#000000;fill:url(#linearGradient5399);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - y="30.301344" - x="36.377991" - height="1.022747" - width="36.542522" - id="rect250" - style="color:#000000;fill:url(#linearGradient5401);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <rect - y="31.425039" - x="36.377991" - height="1.6187184" - width="36.542522" - id="rect176" - style="color:#000000;fill:url(#linearGradient5403);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> - <path - sodipodi:type="arc" - style="opacity:1;color:#000000;fill:#eaeaea;fill-opacity:1;fill-rule:evenodd;stroke:#8a8a8a;stroke-width:1.08591425;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path5405" - sodipodi:cx="66.013466" - sodipodi:cy="26.231213" - sodipodi:rx="2.171828" - sodipodi:ry="2.171828" - d="M 68.185294 26.231213 A 2.171828 2.171828 0 1 1 63.841638,26.231213 A 2.171828 2.171828 0 1 1 68.185294 26.231213 z" - transform="matrix(0.920883,0,0,0.920883,-26.29068,0.344117)" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <g - style="display:inline" - transform="matrix(1.42075e-2,0,0,2.086758e-2,36.54251,39.16252)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <g - id="g4034" - transform="translate(0,0.999994)" - inkscape:r_cx="true" - inkscape:r_cy="true"> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.001723,0,0,1.000481,1.180323e-2,-5.49963e-2)" - style="fill:url(#linearGradient4060);fill-opacity:1;fill-rule:evenodd;stroke:#5e5e5e;stroke-width:0.99889958px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" - d="M 12.466718,7.9979592 L 12.466718,41.535025 L 34.42887,41.535025 L 34.42887,7.7959287 L 30.38826,3.553288 L 16.305298,3.553288 L 12.466718,7.9979592 z " - id="path3626" - sodipodi:nodetypes="ccccccc" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.035211,0,0,1.029412,-0.457741,-0.117647)" - style="fill:#ffffff;fill-opacity:0.65536726;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 16.428571,4 L 13,8.8571429 L 33.285714,8.8571429 L 29.571429,4.1428571 L 16.428571,4 z " - id="path5791" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.025575,0,0,0.942809,-0.872163,0.354403)" - y="11.291361" - x="16.451418" - height="4.242641" - width="15.601009" - id="rect4553" - style="opacity:0.34857142;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.01696146;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.008958,0,0,1.005055,-8.577756e-2,-0.107362)" - id="path4394" - d="M 13.465157,8.6221002 L 13.465157,40.403124 L 33.287596,40.403124 L 33.287596,8.4385591 L 29.616774,4.5841958 L 16.952438,4.5841958 L 13.465157,8.6221002 z " - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99304473;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - sodipodi:nodetypes="ccccccc" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.009445,0,0,0.793359,-0.745308,5.309442)" - y="23.558765" - x="21.541845" - height="5.0418525" - width="10.897081" - id="rect4408" - style="opacity:0.52571429;color:#000000;fill:url(#linearGradient4062);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4064);stroke-width:1.11743951;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.052742,0,0,0.942809,-1.366425,1.388024)" - style="opacity:1;color:#000000;fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#acacac;stroke-width:1.00375366;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect4398" - width="10.4489" - height="4.242641" - x="20.770918" - y="23.453293" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.025575,0,0,0.942809,-0.872158,0.697549)" - style="opacity:0.34857142;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.01696134;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect4551" - width="15.601009" - height="4.242641" - x="16.451418" - y="17.291361" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.013244,0,0,0.942809,-0.15194,1.054691)" - y="16.382225" - x="15.447355" - height="4.242641" - width="15.790874" - id="rect4430" - style="opacity:1;color:#000000;fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#acacac;stroke-width:1.02313101;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.013244,0,0,0.942809,-0.151932,0.711545)" - style="opacity:1;color:#000000;fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#acacac;stroke-width:1.02313089;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect4436" - width="15.790874" - height="4.242641" - x="15.447355" - y="10.382225" /> - <g - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.885784,0,0,0.892968,2.129727,2.884785)" - id="g3980"> - <path - transform="matrix(0.779806,0,0,0.773527,-34.68981,5.595099)" - d="M 68.185294 26.231213 A 2.171828 2.171828 0 1 1 63.841638,26.231213 A 2.171828 2.171828 0 1 1 68.185294 26.231213 z" - sodipodi:ry="2.171828" - sodipodi:rx="2.171828" - sodipodi:cy="26.231213" - sodipodi:cx="66.013466" - id="path4396" - style="opacity:1;color:#000000;fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#979797;stroke-width:1.44772947;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - d="M 16.667518 25.574614 A 0.50507629 0.50507629 0 1 1 15.657365,25.574614 A 0.50507629 0.50507629 0 1 1 16.667518 25.574614 z" - sodipodi:ry="0.50507629" - sodipodi:rx="0.50507629" - sodipodi:cy="25.574614" - sodipodi:cx="16.162441" - id="path4445" - style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" - transform="matrix(1.008603,0,0,1.000481,-7.396387e-2,-5.49963e-2)" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.120113,0.482425)" - y="29.817253" - x="19.071575" - height="10.101525" - width="1.0101526" - id="rect4457" - style="opacity:1;color:#000000;fill:url(#linearGradient4066);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.140205,0.482425)" - style="opacity:1;color:#000000;fill:url(#linearGradient4068);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect4461" - width="1.0101526" - height="10.101525" - x="21.071575" - y="29.817253" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.160306,0.482425)" - y="29.817253" - x="23.071575" - height="10.101525" - width="1.0101526" - id="rect4465" - style="opacity:1;color:#000000;fill:url(#linearGradient4070);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.180407,0.482425)" - style="opacity:1;color:#000000;fill:url(#linearGradient4072);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect4469" - width="1.0101526" - height="10.101525" - x="25.071575" - y="29.817253" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.200521,0.482425)" - y="29.817253" - x="27.071575" - height="10.101525" - width="1.0101526" - id="rect4473" - style="opacity:1;color:#000000;fill:url(#linearGradient4074);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.220623,0.482425)" - style="opacity:0.54285709;color:#000000;fill:url(#linearGradient4076);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect4477" - width="1.0101526" - height="10.101525" - x="29.071575" - y="29.817253" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.200001,0.482425)" - y="29.817253" - x="17.980711" - height="10.101525" - width="1.0101526" - id="rect4481" - style="opacity:0.16000001;color:#000000;fill:url(#linearGradient4078);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.220115,0.482425)" - style="opacity:0.29142851;color:#000000;fill:url(#linearGradient4080);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect4483" - width="1.0101526" - height="10.101525" - x="19.980711" - y="29.817253" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.240217,0.482425)" - y="29.817253" - x="21.980711" - height="10.101525" - width="1.0101526" - id="rect4485" - style="opacity:0.29142851;color:#000000;fill:url(#linearGradient4082);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.260319,0.482425)" - style="opacity:0.29142851;color:#000000;fill:url(#linearGradient4084);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect4487" - width="1.0101526" - height="10.101525" - x="23.980711" - y="29.817253" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.280409,0.482425)" - y="29.817253" - x="25.980711" - height="10.101525" - width="1.0101526" - id="rect4489" - style="opacity:0.29142851;color:#000000;fill:url(#linearGradient4086);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989949,0,0,0.98995,0.30051,0.482425)" - style="opacity:0.22857145;color:#000000;fill:url(#linearGradient4088);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect4491" - width="1.0101526" - height="10.101525" - x="27.980711" - y="29.817253" /> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/status/dialog-error.svg b/html/themes/legacy/svg/scalable/status/dialog-error.svg deleted file mode 100644 index 6dfc2dea825b6b459ebc6b7304171b8181c55876..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/status/dialog-error.svg +++ /dev/null @@ -1,330 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg1306" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/garrett/Source/tango-icon-theme/scalable/status" - sodipodi:docname="dialog-error.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs1308"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective40" /> - <linearGradient - id="linearGradient3957"> - <stop - style="stop-color:#fffeff;stop-opacity:0.33333334;" - offset="0" - id="stop3959" /> - <stop - style="stop-color:#fffeff;stop-opacity:0.21568628;" - offset="1" - id="stop3961" /> - </linearGradient> - <linearGradient - id="linearGradient2536"> - <stop - style="stop-color:#a40000;stop-opacity:1;" - offset="0" - id="stop2538" /> - <stop - style="stop-color:#ff1717;stop-opacity:1;" - offset="1" - id="stop2540" /> - </linearGradient> - <linearGradient - id="linearGradient2479"> - <stop - style="stop-color:#ffe69b;stop-opacity:1;" - offset="0" - id="stop2481" /> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="1" - id="stop2483" /> - </linearGradient> - <linearGradient - id="linearGradient4126" - inkscape:collect="always"> - <stop - id="stop4128" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop4130" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4126" - id="radialGradient2169" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.000000,0.000000,0.000000,0.500000,1.899196e-14,20.00000)" - cx="23.857143" - cy="40.000000" - fx="23.857143" - fy="40.000000" - r="17.142857" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2479" - id="linearGradient2485" - x1="43.93581" - y1="53.835983" - x2="20.064686" - y2="-8.5626707" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2536" - id="linearGradient2542" - x1="36.917976" - y1="66.288063" - x2="19.071495" - y2="5.5410109" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2536" - id="linearGradient3046" - gradientUnits="userSpaceOnUse" - x1="36.917976" - y1="66.288063" - x2="19.071495" - y2="5.5410109" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2479" - id="linearGradient3048" - gradientUnits="userSpaceOnUse" - x1="43.93581" - y1="53.835983" - x2="20.064686" - y2="-8.5626707" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2536" - id="linearGradient3064" - gradientUnits="userSpaceOnUse" - x1="36.917976" - y1="66.288063" - x2="19.071495" - y2="5.5410109" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2479" - id="linearGradient3066" - gradientUnits="userSpaceOnUse" - x1="43.93581" - y1="53.835983" - x2="20.064686" - y2="-8.5626707" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3957" - id="linearGradient3963" - x1="21.993773" - y1="33.955299" - x2="20.917078" - y2="15.814602" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4126" - id="radialGradient3976" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.5,1.893048e-14,20)" - cx="23.857143" - cy="40.000000" - fx="23.857143" - fy="40.000000" - r="17.142857" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2536" - id="linearGradient3978" - gradientUnits="userSpaceOnUse" - x1="36.917976" - y1="66.288063" - x2="19.071495" - y2="5.5410109" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2479" - id="linearGradient3980" - gradientUnits="userSpaceOnUse" - x1="43.93581" - y1="53.835983" - x2="20.064686" - y2="-8.5626707" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3957" - id="linearGradient3982" - gradientUnits="userSpaceOnUse" - x1="21.993773" - y1="33.955299" - x2="20.917078" - y2="15.814602" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="0.21568627" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="-134.9567" - inkscape:cy="20.463852" - inkscape:current-layer="layer2" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="925" - inkscape:window-height="818" - inkscape:window-x="234" - inkscape:window-y="30" - inkscape:showpageshadow="false" - fill="#ef2929"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="1px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="4" /> - </sodipodi:namedview> - <metadata - id="metadata1311"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title>Rodney Dawes</dc:title> - </cc:Agent> - </dc:creator> - <dc:contributor> - <cc:Agent> - <dc:title>Jakub Steiner, Garrett LeSage</dc:title> - </cc:Agent> - </dc:contributor> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:title>Dialog Error</dc:title> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Shadow"> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.070555,0,0,0.525,-0.892755,22.5)" - d="M 41 40 A 17.142857 8.5714283 0 1 1 6.7142868,40 A 17.142857 8.5714283 0 1 1 41 40 z" - sodipodi:ry="8.5714283" - sodipodi:rx="17.142857" - sodipodi:cy="40" - sodipodi:cx="23.857143" - id="path6548" - style="opacity:0.6;color:#000000;fill:url(#radialGradient3976);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" - sodipodi:type="arc" /> - </g> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - id="g4006"> - <path - transform="matrix(0.920488,0,0,0.920488,2.368532,0.97408)" - d="M 46.857143 23.928572 A 23.357143 23.357143 0 1 1 0.1428566,23.928572 A 23.357143 23.357143 0 1 1 46.857143 23.928572 z" - sodipodi:ry="23.357143" - sodipodi:rx="23.357143" - sodipodi:cy="23.928572" - sodipodi:cx="23.5" - id="path1314" - style="fill:url(#linearGradient3978);fill-opacity:1;fill-rule:nonzero;stroke:#b20000;stroke-width:1.08638;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - sodipodi:type="arc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - transform="matrix(0.856093,0,0,0.856093,1.818275,0.197769)" - d="M 49.901535 26.635273 A 23.991123 23.991123 0 1 1 1.9192886,26.635273 A 23.991123 23.991123 0 1 1 49.901535 26.635273 z" - sodipodi:ry="23.991123" - sodipodi:rx="23.991123" - sodipodi:cy="26.635273" - sodipodi:cx="25.910412" - id="path3560" - style="opacity:0.34659089;fill:#cc0000;fill-opacity:0;stroke:url(#linearGradient3980);stroke-width:1.16809607;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - sodipodi:type="arc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="Error Box"> - <rect - inkscape:r_cy="true" - inkscape:r_cx="true" - style="fill:#efefef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.73876643;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.8627451" - id="rect2070" - width="27.836435" - height="7.1735945" - x="10.078821" - y="19.164932" - transform="matrix(1.005876,0,0,1.115201,-0.138045,-2.372708)" /> - </g> - <g - inkscape:groupmode="layer" - id="layer4" - inkscape:label="Glossy Shine"> - <path - transform="matrix(1.002994,0,0,1.002994,-7.185874e-2,1.968356e-2)" - sodipodi:nodetypes="czssc" - id="path3955" - d="M 43.370686,21.715486 C 43.370686,32.546102 33.016357,15.449178 24.695948,22.101874 C 16.569626,28.599385 4.0989837,34.292422 4.0989837,23.461806 C 4.0989837,12.377753 12.79438,2.0948032 23.625,2.0948032 C 34.455619,2.0948032 43.370686,10.884868 43.370686,21.715486 z " - style="fill:url(#linearGradient3982);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/status/dialog-information.svg b/html/themes/legacy/svg/scalable/status/dialog-information.svg deleted file mode 100644 index 922b316facd88482a08add1f8063a5c6ebe6b0a2..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/status/dialog-information.svg +++ /dev/null @@ -1,1159 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="dialog-information.svg" - sodipodi:docbase="/home/garrett/Source/tango-icon-theme/scalable/status" - inkscape:version="0.46" - sodipodi:version="0.32" - id="svg19655" - height="48px" - width="48px" - inkscape:export-filename="/home/jimmac/Desktop/poing.png" - inkscape:export-xdpi="392.72742" - inkscape:export-ydpi="392.72742" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs3"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective155" /> - <linearGradient - inkscape:collect="always" - id="linearGradient3300"> - <stop - style="stop-color:#4c4c28;stop-opacity:1;" - offset="0" - id="stop3302" /> - <stop - style="stop-color:#4c4c28;stop-opacity:0;" - offset="1" - id="stop3304" /> - </linearGradient> - <linearGradient - id="linearGradient3311"> - <stop - id="stop3313" - offset="0" - style="stop-color:#d6d7a5;stop-opacity:1;" /> - <stop - id="stop3315" - offset="1.0000000" - style="stop-color:#8e8f6d;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient3265"> - <stop - id="stop3267" - offset="0" - style="stop-color:#929470;stop-opacity:1;" /> - <stop - style="stop-color:#60614a;stop-opacity:1.0000000;" - offset="0.26470590" - id="stop3269" /> - <stop - id="stop3271" - offset="0.63235295" - style="stop-color:#f3f5ba;stop-opacity:1.0000000;" /> - <stop - id="stop3273" - offset="1.0000000" - style="stop-color:#929470;stop-opacity:1.0000000;" /> - </linearGradient> - <linearGradient - id="linearGradient3175" - inkscape:collect="always"> - <stop - id="stop3177" - offset="0" - style="stop-color:#f1f3ff;stop-opacity:1;" /> - <stop - id="stop3179" - offset="1" - style="stop-color:#f1f3ff;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient2399"> - <stop - style="stop-color:#929470;stop-opacity:1;" - offset="0" - id="stop2401" /> - <stop - id="stop2407" - offset="0.26470590" - style="stop-color:#fcffc1;stop-opacity:1.0000000;" /> - <stop - style="stop-color:#f3f5ba;stop-opacity:1.0000000;" - offset="0.63235295" - id="stop2409" /> - <stop - style="stop-color:#929470;stop-opacity:1.0000000;" - offset="1.0000000" - id="stop2403" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient6339"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop6341" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop6343" /> - </linearGradient> - <linearGradient - id="linearGradient20428"> - <stop - id="stop20430" - offset="0.0000000" - style="stop-color:#a3a3a3;stop-opacity:1.0000000;" /> - <stop - id="stop20432" - offset="1" - style="stop-color:#b5b5b5;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient20393"> - <stop - id="stop20395" - offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> - <stop - style="stop-color:#ffffff;stop-opacity:0.44117647;" - offset="0.41176471" - id="stop2427" /> - <stop - id="stop20397" - offset="1.0000000" - style="stop-color:#000000;stop-opacity:0.48039216;" /> - </linearGradient> - <linearGradient - id="linearGradient20210"> - <stop - id="stop20212" - offset="0.0000000" - style="stop-color:#000000;stop-opacity:0.51546389;" /> - <stop - style="stop-color:#000000;stop-opacity:0.14432989;" - offset="0.55172414" - id="stop20218" /> - <stop - id="stop20214" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <radialGradient - gradientUnits="userSpaceOnUse" - fy="11.4873" - fx="17.8335" - r="22.7093" - cy="11.4873" - cx="17.8335" - id="aigrd7"> - <stop - id="stop19512" - style="stop-color:#ffffff;stop-opacity:0.17525773;" - offset="0.0000000" /> - <stop - id="stop19514" - style="stop-color:#709ac8;stop-opacity:1.0000000;" - offset="0.88200003" /> - <stop - id="stop19516" - style="stop-color:#6f96dd;stop-opacity:1.0000000;" - offset="1.0000000" /> - </radialGradient> - <linearGradient - y2="43.165" - x2="26.4785" - y1="43.165" - x1="23.124" - gradientUnits="userSpaceOnUse" - id="aigrd1"> - <stop - id="stop19415" - style="stop-color:#686868" - offset="5.618000e-003" /> - <stop - id="stop19417" - style="stop-color:#777777" - offset="3.012137e-002" /> - <stop - id="stop19419" - style="stop-color:#929292" - offset="8.366583e-002" /> - <stop - id="stop19421" - style="stop-color:#A7A7A7" - offset="0.1422" /> - <stop - id="stop19423" - style="stop-color:#B6B6B6" - offset="0.2074" /> - <stop - id="stop19425" - style="stop-color:#BEBEBE" - offset="0.2846" /> - <stop - id="stop19427" - style="stop-color:#C1C1C1" - offset="0.4045" /> - <stop - id="stop19429" - style="stop-color:#BCBCBC" - offset="0.4962" /> - <stop - id="stop19431" - style="stop-color:#ADADAD" - offset="0.6057" /> - <stop - id="stop19433" - style="stop-color:#959595" - offset="0.7245" /> - <stop - id="stop19435" - style="stop-color:#747474" - offset="0.8497" /> - <stop - id="stop19437" - style="stop-color:#494949" - offset="0.9789" /> - <stop - id="stop19439" - style="stop-color:#414141" - offset="1" /> - </linearGradient> - <linearGradient - id="linearGradient19894" - gradientUnits="userSpaceOnUse" - x1="18.995100" - y1="37.226601" - x2="30.169901" - y2="37.226601"> - <stop - offset="5.618000e-003" - style="stop-color:#A3A349" - id="stop19896" /> - <stop - offset="2.078677e-002" - style="stop-color:#ACAC54" - id="stop19898" /> - <stop - offset="6.600059e-002" - style="stop-color:#C1C172" - id="stop19900" /> - <stop - offset="0.1148" - style="stop-color:#D4D68E" - id="stop19902" /> - <stop - offset="0.1677" - style="stop-color:#E2E4A6" - id="stop19904" /> - <stop - offset="0.2265" - style="stop-color:#EDF0B8" - id="stop19906" /> - <stop - offset="0.2963" - style="stop-color:#F3F6C3" - id="stop19908" /> - <stop - offset="0.4045" - style="stop-color:#F5F8C7" - id="stop19910" /> - <stop - offset="0.5239" - style="stop-color:#EEF0BE" - id="stop19912" /> - <stop - offset="0.6666" - style="stop-color:#DBDDA9" - id="stop19914" /> - <stop - offset="0.8211" - style="stop-color:#BEBD88" - id="stop19916" /> - <stop - offset="0.9832" - style="stop-color:#989564" - id="stop19918" /> - <stop - offset="1" - style="stop-color:#949160" - id="stop19920" /> - </linearGradient> - <linearGradient - gradientTransform="matrix(1.639127,0,0,1.639127,-15.97035,-29.79355)" - y2="43.165" - x2="26.4785" - y1="43.165" - x1="23.124" - gradientUnits="userSpaceOnUse" - id="linearGradient20109" - xlink:href="#aigrd1" - inkscape:collect="always" /> - <radialGradient - gradientUnits="userSpaceOnUse" - r="7.8289826" - fy="74.209934" - fx="14.772334" - cy="74.209934" - cx="14.772334" - gradientTransform="scale(1.764278,0.566804)" - id="radialGradient20216" - xlink:href="#linearGradient20210" - inkscape:collect="always" /> - <linearGradient - y2="36.726292" - x2="32.096882" - y1="10.061084" - x1="16.998856" - gradientTransform="matrix(1.140494,0.000000,0.000000,0.926002,0.272330,-3.247170)" - gradientUnits="userSpaceOnUse" - id="linearGradient7708" - xlink:href="#linearGradient6339" - inkscape:collect="always" /> - <radialGradient - r="33.934090" - fy="29.869318" - fx="68.137589" - cy="29.869318" - cx="68.137589" - gradientTransform="matrix(0.551290,1.265592e-16,-1.355720e-16,0.766034,-10.48701,3.514312)" - gradientUnits="userSpaceOnUse" - id="radialGradient7720" - xlink:href="#aigrd7" - inkscape:collect="always" /> - <linearGradient - gradientUnits="userSpaceOnUse" - y2="3.8557322" - x2="-5.2517161" - y1="16.651863" - x1="37.940434" - gradientTransform="matrix(0.894129,0.000000,0.000000,0.985230,1.515981,2.449800e-2)" - id="linearGradient3181" - xlink:href="#linearGradient3175" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient20393" - id="linearGradient1700" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)" - x1="30.620375" - y1="10.313651" - x2="32.166080" - y2="18.162935" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient20393" - id="linearGradient1702" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)" - x1="30.620375" - y1="10.313651" - x2="32.166080" - y2="18.162935" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient20428" - id="linearGradient1704" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)" - x1="14.637301" - y1="31.504122" - x2="9.3648205" - y2="32.250980" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient1725" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.026450,0.974232)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient1727" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.026450,0.974232)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient1729" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.026450,0.974232)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient1731" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.026450,0.974232)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3311" - id="linearGradient2516" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.603440,0.000000,0.000000,0.549396,0.614167,2.449800e-2)" - x1="17.879995" - y1="55.362793" - x2="11.906206" - y2="54.863026" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3265" - id="linearGradient2518" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.905728,-4.386156e-2,0.189510,-0.963437,0.614167,2.449800e-2)" - x1="-29.007195" - y1="-29.799353" - x2="-37.641232" - y2="-29.598314" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient2522" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.300410)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient2524" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.300410)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient2529" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient2531" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3300" - id="linearGradient3306" - gradientTransform="scale(1.002656,0.997352)" - x1="24.613028" - y1="31.146202" - x2="24.613028" - y2="26.739624" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3311" - id="linearGradient3127" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)" - x1="17.879995" - y1="55.362793" - x2="11.906206" - y2="54.863026" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3265" - id="linearGradient3129" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)" - x1="-29.007195" - y1="-29.799353" - x2="-37.641232" - y2="-29.598314" /> - <radialGradient - inkscape:collect="always" - xlink:href="#aigrd7" - id="radialGradient3131" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)" - cx="68.137589" - cy="29.869318" - fx="68.137589" - fy="29.869318" - r="33.934090" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6339" - id="linearGradient3133" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)" - x1="16.998856" - y1="10.061084" - x2="32.096882" - y2="36.726292" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3175" - id="linearGradient3135" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)" - x1="37.940434" - y1="16.651863" - x2="-5.2517161" - y2="3.8557322" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3311" - id="linearGradient3157" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)" - x1="17.879995" - y1="55.362793" - x2="11.906206" - y2="54.863026" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3265" - id="linearGradient3159" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)" - x1="-29.007195" - y1="-29.799353" - x2="-37.641232" - y2="-29.598314" /> - <radialGradient - inkscape:collect="always" - xlink:href="#aigrd7" - id="radialGradient3161" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)" - cx="68.137589" - cy="29.869318" - fx="68.137589" - fy="29.869318" - r="33.934090" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3175" - id="linearGradient3163" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)" - x1="37.940434" - y1="16.651863" - x2="-5.2517161" - y2="3.8557322" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient20393" - id="linearGradient3165" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)" - x1="30.620375" - y1="10.313651" - x2="32.166080" - y2="18.162935" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient20393" - id="linearGradient3167" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)" - x1="30.620375" - y1="10.313651" - x2="32.166080" - y2="18.162935" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient20428" - id="linearGradient3169" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)" - x1="14.637301" - y1="31.504122" - x2="9.3648205" - y2="32.250980" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6339" - id="linearGradient3171" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)" - x1="16.998856" - y1="10.061084" - x2="32.096882" - y2="36.726292" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3300" - id="linearGradient3185" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.002656,0.997352)" - x1="24.613028" - y1="31.146202" - x2="24.613028" - y2="26.739624" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient3187" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient3189" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient3191" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.02645,0.974232)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient3193" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.02645,0.974232)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient3195" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.02645,0.974232)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient3197" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.02645,0.974232)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient3199" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient3201" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd1" - id="linearGradient4100" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.639127,0,0,1.639127,-15.97035,-29.79355)" - x1="23.124" - y1="43.165" - x2="26.4785" - y2="43.165" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3300" - id="linearGradient4102" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.002656,0.997352)" - x1="24.613028" - y1="31.146202" - x2="24.613028" - y2="26.739624" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient4104" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient4106" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.566621,2.988977e-2,-0.118557,0.656541,36.18544,20.08311)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient4108" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.02645,0.974232)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient4110" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.02645,0.974232)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient4112" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.02645,0.974232)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient4114" - gradientUnits="userSpaceOnUse" - gradientTransform="scale(1.02645,0.974232)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient19894" - id="linearGradient4116" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)" - x1="-22.874170" - y1="38.675991" - x2="-4.3908315" - y2="38.675991" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient2399" - id="linearGradient4118" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.618682,-0.132027,6.262726e-2,0.741184,31.12021,8.30041)" - x1="-10.480865" - y1="39.033951" - x2="-23.851389" - y2="39.142845" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3311" - id="linearGradient4120" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,2.4498e-2)" - x1="17.879995" - y1="55.362793" - x2="11.906206" - y2="54.863026" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3265" - id="linearGradient4122" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.905728,-4.386156e-2,0.18951,-0.963437,0.614167,2.4498e-2)" - x1="-29.007195" - y1="-29.799353" - x2="-37.641232" - y2="-29.598314" /> - <radialGradient - inkscape:collect="always" - xlink:href="#aigrd7" - id="radialGradient4124" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.55129,1.265592e-16,-1.35572e-16,0.766034,-10.48701,3.514312)" - cx="68.137589" - cy="29.869318" - fx="68.137589" - fy="29.869318" - r="33.934090" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3175" - id="linearGradient4126" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,2.4498e-2)" - x1="37.940434" - y1="16.651863" - x2="-5.2517161" - y2="3.8557322" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient20393" - id="linearGradient4128" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)" - x1="30.620375" - y1="10.313651" - x2="32.166080" - y2="18.162935" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient20393" - id="linearGradient4130" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)" - x1="30.620375" - y1="10.313651" - x2="32.166080" - y2="18.162935" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient20428" - id="linearGradient4132" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)" - x1="14.637301" - y1="31.504122" - x2="9.3648205" - y2="32.250980" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6339" - id="linearGradient4134" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.140494,0,0,0.926002,0.27233,-3.24717)" - x1="16.998856" - y1="10.061084" - x2="32.096882" - y2="36.726292" /> - </defs> - <sodipodi:namedview - inkscape:window-y="30" - inkscape:window-x="0" - inkscape:window-height="818" - inkscape:window-width="1060" - inkscape:document-units="px" - inkscape:grid-bbox="true" - showgrid="true" - inkscape:current-layer="layer1" - inkscape:cy="19.729332" - inkscape:cx="-132.96706" - inkscape:zoom="1" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="0.55294118" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" - inkscape:showpageshadow="false"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="1px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="4" /> - </sodipodi:namedview> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Info</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Jakub Steiner</dc:title> - </cc:Agent> - </dc:creator> - <dc:subject> - <rdf:Bag> - <rdf:li>dialog</rdf:li> - <rdf:li>info</rdf:li> - </rdf:Bag> - </dc:subject> - <dc:source>http://jimmac.musichall.cz</dc:source> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - <dc:contributor> - <cc:Agent> - <dc:title>Garrett LeSage</dc:title> - </cc:Agent> - </dc:contributor> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - inkscape:label="Layer 1" - id="layer1"> - <path - transform="matrix(1.197183,0,0,1.098591,-6.201582,-3.209507)" - d="M 39.875 42.0625 A 13.8125 4.4375 0 1 1 12.25,42.0625 A 13.8125 4.4375 0 1 1 39.875 42.0625 z" - sodipodi:ry="4.4375" - sodipodi:rx="13.8125" - sodipodi:cy="42.0625" - sodipodi:cx="26.0625" - id="path20208" - style="color:#000000;fill:url(#radialGradient20216);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.8" - sodipodi:type="arc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <g - id="g4076" - transform="translate(0,1)" - inkscape:r_cx="true" - inkscape:r_cy="true"> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1.075823,0,0,0.937493,-2.551335,3.047213)" - id="path19509" - d="M 21.893504,38.885945 L 21.893504,40.36116 C 21.893504,41.836375 23.204807,43.147679 24.680022,43.147679 C 26.155237,43.147679 27.466539,41.836375 27.466539,40.36116 L 27.466539,38.885945 L 21.893504,38.885945 z " - style="fill:url(#linearGradient4100);fill-rule:nonzero;stroke:#565656;stroke-miterlimit:4;stroke-opacity:1" /> - <g - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.989073,0,0,0.993556,-0.408739,7.920479e-3)" - id="g3173"> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - sodipodi:nodetypes="cccccccscccccccs" - id="path3209" - d="M 24.511725,27.668867 C 21.208844,27.660897 17.463275,28.632054 19.492913,30.467931 C 18.98969,30.670934 18.270371,31.124313 18.355167,32.185222 C 18.401983,32.739286 18.989243,33.079394 19.79236,33.32911 C 18.881908,33.967722 18.302581,34.642557 18.355167,35.264921 C 18.401438,35.812525 18.976334,36.187531 19.76303,36.43814 C 18.875519,37.069403 18.303301,37.760121 18.355167,38.373951 C 18.434436,39.312088 20.457743,40.362928 24.838928,40.2419 C 27.993329,40.155914 30.776913,39.590514 30.996599,38.373951 C 31.082862,37.896248 30.691907,37.450531 30.087355,37.05408 C 30.539926,36.597918 30.85698,36.135242 30.820616,35.704878 C 30.774128,35.154694 30.205993,34.781923 29.412754,34.53166 C 30.300265,33.900397 30.872482,33.209679 30.820616,32.595849 C 30.774128,32.045664 30.205993,31.702225 29.412754,31.45196 C 30.310848,30.817288 30.872816,30.133928 30.820616,29.516149 C 30.762593,28.829446 27.61599,27.676358 24.511725,27.668867 z " - style="color:#000000;fill:#aeae57;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4102);stroke-width:2.01752925;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - sodipodi:nodetypes="csccc" - id="path3183" - d="M 30.920208,38.329767 C 30.700522,39.546331 27.591422,40.232861 22.615132,39.983673 C 19.463507,39.825856 19.283163,38.944055 19.502848,37.727491 C 19.722534,36.510926 22.458318,35.65848 25.609509,35.824708 C 28.7607,35.990936 31.139893,37.113203 30.920208,38.329767 z " - style="color:#000000;fill:url(#linearGradient4104);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4106);stroke-width:0.08906282;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - sodipodi:type="arc" - style="color:#000000;fill:url(#linearGradient4108);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4110);stroke-width:0.13035245;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path1603" - sodipodi:cx="-13.87697" - sodipodi:cy="27.228739" - sodipodi:rx="10.341436" - sodipodi:ry="3.2703688" - d="M -3.5355339 27.228739 A 10.341436 3.2703688 0 1 1 -24.218407,27.228739 A 10.341436 3.2703688 0 1 1 -3.5355339 27.228739 z" - transform="matrix(0.60274,-0.128625,6.428372e-2,0.760788,31.12021,14.49141)" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.60274,-0.128625,6.428372e-2,0.760788,31.12021,11.39591)" - d="M -3.5355339 27.228739 A 10.341436 3.2703688 0 1 1 -24.218407,27.228739 A 10.341436 3.2703688 0 1 1 -3.5355339 27.228739 z" - sodipodi:ry="3.2703688" - sodipodi:rx="10.341436" - sodipodi:cy="27.228739" - sodipodi:cx="-13.87697" - id="path2364" - style="color:#000000;fill:url(#linearGradient4112);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4114);stroke-width:0.13035245;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - sodipodi:nodetypes="cccss" - id="path2366" - d="M 30.698087,29.636386 C 30.698087,31.014688 28.157326,32.55444 24.716601,33.288693 C 21.275876,34.022945 18.38922,33.50421 18.273172,32.130802 C 18.157124,30.757395 20.509679,29.155466 23.952388,28.968827 C 27.422379,28.780711 30.698087,28.924901 30.698087,29.636386 z " - style="color:#000000;fill:url(#linearGradient4116);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4118);stroke-width:0.08906286;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(0.335464,0,0,0.335464,11.74678,27.2261)" - d="M 31 22.375 A 3.25 3.25 0 1 1 24.5,22.375 A 3.25 3.25 0 1 1 31 22.375 z" - sodipodi:ry="3.25" - sodipodi:rx="3.25" - sodipodi:cy="22.375" - sodipodi:cx="27.75" - id="path20372" - style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - sodipodi:type="arc" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - sodipodi:nodetypes="cscc" - id="path3241" - d="M 19.342183,33.378865 C 22.736592,33.883533 26.320992,33.346192 29.214315,31.470807 C 30.025582,30.944962 30.147604,30.343945 30.520921,29.873844 C 29.09679,31.000705 25.494982,34.035625 19.342183,33.378865 z " - style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - sodipodi:type="arc" - style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="path2435" - sodipodi:cx="27.75" - sodipodi:cy="22.375" - sodipodi:rx="3.25" - sodipodi:ry="3.25" - d="M 31 22.375 A 3.25 3.25 0 1 1 24.5,22.375 A 3.25 3.25 0 1 1 31 22.375 z" - transform="matrix(0.335464,0,0,0.335464,11.74678,30.23376)" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - sodipodi:nodetypes="cscc" - id="path3237" - d="M 19.466621,39.517838 C 22.86103,40.022506 26.44543,39.485165 29.338753,37.60978 C 30.15002,37.083935 30.272043,36.482919 30.645359,36.012817 C 29.221228,37.139678 25.61942,40.174598 19.466621,39.517838 z " - style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - style="fill:#000000;fill-opacity:0.23391807;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 19.487361,36.406872 C 22.88177,36.91154 26.46617,36.374199 29.359492,34.498814 C 30.17076,33.972969 30.292782,33.371953 30.666099,32.901851 C 29.241968,34.028712 25.64016,37.063632 19.487361,36.406872 z " - id="path3239" - sodipodi:nodetypes="cscc" /> - </g> - <g - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="translate(-0.988797,0)" - id="g3146"> - <g - inkscape:r_cy="true" - inkscape:r_cx="true" - id="g3141"> - <path - transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" - sodipodi:nodetypes="csscs" - id="path3243" - d="M 18.87103,29.628128 C 18.87103,28.836695 20.445135,27.889988 24.419234,27.942972 C 28.101154,27.992059 30.526608,28.83866 30.526608,30.105404 C 30.526608,31.345281 27.307242,32.174416 23.874677,32.008188 C 20.442113,31.84196 18.87103,30.868005 18.87103,29.628128 z " - style="color:#000000;fill:url(#linearGradient4120);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4122);stroke-width:0.09083303;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" - sodipodi:nodetypes="csssssc" - id="path6305" - d="M 24.680021,0.8622936 C 16.858005,0.8622936 10.506261,6.8372628 10.506261,14.195288 C 10.506261,21.737851 16.247826,22.573217 16.247826,25.352995 C 16.247826,28.619061 19.614103,32.322687 25.149309,32.188995 C 31.035159,32.046835 33.464182,28.825655 33.464182,25.352995 C 33.464182,22.384064 38.853781,22.304889 38.853781,14.195288 C 38.853781,6.8372628 32.502038,0.8622936 24.680021,0.8622936 z " - style="color:#000000;fill:url(#radialGradient4124);fill-opacity:1;fill-rule:nonzero;stroke:#616471;stroke-width:1.01595449;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" - style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4126);stroke-width:0.94685698;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 24.680021,1.9277146 C 17.389999,1.9277146 11.470252,7.4963123 11.470252,14.353901 C 11.470252,21.383476 16.82132,22.162027 16.82132,24.752746 C 16.82132,27.79668 19.958648,31.248413 25.117392,31.123813 C 30.602931,30.991321 32.866751,27.989222 32.866751,24.752746 C 32.866751,21.98574 37.889791,21.911948 37.889791,14.353901 C 37.889791,7.4963123 31.970044,1.9277146 24.680021,1.9277146 z " - id="path2429" - sodipodi:nodetypes="csssssc" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> - <g - id="g1695" - transform="matrix(0.9375,0,0,0.926938,0.569221,0.25176)" - inkscape:r_cx="true" - inkscape:r_cy="true"> - <path - style="fill:url(#linearGradient4128);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - d="M 31.947292,19.22274 C 32.260034,19.326988 32.468529,19.63973 32.364281,19.952471 L 28.507134,31.523913 C 28.402887,31.836655 28.090145,32.045149 27.777403,31.940902 C 27.464662,31.836655 27.256168,31.523913 27.360415,31.211172 L 31.217562,19.63973 C 31.321809,19.326988 31.634551,19.118493 31.947292,19.22274 z " - id="path1691" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - id="path19612" - d="M 20.152404,19.34774 C 19.839662,19.451988 19.631167,19.76473 19.735415,20.077471 L 23.592562,31.648913 C 23.696809,31.961655 24.009551,32.170149 24.322293,32.065902 C 24.635034,31.961655 24.843528,31.648913 24.739281,31.336172 L 20.882134,19.76473 C 20.777887,19.451988 20.465145,19.243493 20.152404,19.34774 z " - style="fill:url(#linearGradient4130);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - <path - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4132);stroke-width:0.21454535;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" - d="M 20.255362,19.273128 C 20.009452,19.315194 19.816806,19.507772 19.774653,19.753667 C 19.732499,19.999562 19.850004,20.245309 20.067862,20.366878 C 20.067862,20.366878 21.910084,21.447747 24.317862,21.991878 C 26.72564,22.536009 29.806763,22.571305 32.130362,20.304378 C 32.305608,20.165345 32.386854,19.938963 32.340007,19.720224 C 32.29316,19.501485 32.126325,19.328233 31.909509,19.273168 C 31.692693,19.218103 31.463406,19.290751 31.317862,19.460628 C 29.367326,21.36359 26.773024,21.36522 24.567862,20.866878 C 22.3627,20.368536 20.661612,19.366878 20.661612,19.366878 C 20.542178,19.287089 20.397682,19.253744 20.255362,19.273128 z " - id="path19614" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - style="opacity:0.5977654;color:#000000;fill:url(#linearGradient4134);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.98750001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M 25.001158,3.5644322 C 18.737608,3.5644322 13.655359,7.5900329 13.655359,12.547843 C 13.655359,14.527956 14.632918,16.261758 16.006008,17.747035 C 17.558672,18.378895 19.249827,18.832941 21.114752,18.832941 C 27.378302,18.832941 32.460549,14.807341 32.460551,9.849528 C 32.460551,7.857476 31.466744,6.1074629 30.07856,4.6174331 C 28.533139,3.9930601 26.854241,3.5644321 25.001158,3.5644322 z " - id="path6334" - transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" /> - </g> - </g> - </g> -</svg> diff --git a/html/themes/legacy/svg/scalable/status/dialog-warning.svg b/html/themes/legacy/svg/scalable/status/dialog-warning.svg deleted file mode 100644 index e09eccafd67b76119771695547726acf36a6a10a..0000000000000000000000000000000000000000 --- a/html/themes/legacy/svg/scalable/status/dialog-warning.svg +++ /dev/null @@ -1,373 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48px" - height="48px" - id="svg1377" - sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/status" - sodipodi:docname="dialog-warning.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs1379"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 24 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="48 : 24 : 1" - inkscape:persp3d-origin="24 : 16 : 1" - id="perspective48" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6719" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - inkscape:collect="always" - id="linearGradient5060"> - <stop - style="stop-color:black;stop-opacity:1;" - offset="0" - id="stop5062" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5064" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5060" - id="radialGradient6717" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" - cx="605.71429" - cy="486.64789" - fx="605.71429" - fy="486.64789" - r="117.14286" /> - <linearGradient - id="linearGradient5048"> - <stop - style="stop-color:black;stop-opacity:0;" - offset="0" - id="stop5050" /> - <stop - id="stop5056" - offset="0.5" - style="stop-color:black;stop-opacity:1;" /> - <stop - style="stop-color:black;stop-opacity:0;" - offset="1" - id="stop5052" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5048" - id="linearGradient6715" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" - x1="302.85715" - y1="366.64789" - x2="302.85715" - y2="609.50507" /> - <linearGradient - y2="56.0523" - x2="47.3197" - y1="11.1133" - x1="4.1914" - gradientUnits="userSpaceOnUse" - id="aigrd1"> - <stop - id="stop6490" - style="stop-color:#D4D4D4" - offset="0" /> - <stop - id="stop6492" - style="stop-color:#E2E2E2" - offset="0.3982" /> - <stop - id="stop6494" - style="stop-color:#FFFFFF" - offset="1" /> - </linearGradient> - <linearGradient - y2="56.0523" - x2="47.3197" - y1="11.1133" - x1="4.1914" - gradientUnits="userSpaceOnUse" - id="linearGradient7451" - xlink:href="#aigrd1" - inkscape:collect="always" /> - <linearGradient - id="linearGradient4126" - inkscape:collect="always"> - <stop - id="stop4128" - offset="0" - style="stop-color:#000000;stop-opacity:1;" /> - <stop - id="stop4130" - offset="1" - style="stop-color:#000000;stop-opacity:0;" /> - </linearGradient> - <radialGradient - r="17.142857" - fy="40.000000" - fx="23.857143" - cy="40.000000" - cx="23.857143" - gradientTransform="matrix(1,0,0,0.5,2.139286e-14,20)" - gradientUnits="userSpaceOnUse" - id="radialGradient7449" - xlink:href="#linearGradient4126" - inkscape:collect="always" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6525" - id="linearGradient5250" - x1="8.5469341" - y1="30.281681" - x2="30.85088" - y2="48.301884" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd1" - id="linearGradient3922" - gradientUnits="userSpaceOnUse" - x1="4.1914" - y1="11.1133" - x2="47.3197" - y2="56.0523" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6525" - id="linearGradient3924" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)" - x1="8.5469341" - y1="30.281681" - x2="30.85088" - y2="48.301884" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6525" - id="linearGradient3933" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)" - x1="8.5469341" - y1="30.281681" - x2="30.85088" - y2="48.301884" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd1" - id="linearGradient3935" - gradientUnits="userSpaceOnUse" - x1="4.1914" - y1="11.1133" - x2="47.3197" - y2="56.0523" /> - <linearGradient - inkscape:collect="always" - xlink:href="#aigrd1" - id="linearGradient3946" - gradientUnits="userSpaceOnUse" - x1="4.1914" - y1="11.1133" - x2="47.3197" - y2="56.0523" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient6525" - id="linearGradient3948" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)" - x1="8.5469341" - y1="30.281681" - x2="30.85088" - y2="48.301884" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="14.757891" - inkscape:cx="13.022822" - inkscape:cy="24" - inkscape:current-layer="g7435" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="1105" - inkscape:window-height="818" - inkscape:window-x="0" - inkscape:window-y="30"> - <inkscape:grid - id="GridFromPre046Settings" - type="xygrid" - originx="0px" - originy="0px" - spacingx="1px" - spacingy="1px" - color="#0000ff" - empcolor="#0000ff" - opacity="0.2" - empopacity="0.4" - empspacing="4" /> - </sodipodi:namedview> - <metadata - id="metadata1382"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Dialog Warning</dc:title> - <dc:date>2005-10-14</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Andreas Nilsson</dc:title> - </cc:Agent> - </dc:creator> - <dc:contributor> - <cc:Agent> - <dc:title>Jakub Steiner, Garrett LeSage</dc:title> - </cc:Agent> - </dc:contributor> - <dc:subject> - <rdf:Bag> - <rdf:li>dialog</rdf:li> - <rdf:li>warning</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/publicdomain/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer"> - <g - transform="matrix(1.566667,0.000000,0.000000,1.566667,-8.925566,-23.94764)" - id="g7435"> - <g - style="display:inline" - transform="matrix(1.444074e-2,0,0,1.331973e-2,33.38871,40.40337)" - id="g6707"> - <rect - style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - id="rect6709" - width="1339.6335" - height="478.35718" - x="-1559.2523" - y="-150.69685" /> - <path - style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" - d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z " - id="path6711" - sodipodi:nodetypes="cccc" /> - <path - sodipodi:nodetypes="cccc" - id="path6713" - d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z " - style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> - </g> - <g - id="g3937" - transform="matrix(1,0,4.537846e-3,1,-0.138907,-1.394718e-15)" - inkscape:r_cx="true" - inkscape:r_cy="true"> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1,0,-8.726683e-3,1,0.328074,1.276596)" - id="path6485" - d="M 33.282781,38.644744 L 22.407791,18.394765 C 22.095292,17.832266 21.532792,17.519767 20.907793,17.519767 C 20.282793,17.519767 19.720294,17.894765 19.407795,18.457265 L 8.7828048,38.707245 C 8.5328048,39.207244 8.5328048,39.894744 8.8453048,40.394743 C 9.1578038,40.894743 9.6578038,41.144742 10.282804,41.144742 L 31.782782,41.144742 C 32.407781,41.144742 32.97028,40.832243 33.220281,40.332243 C 33.53278,39.832243 33.53278,39.207244 33.282781,38.644744 z " - style="fill:#cc0000;fill-rule:nonzero;stroke:#9f0000;stroke-width:0.6382978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <g - inkscape:r_cy="true" - inkscape:r_cx="true" - id="g6487" - transform="matrix(0.625,0,-5.534934e-3,0.634254,6.164053,15.76055)" - style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> - <linearGradient - y2="56.052299" - x2="47.319698" - y1="11.1133" - x1="4.1914001" - gradientUnits="userSpaceOnUse" - id="linearGradient6525"> - <stop - id="stop6529" - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" /> - <stop - id="stop6531" - style="stop-color:#ffffff;stop-opacity:0.34020618;" - offset="1" /> - </linearGradient> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - id="path6496" - d="M 9.5,37.6 C 9.2,38.1 9.5,38.5 10,38.5 L 38.2,38.5 C 38.7,38.5 39,38.1 38.7,37.6 L 24.4,11 C 24.1,10.5 23.7,10.5 23.5,11 L 9.5,37.6 z " - style="fill:url(#linearGradient3946);stroke:none" /> - </g> - <path - inkscape:r_cy="true" - inkscape:r_cx="true" - transform="matrix(1,0,-8.726683e-3,1,0.318277,1.276596)" - sodipodi:nodetypes="ccsccscccc" - id="path1325" - d="M 32.323106,38.183905 L 22.150271,19.265666 C 21.71698,18.45069 21.561698,18.189213 20.908406,18.189213 C 20.346525,18.189213 20.054127,18.57002 19.651305,19.339291 L 9.7489285,38.242296 C 9.1737649,39.303588 9.1128238,39.580228 9.3937644,40.047345 C 9.6747034,40.514462 10.032797,40.48902 11.356441,40.519491 L 30.974593,40.519491 C 32.206825,40.534726 32.483988,40.440837 32.70874,39.97372 C 32.989681,39.506602 32.867799,39.136 32.323106,38.183905 z " - style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3948);stroke-width:0.63829792;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - <g - style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4" - transform="matrix(0.555088,0,0,0.555052,7.749711,17.80196)" - id="g6498" - inkscape:r_cx="true" - inkscape:r_cy="true"> - <path - style="stroke:none" - d="M 23.9,36.5 C 22.6,36.5 21.6,35.5 21.6,34.2 C 21.6,32.8 22.5,31.9 23.9,31.9 C 25.3,31.9 26.1,32.8 26.2,34.2 C 26.2,35.5 25.3,36.5 23.9,36.5 L 23.9,36.5 z M 22.5,30.6 L 21.9,19.1 L 25.9,19.1 L 25.3,30.6 L 22.4,30.6 L 22.5,30.6 z " - id="path6500" - inkscape:r_cx="true" - inkscape:r_cy="true" /> - </g> - </g> - </g> -</svg> diff --git a/html/themes/legacy/tabs.css b/html/themes/legacy/tabs.css deleted file mode 100644 index 834ee3602468785f697d24bd6b224301f9eeb3d5..0000000000000000000000000000000000000000 --- a/html/themes/legacy/tabs.css +++ /dev/null @@ -1,105 +0,0 @@ -table.tabs-header { -width: 100%; -border: none; -border-spacing: 0; -font-family: arial,helvetica,sans-serif; -text-decoration: none; -color: #00008f; -font-size: 13px; -font-weight: bold; -} - -/* tabs header */ -table.tabs-header > tbody > tr > td { -padding: 0; -vertical-align: bottom; -white-space: nowrap; -width: 1px; -} -table.tabs-header > tbody > tr > td:last-child { -width: auto; -} - -table.tabs-header > tbody > tr > td > div > a { -display: inline-block; -border-radius: 5px 5px 0 0; -text-align: center; -background-color: #d0d0d0; -border: 1px solid #999; -margin-top: 5px; -padding-top: 1px; -padding-left: 8px; -padding-right: 8px; -padding-bottom: 5px; -transition: margin .4s ease, padding .4s ease; -} -table.tabs-header > tbody > tr > td > div > a:hover { -margin-top: 0; -padding-top: 2px; -padding-bottom: 7px; -} - -table.tabs-header > tbody > tr > td > div.tab-active > a { -background-color: #f8f8f8; -border-bottom: 0; -margin-top: 2px; -padding-top: 2px; -padding-bottom: 8px; -} - -table.tabs-header > tbody > tr > td > div.tab-inactive > a { -color: grey; -font-weight: normal; -} - -table.tabs-header > tbody > tr > td > div.tab-disabled > a { -color: grey; -} -table.tabs-header > tbody > tr > td > div.tab-disabled > a:hover { -margin-top: 5px; -padding-top: 1px; -padding-bottom: 5px; -} - -table.tabs-header > tbody > tr > td > div.tab-notify > a { -background-image: url(../../geticon.php?context=status&icon=dialog-information&size=16); -background-repeat: no-repeat; -background-position: 1px 1px; -} -html.ltr table.tabs-header > tbody > tr > td > div.tab-notify > a { -padding-left: 18px; -} -html.rtl table.tabs-header > tbody > tr > td > div.tab-notify > a { -padding-right: 18px; -} - -html.ltr table.tabs-header > tbody > tr > td > div.tab-left > a { -border-right-width: 0; -} -html.rtl table.tabs-header > tbody > tr > td > div.tab-left > a { -border-left-width: 0; -} - -html.ltr table.tabs-header > tbody > tr > td > div.tab-right > a { -border-left-width: 0; -} -html.rtl table.tabs-header > tbody > tr > td > div.tab-right > a { -border-right-width: 0; -} - -table.tabs-header > tbody > tr > td > div.tab-border { -border-bottom: 1px solid #999; -} - -/* tabs content */ -div.tab-content { -padding: 4px; -width: auto; -background-color: #f8f8f8; -border-style: solid; -border-color: #aaa; -border-top-width: 0; -border-bottom-width: 1px; -border-left-width: 1px; -border-right-width: 1px; -} diff --git a/html/themes/legacy/theme.css b/html/themes/legacy/theme.css deleted file mode 100644 index f13d3036be69013b9810e2a052d9dc94fb679b86..0000000000000000000000000000000000000000 --- a/html/themes/legacy/theme.css +++ /dev/null @@ -1 +0,0 @@ -/* Themes can override this file to add some CSS */ diff --git a/ihtml/themes/breezy/login.tpl b/ihtml/themes/breezy/login.tpl index 9c44fac25df41c3c3238edbae4bcf082b5873357..93b8f275d896a782e61607c18f8c3bb10692cefa 100644 --- a/ihtml/themes/breezy/login.tpl +++ b/ihtml/themes/breezy/login.tpl @@ -12,9 +12,6 @@ {$msg_dialogs} <div id="window-titlebar"> <img id="fd-logo" src="geticon.php?context=applications&icon=fusiondirectory&size=48" alt="FusionDirectory logo"/> - <p> - {t}Sign in{/t} - </p> </div> <div id="window-content"> diff --git a/ihtml/themes/breezy/recovery.tpl b/ihtml/themes/breezy/recovery.tpl index d99757318f2438b10876098780bc796ff42a9740..43c7f625abe8c3d60ab5f1153684b7f243217fd1 100644 --- a/ihtml/themes/breezy/recovery.tpl +++ b/ihtml/themes/breezy/recovery.tpl @@ -91,7 +91,7 @@ <div> <label for="email_address"> - <img class="center" src="geticon.php?context=applications&icon=internet-mail&size=48" alt="{t}Email address{/t}" title="{t}Email address{/t}" /> + <img class="center" src="geticon.php?context=applications&icon=recovery-mail&size=48" alt="{t}Email address{/t}" title="{t}Email address{/t}" /> </label> <input type="text" name="email_address" id="email_address" value="{$email_address|escape}" title="{t}Email{/t}" onFocus=""/> </div> diff --git a/ihtml/themes/legacy/login.tpl b/ihtml/themes/legacy/login.tpl deleted file mode 100644 index b660661b4a8a4fa5e08230f260b262e5492ade03..0000000000000000000000000000000000000000 --- a/ihtml/themes/legacy/login.tpl +++ /dev/null @@ -1,87 +0,0 @@ -<body> - - {$php_errors} - {include file={filePath file="setup_header.tpl"}} - -{* FusionDirectory login - smarty template *} - -<div id="window-container"> - -<div id="window-div"> -<form action="index.php" method="post" id="loginform" name="loginform" onSubmit="js_check(this);return true;"> - -{$msg_dialogs} - <div id="window-titlebar"> - <p> - {t}Sign in{/t} - </p> - </div> - <div id="window-content"> - - <div class="optional"> - {t}Please use your username and your password to log into the site administration system.{/t}<br /> - {if $ssl}<span class="warning">{$ssl}</span>{/if} - {if $lifetime}<span class="warning">{$lifetime|escape}</span>{/if} - </div> - - <div> - <label for="username"> - <img class="center" src="geticon.php?context=types&icon=user&size=48" alt="{t}Username{/t}" title="{t}Username{/t}"/> - </label> - <input type="text" name="username" id="username" value="{$username|escape}" title="{t}Username{/t}" /> - <br /> - <br /> - <label for="password"> - <img class="center" src="geticon.php?context=status&icon=dialog-password&size=48" alt="{t}Password{/t}" title="{t}Password{/t}" /> - </label> - <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> - <div> - <img class="center" src="geticon.php?context=places&icon=network-server&size=48" alt="{t}Directory{/t}" title="{t}Directory{/t}" /> - <select name="server" title="{t}Directory{/t}" onchange="javascript:document.loginform.submit();"> - {html_options options=$server_options selected=$server_id} - </select> - </div> - - <!-- check, if cookies are enabled --> - <p class="fusiondirectoryLoginWarning"> - <script> - <!-- - document.cookie = "fdtest=empty;path=/"; - if (document.cookie.indexOf( "fdtest=") > -1 ) - document.cookie = "fdtest=empty;path=/;expires=Thu, 01-Jan-1970 00:00:01 GMT"; - else - document.write("<b>{t}Warning{/t}</b> {t}Your browser has cookies disabled. Please enable cookies and reload this page before logging in!{/t}"); - --> - </script> - </p> - </div> - <div id="window-footer" class="plugbottom"> - <div> - <!-- Display error message on demand --> - {$message|escape} - </div> - <div> - <input type="submit" name="login" value="{t}Sign in{/t}" title="{t}Click here to log in{/t}"/> - <input type="hidden" name="javascript" value="false" /> - </div> - </div> - -</form> -</div> - -</div> - -{include file={filePath file="copynotice.tpl"}} - -<script> -<!-- - enable_keyPress = false; - focus_field("{$focusfield}"); - next_msg_dialog(); ---> -</script> -</body> -</html> diff --git a/ihtml/themes/legacy/recovery.tpl b/ihtml/themes/legacy/recovery.tpl deleted file mode 100644 index 789c161a4b952a112d14c91dcca198db5685c587..0000000000000000000000000000000000000000 --- a/ihtml/themes/legacy/recovery.tpl +++ /dev/null @@ -1,140 +0,0 @@ -<body onLoad="javascript:$$('div.debug_div').each(function (a) { a.hide(); });"> - {* FusionDirectory recovery - smarty template *} - {$php_errors} - {include file={filePath file="setup_header.tpl"}} - {$msg_dialogs} - -<div id="window-container"> - -<div id="window-div"> - - <form action='recovery.php{$params}' method='post' name='mainform' onSubmit='js_check(this);return true;'> - <input type="hidden" name="CSRFtoken" value="{$CSRFtoken}"/> - - <div id="window-titlebar"> - <p> - <img class="center" src="geticon.php?context=status&icon=dialog-password&size=48" alt=""/> - {t}Lost password{/t} - </p> - </div> - <div id="window-content"> - <div> -{if $activated} - <!-- Display SSL warning message on demand --> - <span class="warning"> {$ssl} </span> - - <!-- Display error message on demand --> - <span class="warning"> {$message} </span> - -{if $step==3} - <p class="infotext"> - {t 1=$login 2=$email_address}Information to reset password for %1 has been sent to email address %2{/t}<br/> - <span class="warning">{t 1=$delay_allowed}Warning : this email is only valid for %1 minutes.{/t}</span> - </p> - </div> - </div> -{elseif $step==4} - <p class="infotext"> - {t escape=no}This dialog provides a simple way to change your password.<br/> Enter the new password (twice) in the fields below and press the 'Change' button.{/t} - </p> - - <br/> - <div style="text-align: center;"> - <label for="login"> - <img class="center" src="geticon.php?context=types&icon=user&size=48" alt="{t}Username{/t}" title="{t}Username{/t}"/> - </label> - <input type="text" name="login" value="{$login}" title="{t}Username{/t}" readonly /> - <br /> - <label for="new_password"> - <img class="center" src="geticon.php?context=status&icon=dialog-password&size=48" alt="{t}New password{/t}" title="{t}New password{/t}"/> - </label> - <input type="password" name="new_password" id="new_password" value="" title="{t}New password{/t}" onkeyup="testPasswordCss(document.getElementById('new_password').value);" /> - <br /> - <label for="new_password_repeated"> - <img class="center" src="geticon.php?context=status&icon=dialog-password&size=48" alt="{t}New password repeated{/t}" title="{t}New password repeated{/t}"/> - </label> - <input type="password" name="new_password_repeated" id="new_password_repeated" value="" title="{t}New password repeated{/t}" /> - <br> - <div style="width: 190px; display: inline-block; margin-left: 54px;" title="{t}Password strength{/t}"> - <span id="meterEmpty" style="padding:0;margin:0;width:100%;background-color:#DC143C;display:block;height:5px;"> - <span id="meterFull" style="padding:0;margin:0;z-index:100;width:0;background-color:#006400;display:block;height:5px;"></span></span> - </div> - </div> - {if $show_directory_chooser} - <div> - <img class="center" src="geticon.php?context=places&icon=network-server&size=48" alt="{t}Directory{/t}" title="{t}Directory{/t}" /> - <select name="server" title="{t}Directory{/t}" onchange="javascript:document.loginform.submit();"> - {html_options options=$server_options selected=$server_id} - </select> - </div> - {/if} - </div> - </div> - <div id="window-footer" class="plugbottom"> - <div> - </div> - <div> - <input type="submit" name="change" value="{t}Change{/t}" title="{t}Click here to change your password{/t}"/> - </div> - </div> -{elseif $changed} - <div class="success"> - <img class="center" src="geticon.php?context=status&icon=task-complete&size=16" alt="{t}Success{/t}" title="{t}Success{/t}"> <b>{t}Your password has been changed successfully.{/t}</b><br/> - <br/><a href="index.php">{t}Return to login screen{/t}</a> - </div> - </div> - </div> -{else} - <p class="infotext"> - {t}Enter your current e-mail address in the field below and press the 'Change' button.{/t}<br/> - <strong>{t}=> Use your e-mail in the long format, e.g : John Doe => john.doe@example.com{/t}</strong> - </p> - - <div> - <label for="email_address"> - <img class="center" src="geticon.php?context=applications&icon=internet-mail&size=48" alt="{t}Email address{/t}" title="{t}Email address{/t}" /> - </label> - <input type="text" name="email_address" id="email_address" value="{$email_address}" title="{t}Email{/t}" onFocus=""/> - </div> - {if $show_directory_chooser} - <div> - <img class="center" src="geticon.php?context=places&icon=network-server&size=48" alt="{t}Directory{/t}" title="{t}Directory{/t}" /> - <select name="server" title="{t}Directory{/t}" onchange="javascript:document.loginform.submit();"> - {html_options options=$server_options selected=$server_id} - </select> - </div> - {/if} - <br /> - <a href="index.php">{t}Return to login screen{/t}</a> - </div> - </div> - <div id="window-footer" class="plugbottom"> - <div> - </div> - <div> - <input type="submit" name="apply" value="{t}Change{/t}" title="{t}Click here to change your password{/t}"/> - </div> - </div> -{/if} -{else} - <!-- Display error message on demand --> - <p class="warning"> {$message} </p> - <p>{t}Password recovery is not activated. If you have lost your password, please contact your administrator{/t}</p> - </div> - </div> -{/if} - </form> -</div> -</div> -{include file={filePath file="copynotice.tpl"}} - - <!-- Place cursor in email field --> - <script> - <!-- // First input field on page - focus_field('error_accept','login','directory','username','current_password','email_address'); - next_msg_dialog(); - --> - </script> - -</body> -</html> diff --git a/ihtml/themes/legacy/setup_header.tpl b/ihtml/themes/legacy/setup_header.tpl deleted file mode 100644 index 849153c1d809e6e7b4971204d7bef650b5b3953a..0000000000000000000000000000000000000000 --- a/ihtml/themes/legacy/setup_header.tpl +++ /dev/null @@ -1,9 +0,0 @@ -<div class="setup-header"> - <div id="header-left"> - <img id="fd-logo" class="optional" src="geticon.php?context=applications&icon=fusiondirectory&size=48" alt="FusionDirectory logo"/> - </div> - <div id="header-right"> - </div> -</div> - -{* FusionDirectory - smarty template for setup header, which is also used by login and password recovery *} diff --git a/include/class_IconTheme.inc b/include/class_IconTheme.inc index 1a1bf372eb7c830b5245fc8b198f7fd27d0668b5..a4dcaf6dd35fb6e9cb4e56edcd8d8653b2338741 100644 --- a/include/class_IconTheme.inc +++ b/include/class_IconTheme.inc @@ -25,6 +25,7 @@ class ThemeFileParsingException extends Exception /*! * \brief Icon theme directory */ + class IconThemeDir { /* Nominal (unscaled) size of the icons in this directory. @@ -43,7 +44,7 @@ class IconThemeDir * Valid types are Fixed, Scalable and Threshold. * The type decides what other keys in the section are used. * If not specified, the default is Threshold. */ - private $Type = 'Threshold'; + private $Type = 'Threshold'; /* The icons in this directory can be used if the size differ at most this much from the desired (unscaled) size. * Defaults to 2 if not present. */ @@ -51,9 +52,9 @@ class IconThemeDir function __construct ($infos) { - $this->Size = $infos['Size']; - $this->MinSize = $infos['Size']; - $this->MaxSize = $infos['Size']; + $this->Size = $infos['Size']; + $this->MinSize = $infos['Size']; + $this->MaxSize = $infos['Size']; foreach (['Type', 'MaxSize', 'MinSize', 'Threshold'] as $key) { if (isset($infos[$key])) { $this->$key = $infos[$key]; @@ -100,6 +101,7 @@ class IconThemeDir /*! * \brief Icon theme */ + class IconTheme { private $subdirs = []; @@ -109,12 +111,12 @@ class IconTheme function __construct ($folder, $default_parent) { $this->path = $folder; - $datas = @parse_ini_file($folder.'/index.theme', TRUE, INI_SCANNER_RAW); + $datas = @parse_ini_file($folder . '/index.theme', TRUE, INI_SCANNER_RAW); if ($datas === FALSE) { throw new ThemeFileParsingException('Error while parsing theme file'); } if (isset($datas['Icon Theme']['Directories']) && !empty($datas['Icon Theme']['Directories'])) { - $dirs = preg_split('/,/', $datas['Icon Theme']['Directories']); + $dirs = preg_split('/,/', $datas['Icon Theme']['Directories']); foreach ($dirs as $name) { if (isset($datas[$name])) { $this->subdirs[strtolower($datas[$name]['Context'])][$name] = new IconThemeDir($datas[$name]); @@ -141,8 +143,8 @@ class IconTheme if ($filename != NULL) { return $filename; } - if (isset(static::$fallbacks[$context.'/'.$icon])) { - foreach (static::$fallbacks[$context.'/'.$icon] as $fallback) { + if (isset(static::$fallbacks[$context . '/' . $icon])) { + foreach (static::$fallbacks[$context . '/' . $icon] as $fallback) { $filename = $this->LookupIcon($fallback[0], $fallback[1], $size); if ($filename != NULL) { return $filename; @@ -169,7 +171,7 @@ class IconTheme foreach ($this->subdirs[$context] as $path => &$subdir) { if ($subdir->MatchesSize($size)) { foreach (static::$extensions as $extension) { - $filename = $this->path.'/'.$path.'/'.$iconname.'.'.$extension; + $filename = $this->path . '/' . $path . '/' . $iconname . '.' . $extension; if (file_exists($filename)) { return $filename; } @@ -182,7 +184,7 @@ class IconTheme foreach ($this->subdirs[$context] as $path => &$subdir) { if (($sizedistance = $subdir->SizeDistance($size)) < $minimal_size) { foreach (static::$extensions as $extension) { - $filename = $this->path.'/'.$path.'/'.$iconname.'.'.$extension; + $filename = $this->path . '/' . $path . '/' . $iconname . '.' . $extension; if (file_exists($filename)) { $closest_filename = $filename; $minimal_size = $sizedistance; @@ -198,12 +200,12 @@ class IconTheme return NULL; } - static public $default_theme = 'breezy'; - static public $extensions = ['png', 'xpm', 'svg']; - static public $find_closest = FALSE; + static public $default_theme = 'breezy'; + static public $extensions = ['png', 'xpm', 'svg']; + static public $find_closest = FALSE; /* We store themes in the session. To do otherwise, override these methods. */ - static public $session_var = 'IconThemes'; + static public $session_var = 'IconThemes'; static public function loadThemes ($path) { @@ -228,6 +230,11 @@ class IconTheme static public function findThemeIcon ($theme, $context, $icon, $size) { + // We have to sanitize the $icon received from $_GET['icon']. Fixing vulnerability : CWE-35 + if (!preg_match('/^[a-zA-Z0-9_\-]+$/', $icon)) { + trigger_error('Error: Wrong icon name received'); + die('Error: wrong icon name received'); + } if (!isset($_SESSION[static::$session_var])) { trigger_error('Error: no theme found in session'); die('Error: no theme found in session'); @@ -248,162 +255,162 @@ class IconTheme /* Fallback system */ static public $fallbacks = [ - 'types/user-group' => [ - ['applications','system-users'] + 'types/user-group' => [ + ['applications', 'system-users'] ], - 'types/resource-group' => [ - ['actions','resource-group'] + 'types/resource-group' => [ + ['actions', 'resource-group'] ], - 'types/user' => [ - ['places','user-identity'], - ['status','avatar-default'], + 'types/user' => [ + ['places', 'user-identity'], + ['status', 'avatar-default'], ], - 'types/contact' => [ - ['mimetypes','x-office-contact'], + 'types/contact' => [ + ['mimetypes', 'x-office-contact'], ], - 'types/certificate' => [ - ['mimetypes','stock_certificate'], - ['mimetypes','application-certificate'], - ['actions','view-certificate'], + 'types/certificate' => [ + ['mimetypes', 'stock_certificate'], + ['mimetypes', 'application-certificate'], + ['actions', 'view-certificate'], ], - 'applications/user-info' => [ - ['actions','user-properties'], - ['types','contact'], - ['mimetypes','x-office-contact'], - ['types','user'], - ['places','user-identity'], - ['status','avatar-default'], + 'applications/user-info' => [ + ['actions', 'user-properties'], + ['types', 'contact'], + ['mimetypes', 'x-office-contact'], + ['types', 'user'], + ['places', 'user-identity'], + ['status', 'avatar-default'], ], - 'applications/office-calendar' => [ - ['mimetypes','x-office-calendar'], + 'applications/office-calendar' => [ + ['mimetypes', 'x-office-calendar'], ], - 'applications/os-linux' => [ - ['applications','linux'], + 'applications/os-linux' => [ + ['applications', 'linux'], ], - 'applications/os-windows' => [ - ['applications','windows'], + 'applications/os-windows' => [ + ['applications', 'windows'], ], - 'applications/samba' => [ - ['applications','os-windows'], - ['applications','windows'], + 'applications/samba' => [ + ['applications', 'os-windows'], + ['applications', 'windows'], ], - 'applications/config-language' => [ - ['applications','locale'], - ['applications','preferences-desktop-locale'], + 'applications/config-language' => [ + ['applications', 'locale'], + ['applications', 'preferences-desktop-locale'], ], - 'mimetypes/text-csv' => [ - ['mimetypes','x-office-spreadsheet'], - ['mimetypes','text-x-generic'], + 'mimetypes/text-csv' => [ + ['mimetypes', 'x-office-spreadsheet'], + ['mimetypes', 'text-x-generic'], ], - 'mimetypes/application-pdf' => [ - ['mimetypes','x-office-document'], + 'mimetypes/application-pdf' => [ + ['mimetypes', 'x-office-document'], ], - 'actions/application-exit' => [ - ['actions','system-log-out'], + 'actions/application-exit' => [ + ['actions', 'system-log-out'], ], - 'actions/archive' => [ - ['mimetypes','application-x-archive'], + 'actions/archive' => [ + ['mimetypes', 'application-x-archive'], ], - 'actions/document-export' => [ - ['actions','document-send'], + 'actions/document-export' => [ + ['actions', 'document-send'], ], - 'actions/download' => [ - ['actions','document-save'], + 'actions/download' => [ + ['actions', 'document-save'], ], - 'actions/document-restore' => [ - ['actions','document-import'], - ['actions','document-open'], + 'actions/document-restore' => [ + ['actions', 'document-import'], + ['actions', 'document-open'], ], - 'actions/document-edit' => [ - ['actions','edit'], - ['applications','text-editor'], - ['applications','accessories-text-editor'], - ['actions','document-open'], + 'actions/document-edit' => [ + ['actions', 'edit'], + ['applications', 'text-editor'], + ['applications', 'accessories-text-editor'], + ['actions', 'document-open'], ], - 'actions/snapshot' => [ - ['actions','document-save'], + 'actions/snapshot' => [ + ['actions', 'document-save'], ], - 'actions/system-reboot' => [ - ['actions','view-refresh'], + 'actions/system-reboot' => [ + ['actions', 'view-refresh'], ], - 'actions/system-update' => [ - ['applications','system-software-update'], + 'actions/system-update' => [ + ['applications', 'system-software-update'], ], - 'actions/system-reinstall' => [ - ['applications','system-installer'], + 'actions/system-reinstall' => [ + ['applications', 'system-installer'], ], - 'actions/task-start' => [ - ['actions','media-playback-start'], + 'actions/task-start' => [ + ['actions', 'media-playback-start'], ], - 'actions/task-stop' => [ - ['actions','media-playback-stop'], + 'actions/task-stop' => [ + ['actions', 'media-playback-stop'], ], - 'actions/task-schedule' => [ - ['actions','chronometer'], - ['actions','smallclock'], + 'actions/task-schedule' => [ + ['actions', 'chronometer'], + ['actions', 'smallclock'], ], - 'actions/up' => [ - ['actions','go-up'], - ['actions','arrow-up'], + 'actions/up' => [ + ['actions', 'go-up'], + ['actions', 'arrow-up'], ], - 'actions/upload' => [ - ['actions','document-import'], - ['actions','up'], + 'actions/upload' => [ + ['actions', 'document-import'], + ['actions', 'up'], ], - 'actions/down' => [ - ['actions','go-down'], - ['actions','arrow-down'], + 'actions/down' => [ + ['actions', 'go-down'], + ['actions', 'arrow-down'], ], - 'actions/previous' => [ - ['actions','go-previous'], - ['actions','arrow-left'], + 'actions/previous' => [ + ['actions', 'go-previous'], + ['actions', 'arrow-left'], ], - 'actions/next' => [ - ['actions','go-next'], - ['actions','arrow-right'], + 'actions/next' => [ + ['actions', 'go-next'], + ['actions', 'arrow-right'], ], - 'actions/submit' => [ - ['actions','go-jump'], + 'actions/submit' => [ + ['actions', 'go-jump'], ], - 'categories/settings' => [ - ['categories','gnome-settings'], - ['categories','preferences-other'], - ['categories','preferences-system'], + 'categories/settings' => [ + ['categories', 'gnome-settings'], + ['categories', 'preferences-other'], + ['categories', 'preferences-system'], ], - 'categories/checks' => [ - ['actions','view-task'], - ['actions','view-calendar-tasks'], - ['actions','checkbox'], - ['status','task-complete'], + 'categories/checks' => [ + ['actions', 'view-task'], + ['actions', 'view-calendar-tasks'], + ['actions', 'checkbox'], + ['status', 'task-complete'], ], - 'devices/server' => [ - ['places','server'], - ['places','network-server'], + 'devices/server' => [ + ['places', 'server'], + ['places', 'network-server'], ], - 'devices/media-cdrom' => [ - ['devices','media-optical'], + 'devices/media-cdrom' => [ + ['devices', 'media-optical'], ], - 'devices/terminal' => [ - ['applications','utilities-terminal'], + 'devices/terminal' => [ + ['applications', 'utilities-terminal'], ], - 'devices/computer-windows' => [ - ['applications','os-windows'], - ['applications','windows'], + 'devices/computer-windows' => [ + ['applications', 'os-windows'], + ['applications', 'windows'], ], - 'devices/template' => [ - ['actions','document-new'], + 'devices/template' => [ + ['actions', 'document-new'], ], - 'status/object-locked' => [ - ['status','changes-prevent'], + 'status/object-locked' => [ + ['status', 'changes-prevent'], ], - 'status/object-unlocked' => [ - ['status','changes-allow'], + 'status/object-unlocked' => [ + ['status', 'changes-allow'], ], - 'status/task-waiting' => [ - ['actions','task-schedule'], + 'status/task-waiting' => [ + ['actions', 'task-schedule'], ], - 'places/folder-network' => [ - ['places','folder-remote'], + 'places/folder-network' => [ + ['places', 'folder-remote'], ], ]; } diff --git a/include/class_Lock.inc b/include/class_Lock.inc index 4e3c06f1d945099e3d1b9c76021ce46bdfbc882f..0fc78ee3f08e3e0cc1fc391679210055dd9c8c84 100644 --- a/include/class_Lock.inc +++ b/include/class_Lock.inc @@ -37,7 +37,7 @@ class Lock /*! * \brief Add a lock for object(s) * - * Adds a lock by the specified user for one ore multiple objects. + * Adds a lock by the specified user for one or multiple objects. * If a lock for that object already exists from another user, an error is triggered. * * \param array $object The object or array of objects to lock diff --git a/include/class_logging.inc b/include/class_logging.inc index 153ea921af4fa7af8d08bbcbe7901ac9a970bb9a..8cc6b4638ff993e6f71164a238d34b2564efe017 100644 --- a/include/class_logging.inc +++ b/include/class_logging.inc @@ -191,7 +191,7 @@ class logging /* * \brief This function is used to into the ldap for audit plugin * - * \param Array $entry Entry to be loged + * \param Array $entry Entry to be logged */ static protected function log_into_ldap ($entry) { diff --git a/include/class_passwordRecovery.inc b/include/class_passwordRecovery.inc index 1876a13431cf12596042f412272161bd967fea45..47b3d01520f5db9f87636a0aff1b40c89334487e 100644 --- a/include/class_passwordRecovery.inc +++ b/include/class_passwordRecovery.inc @@ -52,8 +52,8 @@ class passwordRecovery extends standAlonePage { parent::init(); - $this->step = 1; - $this->message = []; + $this->step = 1; + $this->message = []; if (isset($_GET['email_address']) && ($_GET['email_address'] != '')) { $this->email_address = validate($_GET['email_address']); @@ -119,15 +119,15 @@ class passwordRecovery extends standAlonePage $this->assignSmartyVars(); - $smarty->append('js_files', 'include/pwdStrength.js'); - $smarty->append('css_files', get_template_path('login.css')); - $smarty->assign('title', _('Password recovery')); + $smarty->append('js_files', 'include/pwdStrength.js'); + $smarty->append('css_files', get_template_path('login.css')); + $smarty->assign('title', _('Password recovery')); $smarty->display(get_template_path('headers.tpl')); - $smarty->assign('step', $this->step); - $smarty->assign('delay_allowed', $this->delay_allowed); - $smarty->assign('activated', $this->activated); - $smarty->assign('email_address', $this->email_address); + $smarty->assign('step', $this->step); + $smarty->assign('delay_allowed', $this->delay_allowed); + $smarty->assign('activated', $this->activated); + $smarty->assign('email_address', $this->email_address); $smarty->display(get_template_path('recovery.tpl')); exit(); } @@ -138,17 +138,17 @@ class passwordRecovery extends standAlonePage protected function readLdapConfig (): bool { global $config; - $this->salt = $config->get_cfg_value('passwordRecoverySalt'); - $this->delay_allowed = $config->get_cfg_value('passwordRecoveryValidity'); + $this->salt = $config->get_cfg_value('passwordRecoverySalt'); + $this->delay_allowed = $config->get_cfg_value('passwordRecoveryValidity'); - $this->mail_subject = $config->get_cfg_value('passwordRecoveryMailSubject'); - $this->mail_body = $config->get_cfg_value('passwordRecoveryMailBody'); - $this->mail2_subject = $config->get_cfg_value('passwordRecoveryMail2Subject'); - $this->mail2_body = $config->get_cfg_value('passwordRecoveryMail2Body'); + $this->mail_subject = $config->get_cfg_value('passwordRecoveryMailSubject'); + $this->mail_body = $config->get_cfg_value('passwordRecoveryMailBody'); + $this->mail2_subject = $config->get_cfg_value('passwordRecoveryMail2Subject'); + $this->mail2_body = $config->get_cfg_value('passwordRecoveryMail2Body'); - $this->from_mail = $config->get_cfg_value('passwordRecoveryEmail'); + $this->from_mail = $config->get_cfg_value('passwordRecoveryEmail'); - $this->usealternates = $config->get_cfg_value('passwordRecoveryUseAlternate'); + $this->usealternates = $config->get_cfg_value('passwordRecoveryUseAlternate'); $this->loginAttribute = $config->get_cfg_value('passwordRecoveryLoginAttribute', 'uid'); @@ -160,13 +160,13 @@ class passwordRecovery extends standAlonePage { global $config; /* Store it in ldap with the salt */ - $salt_temp_password = $this->salt.$temp_password.$this->salt; - $sha1_temp_password = "{SHA}".base64_encode(pack("H*", sha1($salt_temp_password))); + $salt_temp_password = $this->salt . $temp_password . $this->salt; + $sha1_temp_password = "{SHA}" . base64_encode(pack("H*", sha1($salt_temp_password))); $ldap = $config->get_ldap_link(); // Check if token branch is here - $token = get_ou('recoveryTokenRDN').get_ou('fusiondirectoryRDN').$config->current['BASE']; + $token = get_ou('recoveryTokenRDN') . get_ou('fusiondirectoryRDN') . $config->current['BASE']; $ldap->cat($token, ['dn']); if (!$ldap->count()) { /* It's not, let's create it */ @@ -176,18 +176,18 @@ class passwordRecovery extends standAlonePage } catch (FusionDirectoryError $error) { return $error; } - fusiondirectory_log("Created token branch ".$token); + fusiondirectory_log("Created token branch " . $token); } - $dn = 'ou='.$this->login.','.$token; + $dn = 'ou=' . $this->login . ',' . $token; $ldap->cat($dn, ['dn']); $add = ($ldap->count() == 0); /* We store the token and its validity due date */ $attrs = [ - 'objectClass' => ['organizationalUnit'], - 'ou' => $this->login, - 'userPassword' => $sha1_temp_password, - 'description' => time() + $this->delay_allowed * 60, + 'objectClass' => ['organizationalUnit'], + 'ou' => $this->login, + 'userPassword' => $sha1_temp_password, + 'description' => time() + $this->delay_allowed * 60, ]; $ldap->cd($dn); if ($add) { @@ -213,14 +213,14 @@ class passwordRecovery extends standAlonePage function checkToken ($token) { global $config; - $salt_token = $this->salt.$token.$this->salt; - $sha1_token = "{SHA}".base64_encode(pack("H*", sha1($salt_token))); + $salt_token = $this->salt . $token . $this->salt; + $sha1_token = "{SHA}" . base64_encode(pack("H*", sha1($salt_token))); /* Retrieve hash from the ldap */ $ldap = $config->get_ldap_link(); - $token = get_ou('recoveryTokenRDN').get_ou('fusiondirectoryRDN').$config->current['BASE']; - $dn = 'ou='.$this->login.','.$token; + $token = get_ou('recoveryTokenRDN') . get_ou('fusiondirectoryRDN') . $config->current['BASE']; + $dn = 'ou=' . $this->login . ',' . $token; $ldap->cat($dn); $attrs = $ldap->fetch(); @@ -229,7 +229,7 @@ class passwordRecovery extends standAlonePage /* Return TRUE if the token match and is still valid */ return ($last_time_recovery >= time()) && - ($ldap_token == $sha1_token); + ($ldap_token == $sha1_token); } function getUserDn () @@ -245,7 +245,7 @@ class passwordRecovery extends standAlonePage if (class_available('supannAccount') && ($config->get_cfg_value('supannPasswordRecovery', 'TRUE') == 'TRUE')) { $objectClasses[] = 'supannPerson'; } - $filter = '(&(|(objectClass='.join(')(objectClass=', $objectClasses).'))('.$this->loginAttribute.'='.ldap_escape_f($this->login).'))'; + $filter = '(&(|(objectClass=' . join(')(objectClass=', $objectClasses) . '))(' . $this->loginAttribute . '=' . ldap_escape_f($this->login) . '))'; $ldap->cd($config->current['BASE']); $ldap->search($filter, ['dn']); @@ -275,15 +275,15 @@ class passwordRecovery extends standAlonePage /* Search login corresponding to the mail */ $address_escaped = ldap_escape_f($this->email_address); if ($this->usealternates) { - $filter = '(&(objectClass=gosaMailAccount)(|(mail='.$address_escaped.')(gosaMailAlternateAddress='.$address_escaped.')))'; + $filter = '(&(objectClass=gosaMailAccount)(|(mail=' . $address_escaped . ')(gosaMailAlternateAddress=' . $address_escaped . ')))'; } else { - $filter = '(&(objectClass=gosaMailAccount)(mail='.$address_escaped.'))'; + $filter = '(&(objectClass=gosaMailAccount)(mail=' . $address_escaped . '))'; } if (class_available('personalInfo') && ($config->get_cfg_value('privateEmailPasswordRecovery', 'FALSE') == 'TRUE')) { - $filter = '(|'.$filter.'(&(objectClass=fdPersonalInfo)(fdPrivateMail='.$address_escaped.')))'; + $filter = '(|' . $filter . '(&(objectClass=fdPersonalInfo)(fdPrivateMail=' . $address_escaped . ')))'; } if (class_available('supannAccount') && ($config->get_cfg_value('supannPasswordRecovery', 'TRUE') == 'TRUE')) { - $filter = '(|'.$filter.'(&(objectClass=supannPerson)(supannMailPerso='.$address_escaped.')))'; + $filter = '(|' . $filter . '(&(objectClass=supannPerson)(|(supannMailPerso=' . $address_escaped . ')(supannMailPrive={SECOURS}' . $address_escaped . '))))'; } $ldap = $config->get_ldap_link(); $ldap->cd($config->current['BASE']); @@ -305,8 +305,8 @@ class passwordRecovery extends standAlonePage $this->message[] = new FusionDirectoryError(htmlescape(sprintf(_('The user using email "%s" is locked. Please contact your administrator.'), $this->email_address))); return FALSE; } - $this->login = $attrs[$this->loginAttribute][0]; - $this->step = 2; + $this->login = $attrs[$this->loginAttribute][0]; + $this->step = 2; if ($this->interactive) { $smarty = get_smarty(); @@ -345,9 +345,9 @@ class passwordRecovery extends standAlonePage } $reinit_link = URL::getPageURL(); - $reinit_link .= '?uniq='.urlencode($token); - $reinit_link .= '&login='.urlencode($this->login); - $reinit_link .= '&email_address='.urlencode($this->email_address); + $reinit_link .= '?uniq=' . urlencode($token); + $reinit_link .= '&login=' . urlencode($this->login); + $reinit_link .= '&email_address=' . urlencode($this->email_address); logging::debug(DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $reinit_link, 'Setting link to'); @@ -395,8 +395,8 @@ class passwordRecovery extends standAlonePage return FALSE; } - $userTabs = objects::open($dn, 'user'); - $userTab = $userTabs->getBaseObject(); + $userTabs = objects::open($dn, 'user'); + $userTab = $userTabs->getBaseObject(); $userTab->userPassword = [ '', $new_password, @@ -413,7 +413,7 @@ class passwordRecovery extends standAlonePage return; } - fusiondirectory_log('User '.$this->login.' password has been changed'); + fusiondirectory_log('User ' . $this->login . ' password has been changed'); return TRUE; } @@ -430,7 +430,7 @@ class passwordRecovery extends standAlonePage $body = sprintf($this->mail2_body, $this->login); if (mail_utf8($this->email_address, FALSE, $this->from_mail, $this->mail2_subject, $body)) { - $smarty = get_smarty(); + $smarty = get_smarty(); $this->step = 5; $smarty->assign('changed', TRUE); } else { diff --git a/include/class_tests.inc b/include/class_tests.inc index a6265977333518ae236ef18bd864f509a8d1fd61..aefb4c58ed92740da93b857568ef975bc11c1114 100644 --- a/include/class_tests.inc +++ b/include/class_tests.inc @@ -365,4 +365,20 @@ class tests return ($ad >= $from && $ad <= $to); } + + /* \brief Check if the value is a valid orcid id */ + public static function is_orcid ($orcid) + { + /* Remove hyphens, remove last digit, convert to array */ + $baseDigits = str_split(str_replace('-', '', substr($orcid, 0, -1))); + $sum = 0; + foreach ($baseDigits as $baseDigit) { + $sum = ($sum + (int)$baseDigit) * 2; + } + $remainder = $sum % 11; + $result = (12 - $remainder) % 11; + $orcidCheckSum = (($result == 10) ? "X" : (string)$result); + + return ($orcidCheckSum != substr($orcid, -1)); + } } diff --git a/include/class_userinfo.inc b/include/class_userinfo.inc index 8c5d5136f61570ad58739fb4a8f7285aa8af53fc..305ecae99ccd32f0be9f6b067ef5685317f747a6 100644 --- a/include/class_userinfo.inc +++ b/include/class_userinfo.inc @@ -48,6 +48,7 @@ class userinfo var $language = ""; var $groups = []; var $roles = []; + var $mail = ''; /*! \brief LDAP attributes of this user at login */ protected $cachedAttrs = []; @@ -109,6 +110,9 @@ class userinfo if (isset($attrs['givenName'][0])) { $this->givenName = $attrs['givenName'][0]; } + if (isset($attrs['mail'][0])) { + $this->mail = $attrs['mail'][0]; + } /* Assign user language */ if (isset($attrs['preferredLanguage'][0])) { diff --git a/include/management/class_management.inc b/include/management/class_management.inc index 27f806e8c115addc6ebab784c8b89f6e73d0e7e5..d613a0c2c65c3b9a34112baec3d8a4b2de645a6b 100644 --- a/include/management/class_management.inc +++ b/include/management/class_management.inc @@ -21,6 +21,7 @@ /*! * \brief Management base class */ + class management implements FusionDirectoryDialog { /* Object types we are currently managing */ @@ -38,16 +39,16 @@ class management implements FusionDirectoryDialog protected $skipCpHandler = FALSE; /* Snapshots */ - protected $snapHandler = NULL; - public static $skipSnapshots = FALSE; + protected $snapHandler = NULL; + public static $skipSnapshots = FALSE; // The currently used object(s) (e.g. in edit, removal) - protected $currentDn = ''; + protected $currentDn = ''; protected $currentDns = []; // The last used object(s). - protected $previousDn = ''; - protected $previousDns = []; + protected $previousDn = ''; + protected $previousDns = []; // The opened object. /** @@ -57,8 +58,8 @@ class management implements FusionDirectoryDialog protected $dialogObject = NULL; // The last opened object. - protected $last_tabObject = NULL; - protected $last_dialogObject = NULL; + protected $last_tabObject = NULL; + protected $last_dialogObject = NULL; protected $renderCache; @@ -66,7 +67,7 @@ class management implements FusionDirectoryDialog public $title; public $icon; - protected $actions = []; + protected $actions = []; protected $actionHandlers = []; protected $exporters = []; @@ -83,23 +84,23 @@ class management implements FusionDirectoryDialog /* Default columns */ public static $columns = [ ['ObjectTypeColumn', []], - ['LinkColumn', ['attributes' => 'nameAttr', 'label' => 'Name']], - ['LinkColumn', ['attributes' => 'description', 'label' => 'Description']], - ['ActionsColumn', ['label' => 'Actions']], + ['LinkColumn', ['attributes' => 'nameAttr', 'label' => 'Name']], + ['LinkColumn', ['attributes' => 'description', 'label' => 'Description']], + ['ActionsColumn', ['label' => 'Actions']], ]; function __construct ( $objectTypes = FALSE, array $filterElementDefinitions = [ - ['TabFilterElement', []], + ['TabFilterElement', []], ] ) { global $config, $class_mapping; if ($objectTypes === FALSE) { - $plInfos = pluglist::pluginInfos(get_class($this)); - $objectTypes = $plInfos['plManages']; + $plInfos = pluglist::pluginInfos(get_class($this)); + $objectTypes = $plInfos['plManages']; } if (!preg_match('/^geticon/', $this->icon)) { @@ -145,12 +146,12 @@ class management implements FusionDirectoryDialog protected function setUpListing () { - $this->listing = new managementListing($this); + $this->listing = new managementListing($this); } protected function setUpFilter (array $filterElementDefinitions) { - $this->filter = new managementFilter($this, NULL, $filterElementDefinitions); + $this->filter = new managementFilter($this, NULL, $filterElementDefinitions); } protected function setUpHeadline () @@ -175,26 +176,26 @@ class management implements FusionDirectoryDialog } foreach ($this->objectTypes as $type) { - $infos = objects::infos($type); - $img = 'geticon.php?context=actions&icon=document-new&size=16'; + $infos = objects::infos($type); + $img = 'geticon.php?context=actions&icon=document-new&size=16'; if (isset($infos['icon'])) { $img = $infos['icon']; } $createMenu[] = new Action( - 'new_'.$type, $infos['name'], $img, + 'new_' . $type, $infos['name'], $img, '0', 'newEntry', - [$infos['aclCategory'].'/'.$infos['mainTab'].'/c'] + [$infos['aclCategory'] . '/' . $infos['mainTab'] . '/c'] ); if (!static::$skipTemplates) { - $templateMenu[] = new Action( - 'new_template_'.$type, $infos['name'], $img, + $templateMenu[] = new Action( + 'new_template_' . $type, $infos['name'], $img, '0', 'newEntryTemplate', - [$infos['aclCategory'].'/template/c'] + [$infos['aclCategory'] . '/template/c'] ); $fromTemplateMenu[] = new Action( - 'template_apply_'.$type, $infos['name'], $img, + 'template_apply_' . $type, $infos['name'], $img, '0', 'newEntryFromTemplate', - [$infos['aclCategory'].'/template/r', $infos['aclCategory'].'/'.$infos['mainTab'].'/c'] + [$infos['aclCategory'] . '/template/r', $infos['aclCategory'] . '/' . $infos['mainTab'] . '/c'] ); } } @@ -287,8 +288,8 @@ class management implements FusionDirectoryDialog $action = archivedObject::getManagementAction($this->objectTypes, 'archiveRequested'); if ($action !== NULL) { $this->registerAction($action); - $this->registerAction(new HiddenAction('archiveConfirmed', 'archiveConfirmed')); - $this->registerAction(new HiddenAction('archiveCancel', 'cancelEdit')); + $this->registerAction(new HiddenAction('archiveConfirmed', 'archiveConfirmed')); + $this->registerAction(new HiddenAction('archiveCancel', 'cancelEdit')); } } @@ -333,13 +334,13 @@ class management implements FusionDirectoryDialog } /* Actions from footer are not in any menus and do not need a label */ - $this->registerAction(new HiddenAction('apply', 'applyChanges')); - $this->registerAction(new HiddenAction('save', 'saveChanges')); - $this->registerAction(new HiddenAction('cancel', 'cancelEdit')); - $this->registerAction(new HiddenAction('cancelDelete', 'cancelEdit')); + $this->registerAction(new HiddenAction('apply', 'applyChanges')); + $this->registerAction(new HiddenAction('save', 'saveChanges')); + $this->registerAction(new HiddenAction('cancel', 'cancelEdit')); + $this->registerAction(new HiddenAction('cancelDelete', 'cancelEdit')); $this->registerAction(new HiddenAction('removeConfirmed', 'removeConfirmed')); if (!$this->skipConfiguration) { - $this->registerAction(new HiddenAction('configure', 'configureDialog')); + $this->registerAction(new HiddenAction('configure', 'configureDialog')); } } @@ -420,8 +421,8 @@ class management implements FusionDirectoryDialog function handleAction (array $action) { // Start action - if (isset($action['subaction']) && isset($this->actionHandlers[$action['action'].'_'.$action['subaction']])) { - return $this->actionHandlers[$action['action'].'_'.$action['subaction']]->execute($this, $action); + if (isset($action['subaction']) && isset($this->actionHandlers[$action['action'] . '_' . $action['subaction']])) { + return $this->actionHandlers[$action['action'] . '_' . $action['subaction']]->execute($this, $action); } elseif (isset($this->actionHandlers[$action['action']])) { return $this->actionHandlers[$action['action']]->execute($this, $action); } @@ -434,7 +435,7 @@ class management implements FusionDirectoryDialog if (isset($this->tabObject->by_object[$tab])) { $this->tabObject->current = $tab; } else { - trigger_error('Unknown tab: '.$tab); + trigger_error('Unknown tab: ' . $tab); } return TRUE; } @@ -466,16 +467,16 @@ class management implements FusionDirectoryDialog public function render (): string { if ($this->renderCache === NULL) { - if ($this->tabObject instanceOf simpleTabs) { + if ($this->tabObject instanceof simpleTabs) { /* Display tab object */ - $display = $this->tabObject->render(); - $display .= $this->getTabFooter(); - $this->renderCache = $this->getHeader().$display; + $display = $this->tabObject->render(); + $display .= $this->getTabFooter(); + $this->renderCache = $this->getHeader() . $display; } elseif (is_object($this->dialogObject)) { /* Display dialog object */ - $display = $this->dialogObject->render(); - $display .= $this->getTabFooter(); - $this->renderCache = $this->getHeader().$display; + $display = $this->dialogObject->render(); + $display .= $this->getTabFooter(); + $this->renderCache = $this->getHeader() . $display; } else { /* Display list */ $this->renderCache = $this->renderList(); @@ -491,12 +492,12 @@ class management implements FusionDirectoryDialog protected function execute () { // Ensure that html posts and gets are kept even if we see a 'Entry islocked' dialog. - session::set('LOCK_VARS_TO_USE', ['/^act$/','/^listing/','/^PID$/']); + session::set('LOCK_VARS_TO_USE', ['/^act$/', '/^listing/', '/^PID$/']); /* Display the copy & paste dialog, if it is currently open */ $ret = $this->copyPasteHandler(); if ($ret) { - return $this->getHeader().$ret; + return $this->getHeader() . $ret; } // Handle actions (POSTs and GETs) @@ -506,7 +507,7 @@ class management implements FusionDirectoryDialog try { $str = $this->handleAction($action); if (!empty($str)) { - return $this->getHeader().$str; + return $this->getHeader() . $str; } } catch (FusionDirectoryException $e) { $error = new FusionDirectoryError(htmlescape($e->getMessage()), 0, $e); @@ -515,7 +516,7 @@ class management implements FusionDirectoryDialog } /* Save tab or dialog object */ - if ($this->tabObject instanceOf simpleTabs) { + if ($this->tabObject instanceof simpleTabs) { $this->tabObject->readPost(); $this->tabObject->update(); } elseif (is_object($this->dialogObject)) { @@ -548,15 +549,15 @@ class management implements FusionDirectoryDialog $smarty = get_smarty(); $smarty->assign('usePrototype', 'true'); - $smarty->assign('LIST', $listRender); - $smarty->assign('FILTER', $filterRender); - $smarty->assign('ACTIONS', $actionMenu); - $smarty->assign('SIZELIMIT', $ui->getSizeLimitHandler()->renderWarning()); - $smarty->assign('NAVIGATION', $this->listing->renderNavigation($this->skipConfiguration)); - $smarty->assign('BASE', $this->listing->renderBase()); - $smarty->assign('HEADLINE', $this->headline); - - return $this->getHeader().$smarty->fetch(get_template_path('management/management.tpl')); + $smarty->assign('LIST', $listRender); + $smarty->assign('FILTER', $filterRender); + $smarty->assign('ACTIONS', $actionMenu); + $smarty->assign('SIZELIMIT', $ui->getSizeLimitHandler()->renderWarning()); + $smarty->assign('NAVIGATION', $this->listing->renderNavigation($this->skipConfiguration)); + $smarty->assign('BASE', $this->listing->renderBase()); + $smarty->assign('HEADLINE', $this->headline); + + return $this->getHeader() . $smarty->fetch(get_template_path('management/management.tpl')); } protected function renderFilter (): string @@ -631,15 +632,15 @@ class management implements FusionDirectoryDialog $smarty->assign('headline_image', $this->icon); if (is_object($this->tabObject) && ($this->currentDn != '')) { - return '<div class="pluginfo">'.$this->currentDn."</div>\n"; + return '<div class="pluginfo">' . $this->currentDn . "</div>\n"; } return ''; } function openTabObject ($object) { - $this->tabObject = $object; - $this->tabObject->parent = &$this; + $this->tabObject = $object; + $this->tabObject->parent = &$this; } /*! @@ -648,23 +649,23 @@ class management implements FusionDirectoryDialog */ public function closeDialogs () { - $this->previousDn = $this->currentDn; - $this->currentDn = ''; - $this->previousDns = $this->currentDns; - $this->currentDns = []; - - $this->last_tabObject = $this->tabObject; - $this->tabObject = NULL; - $this->last_dialogObject = $this->dialogObject; - $this->dialogObject = NULL; + $this->previousDn = $this->currentDn; + $this->currentDn = ''; + $this->previousDns = $this->currentDns; + $this->currentDns = []; + + $this->last_tabObject = $this->tabObject; + $this->tabObject = NULL; + $this->last_dialogObject = $this->dialogObject; + $this->dialogObject = NULL; } protected function listAclCategories (): array { $cat = []; foreach ($this->objectTypes as $type) { - $infos = objects::infos($type); - $cat[] = $infos['aclCategory']; + $infos = objects::infos($type); + $cat[] = $infos['aclCategory']; } return array_unique($cat); } @@ -675,7 +676,7 @@ class management implements FusionDirectoryDialog protected function showTabFooter (): bool { // Do not display tab footer for non tab objects - if (!($this->tabObject instanceOf simpleTabs)) { + if (!($this->tabObject instanceof simpleTabs)) { return FALSE; } @@ -822,7 +823,7 @@ class management implements FusionDirectoryDialog foreach ($this->currentDns as $dn) { $entry = $this->listing->getEntry($dn); if ($entry === NULL) { - trigger_error('Could not find '.$dn.', action canceled'); + trigger_error('Could not find ' . $dn . ', action canceled'); $this->currentDns = []; return; } @@ -873,7 +874,7 @@ class management implements FusionDirectoryDialog $objects = []; foreach ($this->currentDns as $dn) { - $entry = $this->listing->getEntry($dn); + $entry = $this->listing->getEntry($dn); if ($entry->isTemplate()) { $error = new FusionDirectoryError(htmlescape(_('Archiving a template is not possible'))); $error->display(); @@ -881,12 +882,12 @@ class management implements FusionDirectoryDialog $this->currentDns = []; return; } - $infos = objects::infos($entry->getTemplatedType()); + $infos = objects::infos($entry->getTemplatedType()); $objects[] = [ - 'name' => $entry[$infos['nameAttr']][0], - 'dn' => $dn, - 'icon' => $infos['icon'], - 'type' => $infos['name'] + 'name' => $entry[$infos['nameAttr']][0], + 'dn' => $dn, + 'icon' => $infos['icon'], + 'type' => $infos['name'] ]; } @@ -944,7 +945,7 @@ class management implements FusionDirectoryDialog $entry = $this->listing->getEntry($target); if ($entry === NULL) { - trigger_error('Could not find '.$target.', open canceled'); + trigger_error('Could not find ' . $target . ', open canceled'); return; } @@ -960,7 +961,7 @@ class management implements FusionDirectoryDialog logging::debug(DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $this->currentDn, 'Edit entry initiated'); if (isset($action['subaction']) && ($this->handleSubAction($action) === FALSE)) { - trigger_error('Was not able to handle subaction: '.$action['subaction']); + trigger_error('Was not able to handle subaction: ' . $action['subaction']); } } @@ -970,7 +971,7 @@ class management implements FusionDirectoryDialog */ function cancelEdit () { - if (($this->tabObject instanceOf simpleTabs) && ($this->dialogObject instanceOf templateDialog)) { + if (($this->tabObject instanceof simpleTabs) && ($this->dialogObject instanceof templateDialog)) { $this->handleTemplateApply(TRUE); return; } @@ -985,10 +986,10 @@ class management implements FusionDirectoryDialog */ function saveChanges () { - if ($this->tabObject instanceOf simpleTabs) { + if ($this->tabObject instanceof simpleTabs) { $this->tabObject->readPost(); $this->tabObject->update(); - if ($this->dialogObject instanceOf templateDialog) { + if ($this->dialogObject instanceof templateDialog) { $this->handleTemplateApply(); } else { $msgs = $this->tabObject->save(); @@ -1008,7 +1009,7 @@ class management implements FusionDirectoryDialog */ function applyChanges () { - if ($this->tabObject instanceOf simpleTabs) { + if ($this->tabObject instanceof simpleTabs) { $this->tabObject->readPost(); $this->tabObject->update(); $msgs = $this->tabObject->save(); @@ -1044,7 +1045,7 @@ class management implements FusionDirectoryDialog $disallowed[] = $dn; } } catch (NonExistingObjectTypeException $e) { - trigger_error('Unknown object type received :'.$e->getMessage()); + trigger_error('Unknown object type received :' . $e->getMessage()); } } if (count($disallowed)) { @@ -1064,16 +1065,16 @@ class management implements FusionDirectoryDialog $objects = []; foreach ($this->currentDns as $dn) { - $entry = $this->listing->getEntry($dn); - $infos = objects::infos($entry->getTemplatedType()); + $entry = $this->listing->getEntry($dn); + $infos = objects::infos($entry->getTemplatedType()); if ($entry->isTemplate()) { $infos['nameAttr'] = 'cn'; } $objects[] = [ - 'name' => $entry[$infos['nameAttr']][0], - 'dn' => $dn, - 'icon' => $infos['icon'], - 'type' => $infos['name'] + 'name' => $entry[$infos['nameAttr']][0], + 'dn' => $dn, + 'icon' => $infos['icon'], + 'type' => $infos['name'] ]; } @@ -1099,6 +1100,7 @@ class management implements FusionDirectoryDialog global $ui; logging::debug(DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $this->currentDns, 'Entry deletion confirmed'); + $snapshotHandler = new SnapshotHandler(); foreach ($this->currentDns as $dn) { $entry = $this->listing->getEntry($dn); if (empty($entry)) { @@ -1113,10 +1115,16 @@ class management implements FusionDirectoryDialog // Remove the lock for the current object. Lock::deleteByObject($this->currentDn); + + // Remove related snapshots + $dnSnapshotsList = $snapshotHandler->getSnapshots($this->currentDn, TRUE); + foreach ($dnSnapshotsList as $snap) { + $snapshotHandler->removeSnapshot($snap['dn']); + } } else { $error = new FusionDirectoryPermissionError(msgPool::permDelete($dn)); $error->display(); - logging::log('security', 'management/'.get_class($this), $dn, [], 'Tried to trick deletion.'); + logging::log('security', 'management/' . get_class($this), $dn, [], 'Tried to trick deletion.'); } } @@ -1222,8 +1230,8 @@ class management implements FusionDirectoryDialog if (empty($action['targets'])) { // No target, open the restore removed object dialog. - $this->currentDn = $this->listing->getBase(); - $aclCategories = $this->listAclCategories(); + $this->currentDn = $this->listing->getBase(); + $aclCategories = $this->listAclCategories(); } else { // Display the restore points for a given object. $this->currentDn = $action['targets'][0]; @@ -1251,7 +1259,7 @@ class management implements FusionDirectoryDialog function export (array $action) { if (!isset($this->exporters[$action['action']])) { - trigger_error('Unknown exporter '.$action['action']); + trigger_error('Unknown exporter ' . $action['action']); return; } $exporter = $this->exporters[$action['action']]; @@ -1267,8 +1275,8 @@ class management implements FusionDirectoryDialog { $bases = []; foreach ($this->objectTypes as $type) { - $infos = objects::infos($type); - $bases[] = $infos['ou'].$this->listing->getBase(); + $infos = objects::infos($type); + $bases[] = $infos['ou'] . $this->listing->getBase(); } // No bases specified? Try base @@ -1285,7 +1293,7 @@ class management implements FusionDirectoryDialog function getAllDeletedSnapshots (): array { $bases = $this->getSnapshotBases(); - $tmp = []; + $tmp = []; foreach ($bases as $base) { $tmp = array_merge($tmp, $this->snapHandler->getAllDeletedSnapshots($base)); } @@ -1352,7 +1360,7 @@ class management implements FusionDirectoryDialog $this->closeDialogs(); if ($dn !== FALSE) { $this->listing->focusDn($dn); - $entry = $this->listing->getEntry($dn); + $entry = $this->listing->getEntry($dn); $this->currentDn = $dn; Lock::add($this->currentDn); diff --git a/include/management/class_templateDialog.inc b/include/management/class_templateDialog.inc index 1ac23736401f3bde43b44a233408f2d1412df741..ec4cff61918969744af696dc73b0e2e0feef8f48 100644 --- a/include/management/class_templateDialog.inc +++ b/include/management/class_templateDialog.inc @@ -21,14 +21,15 @@ /*! * \brief Template dialog handling */ + class templateDialog implements FusionDirectoryDialog { protected $management; protected $type; protected $template = NULL; protected $templates; - protected $target = NULL; - protected $closed = FALSE; + protected $target = NULL; + protected $closed = FALSE; protected $tabObject; @@ -37,14 +38,14 @@ class templateDialog implements FusionDirectoryDialog function __construct ($management, $type, $dn = NULL, $target = NULL) { - $this->management = $management; - $this->type = $type; - $this->templates = objects::getTemplates($this->type); + $this->management = $management; + $this->type = $type; + $this->templates = objects::getTemplates($this->type); if ($dn !== NULL) { if (isset($this->templates[$dn])) { $this->template = new template($this->type, $dn); } else { - trigger_error('Unknown template "'.$dn.'"'); + trigger_error('Unknown template "' . $dn . '"'); } } $this->target = $target; @@ -58,9 +59,9 @@ class templateDialog implements FusionDirectoryDialog } if (($this->target === NULL) && - is_object($this->template) && - (isset($_POST[$this->post_finish]) || isset($_GET[$this->post_finish])) - ) { + is_object($this->template) && + (isset($_POST[$this->post_finish]) || isset($_GET[$this->post_finish])) + ) { $this->template->readPost(); $this->template->update(); $this->handleFinish(); @@ -70,7 +71,7 @@ class templateDialog implements FusionDirectoryDialog if ( isset($_POST['template']) && isset($this->templates[$_POST['template']]) - ) { + ) { if (is_object($this->template)) { trigger_error('redefining template object'); } @@ -122,12 +123,24 @@ class templateDialog implements FusionDirectoryDialog return $display; } + /** + * @return void + * Note : The idea is to handle the save directly at the end of the validation of the template data. + * Allowing direct saving in case of no error and opening the UI at the exact tab in case of error. + */ protected function handleFinish () { $this->management->closeDialogs(); - $this->management->openTabObject($this->template->apply()); + $tab = $this->template->apply(); + $errors = $tab->save(); + + if (!empty($errors)) { + $this->management->openTabObject($tab); + msg_dialog::displayChecks($errors); + } } + protected function handleCancel () { $this->management->removeLocks(); diff --git a/include/management/columns/class_supannEtatDateColumn.inc b/include/management/columns/class_supannEtatDateColumn.inc new file mode 100644 index 0000000000000000000000000000000000000000..538d3d0aa7b3486b8bb9f1ec3d9b13199c99135c --- /dev/null +++ b/include/management/columns/class_supannEtatDateColumn.inc @@ -0,0 +1,91 @@ +<?php +/* +This code is part of FusionDirectory (http://www.fusiondirectory.org/) + +Copyright (C) 2025 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. +*/ + + +/** + * Note : Class used to parse supannRessourceEtatDate in a readable human format. + */ +class SupannEtatDateColumn extends LinkColumn +{ + /** + * @param ListingEntry $entry + * @param string $value + * @return string + * Note : Allows to receive an attribute value and return it to readable format. + */ + protected function renderSingleValue (ListingEntry $entry, string $value): string + { + if (!empty($value)) { + $parts = explode(':', $value); + $startDateStr = $parts[2] ?? ''; + $endDateStr = $parts[3] ?? ''; + + $startDate = $this->parseDate($startDateStr); + $endDate = $this->parseDate($endDateStr); + + $text = $parts[0] . ' : ' . $this->buildDateText($startDate, $endDate); + + return $this->renderLink($entry, $text); + } + return ' '; + } + + /** + * @param string $dateStr + * @return DateTimeImmutable|null + * Note : + */ + private function parseDate (string $dateStr): ?DateTimeImmutable + { + // Veirfy if the date received is of proper stored format. + if (strlen($dateStr) === 8) { + $year = (int)substr($dateStr, 0, 4); + $month = (int)substr($dateStr, 4, 2); + $day = (int)substr($dateStr, 6, 2); + + try { + return (new DateTimeImmutable())->setDate($year, $month, $day); + } catch (\Exception $e) { + } + } + return NULL; + } + + /** + * @param DateTimeImmutable|null $startDate + * @param DateTimeImmutable|null $endDate + * @return string + * Note : Once date have been formated, we simply add small 'from' and to 'text' string before returning. + */ + private function buildDateText (?DateTimeImmutable $startDate, ?DateTimeImmutable $endDate): string + { + if ($startDate !== NULL && $endDate !== NULL) { + return 'From ' . $startDate->format('d/m/Y') . ' to ' . $endDate->format('d/m/Y'); + } + if ($startDate !== NULL) { + return 'From ' . $startDate->format('d/m/Y'); + } + if ($endDate !== NULL) { + return 'Until ' . $endDate->format('d/m/Y'); + } + return 'No start or end dates set'; + } +} \ No newline at end of file diff --git a/include/management/snapshot/class_SnapshotHandler.inc b/include/management/snapshot/class_SnapshotHandler.inc index 61744b61dd46db5920a9eff8eac9ff2915ce1ae0..c95078c5a82d78595771f81549b56f5897ab1082 100644 --- a/include/management/snapshot/class_SnapshotHandler.inc +++ b/include/management/snapshot/class_SnapshotHandler.inc @@ -254,6 +254,7 @@ class SnapshotHandler $target['description'] = $description; $target['fdSnapshotObjectType'] = $objectType; $target['fdSnapshotDataSource'] = $snapshotSource; + $target['fdSnapshotHash'] = md5($data); /* Insert the new snapshot But we have to check first, if the given gosaSnapshotTimestamp @@ -380,7 +381,7 @@ class SnapshotHandler $ldap->cd($new_base); $ldap->search( '(&(objectClass=gosaSnapshotObject)(gosaSnapshotDN='.ldap_escape_f($dn).'))', - ['gosaSnapshotTimestamp','gosaSnapshotDN','description','fdSnapshotObjectType'], + ['gosaSnapshotTimestamp','gosaSnapshotDN','description','fdSnapshotObjectType','fdSnapshotHash'], 'one' ); @@ -416,7 +417,7 @@ class SnapshotHandler $ldap->cd($new_base); $ldap->search( '(objectClass=gosaSnapshotObject)', - ['gosaSnapshotTimestamp','gosaSnapshotDN','description','fdSnapshotObjectType'], + ['gosaSnapshotTimestamp','gosaSnapshotDN','description','fdSnapshotObjectType', 'fdSnapshotHash'], 'one' ); while ($entry = $ldap->fetch(TRUE)) { diff --git a/include/password-methods/class_passwordMethod.inc b/include/password-methods/class_passwordMethod.inc index 30a1b74d7bb3bbeb0d4f2aff9f1d55b3c5ad2829..c48483c76e16681afa13c071ff4c481081913017 100644 --- a/include/password-methods/class_passwordMethod.inc +++ b/include/password-methods/class_passwordMethod.inc @@ -123,9 +123,9 @@ abstract class passwordMethod * * \param string $dn */ - function lock_account ($dn = '') + function lock_account ($dn = '', bool $lockEverything = TRUE) { - return $this->generic_modify_account($dn, 'LOCK'); + return $this->generic_modify_account($dn, 'LOCK', $lockEverything); } /*! @@ -141,7 +141,7 @@ abstract class passwordMethod * \brief Unlocks an account which was locked by 'lock_account()'. * For details about the locking mechanism see 'lock_account()'. */ - private function generic_modify_account ($dn, string $mode) + private function generic_modify_account ($dn, string $mode, bool $lockEverything = TRUE) { global $config; if (!$this->lockable) { @@ -163,15 +163,21 @@ abstract class passwordMethod } elseif ($mode == 'UNLOCK') { return TRUE; } - /* Fill modification array */ $modify = []; - foreach ($userObject->by_object as $tab) { - if ($tab instanceof UserTabLockingAction) { - $tab->fillLockingLDAPAttrs($mode, $modify); + + // Only trigger if general lock is set + if ($lockEverything) { + foreach ($userObject->by_object as $tab) { + if ($tab instanceof UserTabLockingAction) { + // Execute below function if available in each plugin tab to lock what is required to be locked. (webservice etc). + $tab->fillLockingLDAPAttrs($mode, $modify); + } } } + + // Call pre hooks $errors = $userMainTab->callHook('PRE'.$mode, [], $ret); if (!empty($errors)) { diff --git a/include/password-methods/class_passwordMethodSsha512.inc b/include/password-methods/class_passwordMethodSsha512.inc new file mode 100644 index 0000000000000000000000000000000000000000..5a52f7bf9886daa8e21d9643be973b3c4269aed9 --- /dev/null +++ b/include/password-methods/class_passwordMethodSsha512.inc @@ -0,0 +1,93 @@ +<?php +/* + This code is part of FusionDirectory (http://www.fusiondirectory.org/) + + Copyright (C) 2003-2010 Cajus Pollmeier + Copyright (C) 2011-2019 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. +*/ + +/*! + * \file class_passwordMethodSsha512.inc + * Source code for class passwordMethodSsha512 + */ + +/*! + * \brief This class contains all the functions for ssha password method + * \see passwordMethod + */ +class passwordMethodSsha512 extends passwordMethod +{ + /*! + * \brief passwordMethodSsha512 Constructor + */ + function __construct () + { + } + + /*! + * \brief Is available + * + * \return TRUE if is avaibable, otherwise return false + */ + public function is_available (): bool + { + return function_exists('hash'); + } + + /*! + * \brief Generate template hash + * + * \param string $pwd Password + * \param bool $locked Should the password be locked + * + * \return string the password hash + */ + public function generate_hash (string $pwd, bool $locked = FALSE): string + { + if (function_exists('hash')) { + $salt = substr(pack('h*', md5("".random_int(0, PHP_INT_MAX))), 0, 8); + $salt = substr(pack('H*', sha1($salt.$pwd)), 0, 4); + $pwd = '{SSHA512}'.($locked ? '!' : '').base64_encode(hash('sha512', $pwd.$salt, TRUE).$salt); + } else { + throw new FusionDirectoryException(msgPool::missingext('hash')); + } + return $pwd; + } + + function checkPassword ($pwd, $hash): bool + { + $hash = base64_decode(substr($hash, 9)); + $salt = substr($hash, 64); + $hash = substr($hash, 0, 64); + if (function_exists('hash')) { + $nhash = hash('sha512', $pwd.$salt, TRUE); + } else { + $error = new FusionDirectoryError(msgPool::missingext('hash')); + $error->display(); + return FALSE; + } + return ($nhash == $hash); + } + + /*! + * \brief Get the hash name + */ + static function get_hash_name () + { + return 'ssha512'; + } +} diff --git a/include/php_setup.inc b/include/php_setup.inc index 0bfbe243a00f7f9828b45cf671491c95541e2add..987bce2b65996b8c3a8508f1fee222f5ac020b40 100644 --- a/include/php_setup.inc +++ b/include/php_setup.inc @@ -45,11 +45,11 @@ function htmlunescape (string $html): string function html_trace ($errstr = "") { static $hideArgs = [ - 'LDAP/init' => [3], - 'userinfo/loginUser' => [1], - 'change_password' => [1], - 'cred_decrypt' => [0,1], - 'LDAP/__construct' => [1], + 'LDAP/init' => [3], + 'userinfo/loginUser' => [1], + 'change_password' => [1], + 'cred_decrypt' => [0, 1], + 'LDAP/__construct' => [1], ]; if (!function_exists('debug_backtrace')) { return ['', '']; @@ -58,24 +58,24 @@ function html_trace ($errstr = "") $loc = ''; if (isset($trace[0]['file'])) { - $loc = ' - '._('File').': '.$trace[0]['file']; + $loc = ' - ' . _('File') . ': ' . $trace[0]['file']; if (isset($trace[0]['line'])) { - $loc .= ' ('._('Line').' '.$trace[0]['line'].')'; + $loc .= ' (' . _('Line') . ' ' . $trace[0]['line'] . ')'; } } - $return_html = '<table width="100%" style="background-color:#402005;color:white;border:2px solid red;border-spacing:0;border-collapse:collapse;">'. - '<tr><td colspan="3">'. - '<h1 style="color:white">'.htmlescape(_('PHP error').' "'.$errstr.'"'.$loc).'</h1>'. - '</td></tr>'; - $return_mailto = rawurlencode('=== Trace ==='); + $return_html = '<table width="100%" style="background-color:#402005;color:white;border:2px solid red;border-spacing:0;border-collapse:collapse;">' . + '<tr><td colspan="3">' . + '<h1 style="color:white">' . htmlescape(_('PHP error') . ' "' . $errstr . '"' . $loc) . '</h1>' . + '</td></tr>'; + $return_mailto = rawurlencode('=== Trace ==='); /* Generate trace history */ for ($index = 1, $c = count($trace); $index < $c; $index++) { $ct = $trace[$index]; $loc = ''; $func = ''; if (isset($ct['class'])) { - $loc .= _('class').' '.$ct['class']; + $loc .= _('class') . ' ' . $ct['class']; $func .= $ct['class']; if (isset($ct['function'])) { $loc .= ' / '; @@ -83,7 +83,7 @@ function html_trace ($errstr = "") } } if (isset($ct['function'])) { - $loc .= _('function').' '.$ct['function']; + $loc .= _('function') . ' ' . $ct['function']; $func .= $ct['function']; } if (isset($ct['type'])) { @@ -110,8 +110,7 @@ function html_trace ($errstr = "") } else { $hideArgsIndexes = []; } - $f = function ($index, $arg) use (&$f, $hideArgsIndexes) - { + $f = function ($index, $arg) use (&$f, $hideArgsIndexes) { static $i = 0; if (($i == 0) && in_array($index, $hideArgsIndexes)) { return '***'; @@ -120,17 +119,17 @@ function html_trace ($errstr = "") return '…'; } if (is_object($arg)) { - return 'CLASS: '.get_class($arg); + return 'CLASS: ' . get_class($arg); } elseif (is_array($arg)) { /* Avoid converting array to string errors */ $i++; - $ret = 'array('.implode(',', array_map($f, array_keys($arg), $arg)).')'; + $ret = 'array(' . implode(',', array_map($f, array_keys($arg), $arg)) . ')'; $i--; return $ret; } else { if (strlen("$arg") > 512) { - $arg = substr("$arg", 0, 512)."…"; + $arg = substr("$arg", 0, 512) . "…"; } - return '"'.htmlescape("$arg").'"'; + return '"' . htmlescape("$arg") . '"'; } }; $args = implode(',', array_map($f, array_keys($ct['args']), $ct['args'])); @@ -148,23 +147,23 @@ function html_trace ($errstr = "") } else { $line = ''; } - $color = ($index & 1) ? '#404040' : '606060'; - $return_html .= "<tr style='background-color:$color'><td style='padding-left:20px' width=\"30%\">".htmlescape(_("Trace")."[$index]: $loc").'</td>'; - $return_html .= "<td>".htmlescape(_("File").": $file ("._('Line')." $line)").'</td><td width="10%">'.htmlescape(_("Type").": $type").'</td></tr>'; - $return_html .= "<tr style='background-color:$color'><td colspan=3 style='padding-left:20px;'>".htmlescape(_("Arguments").": $args").'</td></tr>'; + $color = ($index & 1) ? '#404040' : '606060'; + $return_html .= "<tr style='background-color:$color'><td style='padding-left:20px' width=\"30%\">" . htmlescape(_("Trace") . "[$index]: $loc") . '</td>'; + $return_html .= "<td>" . htmlescape(_("File") . ": $file (" . _('Line') . " $line)") . '</td><td width="10%">' . htmlescape(_("Type") . ": $type") . '</td></tr>'; + $return_html .= "<tr style='background-color:$color'><td colspan=3 style='padding-left:20px;'>" . htmlescape(_("Arguments") . ": $args") . '</td></tr>'; /* Add trace part to mailto body */ $return_mailto .= rawurlencode( - "\nTrace[".$index."]:".$loc. - "\nFile : ".$file. - "\nLine : ".$line. - "\nType : ".$type. - "\n ".$args. - "\n"); + "\nTrace[" . $index . "]:" . $loc . + "\nFile : " . $file . + "\nLine : " . $line . + "\nType : " . $type . + "\n " . $args . + "\n"); } - $return_html .= "</table>"; - $return_mailto .= rawurlencode("=== /Trace ==="); + $return_html .= "</table>"; + $return_mailto .= rawurlencode("=== /Trace ==="); return [$return_html, $return_mailto]; } @@ -182,7 +181,7 @@ function html_trace ($errstr = "") */ function gosaRaiseError ($errno, $errstr, $errfile, $errline) { - global $error_collector,$config, $error_collector_mailto; + global $error_collector, $config, $error_collector_mailto; // To avoid recursion - restore original error handler. restore_error_handler(); @@ -207,7 +206,7 @@ function gosaRaiseError ($errno, $errstr, $errfile, $errline) /* Send all errors to logging class, except "Ldap : No such object" messages*/ if (class_exists('logging') && !preg_match('/No such object/', $errstr)) { - logging::log('error', 'php', $errfile, [], 'Type:'.$errno.', Message:'.$errstr.', File:'.$errfile.', Line: '.$errline); + logging::log('error', 'php', $errfile, [], 'Type:' . $errno . ', Message:' . $errstr . ', File:' . $errfile . ', Line: ' . $errline); } /* Error messages are hidden in FusionDirectory, so we only send them to the logging class and abort here */ @@ -219,39 +218,19 @@ function gosaRaiseError ($errno, $errstr, $errfile, $errline) /* Create header as needed */ if ($error_collector == "") { - /* Mailto body header */ - $version = FD_VERSION; - - $error_collector_mailto .= rawurlencode( - "Oups. Seems like you've catched some kind of bug inside FusionDirectory/PHP. You may want to help ". - "us to improve the software stability. If so, please provide some more information below.". - "\n\n". - "*** FusionDirectory bug report ***". - "\nFusionDirectory Version: $version". - "\n\n". - "Please describe what you did to produce this error as detailed as possible.". - "\n\n". - "*** PHP error information ***\n\n"); - $error_collector = ' <div class="error"> <table width="100%"> <tr> <td> <img src="geticon.php?context=status&icon=dialog-warning&size=16" alt="" class="center"/> - <strong style="font-size:14px">'. - htmlescape(_('Generating this page caused the PHP interpreter to raise some errors!')).' + <strong style="font-size:14px">' . + htmlescape(_('Generating this page caused the PHP interpreter to raise some errors!')) . ' </strong> </td> - <td align=right> - <a href="mailto:bugs@fusiondirectory.org?subject=FusionDirectory%20bugreport&body=%BUGBODY%"> - <img src="geticon.php?context=applications&icon=internet-mail&size=16" title="'.htmlescape(_('Send bug report to the FusionDirectory Team')). - '" class="center" alt="'.htmlescape(_('Mail icon')).'"> '.htmlescape(_('Send bug report')).' - </a> - </td> <td align="right"> - <button onClick="$(\'errorbox\').toggle();">'. - htmlescape(_('Toggle information')).' + <button onClick="$(\'errorbox\').toggle();">' . + htmlescape(_('Toggle information')) . ' </button> </td> </tr> @@ -260,22 +239,17 @@ function gosaRaiseError ($errno, $errstr, $errfile, $errline) <div id="errorbox" style="position:absolute; z-index:150; display: none;">'; } - /* Create error header */ - $error_collector_mailto .= rawurlencode("=== Error === \n"); - $error_collector_mailto .= rawurlencode("PHP error: $errstr ($errfile, line $errline)\n"); - $error_collector_mailto .= rawurlencode("=== /Error === \n\n"); - list($html_trace, $mailto_trace) = html_trace($errstr); - $error_collector .= $html_trace; - $error_collector_mailto .= $mailto_trace; + $error_collector .= $html_trace; /* Flush in case of fatal errors */ if (preg_match('/^fatal/i', $errstr) || (PHP_ERROR_FATAL == 'TRUE')) { + trigger_error("Source error: " . $errstr . " in " . $errfile . " on line " . $errline); session::destroy('Fatal error'); if (PHP_ERROR_FATAL == 'TRUE') { $error_collector = str_replace('display: none;', '', $error_collector); } - echo $error_collector."</div>"; + echo $error_collector . "</div>"; flush(); exit; } @@ -291,7 +265,7 @@ function gosaRaiseError ($errno, $errstr, $errfile, $errline) function fusiondirectoryExceptionHandler (Throwable $throwable) { try { - logging::log('error', 'fatal', '', [], 'Uncaught '.get_class($throwable).': '.$throwable->getMessage()); + logging::log('error', 'fatal', '', [], 'Uncaught ' . get_class($throwable) . ': ' . $throwable->getMessage()); } catch (Throwable $t) { /* Ignore exceptions/errors here */ } @@ -305,7 +279,7 @@ function fusiondirectoryExceptionHandler (Throwable $throwable) } } catch (Throwable $t) { /* Minimal display if exceptions happens when building the pretty one */ - echo 'Uncaught '.get_class($throwable).': '.$throwable->getMessage(); + echo 'Uncaught ' . get_class($throwable) . ': ' . $throwable->getMessage(); } exit(255); @@ -320,7 +294,7 @@ function dummy_error_handler () /* Bail out for incompatible/old PHP versions */ if (!version_compare(phpversion(), PHP_MIN_VERSION, ">=")) { - echo "PHP version needs to be ".PHP_MIN_VERSION." or above to run FusionDirectory. Aborted."; + echo "PHP version needs to be " . PHP_MIN_VERSION . " or above to run FusionDirectory. Aborted."; exit(); } @@ -329,7 +303,7 @@ date_default_timezone_set("GMT"); /* Get base dir for reference */ $BASE_DIR = dirname(dirname(__FILE__)); -$ROOT_DIR = $BASE_DIR."/html"; +$ROOT_DIR = $BASE_DIR . "/html"; error_reporting(E_ALL | E_STRICT); /* Register error handler */ @@ -340,18 +314,18 @@ set_error_handler('gosaRaiseError', E_WARNING | E_NOTICE | E_USER_ERROR | E_USER set_exception_handler('fusiondirectoryExceptionHandler'); $variables_order = 'ES'; -ini_set('track_vars', '1'); -ini_set('display_errors', '1'); -ini_set('report_memleaks', '1'); -ini_set('include_path', ".:$BASE_DIR/include:".PHP_DIR.':'.PEAR_DIR); +ini_set('track_vars', '1'); +ini_set('display_errors', '1'); +ini_set('report_memleaks', '1'); +ini_set('include_path', ".:$BASE_DIR/include:" . PHP_DIR . ':' . PEAR_DIR); /* Do smarty setup */ require(SMARTY); $smarty = new Smarty; -$smarty->setTemplateDir($BASE_DIR.'/ihtml/'); -$smarty->caching = Smarty::CACHING_OFF; +$smarty->setTemplateDir($BASE_DIR . '/ihtml/'); +$smarty->caching = Smarty::CACHING_OFF; $smarty->assign('css_files', []); $smarty->assign('js_files', []); diff --git a/include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc b/include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc index dc583744d98d270291ee4bac1f3c53f400a6687c..fe13f5d9348c74973d28da6178fcaee963e6fcae 100644 --- a/include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc +++ b/include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc @@ -91,6 +91,14 @@ class ObjectsAttribute extends GenericDialogAttribute protected function fillDisplayValue ($i) { $value = $this->value[$i]; + + // Fixing potentially visual for wildcard string + if ($value === '*') { + $this->displays[$i] = 'Any'; + $this->types[$i] = FALSE; + return; + } + try { if ($this->store_attr == 'dn') { $objects = objects::ls($this->selectManagementParameters[0], $this->selectManagementParameters[2], $value, '', FALSE, 'base'); diff --git a/include/simpleplugin/attributes/dialog/class_UsersGroupsRolesAttribute.inc b/include/simpleplugin/attributes/dialog/class_UsersGroupsRolesAttribute.inc index ec739c3926797430366cc9ba16e9ca498eb94b6c..104ec340c556af0e196a6ee350481c5af0e94812 100644 --- a/include/simpleplugin/attributes/dialog/class_UsersGroupsRolesAttribute.inc +++ b/include/simpleplugin/attributes/dialog/class_UsersGroupsRolesAttribute.inc @@ -27,6 +27,6 @@ class UsersGroupsRolesAttribute extends ObjectsAttribute { function __construct (string $label, string $description, string $ldapName, bool $required = FALSE, array $defaultValue = [], string $store_attr = 'dn', string $display_attr = 'nameAttr', array $filterElementDefinitions = NULL, string $acl = '') { - parent::__construct($label, $description, $ldapName, $required, ['user', 'group', 'role', 'ogroup'], $defaultValue, $store_attr, $display_attr, $filterElementDefinitions, $acl); + parent::__construct($label, $description, $ldapName, $required, ['user', 'group', 'role', 'ogroup', 'dyngroup'], $defaultValue, $store_attr, $display_attr, $filterElementDefinitions, $acl); } } diff --git a/include/simpleplugin/class_simplePlugin.inc b/include/simpleplugin/class_simplePlugin.inc index c855326db1441b008449de198905ab0702e6141a..e93ed9aa43c6be833a41d2abd8581177298f68dc 100644 --- a/include/simpleplugin/class_simplePlugin.inc +++ b/include/simpleplugin/class_simplePlugin.inc @@ -27,6 +27,7 @@ /*! \brief This class is made for easy plugin creation for editing LDAP attributes * */ + class simplePlugin implements SimpleTab { /*! \brief This attribute store all information about attributes */ @@ -37,6 +38,8 @@ class simplePlugin implements SimpleTab * associative array that stores attributeLdapName => reference on object */ public $attributesAccess = []; + // Thisb bolean allows children class to get readOnly automatically via static state or class-level state. + private static $user_locked = FALSE; /*! \brief Mark plugin as account @@ -53,10 +56,10 @@ class simplePlugin implements SimpleTab public $initially_was_account = FALSE; protected $ignore_account = FALSE; - public $acl_category = ''; + public $acl_category = ''; /*! \brief dn of the opened object */ - public $dn = ''; + public $dn = ''; /*! \brief original dn of the opened object */ public $orig_dn = ''; @@ -80,7 +83,7 @@ class simplePlugin implements SimpleTab Has consequences on the way execute() shows the formular and how save() puts the data to LDAP. */ - public $is_template = FALSE; + public $is_template = FALSE; /*! \brief Represent temporary LDAP data @@ -93,7 +96,9 @@ class simplePlugin implements SimpleTab protected $objectclasses = []; /*! \brief The state of the attributes when we opened the object */ - protected $saved_attributes = []; + protected $saved_attributes = []; // Note : This is overwritten during post_save logic + // Requiring therefore a save to threat this during logging mechanism. + protected $beforeLdapChangeAttributes = []; /*! \brief Do we want a header allowing to able/disable this plugin */ protected $displayHeader = FALSE; @@ -116,10 +121,10 @@ class simplePlugin implements SimpleTab /*! \brief FALSE to disable inheritance. Array like array ('objectClass' => 'attribute') to specify oc of the groups it might be inherited from */ - protected $inheritance = FALSE; - protected $member_of_group = FALSE; - protected $editing_group = NULL; - protected $group_attrs = []; + protected $inheritance = FALSE; + protected $member_of_group = FALSE; + protected $editing_group = NULL; + protected $group_attrs = []; /*! \brief Used when the entry is opened as "readonly" due to locks */ protected $read_only = FALSE; @@ -151,9 +156,14 @@ class simplePlugin implements SimpleTab { global $config; - $this->dn = $dn; - $this->parent = $parent; - $this->mainTab = $mainTab; + $this->dn = $dn; + $this->parent = $parent; + $this->mainTab = $mainTab; + + // This class-level state allows children to get readOnly automatically. + if (self::$user_locked) { + $this->read_only = TRUE; + } try { $plInfo = pluglist::pluginInfos(get_class($this)); @@ -205,14 +215,14 @@ class simplePlugin implements SimpleTab if (is_numeric($c)) { $c = $plInfo['plCategory'][$c]; } - $this->acl_category = $c.'/'; + $this->acl_category = $c . '/'; } /* Check if this entry was opened in read only mode */ if (($this->dn != 'new') && - isset($_POST['open_readonly']) && - session::is_set('LOCK_CACHE') - ) { + isset($_POST['open_readonly']) && + session::is_set('LOCK_CACHE') + ) { $cache = session::get('LOCK_CACHE'); if (isset($cache['READ_ONLY'][$this->dn])) { $this->read_only = TRUE; @@ -264,15 +274,15 @@ class simplePlugin implements SimpleTab $ldap->cd($config->current['BASE']); foreach ($this->inheritance as $oc => $at) { if ($this->mainTab) { - $filter = '(&(objectClass='.$oc.')('.$at.'='.ldap_escape_f($this->dn).'))'; + $filter = '(&(objectClass=' . $oc . ')(' . $at . '=' . ldap_escape_f($this->dn) . '))'; } else { - $filter = '(&(objectClass='.$oc.')'.static::getLdapFilter().'('.$at.'='.ldap_escape_f($this->dn).'))'; + $filter = '(&(objectClass=' . $oc . ')' . static::getLdapFilter() . '(' . $at . '=' . ldap_escape_f($this->dn) . '))'; } $ldap->search($filter, $this->attributes); if ($ldap->count() == 1) { $this->member_of_group = TRUE; - $attrs = $ldap->fetch(); - $this->group_attrs = $attrs; + $attrs = $ldap->fetch(); + $this->group_attrs = $attrs; break; } } @@ -296,6 +306,12 @@ class simplePlugin implements SimpleTab } } + + public static function setUserLocked (bool $locked): void + { + self::$user_locked = $locked; + } + protected function loadAttributes () { // We load attributes values @@ -324,7 +340,7 @@ class simplePlugin implements SimpleTab $result = static::isAccount($attrs); if ($result === NULL) { if (!empty($this->objectclasses)) { - trigger_error('Deprecated fallback was used for '.get_called_class().'::is_this_account'); + trigger_error('Deprecated fallback was used for ' . get_called_class() . '::is_this_account'); } $found = TRUE; foreach ($this->objectclasses as $obj) { @@ -346,9 +362,9 @@ class simplePlugin implements SimpleTab $this->is_template = $bool; if ($this->is_template && $this->mainTab) { /* Unshift special section for template infos */ - $this->attributesInfo = array_merge( + $this->attributesInfo = array_merge( [ - '_template' => [ + '_template' => [ 'class' => ['fullwidth'], 'name' => _('Template settings'), 'attrs' => [ @@ -423,8 +439,7 @@ class simplePlugin implements SimpleTab if ($name == 'attributes') { $plugin = $this; return array_filter(array_keys($this->attributesAccess), - function ($a) use ($plugin) - { + function ($a) use ($plugin) { return $plugin->attributesAccess[$a]->isInLdap(); } ); @@ -475,18 +490,18 @@ class simplePlugin implements SimpleTab if (!isset($this->parent) || !($this->parent instanceof simpleTabs)) { throw new FatalError( htmlescape(sprintf( - _('Could not compute dn: no parent tab class for "%s"'), - get_class($this) - )) + _('Could not compute dn: no parent tab class for "%s"'), + get_class($this) + )) ); } $infos = $this->parent->objectInfos(); if ($infos === FALSE) { throw new FatalError( htmlescape(sprintf( - _('Could not compute dn: could not find objectType info from tab class "%s"'), - get_class($this->parent) - )) + _('Could not compute dn: could not find objectType info from tab class "%s"'), + get_class($this->parent) + )) ); } $attr = $infos['mainAttr']; @@ -497,16 +512,16 @@ class simplePlugin implements SimpleTab $base = $config->current['BASE']; } if ($this->is_template) { - return 'cn='.ldap_escape_dn($this->_template_cn).',ou=templates,'.$ou.$base; + return 'cn=' . ldap_escape_dn($this->_template_cn) . ',ou=templates,' . $ou . $base; } - return $attr.'='.ldap_escape_dn($this->attributesAccess[$attr]->computeLdapValue()).','.$ou.$base; + return $attr . '=' . ldap_escape_dn($this->attributesAccess[$attr]->computeLdapValue()) . ',' . $ou . $base; } protected function addAttribute (string $section, \FusionDirectory\Core\SimplePlugin\Attribute $attr) { - $name = $attr->getLdapName(); + $name = $attr->getLdapName(); $this->attributesInfo[$section]['attrs'][$name] = $attr; - $this->attributesAccess[$name] =& $this->attributesInfo[$section]['attrs'][$name]; + $this->attributesAccess[$name] =& $this->attributesInfo[$section]['attrs'][$name]; $this->attributesAccess[$name]->setParent($this); unset($this->$name); } @@ -535,9 +550,9 @@ class simplePlugin implements SimpleTab $departmentTree = $config->getDepartmentTree(); foreach ($departmentTree as $dn => $name) { if ( - (!$this->initially_was_account && $this->acl_is_createable($dn)) || - ($this->initially_was_account && $this->acl_is_moveable($dn)) - ) { + (!$this->initially_was_account && $this->acl_is_createable($dn)) || + ($this->initially_was_account && $this->acl_is_moveable($dn)) + ) { $deps[$dn] = $name; } } @@ -546,7 +561,7 @@ class simplePlugin implements SimpleTab if (isset($this->base) && isset($departmentTree[$this->base])) { $deps[$this->base] = $departmentTree[$this->base]; } elseif (strtolower($this->dn) != strtolower($config->current['BASE'])) { - trigger_error('Cannot return list of departments, no default base found in class '.get_class($this).'. (base is "'.$this->base.'")'); + trigger_error('Cannot return list of departments, no default base found in class ' . get_class($this) . '. (base is "' . $this->base . '")'); } return $deps; } @@ -588,15 +603,15 @@ class simplePlugin implements SimpleTab $error->display(); } if (!$ldap->rename_dn($src_dn, $dst_dn)) { - logging::log('error', 'ldap', "FROM: $src_dn -- TO: $dst_dn", [], 'Ldap Protocol v3 implementation error, ldap_rename failed: '.$ldap->get_error()); + logging::log('error', 'ldap', "FROM: $src_dn -- TO: $dst_dn", [], 'Ldap Protocol v3 implementation error, ldap_rename failed: ' . $ldap->get_error()); logging::debug(DEBUG_LDAP, __LINE__, __FUNCTION__, __FILE__, "Rename failed FROM: $src_dn -- TO: $dst_dn", - 'Ldap Protocol v3 implementation error. Error:'.$ldap->get_error()); + 'Ldap Protocol v3 implementation error. Error:' . $ldap->get_error()); return $ldap->get_error(); } /* Update userinfo if necessary */ - if (preg_match('/'.preg_quote($src_dn, '/').'$/i', $ui->dn)) { - $ui->dn = preg_replace('/'.preg_quote($src_dn, '/').'$/i', $dst_dn, $ui->dn); + if (preg_match('/' . preg_quote($src_dn, '/') . '$/i', $ui->dn)) { + $ui->dn = preg_replace('/' . preg_quote($src_dn, '/') . '$/i', $dst_dn, $ui->dn); } /* Check if departments were moved. If so, force the reload of $config departments cache */ @@ -671,12 +686,12 @@ class simplePlugin implements SimpleTab session::set('LOCK_VARS_USED_POST', []); session::set('LOCK_VARS_USED_REQUEST', []); - $this->displayPlugin = TRUE; - $this->header = ''; + $this->displayPlugin = TRUE; + $this->header = ''; if (is_object($this->dialog)) { - $this->header = $this->dialog->render(); - $this->displayPlugin = FALSE; + $this->header = $this->dialog->render(); + $this->displayPlugin = FALSE; return $this->header; } @@ -689,25 +704,25 @@ class simplePlugin implements SimpleTab $htmlText, $this->is_account, $disabled, - get_class($this).'_modify_state' + get_class($this) . '_modify_state' ); if (!$this->is_account) { $this->displayPlugin = FALSE; - return $this->header.$this->inheritanceDisplay(); + return $this->header . $this->inheritanceDisplay(); } } elseif (!$this->is_account) { - $plInfo = pluglist::pluginInfos(get_class($this)); - $this->header = '<img alt="'.htmlescape(_('Error')).'" src="geticon.php?context=status&icon=dialog-error&size=16" align="middle"/> <b>'. - msgPool::noValidExtension($plInfo['plShortName'])."</b>"; + $plInfo = pluglist::pluginInfos(get_class($this)); + $this->header = '<img alt="' . htmlescape(_('Error')) . '" src="geticon.php?context=status&icon=dialog-error&size=16" align="middle"/> <b>' . + msgPool::noValidExtension($plInfo['plShortName']) . "</b>"; $this->displayPlugin = FALSE; - return $this->header.$this->inheritanceDisplay(); + return $this->header . $this->inheritanceDisplay(); } } $smarty = get_smarty(); $this->renderAttributes(FALSE); - $smarty->assign("hiddenPostedInput", get_class($this)."_posted"); + $smarty->assign("hiddenPostedInput", get_class($this) . "_posted"); if (isset($this->focusedField)) { $smarty->assign("focusedField", $this->focusedField); unset($this->focusedField); @@ -715,7 +730,7 @@ class simplePlugin implements SimpleTab $smarty->assign("focusedField", key($this->attributesAccess)); } - return $this->header.$smarty->fetch($this->templatePath); + return $this->header . $smarty->fetch($this->templatePath); } public function getDisplayHeaderInfos (): array @@ -727,42 +742,42 @@ class simplePlugin implements SimpleTab 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->parent->by_object[$plugin]->is_account) { + $disabled = TRUE; + $dependPlInfos = pluglist::pluginInfos($plugin); + $depends[] = $dependPlInfos['plShortName']; } } } $buttonHtmlText = msgPool::removeFeaturesButton($plInfo['plShortName']); $htmlText = msgPool::featuresEnabled($plInfo['plShortName'], $depends); } else { - $depends = []; - $conflicts = []; + $depends = []; + $conflicts = []; 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']; + !$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->parent->by_object[$plugin]->is_account) { + $disabled = TRUE; + $conflictPlInfos = pluglist::pluginInfos($plugin); + $conflicts[] = $conflictPlInfos['plShortName']; } } } $buttonHtmlText = msgPool::addFeaturesButton($plInfo['plShortName']); $htmlText = msgPool::featuresDisabled($plInfo['plShortName'], $depends, $conflicts); } - return [$disabled,$buttonHtmlText,$htmlText]; + return [$disabled, $buttonHtmlText, $htmlText]; } /*! @@ -785,8 +800,8 @@ class simplePlugin implements SimpleTab } else { $state = ''; } - $display = '<div width="100%"><p><b>'.$htmlText.'</b><br/>'."\n"; - $display .= '<input type="submit" formnovalidate="formnovalidate" value="'.$buttonHtmlText.'" name="'.$name.'" '.$state.'></p></div><hr class="separator"/>'; + $display = '<div width="100%"><p><b>' . $htmlText . '</b><br/>' . "\n"; + $display .= '<input type="submit" formnovalidate="formnovalidate" value="' . $buttonHtmlText . '" name="' . $name . '" ' . $state . '></p></div><hr class="separator"/>'; return $display; } @@ -860,7 +875,7 @@ class simplePlugin implements SimpleTab return $this->dn; } if (isset($this->base)) { - return 'new,'.$this->base; + return 'new,' . $this->base; } return $config->current['BASE']; @@ -872,7 +887,7 @@ class simplePlugin implements SimpleTab $smarty = get_smarty(); if ($this->is_template) { - $smarty->assign('template_cnACL', $ui->get_permissions($this->getAclBase(), $this->acl_category.'template', 'template_cn', $this->acl_skip_write())); + $smarty->assign('template_cnACL', $ui->get_permissions($this->getAclBase(), $this->acl_category . 'template', 'template_cn', $this->acl_skip_write())); } /* Handle rights to modify the base */ @@ -886,19 +901,19 @@ class simplePlugin implements SimpleTab $sections = []; foreach ($this->attributesInfo as $section => $sectionInfo) { - $smarty->assign('section', $sectionInfo['name']); - $smarty->assign('sectionIcon', ($sectionInfo['icon'] ?? NULL)); - $smarty->assign('sectionId', $section); + $smarty->assign('section', $sectionInfo['name']); + $smarty->assign('sectionIcon', ($sectionInfo['icon'] ?? NULL)); + $smarty->assign('sectionId', $section); $sectionClasses = ''; if (isset($sectionInfo['class'])) { - $sectionClasses .= ' '.join(' ', $sectionInfo['class']); + $sectionClasses .= ' ' . join(' ', $sectionInfo['class']); } - $attributes = []; - $readableSection = FALSE; + $attributes = []; + $readableSection = FALSE; foreach ($sectionInfo['attrs'] as $attr) { if ($attr->getAclInfo() !== FALSE) { // We assign ACLs so that attributes can use them in their template code - $smarty->assign($attr->getAcl().'ACL', $this->aclGetPermissions($attr->getAcl(), NULL, $this->acl_skip_write())); + $smarty->assign($attr->getAcl() . 'ACL', $this->aclGetPermissions($attr->getAcl(), NULL, $this->acl_skip_write())); } $readable = $this->attrIsReadable($attr); $writable = $this->attrIsWriteable($attr); @@ -928,16 +943,16 @@ class simplePlugin implements SimpleTab if (!$this->member_of_group) { return ""; } - $class = get_class($this); - $attrsWrapper = new stdClass(); + $class = get_class($this); + $attrsWrapper = new stdClass(); $attrsWrapper->attrs = $this->group_attrs; - $group = new $class($this->group_attrs['dn'], $attrsWrapper, $this->parent, $this->mainTab); - $smarty = get_smarty(); + $group = new $class($this->group_attrs['dn'], $attrsWrapper, $this->parent, $this->mainTab); + $smarty = get_smarty(); $group->renderAttributes(TRUE); - $smarty->assign("hiddenPostedInput", get_class($this)."_posted"); + $smarty->assign("hiddenPostedInput", get_class($this) . "_posted"); - return "<h1>Inherited information:</h1><div></div>\n".$smarty->fetch($this->templatePath); + return "<h1>Inherited information:</h1><div></div>\n" . $smarty->fetch($this->templatePath); } /*! \brief This function allows you to open a dialog @@ -1024,14 +1039,14 @@ class simplePlugin implements SimpleTab function aclGetPermissions ($attribute = '0', string $base = NULL, bool $skipWrite = FALSE): string { if (isset($this->parent) && isset($this->parent->ignoreAcls) && $this->parent->ignoreAcls) { - return 'cdmr'.($skipWrite ? '' : 'w'); + return 'cdmr' . ($skipWrite ? '' : 'w'); } - $ui = get_userinfo(); - $skipWrite |= $this->readOnly(); + $ui = get_userinfo(); + $skipWrite |= $this->readOnly(); if ($base === NULL) { $base = $this->getAclBase(); } - return $ui->get_permissions($base, $this->acl_category.get_class($this), $attribute, $skipWrite); + return $ui->get_permissions($base, $this->acl_category . get_class($this), $attribute, $skipWrite); } /*! \brief This function removes the object from LDAP @@ -1049,7 +1064,7 @@ class simplePlugin implements SimpleTab $this->prepare_remove(); if ($this->is_template) { - $this->attrs = $this->templateSaveAttrs(); + $this->attrs = $this->templateSaveAttrs(); $this->saved_attributes = []; } /* Pre hooks */ @@ -1076,9 +1091,9 @@ class simplePlugin implements SimpleTab $ldap = $config->get_ldap_link(); /* Get current objectClasses in order to add the required ones */ - $ldap->cat($this->dn, ['fdTemplateField','objectClass']); - $tmp = $ldap->fetch(); - $oc = []; + $ldap->cat($this->dn, ['fdTemplateField', 'objectClass']); + $tmp = $ldap->fetch(); + $oc = []; if ($this->is_template) { if (isset($tmp['fdTemplateField'])) { foreach ($tmp['fdTemplateField'] as $tpl_field) { @@ -1141,7 +1156,7 @@ class simplePlugin implements SimpleTab protected function post_remove () { - logging::log('remove', 'plugin/'.get_class($this), $this->dn, array_keys($this->attrs), $this->ldap_error); + logging::log('remove', 'plugin/' . get_class($this), $this->dn, array_keys($this->attrs), $this->ldap_error); /* Optionally execute a command after we're done */ $errors = $this->handle_post_events('remove', ['modifiedLdapAttrs' => array_keys($this->attrs)]); @@ -1164,7 +1179,7 @@ class simplePlugin implements SimpleTab { logging::debug(DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $this->dn, 'readPost'); - if ($this->displayHeader && isset($_POST[get_class($this).'_modify_state'])) { + if ($this->displayHeader && isset($_POST[get_class($this) . '_modify_state'])) { if ($this->is_account && $this->acl_is_removeable()) { $this->is_account = FALSE; } elseif (!$this->is_account && $this->acl_is_createable()) { @@ -1174,7 +1189,7 @@ class simplePlugin implements SimpleTab if (is_object($this->dialog)) { $this->dialog->readPost(); } - if (isset($_POST[get_class($this).'_posted'])) { + if (isset($_POST[get_class($this) . '_posted'])) { // If our form has been posted // A first pass that loads the post values foreach ($this->attributesInfo as $sectionInfo) { @@ -1201,13 +1216,16 @@ class simplePlugin implements SimpleTab { /* Prepare saved attributes */ $this->saved_attributes = $this->attrs; + // Fill for differenciation in the post save as saved_attributes will be modified. + $this->beforeLdapChangeAttributes = $this->saved_attributes; + foreach (array_keys($this->saved_attributes) as $index) { if (is_numeric($index)) { unset($this->saved_attributes[$index]); continue; } - list($attribute, ) = explode(';', $index, 2); + list($attribute,) = explode(';', $index, 2); if (!in_array_ics($index, $this->attributes) && !in_array_ics($attribute, $this->attributes) && strcasecmp('objectClass', $attribute)) { unset($this->saved_attributes[$index]); continue; @@ -1238,34 +1256,34 @@ class simplePlugin implements SimpleTab /* Convert arrays with one element to non arrays, if the saved attributes are no array, too */ if (is_array($this->attrs[$index]) && - (count($this->attrs[$index]) == 1) && - isset($this->saved_attributes[$index]) && - !is_array($this->saved_attributes[$index])) { + (count($this->attrs[$index]) == 1) && + isset($this->saved_attributes[$index]) && + !is_array($this->saved_attributes[$index])) { $this->attrs[$index] = $this->attrs[$index][0]; } /* Remove emtpy arrays if they do not differ */ if (is_array($this->attrs[$index]) && - (count($this->attrs[$index]) == 0) && - !isset($this->saved_attributes[$index])) { + (count($this->attrs[$index]) == 0) && + !isset($this->saved_attributes[$index])) { unset($this->attrs[$index]); continue; } /* Remove single attributes that do not differ */ if (!is_array($this->attrs[$index]) && - isset($this->saved_attributes[$index]) && - !is_array($this->saved_attributes[$index]) && - ($this->attrs[$index] == $this->saved_attributes[$index])) { + isset($this->saved_attributes[$index]) && + !is_array($this->saved_attributes[$index]) && + ($this->attrs[$index] == $this->saved_attributes[$index])) { unset($this->attrs[$index]); continue; } /* Remove arrays that do not differ */ if (is_array($this->attrs[$index]) && - isset($this->saved_attributes[$index]) && - is_array($this->saved_attributes[$index]) && - !array_differs($this->attrs[$index], $this->saved_attributes[$index])) { + isset($this->saved_attributes[$index]) && + is_array($this->saved_attributes[$index]) && + !array_differs($this->attrs[$index], $this->saved_attributes[$index])) { unset($this->attrs[$index]); continue; } @@ -1294,7 +1312,7 @@ class simplePlugin implements SimpleTab if (!empty($errors)) { return $errors; } - $this->attrs = $this->templateSaveAttrs(); + $this->attrs = $this->templateSaveAttrs(); $this->saved_attributes = []; } $this->cleanup(); @@ -1339,15 +1357,15 @@ class simplePlugin implements SimpleTab $this->entryCSN = ''; /* Start with empty array */ - $this->attrs = []; - $oc = []; + $this->attrs = []; + $oc = []; if (!$this->mainTab || $this->initially_was_account) { /* Get current objectClasses in order to add the required ones */ $ldap = $config->get_ldap_link(); $ldap->cat($this->dn, ['fdTemplateField', 'objectClass']); - $tmp = $ldap->fetch(); + $tmp = $ldap->fetch(); if ($this->is_template) { if (isset($tmp['fdTemplateField'])) { @@ -1452,19 +1470,92 @@ class simplePlugin implements SimpleTab */ protected function post_save () { + $auditAttributesValuesToBeHidden = $this->getAuditAttributesListFromConf(); + + if (!empty($auditAttributesValuesToBeHidden)) { + foreach ($auditAttributesValuesToBeHidden as $key) { + if (key_exists($key, $this->attrs)) { + $this->attrs[$key] = 'Value not stored by policy'; + } + } + } + /* Propagate and log the event */ if ($this->initially_was_account) { $errors = $this->handle_post_events('modify', ['modifiedLdapAttrs' => array_keys($this->attrs)]); - logging::log('modify', 'plugin/'.get_class($this), $this->dn, array_keys($this->attrs), $this->ldap_error); + + $modifiedAttrs = $this->getModifiedAttributesValues(); + // We log values of attributes as well if modification occur in order for notification to be aware of the change. (Json allows array to string conversion). + logging::log('modify', 'plugin/' . get_class($this), $this->dn, [json_encode($modifiedAttrs)], $this->ldap_error); + } else { $errors = $this->handle_post_events('add', ['modifiedLdapAttrs' => array_keys($this->attrs)]); - logging::log('create', 'plugin/'.get_class($this), $this->dn, array_keys($this->attrs), $this->ldap_error); + logging::log('create', 'plugin/' . get_class($this), $this->dn, array_keys($this->attrs), $this->ldap_error); } + if (!empty($errors)) { msg_dialog::displayChecks($errors); } } + /** + * @return array + * Note: This method is required because setAttribute can contain one value STRING or multiple ARRAY but, + * selectAttribute only accepts arrays. Its usage is to get audit attributes listed in backend, allowing to hide values from set attributes. + */ + protected function getAuditAttributesListFromConf (): array + { + global $config; + $result = []; + + // If audit plugin is installed only. + if (class_available('auditConfig')) { + if (!empty($config->current['AUDITCONFHIDDENATTRVALUES'])) { + if (is_string($config->current['AUDITCONFHIDDENATTRVALUES'])) { + $result[] = $config->current['AUDITCONFHIDDENATTRVALUES']; + } else { + $result = $config->current['AUDITCONFHIDDENATTRVALUES']; + } + } + } + + return $result; + } + + private function getModifiedAttributesValues (): array + { + // Initialize result array + $result = []; + + // Find common keys between old attributes and modified attributes. + $commonKeys = array_intersect_key($this->attrs, $this->beforeLdapChangeAttributes); + + // Iterate over each common key + foreach ($commonKeys as $key => $value) { + // Check if the new value differs from the old value + if ($this->attrs[$key] !== $this->beforeLdapChangeAttributes[$key]) { + $newValues = $this->attrs[$key]; + $oldValues = $this->beforeLdapChangeAttributes[$key]; + + // Ensure both new and old values are arrays for comparison + if (is_array($newValues) && is_array($oldValues)) { + // Find the new values that are not present in the old values + $diffValues = array_diff($newValues, $oldValues); + + // Store only the new values that are different + if (!empty($diffValues)) { + $result[$key] = $diffValues; + } + } else { + // If values are scalar (non-array), store the new value directly if it differs + $result[$key] = $newValues; + } + } + } + + return $result; + } + /*! \brief Forward command execution requests * to the pre/post hook execution method. * @@ -1478,13 +1569,13 @@ class simplePlugin implements SimpleTab { switch ($mode) { case 'add': - return $this->callHook($when.'CREATE', $addAttrs); + return $this->callHook($when . 'CREATE', $addAttrs); case 'modify': - return $this->callHook($when.'MODIFY', $addAttrs); + return $this->callHook($when . 'MODIFY', $addAttrs); case 'remove': - return $this->callHook($when.'REMOVE', $addAttrs); + return $this->callHook($when . 'REMOVE', $addAttrs); default: trigger_error(sprintf('Invalid %s event type given: "%s"! Valid types are: add, modify, remove.', strtolower($when), $mode)); @@ -1555,14 +1646,15 @@ class simplePlugin implements SimpleTab $ui = get_userinfo(); - $addAttrs['callerDN'] = $ui->dn; - $addAttrs['callerCN'] = $ui->cn; - $addAttrs['callerUID'] = $ui->uid; - $addAttrs['callerSN'] = $ui->sn; - $addAttrs['callerGIVENNAME'] = $ui->givenName; + $addAttrs['callerDN'] = $ui->dn; + $addAttrs['callerCN'] = $ui->cn; + $addAttrs['callerUID'] = $ui->uid; + $addAttrs['callerSN'] = $ui->sn; + $addAttrs['callerGIVENNAME'] = $ui->givenName; + $addAttrs['callerMAIL'] = $ui->mail; - $addAttrs['dn'] = $this->dn; - $addAttrs['location'] = $config->current['NAME']; + $addAttrs['dn'] = $this->dn; + $addAttrs['location'] = $config->current['NAME']; if (isset($this->parent->by_object)) { foreach ($this->parent->by_object as $class => $object) { @@ -1587,8 +1679,8 @@ class simplePlugin implements SimpleTab if ($returnCode != 0) { $str = implode("\n", $arr); $str = static::passwordProtect($str); - logging::debug(DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__, $command, 'Execution failed code: '.$returnCode); - logging::debug(DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__, $command, 'Output: '.$str); + logging::debug(DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__, $command, 'Execution failed code: ' . $returnCode); + logging::debug(DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__, $command, 'Output: ' . $str); $messages[] = new SimplePluginHookError( $this, $cmd, @@ -1598,9 +1690,9 @@ class simplePlugin implements SimpleTab } elseif (is_array($arr)) { $str = implode("\n", $arr); $str = static::passwordProtect($str); - logging::debug(DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__, $command, 'Output: '.$str); + logging::debug(DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__, $command, 'Output: ' . $str); if (!empty($str) && $config->get_cfg_value('displayHookOutput', 'FALSE') == 'TRUE') { - msg_dialog::display('['.get_class($this).' '.strtolower($cmd).'trigger] '.$command, htmlescape($str), INFO_DIALOG); + msg_dialog::display('[' . get_class($this) . ' ' . strtolower($cmd) . 'trigger] ' . $command, htmlescape($str), INFO_DIALOG); } } unset($arr, $command, $returnCode); @@ -1617,7 +1709,7 @@ class simplePlugin implements SimpleTab $hookCommand = str_replace($_POST["userPassword_password"], '*******', $hookCommand); } } - return $hookCommand; + return $hookCommand; } /*! \brief This function checks the attributes values and yell if something is wrong @@ -1652,7 +1744,7 @@ class simplePlugin implements SimpleTab $current_csn = getEntryCSN($this->dn); if (($current_csn != $this->entryCSN) && !empty($current_csn)) { $this->entryCSN = $current_csn; - $messages[] = _('The object has changed since being opened in FusionDirectory. All changes that may be done by others will get lost if you save this entry!'); + $messages[] = _('The object has changed since being opened in FusionDirectory. All changes that may be done by others will get lost if you save this entry!'); } } @@ -1668,7 +1760,7 @@ class simplePlugin implements SimpleTab return; } $this->browseForeignKeys( - 'handle_'.$mode, + 'handle_' . $mode, $olddn, $newdn ); @@ -1680,9 +1772,9 @@ class simplePlugin implements SimpleTab $subobjects = FALSE; if (preg_match('/^handle_/', $mode)) { - $olddn = $param1; - $newdn = $param2; - $classes = [get_class($this)]; + $olddn = $param1; + $newdn = $param2; + $classes = [get_class($this)]; if (($olddn != $newdn) && $this->mainTab) { if ($newdn === NULL) { $subobjects = $this->hadSubobjects; @@ -1703,13 +1795,13 @@ class simplePlugin implements SimpleTab /* Special treatment for foreign keys on DN when moving an object * All references on DN are treated on subobjects */ foreach ($plist->dnForeignRefs as $ref) { - $class = $ref[0]; - $ofield = $ref[1]; - $filter = $ref[2]; - $filtersub = $ref[3]; + $class = $ref[0]; + $ofield = $ref[1]; + $filter = $ref[2]; + $filtersub = $ref[3]; if ($filtersub == '*') { if ($config->get_cfg_value('wildcardForeignKeys', 'TRUE') == 'TRUE') { - $filtersub = $ofield.'=*'; + $filtersub = $ofield . '=*'; } else { continue; } @@ -1721,7 +1813,7 @@ class simplePlugin implements SimpleTab $objectTypes = ['SERVER']; } else { $objectTypes = []; - $cinfos = pluglist::pluginInfos($class); + $cinfos = pluglist::pluginInfos($class); foreach ($cinfos['plObjectType'] as $key => $objectType) { if (!is_numeric($key)) { $objectType = $key; @@ -1737,16 +1829,16 @@ class simplePlugin implements SimpleTab $oldvalue = $olddn; $newvalue = $newdn; - $foreignRefs[$objectType]['refs'][$class][$ofield][$field] = - [ - 'tab' => $classes[0], - 'field' => $field, - 'oldvalue' => $oldvalue, - 'newvalue' => $newvalue, - ]; + $foreignRefs[$objectType]['refs'][$class][$ofield][$field] + = [ + 'tab' => $classes[0], + 'field' => $field, + 'oldvalue' => $oldvalue, + 'newvalue' => $newvalue, + ]; $filter = templateHandling::parseString($filtersub, ['oldvalue' => $oldvalue, 'newvalue' => $newvalue], 'ldap_escape_f'); if (!preg_match('/^\(.*\)$/', $filter)) { - $filter = '('.$filter.')'; + $filter = '(' . $filter . ')'; } $foreignRefs[$objectType]['filters'][$filter] = $filter; } @@ -1758,9 +1850,9 @@ class simplePlugin implements SimpleTab foreach ($infos['plForeignRefs'] as $field => $refs) { if (preg_match('/^handle_/', $mode)) { if ( - (($newdn !== NULL) && ($field != 'dn') && ($mode == 'handle_move')) || - (($newdn === NULL) && ($olddn === NULL) && (($field == 'dn') || (!$this->attributeHaveChanged($field)))) - ) { + (($newdn !== NULL) && ($field != 'dn') && ($mode == 'handle_move')) || + (($newdn === NULL) && ($olddn === NULL) && (($field == 'dn') || (!$this->attributeHaveChanged($field)))) + ) { // Move action, ignore other fields than dn // Edit action, ignore dn changes or attributes which did not change continue; @@ -1802,28 +1894,28 @@ class simplePlugin implements SimpleTab $oldvalue = $this->attributeInitialValue($field); $newvalue = $this->attributeValue($field); } - $foreignRefs[$objectType]['refs'][$class][$ofield][$field] = - [ - 'tab' => $tabclass, - 'field' => $field, - 'oldvalue' => $oldvalue, - 'newvalue' => $newvalue, - ]; + $foreignRefs[$objectType]['refs'][$class][$ofield][$field] + = [ + 'tab' => $tabclass, + 'field' => $field, + 'oldvalue' => $oldvalue, + 'newvalue' => $newvalue, + ]; $filter = templateHandling::parseString($filter, ['oldvalue' => $oldvalue, 'newvalue' => $newvalue], 'ldap_escape_f'); } elseif ($mode == 'references') { $foreignRefs[$objectType]['refs'][$class]['name'] = $cinfos['plShortName']; - $foreignRefs[$objectType]['refs'][$class]['fields'][$ofield][$field] = - [ - 'tab' => $tabclass, - 'field' => $field, - 'tabname' => $this->parent->by_name[$tabclass], - 'value' => $this->parent->by_object[$tabclass]->$field, - ]; + $foreignRefs[$objectType]['refs'][$class]['fields'][$ofield][$field] + = [ + 'tab' => $tabclass, + 'field' => $field, + 'tabname' => $this->parent->by_name[$tabclass], + 'value' => $this->parent->by_object[$tabclass]->$field, + ]; $filter = templateHandling::parseString($filter, ['oldvalue' => $this->parent->by_object[$tabclass]->$field], 'ldap_escape_f'); } if (!preg_match('/^\(.*\)$/', $filter)) { - $filter = '('.$filter.')'; + $filter = '(' . $filter . ')'; } $foreignRefs[$objectType]['filters'][$filter] = $filter; } @@ -1837,12 +1929,12 @@ class simplePlugin implements SimpleTab /* Back up POST content */ $SAVED_POST = $_POST; - $refs = []; + $refs = []; // For each concerned objectType foreach ($foreignRefs as $objectType => $tabRefs) { // Compute filter $filters = array_values($tabRefs['filters']); - $filter = '(|'.join($filters).')'; + $filter = '(|' . join($filters) . ')'; // Search objects try { $objects = objects::ls($objectType, ['dn' => 'raw'], NULL, $filter); @@ -1893,30 +1985,30 @@ class simplePlugin implements SimpleTab foreach ($tab_infos['fields'] as $ofield => $fields) { foreach ($fields as $field) { if ($pluginobject->foreignKeyCheck( - $ofield, - $field['value'], - [ - 'CLASS' => $field['tab'], - 'FIELD' => $field['field'], - 'DN' => $this->dn, - ] - )) { + $ofield, + $field['value'], + [ + 'CLASS' => $field['tab'], + 'FIELD' => $field['field'], + 'DN' => $this->dn, + ] + )) { if (!isset($refs[$dn])) { $refs[$dn] = [ - 'link' => '', - 'tabs' => [], + 'link' => '', + 'tabs' => [], ]; try { $refs[$dn]['link'] = objects::link($dn, $objectType); } catch (FusionDirectoryException $e) { - trigger_error("Could not create link to $dn: ".$e->getMessage()); + trigger_error("Could not create link to $dn: " . $e->getMessage()); $refs[$dn]['link'] = $dn; } } if (!isset($refs[$dn]['tabs'][$tab])) { $refs[$dn]['tabs'][$tab] = [ - 'link' => '', - 'fields' => [], + 'link' => '', + 'fields' => [], ]; try { if (is_subclass_of($tab, 'simpleService')) { @@ -1925,7 +2017,7 @@ class simplePlugin implements SimpleTab $refs[$dn]['tabs'][$tab]['link'] = objects::link($dn, $objectType, "tab_$tab", sprintf(_('Tab "%s"'), $tab_infos['name'])); } } catch (FusionDirectoryException $e) { - trigger_error("Could not create link to $dn $tab: ".$e->getMessage()); + trigger_error("Could not create link to $dn $tab: " . $e->getMessage()); $refs[$dn]['tabs'][$tab]['link'] = $tab; } } @@ -1959,7 +2051,7 @@ class simplePlugin implements SimpleTab $base = preg_replace('/^,*/', '', $base); /* Try to use plain entry first */ - $dn = $attribute.'='.ldap_escape_dn($this->$attribute).','.$base; + $dn = $attribute . '=' . ldap_escape_dn($this->$attribute) . ',' . $base; if (($dn == $this->orig_dn) || !$ldap->dn_exists($dn)) { return $dn; } @@ -1973,11 +2065,11 @@ class simplePlugin implements SimpleTab } for ($i = 1; $i < count($usableAttributes); $i++) { foreach (new Combinations($usableAttributes, $i) as $attrs) { - $dn = $attribute.'='.ldap_escape_dn($this->$attribute); + $dn = $attribute . '=' . ldap_escape_dn($this->$attribute); foreach ($attrs as $attr) { - $dn .= '+'.$attr.'='.ldap_escape_dn($this->$attr); + $dn .= '+' . $attr . '=' . ldap_escape_dn($this->$attr); } - $dn .= ','.$base; + $dn .= ',' . $base; if (($dn == $this->orig_dn) || !$ldap->dn_exists($dn)) { return $dn; } @@ -2021,11 +2113,11 @@ class simplePlugin implements SimpleTab */ function resetCopyInfos () { - $this->dn = 'new'; - $this->orig_dn = $this->dn; + $this->dn = 'new'; + $this->orig_dn = $this->dn; - $this->saved_attributes = []; - $this->initially_was_account = FALSE; + $this->saved_attributes = []; + $this->initially_was_account = FALSE; } protected function attributeHaveChanged (string $field): bool @@ -2331,23 +2423,23 @@ class simplePlugin implements SimpleTab } /* Show page footer depending on the mode */ - $info = $entry_dn.' '; + $info = $entry_dn . ' '; if ($edit_mode && (!$tabObject->dialogOpened()) && empty($lock_msg)) { /* Are we in edit mode? */ if (session::is_set('edit')) { - $display .= '<p class="plugbottom">'."\n"; - $display .= '<input type="submit" name="edit_finish" style="width:80px" value="'.msgPool::okButton().'"/>'."\n"; + $display .= '<p class="plugbottom">' . "\n"; + $display .= '<input type="submit" name="edit_finish" style="width:80px" value="' . msgPool::okButton() . '"/>' . "\n"; $display .= ' '; - $display .= '<input type="submit" formnovalidate="formnovalidate" name="edit_cancel" value="'.msgPool::cancelButton().'"/>'."\n"; + $display .= '<input type="submit" formnovalidate="formnovalidate" name="edit_cancel" value="' . msgPool::cancelButton() . '"/>' . "\n"; $display .= "</p>\n"; } elseif (strpos($tabObject->by_object[$tabObject->current]->aclGetPermissions(''), 'w') !== FALSE) { /* Only display edit button if there is at least one attribute writable */ - $display .= '<p class="plugbottom">'."\n"; - $info .= '<div style="float:left;" class="optional"><img class="center" alt="information" '. - 'src="geticon.php?context=status&icon=dialog-information&size=16"> '. - msgPool::clickEditToChange().'</div>'; - $display .= '<input type="submit" name="edit" value="'.msgPool::editButton().'"/>'."\n"; - $display .= "</p>\n"; + $display .= '<p class="plugbottom">' . "\n"; + $info .= '<div style="float:left;" class="optional"><img class="center" alt="information" ' . + 'src="geticon.php?context=status&icon=dialog-information&size=16"> ' . + msgPool::clickEditToChange() . '</div>'; + $display .= '<input type="submit" name="edit" value="' . msgPool::editButton() . '"/>' . "\n"; + $display .= "</p>\n"; } } @@ -2357,7 +2449,7 @@ class simplePlugin implements SimpleTab } $smarty->assign('headline', $plHeadline); $smarty->assign('headline_image', $plIcon); - $display = '<div class="pluginfo">'.$info."</div>\n".$display; + $display = '<div class="pluginfo">' . $info . "</div>\n" . $display; } } } diff --git a/include/variables_common.inc b/include/variables_common.inc index 7804db1f93e45b006e6a67e56d93aa437778ecdd..274557360019151b34d4bc1f79837076649e1ae8 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.4"); /*! Define FusionDirectory version */ +define("FD_VERSION", "1.5"); /*! Define FusionDirectory version */ /*! * \brief FusionDirectory config object RDN diff --git a/locale/af_ZA/fusiondirectory.po b/locale/af_ZA/fusiondirectory.po index 1a8569ed88fd7fa7d06ebfc77b56790e35508442..b4cf4afb985eca7b19cd4b0e166d91d1de0ec282 100644 --- a/locale/af_ZA/fusiondirectory.po +++ b/locale/af_ZA/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: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Language-Team: Afrikaans (South Africa) (https://app.transifex.com/fusiondirectory/teams/12202/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -40,8 +40,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "" @@ -139,12 +139,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "" @@ -179,11 +179,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -194,7 +194,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -204,7 +204,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -277,130 +277,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -544,11 +544,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -572,35 +572,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -615,7 +603,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -639,7 +627,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -659,9 +647,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -735,14 +722,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -789,7 +775,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1161,7 +1147,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1453,12 +1439,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1647,68 +1633,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1774,7 +1760,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1795,14 +1781,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1812,9 +1798,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "" @@ -1960,499 +1945,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2461,1805 +2489,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "" + +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" +msgstr "" + +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:209 +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:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:287 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -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" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +"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/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 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:217 -msgid "Unit" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4932,116 +4845,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5224,125 +5051,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5421,6 +5137,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5444,6 +5240,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/ar/fusiondirectory.po b/locale/ar/fusiondirectory.po index 1159fba0cd516269db6153c8b2a9238153bdb58a..7a6998bd9fcc2a3a05feb7a4df8bd2e079b5a8ad 100644 --- a/locale/ar/fusiondirectory.po +++ b/locale/ar/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2018\n" "Language-Team: Arabic (https://app.transifex.com/fusiondirectory/teams/12202/ar/)\n" @@ -22,7 +22,7 @@ msgstr "" "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" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "النوع" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "الوصÙ" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "إزالة" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -576,35 +576,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "ØªØØ°ÙŠØ±" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "الإسم" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "القسم" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "الخواص" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "البلد" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "العنوان" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "الهاتÙ" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Ø§Ù„ÙØ§ÙƒØ³" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "الإسم" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "مجموعة" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "معلومات" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "رقم Ø§Ù„ÙØ§ÙƒØ³" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "" + +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "الإسم العائلي" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "الإسم الأول" + +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "الهات٠المØÙ…ول" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "رقم المنزل" + +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:209 +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:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "الرقم البريدي" + +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:142 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "" - -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" -msgstr "" - -#: plugins/config/class_configInLdap.inc:287 -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:291 -msgid "Separate address fields" -msgstr "" - -#: plugins/config/class_configInLdap.inc:291 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -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" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "الإسم العائلي" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "الإسم الأول" - -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "الهات٠المØÙ…ول" - -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "رقم المنزل" - -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "الرقم البريدي" - -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4936,148 +4849,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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] "" -msgstr[4] "" -msgstr[5] "" - -#: 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] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -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 "" @@ -5260,125 +5055,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5457,6 +5141,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5480,6 +5244,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/ca/fusiondirectory.po b/locale/ca/fusiondirectory.po index 0ec92c5e76ddf9aaaf30b8623069e1187d92aab9..231c7277b7967afc6adb67d5d2d93b33a7041d1c 100644 --- a/locale/ca/fusiondirectory.po +++ b/locale/ca/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2018\n" "Language-Team: Catalan (https://app.transifex.com/fusiondirectory/teams/12202/ca/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objecte" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -576,35 +576,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Nom de la plantilla" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Entra" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1166,7 +1152,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1460,12 +1446,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1654,68 +1640,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1781,7 +1767,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1802,14 +1788,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1819,9 +1805,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "AvÃs" @@ -1967,499 +1952,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nom" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organització" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Departament" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Departaments" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Categoria" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Responsable" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Localització" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "ProvÃncia" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Estat" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Adreça" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Telèfon" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nom" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Localitat" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Informació" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Número de telèfon" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Número de fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2468,1805 +2496,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "" +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Mètode de contrasenya" + +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Contrasenya" + +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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:89 +msgid "Personal information" +msgstr "Informació personal" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Cognoms" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Nom" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." -msgstr "" - -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" - -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "" - -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Núm de sala" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Número de sala" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Mòbil" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Buscapersones" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Pà gina principal" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Entrada" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Llengua preferida" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Adreça postal personal" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Telèfon privat" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Número de telèfon personal" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:105 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" - -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Parà metres de la contrasenya" - -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Núm de department" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Número de departament" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Núm d'empleat" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Número d'empleat" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Categoria professional" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "" - -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" - -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" - -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Contrasenya nova" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "" +#: plugins/personal/generic/class_user.inc:551 +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:194 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:310 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" 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/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:97 +#, 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/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Entrada" +#: plugins/configuration/core/class_recoveryConfig.inc:100 +#, 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/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:115 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:119 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Parà metres de la contrasenya" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Mètode de contrasenya" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Informació personal" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Cognoms" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Nom" - -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Núm de sala" - -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Número de sala" - -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Mòbil" - -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Buscapersones" - -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Pà gina principal" - -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Llengua preferida" - -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Adreça postal personal" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Telèfon privat" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Número de telèfon personal" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Núm de department" - -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Número de departament" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Núm d'empleat" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Número d'empleat" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Categoria professional" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Contrasenya nova" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "La contrasenya nova i l'actual són massa similars." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4939,116 +4852,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5231,127 +5058,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Nom d'usuari" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Contrasenya nova repetida" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Qualitat de la contrasenya" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Directori" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Canvia" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Feu clic aquà per canviar la vostra contrasenya" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Èxit" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "S'ha canviat la vostra contrasenya amb èxit." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"El vostre navegador té les galetes inhabilitades. Habiliteu les galetes i " -"torneu a carregar aquesta pà gina abans d'entrar." -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Feu clic acà per entrar" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5430,6 +5144,86 @@ msgstr "" msgid "Continue" msgstr "Continua" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Nom d'usuari" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Contrasenya nova repetida" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Qualitat de la contrasenya" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Directori" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Canvia" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Feu clic aquà per canviar la vostra contrasenya" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Èxit" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "S'ha canviat la vostra contrasenya amb èxit." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5453,6 +5247,24 @@ msgstr "" msgid "Read only" msgstr "Només lectura" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +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." + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/cs_CZ/fusiondirectory.po b/locale/cs_CZ/fusiondirectory.po index 365c766b6ead84dcd6949d9c17d9fbb36f9bee7a..8a407313663cf34b0702a2f0aefb9eec7008833c 100644 --- a/locale/cs_CZ/fusiondirectory.po +++ b/locale/cs_CZ/fusiondirectory.po @@ -4,17 +4,17 @@ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # # Translators: +# Pavel Borecki <pavel.borecki@gmail.com>, 2022 # fusiondirectory <contact@fusiondirectory.org>, 2023 -# Pavel Borecki <pavel.borecki@gmail.com>, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" -"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2023\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Czech (Czech Republic) (https://app.transifex.com/fusiondirectory/teams/12202/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,7 +23,7 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -45,8 +45,8 @@ msgid "Columns displayed for this management list" msgstr "Sloupce zobrazené pro tento správnà seznam" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Typ" @@ -144,12 +144,12 @@ msgstr "Datum" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Popis" @@ -184,11 +184,11 @@ msgstr "Obnovit smazaný objekt" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "DoÅ¡lo k problému s rozbalovánÃm dat zachyceného stavu" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "NepodaÅ™ilo se zÃskat data zachyceného stavu" @@ -199,7 +199,7 @@ msgstr "Obnovenà zachycených stavů" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objekt" @@ -209,7 +209,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "DN objektu, ze kterého poÅ™izujete zachycený stav" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Zachycené stavy" @@ -282,130 +282,130 @@ msgstr "%s Å¡ablona" msgid "Tabs" msgstr "Panely" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Å ablona" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "Ze Å¡ablony" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "VytvoÅ™it" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "exportovat seznam" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Upravit" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "vyjmout" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "ZkopÃrovat" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Vložit" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "aplikovat Å¡ablonu" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Odebrat" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "PoÅ™Ãdit zachycený stav" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "obnovit ze snÃmku" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "Nejste oprávnÄ›n(a) vytvoÅ™it snÃmek %s." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "Nejste oprávnÄ›n(a) obnovit ze snÃmku %s." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "Nemáte oprávnÄ›nà pro smazánà zachyceného stavu pro %s." @@ -554,11 +554,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Soubor" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "linka" @@ -582,35 +582,23 @@ msgstr "nemÄ›nné" msgid "method" msgstr "metoda" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "stopa" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Argumenty" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 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!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "zaslat hlášenà o chybÄ› vývojářům FusionDirectory" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "pÅ™epnout informace" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -626,7 +614,7 @@ msgstr "" "Å ablona objektu, sloužà k vytvoÅ™enà vÃcero objektů s podobnými hodnotami" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Název Å¡ablony" @@ -651,7 +639,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "ÚstÅ™ednà ověřovacà služba (CAS)" @@ -671,9 +659,8 @@ msgstr "PÅ™ihlášenà úÄtem uživatele „%s“ vyvolalo chybu: %s" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "PÅ™ihlásit" @@ -749,14 +736,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "E-mailová adresa" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Obnova zapomenutého hesla" @@ -804,7 +790,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "Heslo nelze zmÄ›nit, neznámý uživatel „%s“" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1191,7 +1177,7 @@ msgstr "PÅ™idat" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Smazat" @@ -1496,12 +1482,12 @@ msgstr "Atribut %s je vypnutý, jeho hodnotu nelze nastavit" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "Neznámý typ: %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "NeexistujÃcà rozliÅ¡ený název: %s" @@ -1692,69 +1678,69 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "StringAttribute „%s“ byl nastaven na nekompatibilnà hodnotu" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "Nastavenà šablony" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Toto je název Å¡ablony" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "Pouze hlavnà panel může vypoÄÃtat rozliÅ¡ený název" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, 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" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "Položka %s neexistuje" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "Služba „%s“" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Panel „%s“" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 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:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "Neznámá kolonka „%s“" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1822,7 +1808,7 @@ 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:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "ACL role" @@ -1843,14 +1829,14 @@ msgstr "Neznámá položka „%s“!" msgid "All users" msgstr "VÅ¡ichni uživatelé" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1862,9 +1848,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "VarovánÃ" @@ -2023,187 +2008,257 @@ msgstr "" msgid "Edit anyway" msgstr "Upravit i tak" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Zásuvné moduly" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Název" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Verze" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Stav" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "PÅ™ehled" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Doména" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "doména" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organizace" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "organizace" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "OddÄ›lenÃ" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "OddÄ›lenÃ" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "oddÄ›lenÃ" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Vlastnosti" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Název %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Název pro toto %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "StruÄný popis tohoto %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Kategorie" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "Kategorie tohoto %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "Webové stránky" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "Webové stránky tohoto %s" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "NadÅ™Ãzený" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "NadÅ™Ãzený tohoto %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "UmÃstÄ›nÃ" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Stát" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "ZemÄ›" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Adresa" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "PoÅ¡tovnà adresa pro toto %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Telefon" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Telefonnà ÄÃslo" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "Telefonnà ÄÃslo faxu" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Název" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Äást (prvek) názvu domény" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "Doménová Äást" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "zemÄ›" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "Kód zemÄ›" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "mÃsto" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "mÃsto" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Spravovat oddÄ›lenÃ" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," @@ -2211,313 +2266,286 @@ msgstr "" "Spravovat oddÄ›lenÃ, zemÄ›, doménové Äásti, domény, lokality a uzly " "organizace," -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Uživatelé a skupiny" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Úkoly" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "HlášenÃ" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Stav" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Skupiny a role" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Spravovat skupiny a role" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "Umožňuje spravovat skupiny objektů, POSIX skupiny a role" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Spustit akci" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Naplánovat akci" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, 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" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "Nedařà se najÃt systém %s, nenà možné spustit akci" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "SpuÅ¡tÄ›ná akce" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "Akce zavolána bez chyby (výsledky jsou „%s“)" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "Akce zavolána bez chyby (výsledek je „%s“)" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "skupina objektu" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Informace o skupinÄ› objektu" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Skupina" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Název této skupiny" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "StruÄný popis této skupiny" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "VlastnÃk" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Älenské objekty" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Objekty spadajÃcà do této skupiny" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "důvÄ›ryhodnost systémů" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "režim důvÄ›ryhodnosti" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Typ ověřovánà pro tyto stroje" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "zakázáno" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "plný pÅ™Ãstup" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "povolit pÅ™Ãstup k tÄ›mto strojům" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 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:203 +#: plugins/management/groups/class_ogroup.inc:203 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" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "ÄŒlenové" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Úloha" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Informace o roli" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "OrganizaÄnà úloha" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Informace" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/groups/class_roleGeneric.inc:91 msgid "Description of the role" msgstr "Popis role" -#: plugins/admin/groups/class_roleGeneric.inc:95 -#: plugins/addons/dashboard/class_dashboardUsers.inc:65 -#: plugins/addons/dashboard/class_dashboardUsers.inc:71 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Telefonnà ÄÃslo" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Faxové ÄÃslo" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "ÄŒlenové role" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "PÅ™idat uživatele pro tuto roli" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "PÅ™iÅ™azenà ACL" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "pÅ™iÅ™azenà ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "PÅ™iÅ™azenà úlohy Å™Ãzenà pÅ™Ãstupu" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "PÅ™iÅ™azenÃ" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "PÅ™iÅ™azenà ACL úlohy pro tento základ" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "PÅ™iÅ™azenà na objektu Äi podstromu %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr ", a %d dalÅ¡Ãch" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "Dialog pÅ™iÅ™azenà ACL" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Dialog pÅ™iÅ™azenà úloh Å™Ãzenà pÅ™Ãstupu" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Režim" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.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?" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Podstrom" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Pouze základ" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Role, kterou použÃt" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Pro vÅ¡echny uživatele" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "PoužÃt tento ACL seznam pro vÅ¡echny uživatele LDAP" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.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" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2526,81 +2554,80 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "VytvoÅ™enà pÅ™iÅ™azenà ACL" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "VytvoÅ™it ACL pÅ™iÅ™azenà na libovolném rozliÅ¡eném názvu" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "RozliÅ¡ený název" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "RozliÅ¡ený název kterému chcete pÅ™iÅ™adit" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "PÅ™iÅ™azenà ACL" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "Správa pÅ™iÅ™azenà ACL" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "Spravovat pÅ™iÅ™azenà ACL rolà uživatelům" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "zamknout uživatele" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "odemknout uživatele" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Uživatelé" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Spravovat uživatele" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "Spravovat uživatelské úÄty a jejich vlastnosti" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2609,7 +2636,7 @@ 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:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " @@ -2617,1783 +2644,1659 @@ msgid "" msgstr "" "UzamÄenà pomocà metody hesla „%s“ se nezdaÅ™ilo. ÚÄet „%s“ nebyl zamÄen!" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "obsahuje nastavenà pro následujÃcà objekty: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "role Å™Ãzenà pÅ™Ãstupu" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "Role ACL" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Název této úlohy" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "StruÄný popis této úlohy" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "Seznamy pro Å™Ãzenà pÅ™Ãstupu" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACL seznamy, které jsou souÄástà této skupiny" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "pro tuto kategorii nenà nastaven žádný ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL pro tyto objekty: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "upravit ACL kategorie" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "resetovat ACL kategorie" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "seznam dostupných katergorià ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "vÅ¡echny objekty v souÄasném podstromu" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "Upravit ACL pro „%s“" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "Správa úloh ACL" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "Spravovat ACL role" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Plán" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "E-mail" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "zapnout poÅ™izovánà snÃmků aktuálnÃho stavu" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -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/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "podstrom pro uloženà snÃmků" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Nastavenà zásuvných modulů" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "E-mailová adresa odesilatele" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "Nastavenà zásuvných modulů pro FusionDirectory" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "E-mailová adresa, ze které budou zprávy posÃlány" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "skupiny objektů" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "Relativnà rozliÅ¡ený název skupin" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "VÄ›tev, ve které budou ukládány objekty skupin" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "Nastavenà PÅ™ehledu" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "Nastavenà zásuvného modulu PÅ™ehled pro FusionDirectory" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Schéma názvů PÅ™ehledu" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "PoÄet ÄÃslic" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "PoÄet ÄÃslic, které umÃstit za pÅ™edponu" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "PÅ™edpony" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" -msgstr "PÅ™edpony pro identifikátory poÄÃtaÄů" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "PÅ™ehled uživatelů, jejichž úÄtům skonÄila platnost" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "PoÄet dnů" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" 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" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Zásuvné moduly" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "Nastavenà zásuvných modulů" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Upravit skupiny a role uživatele" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -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:41 -msgid "Password recovery settings" -msgstr "nastavenà obnovy zapomenutého hesla" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Zapnout funkci pro obnovu zapomenutého hesla" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "E-mailová adresa odesilatele" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -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_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "způsob uloženà hesla" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Doba platnosti odkazu (minuty)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Metoda otisku hesla" -#: plugins/config/class_recoveryConfig.inc:60 -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_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Heslo" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "Kryptografická „sůl“ pro tokeny" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +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:67 -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/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Umožnit použÃvánà alternativnÃch adres" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Zopakovánà hesla" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Stejné heslo jako výše, pro vylouÄenà chyb" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "atribut použitý pro pÅ™ihlaÅ¡ovánÃ" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" +msgstr "ZamÄeno" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" 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/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Prvnà e-mail" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "PÅ™edmÄ›t" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "PÅ™edmÄ›t prvnÃho e-mailu" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] odkaz pro obnovu hesla" - -#: plugins/config/class_recoveryConfig.inc:96 -#, 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_recoveryConfig.inc:97 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, 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." +msgid "Too many elements in array value: %d instead of %d" 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/config/class_recoveryConfig.inc:100 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, 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." +msgid "Not enough elements in array value: %d instead of %d" 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/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Druhý e-mail" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "PÅ™edmÄ›t druhého e-mailu" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] obnova ztraceného hesla probÄ›hla úspěšnÄ›" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "TÄ›lo zprávy (%s je pÅ™ihlaÅ¡ovacà jméno)" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" 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/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" 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_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Uživatel" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Informace o uživatelském úÄtu" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" -msgstr "" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Uživatelský úÄet" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." -msgstr "" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" +msgstr "Stav uzamÄenà uživatele" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Osobnà údaje" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "Karta" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "PÅ™ÃjmenÃ" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "PÅ™Ãjmenà tohoto uživatele" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Kdy spouÅ¡tÄ›t tento pÅ™Ãkaz" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Jméno" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Jméno tohoto uživatele" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "PÅ™Ãkaz" - -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "PÅ™Ãkaz, který bude spouÅ¡tÄ›n" - -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "NastavenÃ" - -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "Nastavenà FusionDirectory" - -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "Nastavovacà obrazovka pro FusionDirectory" - -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Vzhled a chovánÃ" - -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Jazyk" - -#: plugins/config/class_configInLdap.inc:59 +#: plugins/personal/generic/class_user.inc:104 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." +"The initials of some or all of the individual's names, but not the " +"surname(s)" 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:64 -msgid "Theme" -msgstr "vzhled" - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Vzhled, který má být použit" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "ÄŒasová zóna" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "ÄŒasová zóna, která má být použita" - -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "Základnà nastavenÃ" - -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "Nejvyššà umožnÄ›ná velikost LDAP" - -#: plugins/config/class_configInLdap.inc:82 -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:109 +msgid "Short description of the user" +msgstr "StruÄný popis uživatele" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Upravit zamykánÃ" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "Fotografie" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" -"Kontrolovat, zda aktuálnÄ› upravovaná položka nebyla mezitÃm zmÄ›nÄ›na mimo " -"FusionDirectory." +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "Obrázek pro tohoto uživatele" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Zapnout protokolovánÃ" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "OrganizaÄnà kontaktnà údaje" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "Protokolovánà událostà na stranÄ› FusionDirectory." +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Firemnà poÅ¡tovnà adresa" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "Ověřenà schématu" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "OznaÄ. mÃstnosti" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "ZapÃná kontrolu schématu pÅ™i pÅ™ihlaÅ¡ovánÃ." +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "OznaÄenà mÃstnosti" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "Zástupnými znaky vyjádÅ™ené cizà klÃÄe" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Služebnà telefonà ÄÃslo" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Mobilnà telefon" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Nastavenà hesel" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "ÄŒÃslo služebnÃho mobilnÃho telefonu" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Pager" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "ÄŒÃslo na pracovnà pager" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "Výchozà otisk hesla" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "ÄŒÃslo služebnÃho faxu" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "Výchozà otisk, který bude použit" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "osobnà webové stránky" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "Vynutit výchozà otisk" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "Osobnà webové stránky" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "Vynutit použità výchozÃho otisku hesla" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Informace o úÄtu" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "minimálnà délka hesla" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "uživatelské jméno" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Minimálnà délka hesel uživatelů" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "PÅ™ihlaÅ¡ovacà jméno tohoto uživatele" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "O kolik je tÅ™eba, aby se hesla liÅ¡ila" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "UpÅ™ednostňovaný jazyk" -#: plugins/config/class_configInLdap.inc:136 -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:180 +msgid "Password of the user" +msgstr "Uživatelovo heslo" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "omezovat platnost uživatelský úÄtů na základÄ› platnosti jejich hesel" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Osobnà kontaktnà údaje" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Zobrazovaný název" + +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -"ZapÃná test stÃnového atributy bÄ›hem pÅ™ihlaÅ¡ovánà k FusionDirectory a " -"vynucuje obnovu hesla nebo uzamÄenà úÄtu" +"Jméno, pod kterým má být tento uživatel zobrazován. PoužÃváno MS Exchange." -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" -msgstr "SASL oblast" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "Adresa bydliÅ¡tÄ›" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "SASL Exop" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Soukromá poÅ¡tovnà adresa" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Atribut, který ukládat v atributu userPassword" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Soukromý telefon" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "pÅ™ihlaÅ¡ovánà a relace" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Telefonnà ÄÃslo domů" -#: plugins/config/class_configInLdap.inc:160 -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:204 +msgid "Organizational information" +msgstr "organizaÄnà informace" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "vynucovat Å¡ifrované spojenÃ" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Titul" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -"Zapnout kontroly zabezpeÄenà PHP z důvodu vynucenà šifrovaného pÅ™Ãstupu " -"(https) na webové rozhranÃ." - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "varovat, pokud relace nenà šifrována" +"Titul osoby v kontextu organizace. Každý z titulů je hodnota tohoto " +"vÃcehodnotového atributu" -#: plugins/config/class_configInLdap.inc:172 -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:218 +msgid "Unit" +msgstr "Jednotka" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Doba neÄinnosti, po jejÃmž uplynutà bude relace automaticky ukonÄena." +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" +msgstr "OrganizaÄnà jednotka do které uživatel náležÃ" -#: plugins/config/class_configInLdap.inc:177 -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:222 +msgid "Department No." +msgstr "ÄÃslo oddÄ›lenÃ" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "ÄÃslo oddÄ›lenÃ" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "ÄÃslo zamÄ›stnance" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" -msgstr "Název hlaviÄky" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "ÄÃslo zamÄ›stnance" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "Název hlaviÄky obsahujÃcà identifikátor uživatele." +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Typ zamÄ›stnaneckého pomÄ›ru" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" +msgstr "Ulice" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "UmÃstÄ›nà klÃÄe" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" +msgstr "UliÄnà Äást adresy" -#: plugins/config/class_configInLdap.inc:197 -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:248 +msgid "Post office box" +msgstr "PO box" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "UmÃstÄ›nà certifikátu" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "PoÅ¡tovnà smÄ›rovacà ÄÃslo (PSÄŒ)" -#: plugins/config/class_configInLdap.inc:202 -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:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" +msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "UmÃstÄ›nà certifikátu cert. autority" +#: plugins/personal/generic/class_user.inc:506 +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:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -"UmÃstÄ›nà certifikátu cert. autority. Sloužà k ověřenà stroje s Argonaut " -"serverem." +"Je tÅ™eba, abyste poÄkali %d sekund než budete moci znovu mÄ›nit své heslo" -#: plugins/config/class_configInLdap.inc:217 -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:529 +msgid "Password is in history of old passwords" +msgstr "Toto heslo už bylo nedávno použito" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Stroj" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +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:222 -msgid "Host of the CAS server" -msgstr "Stroj, na kterém je provozován CAS server" +#: plugins/personal/generic/class_user.inc:545 +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:227 -msgid "Port" -msgstr "Port" +#: plugins/personal/generic/class_user.inc:547 +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Ã." -#: plugins/config/class_configInLdap.inc:227 -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:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nové heslo" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" -msgstr "Kontext CAS" +#: plugins/personal/generic/class_user.inc:551 +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:232 -msgid "CAS context to be used" -msgstr "Kontext CAS, který použÃt" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." +msgstr "Nové heslo je pÅ™ÃliÅ¡ krátké" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" +"Heslo obsahuje znaky, které mohou být problematické (napÅ™. se nenacházejà " +"pÅ™Ãmo na klávesnici)." -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "umÃstÄ›nà úÄtů uživatelů a skupin" - -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "atribut úÄtu uživatele použitý jako DN" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" +msgstr "Identifikátor" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" -msgstr "Vzor CN" - -#: plugins/config/class_configInLdap.inc:260 -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/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" +msgstr "Typ pÅ™edplatného" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "PÅ™Ãsná pravidla pro pojmenovávánÃ" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "ZapÃná pÅ™Ãsnou kontrolu uživatelských jmen a názvů skupin" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "Datum zaÄátku" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr "Relativnà rozliÅ¡ený název uživatelů" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "VÄ›tev, ve které jsou uloženi uživatelé." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" +msgstr "Datum ukonÄenÃ" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "Relativnà rozliÅ¡ený název ACL úlohy" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "VÄ›tev, ve které jsou uloženy ACL úlohy." +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" -msgstr "Omezit Äleny role" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -"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_configInLdap.inc:291 -msgid "Separate address fields" -msgstr "OddÄ›lené kolonky adresy" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "import(ovat)" -#: plugins/config/class_configInLdap.inc:291 +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format msgid "" -"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_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "Vzorec poÅ¡tovnà adresy" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." +msgstr "" -#: plugins/config/class_configInLdap.inc:295 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." 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_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "diagnostika" - -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "maximálnà prodleva odpovÄ›di LDAPu" - -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -"Zastavit LDAP akce pokud nenà obdržena odpovÄ›Ä v rámci zadaného poÄtu " -"sekund." -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "zaznamenávat statistiky LDAPu" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" 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:325 -msgid "Debug level" -msgstr "úroveň podrobnostà diagnostických informacÃ" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Zobrazit urÄité údaje pÅ™i každém naÄtenà stránky." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Různé" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" +msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "ve výpisech zobrazovat souhrny" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " +msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" 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." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" -msgstr "Zobrazit panel ACL u vÅ¡ech objektů" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -"Pro velmi specifická nastavenà ACL práv, kde je zapotÅ™ebà udÄ›lit právo na " -"jediném objektu." -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" -msgstr "Kategorie oddÄ›lenà k dispozici" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" +msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" -msgstr "Kategorie dostupné v roletové nabÃdce oddÄ›lenÃ" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -"Toto použijte pro skrytà nÄ›kterých položek nabÃdky pro konkrétnà skupinu " -"uživatelů" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" -msgstr "Skupina nebo role" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" -msgstr "Zásuvný modul na seznam vykázaných" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "zapnout poÅ™izovánà snÃmků aktuálnÃho stavu" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" -msgstr "Zásuvný modul pro vylouÄenà z nabÃdek" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +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/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automaticky" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "podstrom pro uloženà snÃmků" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Skupina %s" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." +msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "Role %s" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Verze" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" +msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" 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 "PÅ™ehled" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Nastavenà zásuvných modulů" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" -msgstr "Statistiky a různé informace" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "Nastavenà zásuvných modulů pro FusionDirectory" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" -msgstr "Viz nástÄ›nka" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "skupiny objektů" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistiky" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "Relativnà rozliÅ¡ený název skupin" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" +msgstr "VÄ›tev, ve které budou ukládány objekty skupin" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" +msgstr "" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -"Statistiky pro typ „%s“ nebylo možné spoÄÃtat kvůli následujÃcà chybÄ›: %s" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "Statistiky o uživatelÃch" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "Nastavenà zásuvných modulů" + +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "Statistiky uživatelů" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Nastavenà funkce obnovenà zapomenutého hesla" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "Statistiky skupin" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "nastavenà obnovy zapomenutého hesla" -#: 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/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Zapnout funkci pro obnovu zapomenutého hesla" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "uživatelské jméno" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Datum skonÄenà platnosti" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Doba platnosti odkazu (minuty)" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "E-mail" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "PoÄet minut, po jejichž uplynutà skonÄà platnost obnovovacÃho odkazu" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" -msgstr "" -"Statistiky uživatele nebylo možné spoÄÃtat kvůli následujÃcà LDAP chybÄ›: %s" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "Kryptografická „sůl“ pro tokeny" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -"Statistiky skupiny nebylo možné spoÄÃtat kvůli následujÃcà LDAP chybÄ›: %s" +"Pouze bezpeÄnostnà opatÅ™enÃ, můžete zde zadat cokoli, tÅ™eba i nahodile " +"zvolené znaky" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Umožnit použÃvánà alternativnÃch adres" + +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -"Informace o úÄtech uživatelů, kterým skonÄila platnost, nebylo možné " -"spoÄÃtat kvůli následujÃcà LDAP chybÄ›: %s" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "atribut použitý pro pÅ™ihlaÅ¡ovánÃ" + +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -"Informace o úÄtech uživatelů, kterým skonÄila platnost, nebylo možné " -"spoÄÃtat kvůli následujÃcà chybÄ›: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" -msgstr "Nenalezeno (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Prvnà e-mail" + +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "PÅ™edmÄ›t" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "Hesla" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "PÅ™edmÄ›t prvnÃho e-mailu" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "Statistiky o heslech" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] odkaz pro obnovu hesla" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" -msgstr "Statistiky hesel" +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, 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/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -"Statistiky hesel nebylo možné spoÄÃtat kvůli následujÃcà LDAP chybÄ›: %s" +"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/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:100 +#, 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/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Druhý e-mail" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "PÅ™edmÄ›t druhého e-mailu" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] obnova ztraceného hesla probÄ›hla úspěšnÄ›" + +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "TÄ›lo zprávy (%s je pÅ™ihlaÅ¡ovacà jméno)" + +#: plugins/configuration/core/class_recoveryConfig.inc:116 +#, 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/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, 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/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "Identifikátor" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" +msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "Typ pÅ™edplatného" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" +msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "Datum zaÄátku" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" +msgstr "Karta" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "Datum ukonÄenÃ" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Kdy spouÅ¡tÄ›t tento pÅ™Ãkaz" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" +msgstr "PÅ™Ãkaz" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "import(ovat)" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "PÅ™Ãkaz, který bude spouÅ¡tÄ›n" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "NastavenÃ" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "Nastavenà FusionDirectory" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" +msgstr "Nastavovacà obrazovka pro FusionDirectory" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Vzhled a chovánÃ" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Jazyk" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "vzhled" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Vzhled, který má být použit" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "ÄŒasová zóna" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "ÄŒasová zóna, která má být použita" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "Základnà nastavenÃ" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "Nejvyššà umožnÄ›ná velikost LDAP" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +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/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Plán" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Upravit zamykánÃ" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" +"Kontrolovat, zda aktuálnÄ› upravovaná položka nebyla mezitÃm zmÄ›nÄ›na mimo " +"FusionDirectory." -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Zapnout protokolovánÃ" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "Protokolovánà událostà na stranÄ› FusionDirectory." -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" +msgstr "Ověřenà schématu" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." +msgstr "ZapÃná kontrolu schématu pÅ™i pÅ™ihlaÅ¡ovánÃ." -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" +msgstr "Zástupnými znaky vyjádÅ™ené cizà klÃÄe" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Nastavenà hesel" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "Výchozà otisk hesla" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "Výchozà otisk, který bude použit" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "Vynutit výchozà otisk" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Vynutit použità výchozÃho otisku hesla" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "minimálnà délka hesla" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Minimálnà délka hesel uživatelů" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "O kolik je tÅ™eba, aby se hesla liÅ¡ila" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +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/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "omezovat platnost uživatelský úÄtů na základÄ› platnosti jejich hesel" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:142 +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/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "SASL oblast" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Atribut, který ukládat v atributu userPassword" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "pÅ™ihlaÅ¡ovánà a relace" + +#: plugins/configuration/core/class_configInLdap.inc:160 +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/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Upravit skupiny a role uživatele" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "vynucovat Å¡ifrované spojenÃ" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:167 +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/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "ÄŒlenstvà v rolÃch" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "varovat, pokud relace nenà šifrována" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:172 +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/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Doba neÄinnosti, po jejÃmž uplynutà bude relace automaticky ukonÄena." -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +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/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "způsob uloženà hesla" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Metoda otisku hesla" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Heslo (Pokud si nepÅ™ejete zmÄ›nit, ponechte prázdné)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" +msgstr "Název hlaviÄky" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Zopakovánà hesla" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." +msgstr "Název hlaviÄky obsahujÃcà identifikátor uživatele." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Stejné heslo jako výše, pro vylouÄenà chyb" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" -msgstr "ZamÄeno" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "UmÃstÄ›nà klÃÄe" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +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_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "UmÃstÄ›nà certifikátu" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:202 +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_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "UmÃstÄ›nà certifikátu cert. autority" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:207 +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:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Uživatel" - -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Informace o uživatelském úÄtu" +#: plugins/configuration/core/class_configInLdap.inc:217 +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:62 -msgid "User account" -msgstr "Uživatelský úÄet" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Stroj" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" -msgstr "Stav uzamÄenà uživatele" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "Stroj, na kterém je provozován CAS server" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Osobnà údaje" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Port" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "PÅ™ÃjmenÃ" +#: plugins/configuration/core/class_configInLdap.inc:227 +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:93 -msgid "Last name of this user" -msgstr "PÅ™Ãjmenà tohoto uživatele" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" +msgstr "Kontext CAS" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Jméno" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" +msgstr "Kontext CAS, který použÃt" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Jméno tohoto uživatele" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "StruÄný popis uživatele" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "Fotografie" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "Obrázek pro tohoto uživatele" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "OrganizaÄnà kontaktnà údaje" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "umÃstÄ›nà úÄtů uživatelů a skupin" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Firemnà poÅ¡tovnà adresa" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "atribut úÄtu uživatele použitý jako DN" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "OznaÄ. mÃstnosti" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "OznaÄenà mÃstnosti" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "Vzor CN" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Služebnà telefonà ÄÃslo" +#: plugins/configuration/core/class_configInLdap.inc:260 +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:145 -msgid "Mobile" -msgstr "Mobilnà telefon" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "ÄŒÃslo služebnÃho mobilnÃho telefonu" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Pager" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "PÅ™Ãsná pravidla pro pojmenovávánÃ" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "ÄŒÃslo na pracovnà pager" +#: plugins/configuration/core/class_configInLdap.inc:272 +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:155 -msgid "Business fax number" -msgstr "ÄŒÃslo služebnÃho faxu" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "Relativnà rozliÅ¡ený název uživatelů" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "osobnà webové stránky" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "VÄ›tev, ve které jsou uloženi uživatelé." -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "Osobnà webové stránky" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "Relativnà rozliÅ¡ený název ACL úlohy" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Informace o úÄtu" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "VÄ›tev, ve které jsou uloženy ACL úlohy." -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" -msgstr "PÅ™ihlaÅ¡ovacà jméno tohoto uživatele" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" +msgstr "Omezit Äleny role" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "UpÅ™ednostňovaný jazyk" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." +msgstr "" +"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/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Uživatelovo heslo" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" +msgstr "OddÄ›lené kolonky adresy" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Osobnà kontaktnà údaje" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "Vystavit kolonky ulici, PO Box a PSÄŒ namÃsto poÅ¡tovnà adresa." -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Zobrazovaný název" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "Vzorec poÅ¡tovnà adresy" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -"Jméno, pod kterým má být tento uživatel zobrazován. PoužÃváno MS Exchange." +"PÅ™i použità oddÄ›lených kolonek adresy je možné použÃt vzorce pro vyplňovánà " +"kolonky poÅ¡tovnà adresa." -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "Adresa bydliÅ¡tÄ›" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Soukromá poÅ¡tovnà adresa" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Soukromý telefon" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "diagnostika" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Telefonnà ÄÃslo domů" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "organizaÄnà informace" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "Titul" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "maximálnà prodleva odpovÄ›di LDAPu" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:314 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -"Titul osoby v kontextu organizace. Každý z titulů je hodnota tohoto " -"vÃcehodnotového atributu" - -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" -msgstr "Jednotka" +"Zastavit LDAP akce pokud nenà obdržena odpovÄ›Ä v rámci zadaného poÄtu " +"sekund." -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" -msgstr "OrganizaÄnà jednotka do které uživatel náležÃ" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "zaznamenávat statistiky LDAPu" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "ÄÃslo oddÄ›lenÃ" +#: plugins/configuration/core/class_configInLdap.inc:320 +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/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "ÄÃslo oddÄ›lenÃ" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "úroveň podrobnostà diagnostických informacÃ" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "ÄÃslo zamÄ›stnance" +#: plugins/configuration/core/class_configInLdap.inc:326 +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:225 -msgid "Employee number" -msgstr "ÄÃslo zamÄ›stnance" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Typ zamÄ›stnaneckého pomÄ›ru" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" -msgstr "Ulice" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Různé" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" -msgstr "UliÄnà Äást adresy" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "ve výpisech zobrazovat souhrny" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" -msgstr "PO box" +#: plugins/configuration/core/class_configInLdap.inc:347 +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 "" +"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/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "PoÅ¡tovnà smÄ›rovacà ÄÃslo (PSÄŒ)" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "Zobrazit panel ACL u vÅ¡ech objektů" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:353 +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/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Nejste oprávnÄ›ni ke zmÄ›nÄ› svého hesla" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "Kategorie oddÄ›lenà k dispozici" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" +msgstr "Kategorie dostupné v roletové nabÃdce oddÄ›lenÃ" + +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -"Je tÅ™eba, abyste poÄkali %d sekund než budete moci znovu mÄ›nit své heslo" +"Toto použijte pro skrytà nÄ›kterých položek nabÃdky pro konkrétnà skupinu " +"uživatelů" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "Toto heslo už bylo nedávno použito" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" +msgstr "Skupina nebo role" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" -msgstr "Bylo zadáno naprosto stejné heslo, jako je to stávajÃcÃ" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "Zásuvný modul na seznam vykázaných" -#: plugins/personal/generic/class_user.inc:515 -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/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "Zásuvný modul pro vylouÄenà z nabÃdek" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:389 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Ã." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" +msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nové heslo" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automaticky" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "Nové a staré heslo jsou si pÅ™ÃliÅ¡ podobné." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Skupina %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "Nové heslo je pÅ™ÃliÅ¡ krátké" +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Role %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" -"Heslo obsahuje znaky, které mohou být problematické (napÅ™. se nenacházejà " -"pÅ™Ãmo na klávesnici)." #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5127,13 +5030,13 @@ msgstr "Neplatný parametr %s pro zásuvný modul!" msgid "No session found!" msgstr "Nebyla nalezena žádná relace!" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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/acl/remove.tpl.c:5 +#: plugins/management/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." @@ -5141,120 +5044,18 @@ 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/acl/remove.tpl.c:8 +#: plugins/management/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/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "zobrazit/skrýt pokroÄilá nastavenÃ" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "celý objekt" -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "Je zde jeden úÄet se skonÄenou platnostÃ" -msgstr[1] "Jsou zde dva úÄty se skonÄenou platnostÃ" -msgstr[2] "Je zde %1 úÄtů se skonÄenou platnostÃ" -msgstr[3] "Je zde %1 úÄtů se skonÄenou platnostÃ" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There are no expired accounts" -msgstr "" - -#: 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/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] "Je zde jeden úÄet jehož platnost konÄà v pÅ™ÃÅ¡tÃch %1 dnech" -msgstr[1] "Jsou zde %2 úÄty jejichž platnost konÄà v pÅ™ÃÅ¡tÃch %1 dnech" -msgstr[2] "Je zde %2 úÄtů jejichž platnost konÄà v pÅ™ÃÅ¡tÃch %1 dnech" -msgstr[3] "Je zde %2 úÄtů jejichž platnost konÄà v pÅ™ÃÅ¡tÃch %1 dnech" - -#: 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/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "Dalšà úÄty, kterým skonÄila platnost" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "Je zde jedna skupina:" -msgstr[1] "Jsou zde dvÄ› skupiny:" -msgstr[2] "Je zde %1 skupin:" -msgstr[3] "Je zde %1 skupin:" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "There are no groups" -msgstr "Nejsou zde žádné skupiny" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "Jedna z nich je %1 skupina" -msgstr[1] "DvÄ› z nich jsou %1 skupiny" -msgstr[2] "%2 jsou %1 skupiny" -msgstr[3] "%2 jsou %1 skupiny" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -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] "Je zde jeden uživatel:" -msgstr[1] "Jsou zde dva uživatelé:" -msgstr[2] "Je zde %1 uživatelů:" -msgstr[3] "Je zde %1 uživatelů:" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %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] "Jeden z nich je zamÄený" -msgstr[1] "Dva z nich jsou zamÄené" -msgstr[2] "%1 z nich je zamÄených" -msgstr[3] "%1 z nich je zamÄených" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "Nejsou zde žádnà uživatelé" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -msgid "None of them have a %1 account" -msgstr "Nikdo z nich nemá a %1 úÄet" - #: 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>" @@ -5459,137 +5260,14 @@ msgstr "Vybrat vÅ¡e" msgid "Show changes" msgstr "Zobrazit zmÄ›ny" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Ztracené heslo" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -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/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "VarovánÃ: tento e-mail je platný pouze po dobu %1 minut." - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" -"Tento dialog poskytuje jednoduchý způsob jak zmÄ›nit své heslo. <br/> Do nÞe" -" uvedených kolonek zadejte (dvakrát) nové heslo a kliknÄ›te na „ZmÄ›nit“." - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "nové heslo znovu" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Odolnost hesla" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Adresář" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "ZmÄ›nit" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "pro zmÄ›nu hesla kliknÄ›te sem" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "ÚspÄ›ch" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "VaÅ¡e heslo bylo úspěšnÄ› zmÄ›nÄ›no." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "Vrátit na pÅ™ihlaÅ¡ovacà obrazovku" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -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/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" -"=> Použijte svůj e-mail v dlouhém formátu, napÅ™.: Jan Novák => " -"jan.novak@example.com" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -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/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Mé heslo bylo zapomenuto" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" 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!" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Pro pÅ™ihlášenà kliknÄ›te sem" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: 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" @@ -5674,6 +5352,94 @@ msgstr "Vytvářenà nového objektu s použitÃm Å¡ablon" msgid "Continue" msgstr "PokraÄovat" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Ztracené heslo" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +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:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "VarovánÃ: tento e-mail je platný pouze po dobu %1 minut." + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" +"Tento dialog poskytuje jednoduchý způsob jak zmÄ›nit své heslo. <br/> Do nÞe" +" uvedených kolonek zadejte (dvakrát) nové heslo a kliknÄ›te na „ZmÄ›nit“." + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Uživatelské jméno" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Adresář" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "ZmÄ›nit" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "pro zmÄ›nu hesla kliknÄ›te sem" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "ÚspÄ›ch" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "VaÅ¡e heslo bylo úspěšnÄ› zmÄ›nÄ›no." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "Vrátit na pÅ™ihlaÅ¡ovacà obrazovku" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +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:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" +"=> Použijte svůj e-mail v dlouhém formátu, napÅ™.: Jan Novák => " +"jan.novak@example.com" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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" msgstr "ZjiÅ¡tÄ›n konflikt pÅ™i vyhrazovánà prostÅ™edků (zamykánÃ)." @@ -5697,6 +5463,26 @@ msgstr "" msgid "Read only" msgstr "Pouze pro ÄtenÃ" +#: ihtml/themes/breezy/login.tpl.c:2 +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:23 +msgid "I forgot my password" +msgstr "Mé heslo bylo zapomenuto" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: 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" diff --git a/locale/de/fusiondirectory.po b/locale/de/fusiondirectory.po index 6e81b8357e098efe410619da7e452755ab4fbd04..eee2aaeed65ca10be737cf2477c4f031af1da7f2 100644 --- a/locale/de/fusiondirectory.po +++ b/locale/de/fusiondirectory.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: German (https://app.transifex.com/fusiondirectory/teams/12202/de/)\n" @@ -23,7 +23,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -45,8 +45,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Typ" @@ -144,12 +144,12 @@ msgstr "Datum" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Beschreibung" @@ -184,11 +184,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -199,7 +199,7 @@ msgstr "Schnappschüsse wiederherstellen" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objekt" @@ -209,7 +209,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Schnappschüsse" @@ -282,130 +282,130 @@ msgstr "%s Vorlage" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Vorlage" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "Aus Vorlage" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Anlegen" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "Liste exportieren" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Bearbeiten" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Ausschneiden" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Kopieren" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Einfügen" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Vorlage anwenden" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Entfernen" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Snapshot erstellen" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Abzug wiederherstellen" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "Trotzdem anwenden" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "Trotzdem archivieren" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "Trotzdem löschen" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "Ihnen ist es nicht erlaubt, einen Snapshot für %s zu erstellen." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, 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/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -551,11 +551,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Datei" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Zeile" @@ -579,37 +579,25 @@ msgstr "statisch" msgid "method" msgstr "Methode" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Ablaufverfolgung" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Argumente" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" "Der PHP-Interpreter meldete einen oder mehrere Fehler beim Erzeugen dieser " "Seite!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Bugreport an das FusionDirectory Team senden" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Zeige/Verstecke Informationen" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -624,7 +612,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Name der Vorlage" @@ -648,7 +636,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "CAS" @@ -668,9 +656,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Anmelden" @@ -744,14 +731,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Email-Adresse" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Passwort-Wiederherstellung" @@ -798,7 +784,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1176,7 +1162,7 @@ msgstr "Hinzufügen" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Entfernen" @@ -1477,12 +1463,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "Unbekannter Typ: %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1671,68 +1657,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "Vorlageneinstellungen" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Dies ist der Name der Vorlage" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "Der Eintrag %s existiert nicht" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "Dienst \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Tab \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "Unbekanntes Feld \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1798,7 +1784,7 @@ msgid "Manage access control lists" msgstr "Zugriffskontrolllisten verwalten" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "ACL-Rollen" @@ -1819,14 +1805,14 @@ msgstr "Unbekannter Eintrag '%s'!" msgid "All users" msgstr "Alle Benutzer" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1836,9 +1822,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Warnung" @@ -1991,499 +1976,542 @@ msgstr "" msgid "Edit anyway" msgstr "Trotzdem bearbeiten" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Name" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Version" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Status" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "Ursprung" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Übersichtsseite" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Domäne" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "Domäne" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organisation" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "Organisation" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Abteilung" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Abteilungen" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "Abteilung" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Eigenschaften" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Name von %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Ein Name für diesen %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "Kurze Beschreibung von diesem %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Kategorie" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "Kategorie von diesem %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "Webseite" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Verwalter" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "Verwalter von diesem %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Ort" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Land" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Land" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Adresse" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Eine postalische Anschrift für diesen %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Telefon" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Telefonnummer" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Name" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Domänen-Komponente" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "Domänenkomponente" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "Land" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Standort" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "Ort" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Abteilungen verwalten" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Benutzer und Gruppen" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Aufgaben" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Status" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Gruppen und Rollen" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Gruppen und Rollen verwalten" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Aktion auslösen" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Aktion planen" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "Aktion ausgelöst" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Objektgruppe" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Objektgruppeninformation" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Gruppe" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Name dieser Gruppe" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "Kurze Beschreibung dieser Gruppe" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Besitzer" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Zusammengefasste Objekte" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Objektmitglied dieser Gruppe" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "System-Vertrauen" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Vertrauens-Modus" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Art der Authorisierung für diese Hosts" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "deaktiviert" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "Vollzugriff" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "erlaube Zugriff auf diese Hosts" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 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:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Mitglieder" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Rolle" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Rolleninformation" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "Organisatorische Rolle" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Information" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Telefonnummer" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Faxnummer" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "Rollenmitglieder" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/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:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "ACL-Zuordnung" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "ACL-Zuordnung" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "Zugriffssteuerungsrollen-Zuordnung" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "Zuordnungen" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "ACL-Rollenzuordnungen für diese Basis" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "ACL-Zuordnungsdialog" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Zugriffssteuerungsrollen-Zuordnungsdialog" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Modus" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Unterbaum" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Nur Basis" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Anzuwendende Rolle" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Für alle Benutzer" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "Diese ACL für alle LDAP-Benutzer übernehmen" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "Erweitert" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "Warnmeldung" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2492,1842 +2520,1727 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "ACL-Zuordnungen" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Benutzer sperren" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Benutzer entsperren" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Benutzer" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Benutzer verwalten" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Enthält Einstellungen für diese Objekte: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Rollen für die Zugriffskontrolle" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "ACL Rolle" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Name für diese Rolle" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "Kurze Beschreibung von dieser Rolle" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "Zugriffssteuerungsrollen" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Keine ACL-Einstellungen für diese Kategorie" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "Enthält ACL für diese Objekte: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "ACL Kategorie bearbeiten" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "ACL-Kategorie zurücksetzen" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Liste verfügbarer ACL-Kategorien" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Alle Objekte im aktuellen Teilbaum" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "ACL für \"%s\" bearbeiten" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "ACL-Rollenverwaltung" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "ACL-Rollen verwalten" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Plan" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Email" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Snapshots ermöglichen" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -"Dies ermöglicht es Ihnen, gewisse Stati von Einträgen zu speichern und diese" -" später wieder herzustellen." -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Basis für Snapshots" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Plugin-Konfiguration" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Absender Emailadresse" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "FusionDirectory Plugin-Konfiguration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "Emailadresse von der aus Mails verschickt werden" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Objektgruppen" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Zweig in welchem die Objektgruppen gespeichert werden" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "Übersichtsseitenkonfiguration" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Übersichtsseitennamensschema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "Stellenzahl" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "Anzahl der Stellen nach dem Präfix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "Präfixe" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "Anzahl an Tagen" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "Pluginkonfiguration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Gruppen und Rollen des Benutzers bearbeiten" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "Einstellung für die Passwort Wiederherstellung" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Rollenmitgliedschaft" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "Passwortwiederherstellungseinstellungen" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Aktivieren der Passwort-Wiederherstellung" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Absender Emailadresse" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "Emailadresse von der aus Mails verschickt werden" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Passwort-Methode" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Linkgültigkeit (Minuten)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Zu verwendende Passworthash-Methode" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Anzahl der Minuten bevor ein Wiederherstellungslink abläuft" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Passwort" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "Salt für Tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +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:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" -"Nur eine Sicherheitsmaßnahme, Sie können egal was hier hineinschreiben, " -"selbst zufällige Buchstaben" - -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Erlaube die Nutzung von alternativen Adressen" - -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Anmeldeattribut" - -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Erste Email" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Betreff" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Betreff der ersten Email" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Passwort Wiederholung" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Body (zuerst %s ist Login, zweiter ist Link)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Gleiches Passwort wie oben, um Fehler zu vermeiden" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" 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_recoveryConfig.inc:100 -#, 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/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Zweite Email" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Betreff der zweiten Email" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Passwort-Wiederherstellung erfolgreich" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Body (%s ist Login)" - -#: plugins/config/class_recoveryConfig.inc:116 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +msgid "Too many elements in array value: %d instead of %d" 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:119 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -"Hallo,\n" -"\n" -"Ihr Passwort wurde geändert.\n" -"Ihr Login ist immer noch %s." - -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "Auslöser" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Benutzer" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Benutzerkontoinformation" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Benutzerkonto" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Wann dieser Befehl aufgerufen wird" - -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "Deaktiviert" - -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Persönliche Informationen" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "Befehl" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Nachname" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "Der zu aufrufende Befehl" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Nachname von diesem Benutzer" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Konfiguration" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Vorname" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "FusionDirectory Konfiguration" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Vorname von diesem Benutzer" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Aussehen und Verhalten" - -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Sprache" - -#: plugins/config/class_configInLdap.inc:59 +#: plugins/personal/generic/class_user.inc:104 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." +"The initials of some or all of the individual's names, but not the " +"surname(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:64 -msgid "Theme" -msgstr "Aussehen" - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Zu verwendendes Thema" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Zeitzone" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "Zu verwendende Zeitzone" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "Kurze Beschreibung des Benutzers" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "Kerneinstellungen" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "Bild" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "LDAP Größenlimit" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "Der Avatar für diesen Benutzer" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -"Definiert die Anzahl der Einträge, die standardmäßig von LDAP geholt werden " -"sollen." -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Locking bearbeiten" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Geschäftliche Adresse" -#: plugins/config/class_configInLdap.inc:88 -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:136 +msgid "Room No." +msgstr "Zimmer-Nr." -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Logging aktivieren" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Raumnummer" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "Ereignisloggins auf Seiten von FusionDirectory." +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Geschäftliche Telefonnummer" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Mobiltelefon" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "Aktiviert Schema-Überprüfung während des Logins." +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "Geschäftliche Mobiltelefonnummer" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Pager" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Passwort-Einstellungen" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "Geschäftliche Faxnummer" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Homepage" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "Stadard Passworthash" - -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "Standard hash, der verwendet werden soll" - -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "Standardhash forcieren" - -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "Forciert die Nutzung des Standard Passworthashs" - -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Minimale Passwortlänge" - -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Minimale Länge der Benutzerpasswörter" - -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "Passwort Minimallänge unterscheidet sich" - -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "Mindestanzahl der unterschiedlichen Buchstaben vom letzten Passwort" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Kontoinformation" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "Verwende ablaufende Konten" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Kennung" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -"Aktiviert shadow Attributtests während des Logins in FusionDirectory und " -"forciert Passworterneuerung und oder Kontensperrung" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" -msgstr "SASL Realm" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Bevorzugte Sprache" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "SASL Exop" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Passwort des Benutzers" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Attribut welchen im userPasswort Attribut gespeichert werden soll" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Persönliche Kontaktinformation" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Anmeldung und Sitzung" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Anzeigename" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -"Welches LDAP Attribut soll als Loginname während des Logins verwendet " -"werden." - -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Erzwinge verschlüsselte Verbindungen" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -"Aktiviert PHP-Sicherheitschecks zur Forcierung des verschlüsselten Zugangs " -"(https) zur Webschnittstelle." -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Bei unverschlüsselten Verbindungen warnen" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Private Adresse" -#: plugins/config/class_configInLdap.inc:172 -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:198 +msgid "Private phone" +msgstr "Privat-Telefon" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Lebensdauer der Sitzung" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Telefonnummer (privat)" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Angabe zur Organisationseinheit" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Titel" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/personal/generic/class_user.inc:209 +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:187 -msgid "Header name" -msgstr "Kopfdatenname" - -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" - -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "Schlüsselpfad" - -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "Zertifikatspfad" - -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Abteilungs-Nr." -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "CA-Zertifikatspfad" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Abteilungsnummer" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Angestellten-Nr." -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Personalnummer" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "System" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Anstellungsart" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" +msgstr "Straße" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Anschluss" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" +msgstr "Straßenteil der Adresse" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" -msgstr "" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Postleitzahl" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" -msgstr "" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "Passwörter ist im Verlauf alter Passwörter" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." -msgstr "" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" +msgstr "Bestehender Wert das Passworts wurde nicht geändert" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" -msgstr "" +#: plugins/personal/generic/class_user.inc:545 +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:245 -msgid "The client service name" +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "Ablage für Personen und Gruppen" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Neues Passwort" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "DN-Attribut für Personen" +#: plugins/personal/generic/class_user.inc:551 +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:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" -msgstr "CN-Muster" - -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" +"Das Passwort beinhaltet möglicherweise problematische Unicode-Zeichen!" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Strikte Namenspolicy" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr "Users RDN" - -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" +msgstr "Kennung" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -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/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" +msgstr "Abonnementstyp" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "Postalisches Adressmuster" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "Startdatum" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" +msgstr "Enddatum" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Debugging" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "Maximale LDAP Abfragedauer" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Importieren" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -"Anhalten von LDAP-Aktionen wenn keine Antwort innerhalb der angegeben Anzahl" -" von Sekunden erfolgt." - -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Protokolliere LDAP-Statistiken" -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -"LDAP Timingstatistiken mit dem Syslog verfolgen. Dies kann helfen, " -"Indexproblem oder schlechte Suchfilter zu finden." -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Debug Level" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" +msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Gewisse Informationen bei jedem Seitenladen anzeigen." +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" +msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Verschiedenes" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Zeige Zusammenfassung in Listen" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" 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:352 -msgid "Show ACL tab on all objects" -msgstr "ACL-Reiter auf allen Objekten anzeigen" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" -msgstr "Gruppe oder Rolle" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " +msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automatisch" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Gruppe %s" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "Rolle %s" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Snapshots ermöglichen" + +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +"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/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Version" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "Ursprung" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Basis für Snapshots" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" 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/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistiken" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "Statistiken über Benutzer" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "Benutzerstatistiken" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "Gruppenstatistiken" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Plugin-Konfiguration" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Abgelaufene Konten" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "FusionDirectory Plugin-Konfiguration" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Kennung" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Objektgruppen" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Ablaufdatum" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "Groups RDN" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Email" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" +msgstr "Zweig in welchem die Objektgruppen gespeichert werden" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 -#, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format -msgid "" -"Expired user information could not be computed because of the following " -"error: %s" -msgstr "" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "Pluginkonfiguration" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "Passwörter" - -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "Statistik über Passwörter" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Einstellung für die Passwort Wiederherstellung" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" -msgstr "Passwörterstatistik" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Passwortwiederherstellungseinstellungen" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Aktivieren der Passwort-Wiederherstellung" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Linkgültigkeit (Minuten)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Anzahl der Minuten bevor ein Wiederherstellungslink abläuft" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "Salt für Tokens" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" +"Nur eine Sicherheitsmaßnahme, Sie können egal was hier hineinschreiben, " +"selbst zufällige Buchstaben" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "Kennung" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Erlaube die Nutzung von alternativen Adressen" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "Abonnementstyp" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Anmeldeattribut" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Erste Email" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "Startdatum" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Betreff" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Betreff der ersten Email" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "Enddatum" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Password recovery link" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Body (zuerst %s ist Login, zweiter ist Link)" + +#: plugins/configuration/core/class_recoveryConfig.inc:97 +#, 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/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:100 +#, 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/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Zweite Email" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Betreff der zweiten Email" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Importieren" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Passwort-Wiederherstellung erfolgreich" + +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "Body (%s ist Login)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"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/addons/subscription/class_subscriptionInfo.inc:133 +#: plugins/configuration/core/class_recoveryConfig.inc:119 #, php-format msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" +msgstr "Auslöser" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Wann dieser Befehl aufgerufen wird" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" +msgstr "Deaktiviert" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" +msgstr "Befehl" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Plan" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "Der zu aufrufende Befehl" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Konfiguration" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "FusionDirectory Konfiguration" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Aussehen und Verhalten" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Sprache" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Aussehen" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Zu verwendendes Thema" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Zeitzone" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "Zu verwendende Zeitzone" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "Kerneinstellungen" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "LDAP Größenlimit" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:82 +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/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Locking bearbeiten" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:88 +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/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Logging aktivieren" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "Ereignisloggins auf Seiten von FusionDirectory." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." +msgstr "Aktiviert Schema-Überprüfung während des Logins." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Passwort-Einstellungen" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Gruppen und Rollen des Benutzers bearbeiten" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "Stadard Passworthash" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "Standard hash, der verwendet werden soll" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Rollenmitgliedschaft" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "Standardhash forcieren" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Forciert die Nutzung des Standard Passworthashs" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Minimale Passwortlänge" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Minimale Länge der Benutzerpasswörter" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "Passwort Minimallänge unterscheidet sich" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" +msgstr "Mindestanzahl der unterschiedlichen Buchstaben vom letzten Passwort" + +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "Verwende ablaufende Konten" + +#: plugins/configuration/core/class_configInLdap.inc:142 +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_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Passwort-Methode" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "SASL Realm" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Zu verwendende Passworthash-Methode" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Attribut welchen im userPasswort Attribut gespeichert werden soll" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Passwort (Leer lassen wenn es nicht geändert werden soll)" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Anmeldung und Sitzung" + +#: plugins/configuration/core/class_configInLdap.inc:160 +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/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Erzwinge verschlüsselte Verbindungen" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Passwort Wiederholung" +#: plugins/configuration/core/class_configInLdap.inc:167 +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_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Gleiches Passwort wie oben, um Fehler zu vermeiden" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Bei unverschlüsselten Verbindungen warnen" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:172 +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_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Lebensdauer der Sitzung" + +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" +msgstr "Kopfdatenname" + +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "Schlüsselpfad" + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Benutzer" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "Zertifikatspfad" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Benutzerkontoinformation" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "Benutzerkonto" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "CA-Zertifikatspfad" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Persönliche Informationen" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Nachname" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "System" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Nachname von diesem Benutzer" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Vorname" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Anschluss" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Vorname von diesem Benutzer" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "Kurze Beschreibung des Benutzers" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "Bild" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "Der Avatar für diesen Benutzer" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" +msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Geschäftliche Adresse" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Zimmer-Nr." +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Raumnummer" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "Ablage für Personen und Gruppen" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Geschäftliche Telefonnummer" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "DN-Attribut für Personen" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Mobiltelefon" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "Geschäftliche Mobiltelefonnummer" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "CN-Muster" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Pager" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" -msgstr "Geschäftliche Faxnummer" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Strikte Namenspolicy" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Kontoinformation" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "Users RDN" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Bevorzugte Sprache" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Passwort des Benutzers" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Persönliche Kontaktinformation" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Anzeigename" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Private Adresse" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "Postalisches Adressmuster" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Privat-Telefon" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Telefonnummer (privat)" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Angabe zur Organisationseinheit" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "Titel" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Debugging" + +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:310 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "Maximale LDAP Abfragedauer" + +#: plugins/configuration/core/class_configInLdap.inc:314 +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/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Protokolliere LDAP-Statistiken" + +#: plugins/configuration/core/class_configInLdap.inc:320 +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/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Abteilungs-Nr." +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Debug Level" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Abteilungsnummer" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Gewisse Informationen bei jedem Seitenladen anzeigen." -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Angestellten-Nr." +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Personalnummer" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Anstellungsart" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Verschiedenes" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" -msgstr "Straße" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Zeige Zusammenfassung in Listen" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" -msgstr "Straßenteil der Adresse" +#: plugins/configuration/core/class_configInLdap.inc:347 +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 "" +"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/personal/generic/class_user.inc:247 -msgid "Post office box" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "ACL-Reiter auf allen Objekten anzeigen" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Postleitzahl" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "Passwörter ist im Verlauf alter Passwörter" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" +msgstr "Gruppe oder Rolle" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" -msgstr "Bestehender Wert das Passworts wurde nicht geändert" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:515 -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/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Neues Passwort" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automatisch" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "Das alte und neue Passwort sind sich zu ähnlich." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Gruppe %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Rolle %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" -"Das Passwort beinhaltet möglicherweise problematische Unicode-Zeichen!" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5043,116 +4956,30 @@ msgstr "" msgid "No session found!" msgstr "Keine Sitzung gefunden!" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Zeige/verstecke erweiterte Einstellungen" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "Vollständiges Objekt" -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "Es gibt ein abgelaufenes Konto" -msgstr[1] "Es gibt %1 abgelaufene Konten" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There are no expired accounts" -msgstr "" - -#: 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/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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -msgid "There is no %1 group" -msgstr "Es gibt keine Gruppe %1" - -#: 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/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -msgid "None of them have a %1 account" -msgstr "Keiner von diesen hat ein %1-Konto" - #: plugins/generic/references/contents.tpl.c:2 msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" @@ -5347,133 +5174,14 @@ msgstr "Alle auswählen" msgid "Show changes" msgstr "Zeige Änderungen" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Passwort vergessen" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Benutzername" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Neues Passwort (Wiederholung)" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Passwort-Stärke" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Verzeichnis" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Ändern" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Hier klicken, um Ihr Passwort zu ändern" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Erfolg" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Ihr Passwort wurde erfolgreich geändert." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Geben Sie Ihre aktuelle Email-Adresse ins unten genannte Feld ein und " -"klicken Sie die 'Ändern'-Schaltfläche." - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -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/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Nutzen Sie Ihren Benutzernamen und Ihr Passwort, um sich an der Verwaltung " -"des Standorts anzumelden." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Ich habe mein Passwort vergessen" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -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!" - -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 -msgid "Click here to log in" -msgstr "Hier klicken zum Anmelden" - #: ihtml/themes/breezy/secondfactor.tpl.c:2 msgid "Two factor authentication" msgstr "Zwei-Faktor-Authentifizierung" +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 +msgid "Click here to log in" +msgstr "Hier klicken zum Anmelden" + #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5556,6 +5264,90 @@ msgstr "" msgid "Continue" msgstr "Fortsetzen" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Passwort vergessen" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Benutzername" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Neues Passwort (Wiederholung)" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Passwort-Stärke" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Verzeichnis" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Ändern" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Hier klicken, um Ihr Passwort zu ändern" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Erfolg" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Ihr Passwort wurde erfolgreich geändert." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Geben Sie Ihre aktuelle Email-Adresse ins unten genannte Feld ein und " +"klicken Sie die 'Ändern'-Schaltfläche." + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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" @@ -5579,6 +5371,26 @@ msgstr "" msgid "Read only" msgstr "Nur Lesen" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Nutzen Sie Ihren Benutzernamen und Ihr Passwort, um sich an der Verwaltung " +"des Standorts anzumelden." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Ich habe mein Passwort vergessen" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/el_GR/fusiondirectory.po b/locale/el_GR/fusiondirectory.po index ab202f2e58ca889e214a0f230e7c8b1585d3dc57..28f817c976aa66790b669bfdd3ab91b8d0b9001f 100644 --- a/locale/el_GR/fusiondirectory.po +++ b/locale/el_GR/fusiondirectory.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Greek (Greece) (https://app.transifex.com/fusiondirectory/teams/12202/el_GR/)\n" @@ -23,7 +23,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -45,8 +45,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "ΤÏπος" @@ -144,12 +144,12 @@ msgstr "ΗμεÏομηνία" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "ΠεÏιγÏαφή" @@ -184,11 +184,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -199,7 +199,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Αντικείμενο" @@ -209,7 +209,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Στιγμιότυπα" @@ -282,130 +282,130 @@ msgstr "Ï€Ïότυπο %s" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Î Ïότυπο" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "Από Ï€Ïότυπο" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "ΔημιουÏγία" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "Εξαγωγή λίστας" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "ΕπεξεÏγασία" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Αποκοπή" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "ΑντιγÏαφή" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Επικόλληση" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "ΕφαÏμογή Ï€ÏοτÏπου" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "ΑφαίÏεση" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "ΔημιουÏγία στιγμιότυπου" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "ΕπαναφοÏά στιγμιοτÏπου" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "Δεν επιτÏÎπεται να δημιουÏγήσετε Îνα στιγμιότυπο για %s." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "Δεν επιτÏÎπεται να επαναφÎÏετε Îνα στιγμιότυπο για %s." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -549,11 +549,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "ΑÏχείο" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "ΓÏαμμή" @@ -577,35 +577,23 @@ msgstr "στατικό" msgid "method" msgstr "μÎθοδος" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Ανίχνευση" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "ΟÏίσματα" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Εναλλαγή πληÏοφοÏιών" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -620,7 +608,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Όνομα Ï€ÏοτÏπου" @@ -644,7 +632,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -664,9 +652,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "ΣÏνδεση" @@ -740,14 +727,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "ΔιευθÏνση ηλεκτÏονικής αλληλογγÏαφίας" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -794,7 +780,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1169,7 +1155,7 @@ msgstr "Î Ïοσθήκη" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "ΔιαγÏαφή" @@ -1461,12 +1447,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "'Αγνωστος Ï„Ïπος: %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "ΑνÏπαÏκτο dn: %s" @@ -1655,68 +1641,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "Ρυθμίσεις Ï€ÏοτÏπου" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Αυτό είναι το όνομα του Ï€ÏοτÏπου" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "Αδυναμία Ï…Ï€Î¿Î»Î¿Î³Î¹ÏƒÎ¼Î¿Ï dn: δεν υπάÏχει γονική tab class για \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "Η καταχώÏιση %s δεν υπάÏχει." -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Tab \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1782,7 +1768,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "Ρόλοι ACL " @@ -1803,14 +1789,14 @@ msgstr "" msgid "All users" msgstr "Όλοι οι χÏήστες" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1822,9 +1808,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Î Ïοειδοποίηση" @@ -1973,501 +1958,544 @@ msgstr "" msgid "Edit anyway" msgstr "ΕπεξεÏγασία οπωσδήποτε" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Î Ïόσθετα" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Όνομα" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Έκδοση" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Κατάσταση" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Πίνακας ελÎγχου" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "ΤομÎας" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "ΤομÎας" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "ΟÏγανισμός" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "οÏγανισμός" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Τμήμα" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Τμήματα" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "τμήμα" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Ιδιότητες" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Όνομα του %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Ένα όνομα για το %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "ΣÏντομη πεÏιγÏαφή του %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "ΚατηγοÏία" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "ΚατηγοÏία του %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "ΔιαχειÏιστής" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "ΔιαχειÏιστής του %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Τοποθεσία" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Πολιτεία" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "ΧώÏα" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "ΔιεÏθυνση" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Μια ταχυδÏομική διεÏθυνση για %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "ΤηλÎφωνο" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "ΑÏιθμός τηλεφώνου" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Φαξ" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "ΑÏιθμός φαξ" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Όνομα" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Συστατικό στοιχείο τομÎα" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "συστατικό στοιχείο τομÎα" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "χώÏα" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "ΠεÏιοχή" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "τοπικότητα" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "ΔιαχείÏιση τμημάτων" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "ΧÏήστες και ομάδες" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "ΕÏγασίες" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "ΑναφοÏά" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Κατάσταση" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Ομάδες και Ïόλοι" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "ΔιαχείÏιση ομάδων και Ïόλων" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Εκκίνηση ενÎÏγειας" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Î ÏογÏαμματισμός εÏγασίας" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Ομάδα αντικειμÎνου" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "ΠληÏοφοÏίες ομάδας αντικειμÎνου" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Ομάδα" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Όνομα αυτής της ομάδας" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "ΣÏντομη πεÏιγÏαφή αυτής της ομάδας" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Κάτοχος" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Αντικείμενα μÎλους" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Αντικείμενα μÎλους για αυτή την ομάδα" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "ΕμπιστοσÏνη συστήματος" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "ΛειτουÏγία επιστοσÏνης" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "ΤÏπος εξουσιοδότησή για αυτά τα συστήματα" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "απενεÏγοποιημÎνο" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "ΠλήÏης Î Ïόσβαση" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "να επιτÏαπεί Ï€Ïόσβαση σε αυτά τα host" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" "ΕπιτÏÎπεται σ'αυτή την ομάδα να συνδÎεται στην ακόλουθη λίστα διακομιστών" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" "Τοποθετηση σταθμών εÏγασίας και τεÏματικών στην ίδια ομάδα δεν επιτÏÎπεται" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "ΜÎλη" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Ρόλος" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "ΠληÏοφοÏίες Ïόλου" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "Ρόλος οÏγανισμοÏ" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "ΠληÏοφοÏίες" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "ΑÏιθμός τηλεφώνου" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "ΑÏιθμός φαξ" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Î Ïοσθήκη χÏηστών για το Ïόλο" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "Ανάθεση ACL" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Ανάθεση ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "Ανάθεση Ïόλων ελÎγχου Ï€Ïόσβασης" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "Ανάθεσεις" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "ΑναθÎσεις Ïόλου ACL για αυτή την βάση" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "Ανάθεσεις σε αντικείμενο ή υποδÎντÏο %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "Διάλογος Ανάθεσης ACL" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Διάλογος λίστας ελÎγχου ανάθεσης Ïόλων" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "ΛειτουÏγία" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "Αυτό εφαÏμόζεται σε ολόκληÏο το υποδÎνδÏο ή μόνο στη βάση;" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "ΥποδÎντÏο" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Base only" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Ρόλος για εφαÏμογή" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Για όλους τους χÏήστες" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "ΕφαÏμογή Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… ACL για όλους τους χÏήστες LDAP" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "ΧÏήστες ή ομάδες που ανατίθεται αυτός ο Ïόλος." -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "Î ÏοχωÏημÎνο" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2476,81 +2504,80 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "ΑναθÎσεις ACL" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Κλείδωμα χÏηστών" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Ξεκλείδωμα χÏηστών" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "ΧÏήστες" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "ΔιαχείÏιση χÏηστών" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2559,1746 +2586,1632 @@ msgstr "" "ΜÎθοδος ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης \"%s\" δεν υποστηÏίζει κλείδωμα. Ο λογαÏιασμός " "\"%s\" δεν Îχει κλειδώσει!" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "ΠεÏιÎχει Ïυθμίσεις για αυτά τα αντικείμενα: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Ρόλοι ελÎγχου Ï€Ïόσβασης" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "Ρόλος ACL" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Ένα όνομα για αυτόν τον Ïόλο" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "ΣÏντομν πεÏιγÏαφή πεÏιγÏαφή για αυτό το Ïόλο" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACLs που είναι μÎÏος αυτής της ομάδας" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Δεν υπάÏχουν Ïυθμίσεις ACLs για αυτήν την κατηγοÏία" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL για αυτά τα αντικείμενα: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "ΕπεξεÏγασία κατηγοÏίας ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "ΕπαναφοÏά κατηγοÏίας ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Όλα τα αντικείμενα στο Ï„ÏÎχον υποδÎντÏο" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "ΔιαχείÏιση Ïόλων ACL" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Î ÏόγÏαμμα" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Ηλ. διεÏθυνση" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "ΕνεÏγοποίηση λήψεων στιγμιότυπων" - -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "" +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Ρυθμίσεις επεκτάσεων" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "Ρυθμίσεις επεκτάσεων του FusionDirectory" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "ΔιεÏθυνση ηλεκτÏÎ¿Î½Î¹ÎºÎ¿Ï Ï„Î±Ï‡Ï…Î´Ïομείου αποστολÎα" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Κλάδος στον οποίο θα αποθηκεÏονται ομάδες αντικειμÎνων" - -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "ΡÏθμιση Dashboard" - -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "ΡÏθμιση Ï€ÏοσθÎτου FusionDirectory dashboard" - -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Όνομα σχήματος πίνακα dashboard" - -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "ΑÏιθμός ψηφίων" - -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "ΑÏιθμός ψηφίων για χÏήση μετά το Ï€Ïόθεμα" - -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "Î ÏοθÎματα" - -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" -msgstr "Î ÏοθÎματα που χÏησιμοποιοÏνται για ids υπολογιστή" - -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "Πίνακας dashboard χÏηστών που Îχουν λήξει" - -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "ΑÏιθμός ημεÏών" - -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Î Ïόσθετα" - -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "ΡÏθμιση για Ï€Ïόσθετα" - -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "ΔιεÏθυνση ηλεκτÏÎ¿Î½Î¹ÎºÎ¿Ï Ï„Î±Ï‡Ï…Î´Ïομείου αποστολÎα" - -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -"Ως μÎÏ„Ïο ασφαλείας, μποÏείτε να βάλετε οτιδήποτε εκεί, ακόμα και τυχαίους " -"χαÏακτήÏες" - -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Îα επιτÏÎπεται η χÏήση εναλλακτικών διευθÏνσεων." -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Î Ïώτο email" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "ΘÎμα" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "ΕπεξεÏγασία ομάδων και Ïόλων του χÏήστη" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "ΘÎμα του Ï€Ïώτου email" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 #, php-format -msgid "Body (first %s is login, second is link)" +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 #, 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." +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 +#: plugins/personal/roles/class_userRoles.inc:327 #, 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." +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "ΔεÏτεÏο email" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "ΘÎμα του δεÏτεÏου email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "ΜÎθοδος κωδικοÏ" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Επιτυχής επαναφοÏά ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "ΜÎθοδος hash για χÏήση κωδικοÏ" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Κωδικός Ï€Ïόσβασης:" -#: plugins/config/class_recoveryConfig.inc:116 -#, 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_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Κωδικός Î Ïόσβασης (Αφήστε κενό εάν δεν επιθυμείτε να το αλλάξετε)" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." -msgstr "" -"Γειά σας,\n" -"\n" -"Ο κωδικός σας άλλαξε.\n" -"Η υνδεση σας είναι ακόμα %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Κωδικός ξανά" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Ίδιος Κωδικός Î Ïόσβασης με τον Ï€ÏοηγοÏμενο, για αποφυγή λαθών." -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Πότε καλείται αυτή η εντολή" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "ΧÏήστης" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "ΠληÏοφοÏίες λογαÏÎ¹Î±ÏƒÎ¼Î¿Ï Ï‡Ïήστη" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "ΛογαÏιασμός χÏήστη" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "Η εντολή που θα κληθεί" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Î ÏοσωπικÎÏ‚ πληÏοφοÏίες" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "ΔιαμόÏφωση" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Επίθετο" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "Ρυθμίσεις FusionDirectory" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Το επίθετο του χÏήστη." -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Όνομα" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Εμφάνιση" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Το όνομα του χÏήστη" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Γλώσσα" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" +msgstr "" -#: plugins/config/class_configInLdap.inc:59 +#: plugins/personal/generic/class_user.inc:104 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." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -"Γλώσσα της εφαÏμογής. Αν «αυτόματη» ή μη διαθÎσιμη, θα χÏησιμοποιηθεί η " -"γλώσσα του browser. Αυτή η ÏÏθμιση μποÏεί να παÏακαμφθεί ανά χÏήστη." -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "ΘÎμα" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "ΣÏντομη πεÏιγÏαφή του χÏήστη" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "ΘÎμα που θα χÏησιμοποιηθεί" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "Εικόνα" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Ζώνη ÏŽÏας" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "Το Î¬Î²Î±Ï„Î±Ï Ï„Î¿Ï… χÏήστη" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "Ζώνη ÏŽÏας που θα χÏησιμοποιηθεί" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "ΠληÏοφοÏιών επαφή οÏγανισμοÏ" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "ΤαχυδÏομική διεÏθυνση εταιÏίας" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "ΑÏ. δωματίου" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "ΑÏιθμός δωματίου" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "ΕπεξεÏγασία κλειδώματος" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "ΑÏιθμός τηλεφώνου εÏγασίας" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" -"ΕλÎγξτε αν η εγγÏαφή που υφίσταται επεξεÏγασία Îχει στο Î¼ÎµÏ„Î±Î¾Ï Ï„Ïοποποιηθεί " -"Îξω από FusionDirectory." +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Κινητό" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "ΑÏιθμός ÎºÎ¹Î½Î·Ï„Î¿Ï Ï„Î·Î»ÎµÏ†ÏŽÎ½Î¿Ï… εÏγασίας" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Βομβητής" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "ΑÏιθμός βομβητή εÏγασίας" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "ΑÏιθμός φαξ εÏγασίας" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Ιστοσελίδα" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "Î Ïοσωπική ιστοσελίδα" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Ρυθμίσεις ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "ΠληÏοφοÏίες λογαÏιασμοÏ" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "ΣÏνδεση" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "ΛογαÏιασμός σÏνδεσης Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… χÏήστη." -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Î Ïοτιμώμενη γλώσσα" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Ο κωδικός του χÏήστη" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Î ÏοσωπικÎÏ‚ πληÏοφοÏίες επαφής" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Όνομα που εμφανίζεται" + +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" +"Το όνομα με το οποίο Ï€ÏÎπει να εμφανίζεται ο χÏήστης. ΧÏησιμοποιείται από το" +" Exchange." -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Ελάχιστο μήκος κωδικοÏ" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "ΔιεÏθυνση οικίας" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Ελάχιστο μήκος ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï‡Ïήστη" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "ΤαχυδÏομική διεÏθυνση οικίας" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "Ελάχιστη διαφοÏοποίηση κωδικοÏ" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Ιδιωτικό τηλÎφωνο" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "Ελάχιστος αÏιθμός διαφοÏετικών χαÏακτήÏων από τον τελευταίο κωδικό" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "ΑÏιθμός τηλεφώνου οικίας" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "ΧÏήση λήξης λογαÏιασμοÏ" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "ΠληÏοφοÏίες οÏγανισμοÏ" -#: plugins/config/class_configInLdap.inc:142 +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Τίτλος" + +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" +"Τίτλος Ï€Ïοσώπου στο οÏγανωτικό του πλαίσιο. Κάθε τίτλος είναι μια από τις " +"πολλÎÏ‚ τιμÎÏ‚ Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… χαÏακτηÏιστικοÏ" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "ΑÏ. τμήματος" + +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "ΑÏιθμός τμήματος" + +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "ΑÏ. Υπαλλήλου" + +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "ΑÏιθμός Υπαλλήλου" + +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "ΤÏπος υπαλλήλου" + +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Επιβολή κÏυπτογÏαφημÎνων συνδÎσεων" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "ΤαχυδÏομικός κώδικας" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Î Ïοειδοποίηση αν η συνεδÏία δεν είναι κÏυπτογÏαφημÎνη" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" +msgstr "Δεν Îχετε δικαίωμα αλλαγής του ÎºÏ‰Î´Î¹ÎºÎ¿Ï ÏƒÎ±Ï‚" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "Θα Ï€ÏÎπει να πεÏιμÎνετε %d δευτεÏόλεπτα για να αλλάξετε το κωδικό σας" + +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "Ο κωδικός είναι στο ιστοÏικό παλιών κωδικών Ï€Ïόσβασης." + +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" +msgstr "Ο κωδικός Ï€Ïόσβασής σας δεν Îχει αλλάξει από την Ï„ÏÎχουσα τιμή" + +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." +msgstr "Θα Ï€ÏÎπει να εισάγετε τον κÏÏιο κωδικό σας για να συνεχίσετε" + +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -"θα εμφανίσει Ï€Ïοειδοποίηση Ï€Ïος το χÏήστη όταν το Ï€Ïωτόκολλο http " -"χÏησιμοποιείται αντί του Ï€Ïωτοκόλλου https " +"Οι κωδικοί εισάγατε ως \"ÎÎο κωδικό\" και \"Επανάληψη νÎου κωδικοÏ\" δεν " +"ταιÏιάζουν." -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "ΔιάÏκεια συνεδÏίας" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "ÎÎος κωδικός " -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." +msgstr "Ο παλιός και ο νÎος κωδικός Ï€Ïόσβασης μοιάζουν πολÏ" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "Ο νÎος κωδικός Ï€Ïόσβασης πεÏιÎχει Ï€ÏοβληματικοÏÏ‚ χαÏακτήÏες Unicode!" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" +msgstr "Id" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" +msgstr "ΤÏπος συνδÏομής" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Όνομα συστήματος" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "ΗμεÏομηνία Εκκίνησης " -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "ΘÏÏα" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Εισαγωγή" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "ΑυστηÏή πολιτική ονοματοδοσίας" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "ΕνεÏγοποίηση αυστηÏÎ¿Ï ÎµÎ»Îγχου στα ονόματα χÏηστών και ομάδων" - -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "Κλάδος στον οποίο αποθηκεÏονται χÏήστες." - -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "Κλάδος στον οποίο αποθηκεÏονται Ïόλοι ACL." - -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Αποσφαλμάτωση" - -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "ΕνεÏγοποίηση λήψεων στιγμιότυπων" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "ΔιάφοÏα" - -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -"ΚαθοÏίζει αν μια γÏαμμή κατάστασης θα εμφανιστεί στο κάτω μÎÏος των λιστών, " -"εμφανίζοντας μια σÏντομη πεÏίληψη του Ï„Ïπου και του αÏÎ¹Î¸Î¼Î¿Ï Ï„Ï‰Î½ στοιχείων " -"στη λίστα." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Ρυθμίσεις επεκτάσεων" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "Ρυθμίσεις επεκτάσεων του FusionDirectory" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" +msgstr "Κλάδος στον οποίο θα αποθηκεÏονται ομάδες αντικειμÎνων" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Ομάδα %s" - -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "Ρόλος %s" - -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Έκδοση" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "ΡÏθμιση για Ï€Ïόσθετα" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" 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/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Στατιστικά" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" +"Ως μÎÏ„Ïο ασφαλείας, μποÏείτε να βάλετε οτιδήποτε εκεί, ακόμα και τυχαίους " +"χαÏακτήÏες" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "Στατιστικά για τους χÏήστες" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Îα επιτÏÎπεται η χÏήση εναλλακτικών διευθÏνσεων." -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "Στατιστικά χÏηστών" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "Στατιστικά ομάδων" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "ΛογαÏιασμοί που Îχουν λήξει" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "ΣÏνδεση" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Î Ïώτο email" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "ΗμεÏομηνία λήξης" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "ΘÎμα" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Ηλ. διεÏθυνση" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "ΘÎμα του Ï€Ïώτου email" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "ΔεÏτεÏο email" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "ΘÎμα του δεÏτεÏου email" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Επιτυχής επαναφοÏά ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" +"Γειά σας,\n" +"\n" +"Ο κωδικός σας άλλαξε.\n" +"Η υνδεση σας είναι ακόμα %s." -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "Id" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "ΤÏπος συνδÏομής" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "ΗμεÏομηνία Εκκίνησης " - -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Πότε καλείται αυτή η εντολή" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Εισαγωγή" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "Η εντολή που θα κληθεί" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "ΔιαμόÏφωση" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "Ρυθμίσεις FusionDirectory" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Εμφάνιση" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Γλώσσα" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "ΘÎμα" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "ΘÎμα που θα χÏησιμοποιηθεί" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Ζώνη ÏŽÏας" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "Ζώνη ÏŽÏας που θα χÏησιμοποιηθεί" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Î ÏόγÏαμμα" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "ΕπεξεÏγασία κλειδώματος" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" +"ΕλÎγξτε αν η εγγÏαφή που υφίσταται επεξεÏγασία Îχει στο Î¼ÎµÏ„Î±Î¾Ï Ï„Ïοποποιηθεί " +"Îξω από FusionDirectory." -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Ρυθμίσεις ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Ελάχιστο μήκος κωδικοÏ" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Ελάχιστο μήκος ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï‡Ïήστη" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "Ελάχιστη διαφοÏοποίηση κωδικοÏ" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" +msgstr "Ελάχιστος αÏιθμός διαφοÏετικών χαÏακτήÏων από τον τελευταίο κωδικό" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "ΧÏήση λήξης λογαÏιασμοÏ" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" 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 "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Επιβολή κÏυπτογÏαφημÎνων συνδÎσεων" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Î Ïοειδοποίηση αν η συνεδÏία δεν είναι κÏυπτογÏαφημÎνη" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" +"θα εμφανίσει Ï€Ïοειδοποίηση Ï€Ïος το χÏήστη όταν το Ï€Ïωτόκολλο http " +"χÏησιμοποιείται αντί του Ï€Ïωτοκόλλου https " -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "ΔιάÏκεια συνεδÏίας" + +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "ΜÎθοδος κωδικοÏ" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "ΜÎθοδος hash για χÏήση κωδικοÏ" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:187 +msgid "Header name" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Κωδικός Î Ïόσβασης (Αφήστε κενό εάν δεν επιθυμείτε να το αλλάξετε)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Κωδικός ξανά" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Ίδιος Κωδικός Î Ïόσβασης με τον Ï€ÏοηγοÏμενο, για αποφυγή λαθών." +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "ΧÏήστης" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Όνομα συστήματος" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "ΠληÏοφοÏίες λογαÏÎ¹Î±ÏƒÎ¼Î¿Ï Ï‡Ïήστη" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "ΛογαÏιασμός χÏήστη" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "ΘÏÏα" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Î ÏοσωπικÎÏ‚ πληÏοφοÏίες" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Επίθετο" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Το επίθετο του χÏήστη." +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Όνομα" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Το όνομα του χÏήστη" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" +msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "ΣÏντομη πεÏιγÏαφή του χÏήστη" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "Εικόνα" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "Το Î¬Î²Î±Ï„Î±Ï Ï„Î¿Ï… χÏήστη" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "ΠληÏοφοÏιών επαφή οÏγανισμοÏ" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "ΤαχυδÏομική διεÏθυνση εταιÏίας" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "ΑÏ. δωματίου" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "ΑÏιθμός δωματίου" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "ΑÏιθμός τηλεφώνου εÏγασίας" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Κινητό" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "ΑυστηÏή πολιτική ονοματοδοσίας" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "ΑÏιθμός ÎºÎ¹Î½Î·Ï„Î¿Ï Ï„Î·Î»ÎµÏ†ÏŽÎ½Î¿Ï… εÏγασίας" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" +msgstr "ΕνεÏγοποίηση αυστηÏÎ¿Ï ÎµÎ»Îγχου στα ονόματα χÏηστών και ομάδων" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Βομβητής" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "ΑÏιθμός βομβητή εÏγασίας" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "Κλάδος στον οποίο αποθηκεÏονται χÏήστες." -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" -msgstr "ΑÏιθμός φαξ εÏγασίας" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Ιστοσελίδα" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "Κλάδος στον οποίο αποθηκεÏονται Ïόλοι ACL." -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "Î Ïοσωπική ιστοσελίδα" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" +msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "ΠληÏοφοÏίες λογαÏιασμοÏ" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" -msgstr "ΛογαÏιασμός σÏνδεσης Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… χÏήστη." +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" +msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Î Ïοτιμώμενη γλώσσα" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Ο κωδικός του χÏήστη" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Î ÏοσωπικÎÏ‚ πληÏοφοÏίες επαφής" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Όνομα που εμφανίζεται" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -"Το όνομα με το οποίο Ï€ÏÎπει να εμφανίζεται ο χÏήστης. ΧÏησιμοποιείται από το" -" Exchange." -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "ΔιεÏθυνση οικίας" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Αποσφαλμάτωση" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "ΤαχυδÏομική διεÏθυνση οικίας" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Ιδιωτικό τηλÎφωνο" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "ΑÏιθμός τηλεφώνου οικίας" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "ΠληÏοφοÏίες οÏγανισμοÏ" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "Τίτλος" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -"Τίτλος Ï€Ïοσώπου στο οÏγανωτικό του πλαίσιο. Κάθε τίτλος είναι μια από τις " -"πολλÎÏ‚ τιμÎÏ‚ Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… χαÏακτηÏιστικοÏ" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "ΑÏ. τμήματος" - -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "ΑÏιθμός τμήματος" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "ΑÏ. Υπαλλήλου" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "ΑÏιθμός Υπαλλήλου" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "ΔιάφοÏα" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "ΤÏπος υπαλλήλου" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "ΤαχυδÏομικός κώδικας" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Δεν Îχετε δικαίωμα αλλαγής του ÎºÏ‰Î´Î¹ÎºÎ¿Ï ÏƒÎ±Ï‚" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "Θα Ï€ÏÎπει να πεÏιμÎνετε %d δευτεÏόλεπτα για να αλλάξετε το κωδικό σας" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" +msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "Ο κωδικός είναι στο ιστοÏικό παλιών κωδικών Ï€Ïόσβασης." +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" -msgstr "Ο κωδικός Ï€Ïόσβασής σας δεν Îχει αλλάξει από την Ï„ÏÎχουσα τιμή" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "Θα Ï€ÏÎπει να εισάγετε τον κÏÏιο κωδικό σας για να συνεχίσετε" +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -"Οι κωδικοί εισάγατε ως \"ÎÎο κωδικό\" και \"Επανάληψη νÎου κωδικοÏ\" δεν " -"ταιÏιάζουν." -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "ÎÎος κωδικός " +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "Ο παλιός και ο νÎος κωδικός Ï€Ïόσβασης μοιάζουν πολÏ" +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Ομάδα %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Ρόλος %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "Ο νÎος κωδικός Ï€Ïόσβασης πεÏιÎχει Ï€ÏοβληματικοÏÏ‚ χαÏακτήÏες Unicode!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -4970,116 +4883,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Εμφάνιση.απόκÏυψη Ï€ÏοχωÏημÎνων Ïυθμίσεων" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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/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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5265,127 +5092,14 @@ msgstr "Επιλογή όλων" msgid "Show changes" msgstr "Εμφάνιση αλλαγών" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "ΧαμÎνος κωδικός" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Επανάληψη νÎου κωδικοÏ" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "ΙσχÏÏ‚ κωδικοÏ" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Αλλαγή" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Κάντε κλικ εδώ για να αλλάξετε τον κωδικό σας" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Επιτυχία" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Ο κωδικός σας άλλαξε με επιτυχία" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Ξεχάσατε τον κωδικό σας;" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Πατήστε εδώ για να συνδεθείτε" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "Î Ïοειδοποίηση: Î Ïόκειται να διαγÏαφοÏν τα παÏακάτω αντικείμενο" @@ -5466,6 +5180,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "ΧαμÎνος κωδικός" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Όνομα χÏήστη" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Κατάλογος" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Αλλαγή" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Κάντε κλικ εδώ για να αλλάξετε τον κωδικό σας" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Επιτυχία" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Ο κωδικός σας άλλαξε με επιτυχία" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5489,6 +5283,24 @@ msgstr "" msgid "Read only" msgstr "Μόνο για ανάγνωση" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Εισαγωγή ονόματος χÏήστη και ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης για σÏνδεση στο σÏστημα " +"διαχείÏισης σελίδας" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Ξεχάσατε τον κωδικό σας;" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/es/fusiondirectory.po b/locale/es/fusiondirectory.po index 4adf19049bbc2ddc9f95ad17c6aa95599e4866ba..fb63cd7bb16e1c2b713080d1a40b9e99f8bd9585 100644 --- a/locale/es/fusiondirectory.po +++ b/locale/es/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Spanish (https://app.transifex.com/fusiondirectory/teams/12202/es/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Tipo" @@ -143,12 +143,12 @@ msgstr "Fecha" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Descripción" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "Hubo un problema descomprimiendo la información del snapshot." -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objeto" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Snapshots" @@ -281,130 +281,130 @@ msgstr "%s plantilla" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Plantilla" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "A partir de plantilla" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Crear" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "Exportar lista" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Editar" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Mover" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Copiar" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Pegar" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Aplicar plantilla" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Eliminar" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Crear instantánea" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Recuperar instantanea" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "No tiene permisos para crear una instantanea para %s." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "No tiene permisos para recuperar una instantanea para %s." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -550,11 +550,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Archivo" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Linea" @@ -578,36 +578,24 @@ msgstr "estático" msgid "method" msgstr "método" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Traza" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Argumentos" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" "¡La generación de esta página ha provocado errores en el interprete PHP!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Enviar informe de errores al equipo de FusionDirectory" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Modificar información" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -622,7 +610,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Nombre de la plantilla" @@ -646,7 +634,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -666,9 +654,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Entrando" @@ -743,14 +730,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Dirección de correo" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Recuperación de clave" @@ -797,7 +783,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1182,7 +1168,7 @@ msgstr "Añadir" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Eliminar" @@ -1482,12 +1468,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "Tipo desconocido: %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "¡dn: %s Inexsitente!" @@ -1676,68 +1662,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "Configuraciones de Plantilla" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Este es el nombre de la plantilla" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "Solo la pestaña principal puede calcular dn" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, 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\"" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "La entrada %s no existe" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Pestaña \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1803,7 +1789,7 @@ 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:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "Roles ACL" @@ -1824,14 +1810,14 @@ msgstr "¡Entrada desconocida '%s'!" msgid "All users" msgstr "Todos los usuarios" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1843,9 +1829,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Aviso" @@ -1999,502 +1984,545 @@ msgstr "" msgid "Edit anyway" msgstr "Editar de cualquier manera" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nombre" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Versión" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Estado" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Panel" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Dominio" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "dominio" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organización" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "organización" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Departamento" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Departamentos" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "departamento" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Propiedades" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Nombre de %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Un nombre para este %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "Una descripción de este %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "CategorÃa" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "CategorÃa de este %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Gestor" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "Mánager de este %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Localización" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Provincia" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "PaÃs" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Dirección" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Dirección postal de este %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Teléfono" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Número de teléfono" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "Teléfono alternativo" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nombre" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Componentes del dominio" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "componente de dominio" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "paÃs" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Localidad" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "localidad" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Administrar categorÃas" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Usuarios y grupos" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Tareas" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "Reportes" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Estado" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Grupos y Roles" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Administrar grupos y roles" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Acción disparada" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Acción programada" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Grupo de objetos" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Datos del 'objeto grupo'" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Grupo" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Nombre de este grupo" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "Una descripción corta de este grupo." -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Propietario" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Objetos miembros" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Objetos miembro de este grupo" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Sistema de seguridad" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Modo seguro" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Tipo de autorización para ésos equipos" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "desactivado" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "Acceso sin restricciones" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "Permitir el acceso a estos equipos" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 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." -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 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." -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Miembros" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Rol" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Información del Rol" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "Rol Profesional" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:91 msgid "Description of the role" msgstr "Descripción del Rol" -#: plugins/admin/groups/class_roleGeneric.inc:95 -#: plugins/addons/dashboard/class_dashboardUsers.inc:65 -#: plugins/addons/dashboard/class_dashboardUsers.inc:71 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Número de teléfono" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Número de Fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Agregar usuarios al rol" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "Gestionar ACLs" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Asignación de ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "Gestionar permisos ACL" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "Permisos" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "Gestión de ACL para esta base" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "Permisos en el objeto o subárbol %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Panel de gestión de roles ACL" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Modo" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.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?" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Subárbol" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Base únicamente" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Rol a aplicar" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Para todos los usuarios" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "Aplicar este ACL a todos los usuarios de LDAP" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "Usuarios o grupos a los cuales asignar este rol" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2503,81 +2531,80 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "Gestionar ACLs" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Bloquear usuarios" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Desbloquear usuarios" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Usuarios" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Gestión de usuarios" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2586,1773 +2613,1657 @@ msgstr "" "El método de contraseña \"%s\" no soporta bloqueos. ¡La cuenta \"%s\" no se " "ha bloqueado!" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Tiene configuraciones de los siguientes objetos: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Roles de control de acceso" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "Rol ACL" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Un nombre para este rol" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "Una descripción corta para este rol" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "ACLs" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACLs que son parte de este grupo" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "No hay ACL configuradas en esta categorÃa" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACLs que tienen estos objetos: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Editar la categorÃa ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Eliminar la categorÃa ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Lista de categorÃas ACL disponibles" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Todos los objetos en el subárbol actual" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "Administración de Roles \"ACL\"" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Programación" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Correo Electrónico" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Activar instantaneas" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -"Permite que usted salve ciertos estados o entradas para luego restaurarlas." -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Base de instantaneas" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Configuración de 'plugins'" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Correo del remitente" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "Configuración de plugins de FusionDirectory" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "Dirección desde donde se enviarán los correos." -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Grupos de objetos" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "Grupos RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Rama de LDAP donde ser almacenarán los Grupos" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "Configuración del Panel" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "FusionDirectory panel de configuración de plugins." +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Panel nombre del esquema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "Cantidad de dÃgitos" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "Cantidad de dÃgitos a usar después del prefijo." +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "Prefijos" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" -msgstr "Prefijos que se usarán para las 'id' de computadoras." +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "Panel de usuarios expirados" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "Cantidad de dÃas" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" 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/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "Configuración de plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Editar grupos y roles del usuario" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "Configuraciones para la caracterÃstica de recuperación de contraseña." +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Pertenencia a Roles" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "Opciones de recuperación de clave" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Habilitar recuperación de contraseña." +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Correo del remitente" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "Dirección desde donde se enviarán los correos." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Metodo de contraseña" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Vigencia del 'Link' (minutos)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Tipo de 'hash' para la contraseña" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Cantidad de tiempo antes que el link para recuperar expire." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Contraseña" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "'Salt' para 'tokens''" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Contraseña (deje vacÃo si usted no desea cambiarla)" -#: plugins/config/class_recoveryConfig.inc:67 -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_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Su contraseña de nuevo" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Habilitar el uso de correos alternativos" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Igual a la contraseña anterior para evitar errores" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Atributo de inicio de sesión" - -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Correo principal" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Asunto" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Asunto del correo principal" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Enlace de recuperación de clave" - -#: plugins/config/class_recoveryConfig.inc:96 -#, 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_recoveryConfig.inc:97 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, 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." +msgid "Too many elements in array value: %d instead of %d" 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:100 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, 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." +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Email secundario" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Asunto del email secundario" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Recuperación de clave realizada con exito" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Mensaje (%s es cuenta de usuario)" - -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" 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:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -"Saludos,\n" -"\n" -"Su clave ha sido cambiada.\n" -"Su nombre de usuario aun es %s." -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Usuario" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Información de Cuentas de Usuario" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" -msgstr "" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Cuenta de Usuario" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Información personal" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Apellido" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Apellido de este usuario" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Cuándo llamar este comando" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Nombre" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Primer nombre de este usuario" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:104 +msgid "" +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "La lÃnea de comandos que será usada" - -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Configuración" - -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "Configuración de FusionDirectory" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "Descripción corta para éste usuario" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "Imagen" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Temas y apariencia" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "El avatar para este usuario" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Idioma" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "Información de contacto Profesional" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Dirección postal de trabajo" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Tema" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Número sala" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Plantilla a utilizar" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Número de habitación" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Zona de uso horario" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Número telefónico de trabajo" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "Zona Horaria a utilizar" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Móvil" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "Configuración del 'Núcleo'" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "Celular de trabajo" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "Tamaño lÃmite LDAP" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Buscapersonas" -#: plugins/config/class_configInLdap.inc:82 -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/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "BÃper laboral" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Editar bloqueo" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "Nro. Fax de trabajo" -#: plugins/config/class_configInLdap.inc:88 -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/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Página Web" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Habilitar escritura de logs" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "Página web personal" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "Escritura de eventos en logs de FusionDirectory" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Información de cuenta" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "Validación del esquema 'LDAP'" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Inicio" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "" -"Habilita la validación del esquema 'LDAP' durante el inicio de sesión." +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "Cuenta de este usuario" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Idioma preferido" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Contraseña del usuario" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Parámetros de Contraseña" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Información de contacto 'Personal'" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Nombre a Mostrar" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "'hash' de contraseña por defecto." - -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "'hash' por defecto" - -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "Forzar 'hash' por defecto" - -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "Forzar el uso del 'hash' de Contraseña por defecto." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "Dirección personal" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Longitud mÃnima de la contraseña" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Dirección Postal personal" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Longitud máxima de contraseña para usuarios" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Teléfono privado" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "Diferencia mÃnima entre contraseñas" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Número de teléfono personal" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "" -"Cantidad mÃnima de caracteres distintos a partir de la última contraseña" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Información corporativa" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "Usar caducidad de cuenta" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "TÃtulo" -#: plugins/config/class_configInLdap.inc:142 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" 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:146 -msgid "SASL Realm" -msgstr "SASL Realm" - -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "SASL Exop" - -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Valor que será almacenado en el atributo 'userPassword'" - -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Inicio y sesión" +"Tratamiento 'Dr, Ing, Sr, Sra ...' en un contexto profesional. Cada " +"tratamiento es un valor de sus múltiples atributos." -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -"Que atributo LDAP deberÃa usarse como 'cuenta de usuario' en el inicio de " -"sesión." - -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Forzar conexiones seguras" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -"Habilita revisiones de seguridad con PHP para forzar el acceso encriptado " -"(https) en la interfaz web." -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Avisar si la sesión no esta codificada" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Número departamento" -#: plugins/config/class_configInLdap.inc:172 -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/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Número del departamento" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Duración de sesiones." +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Número empleado" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Número de empleado" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "CategorÃa profesional" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" - -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "Ruta de la llave " +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Código Postal" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -"Ruta donde se encuentra la llave de FusionDirectory. Por el momento, sin " -"uso." - -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "Ruta del certificado" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "Ruta donde se encuentra el certificado. Por el momento, sin uso." - -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "Path del certificado CA" - -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" -"Ruta del certificado CA. Se utiliza para validar el equipo con el 'Servidor " -"Argonaut'." +#: plugins/personal/generic/class_user.inc:506 +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:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:517 +#, 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/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Nombre de equipo" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "La contraseña está en el historial de viejas contraseñas." -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Puerto" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" +msgstr "La contraseña no será cambiada por este valor" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:545 +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:232 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:547 +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:232 -msgid "CAS context to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nueva contraseña" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/personal/generic/class_user.inc:551 +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:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" -msgstr "" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "La clave contiene caracteres unicode posiblemente problemáticos!" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "Almacén de grupos y usuarios" - -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "Atributo 'dn' de los usuarios" - -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" -msgstr "Patrón para CN" - -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" -msgstr "Este es el patrón que se usará para crear el campo de 'nombre común'" - -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Politica de nombres" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "Habilita la validación estricta de nombres para usuarios o grupos." - -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr "Usuarios RDN" - -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "La rama donde los usuarios están guardados." - -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "ACL Rol RDN" - -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "La rama donde los rol ACL están almacenados." - -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Depurando" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "Tiempo de consulta máxima de LDAP" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Importar" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -"Detenga las acciones sobre LDAP si no hay respuesta después del tiempo " -"especificado en segundos." - -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Registrar estadÃsticas LDAP" -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -"Registrar estadÃsticas de tiempo de LDAP en 'syslog'. Esto puede ser útil " -"para encontrar problemas o filtros de búsqueda erróneos." -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Nivel de depuración" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" +msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Mostrar determinados datos en cada página de carga." +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" +msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Varios" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Mostrar resumen en listados" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -"Determina cuando una barra de estado será mostrada al final de listas, en un" -" resumen corto y cantidad de elementos en la lista." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" -msgstr "Mostrar pestaña de ACL en todos los objetos." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -"Para el uso de permisos ACLs muy especÃficos usted podrÃa requerir dar " -"acceso en un objeto particular." -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automatico" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Grupo %s" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "Rol %s" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Activar instantaneas" + +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +"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/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Versión" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Base de instantaneas" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" 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 "Panel" - -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "EstadÃsticas" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "EstadÃsticas de los usuarios" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "EstadÃsticas de usuario" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Configuración de 'plugins'" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "EstadÃsticas de los grupos" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "Configuración de plugins de FusionDirectory" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Cuentas expiradas" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Grupos de objetos" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Inicio" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "Grupos RDN" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +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 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Correo Electrónico" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 -#, php-format -msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" -msgstr "" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "Configuración de plugins" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format -msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Configuraciones para la caracterÃstica de recuperación de contraseña." -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Opciones de recuperación de clave" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Habilitar recuperación de contraseña." -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Vigencia del 'Link' (minutos)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Cantidad de tiempo antes que el link para recuperar expire." -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "'Salt' para 'tokens''" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +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/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Habilitar el uso de correos alternativos" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Atributo de inicio de sesión" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Correo principal" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Asunto" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Asunto del correo principal" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Enlace de recuperación de clave" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Mensaje (primer %s es Cuenta de usuario, el segundo es 'Enlace')" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_recoveryConfig.inc:97 +#, 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 "" +"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/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:100 +#, 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/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Email secundario" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Asunto del email secundario" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Recuperación de clave realizada con exito" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Importar" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "Mensaje (%s es cuenta de usuario)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"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/addons/subscription/class_subscriptionInfo.inc:133 +#: plugins/configuration/core/class_recoveryConfig.inc:119 #, php-format msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Cuándo llamar este comando" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Programación" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "La lÃnea de comandos que será usada" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Configuración" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "Configuración de FusionDirectory" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Temas y apariencia" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Idioma" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Tema" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Plantilla a utilizar" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Zona de uso horario" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "Zona Horaria a utilizar" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "Configuración del 'Núcleo'" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "Tamaño lÃmite LDAP" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +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/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Editar bloqueo" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:88 +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/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Habilitar escritura de logs" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "Escritura de eventos en logs de FusionDirectory" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" +msgstr "Validación del esquema 'LDAP'" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" +"Habilita la validación del esquema 'LDAP' durante el inicio de sesión." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Parámetros de Contraseña" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Editar grupos y roles del usuario" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "'hash' de contraseña por defecto." -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "'hash' por defecto" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Pertenencia a Roles" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "Forzar 'hash' por defecto" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Forzar el uso del 'hash' de Contraseña por defecto." -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Longitud mÃnima de la contraseña" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Longitud máxima de contraseña para usuarios" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "Diferencia mÃnima entre contraseñas" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" +"Cantidad mÃnima de caracteres distintos a partir de la última contraseña" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "Usar caducidad de cuenta" + +#: plugins/configuration/core/class_configInLdap.inc:142 +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/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Metodo de contraseña" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "SASL Realm" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Tipo de 'hash' para la contraseña" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Valor que será almacenado en el atributo 'userPassword'" + +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Inicio y sesión" + +#: plugins/configuration/core/class_configInLdap.inc:160 +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/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Forzar conexiones seguras" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Contraseña (deje vacÃo si usted no desea cambiarla)" +#: plugins/configuration/core/class_configInLdap.inc:167 +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/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Su contraseña de nuevo" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Avisar si la sesión no esta codificada" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Igual a la contraseña anterior para evitar errores" +#: plugins/configuration/core/class_configInLdap.inc:172 +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/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Duración de sesiones." + +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "Ruta de la llave " + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" +"Ruta donde se encuentra la llave de FusionDirectory. Por el momento, sin " +"uso." -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Usuario" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "Ruta del certificado" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Información de Cuentas de Usuario" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "Ruta donde se encuentra el certificado. Por el momento, sin uso." -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "Cuenta de Usuario" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "Path del certificado CA" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" +"Ruta del certificado CA. Se utiliza para validar el equipo con el 'Servidor " +"Argonaut'." -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Información personal" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Apellido" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Nombre de equipo" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Apellido de este usuario" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Nombre" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Puerto" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Primer nombre de este usuario" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "Descripción corta para éste usuario" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "Imagen" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "El avatar para este usuario" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" +msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "Información de contacto Profesional" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." +msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Dirección postal de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Número sala" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Número de habitación" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "Almacén de grupos y usuarios" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Número telefónico de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "Atributo 'dn' de los usuarios" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Móvil" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "Celular de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "Patrón para CN" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Buscapersonas" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "Este es el patrón que se usará para crear el campo de 'nombre común'" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "BÃper laboral" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" -msgstr "Nro. Fax de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Página Web" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Politica de nombres" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "Página web personal" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" +msgstr "Habilita la validación estricta de nombres para usuarios o grupos." -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Información de cuenta" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "Usuarios RDN" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" -msgstr "Cuenta de este usuario" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "La rama donde los usuarios están guardados." -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Idioma preferido" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "ACL Rol RDN" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Contraseña del usuario" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "La rama donde los rol ACL están almacenados." -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Información de contacto 'Personal'" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Nombre a Mostrar" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "Dirección personal" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Dirección Postal personal" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Teléfono privado" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Número de teléfono personal" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Información corporativa" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "TÃtulo" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Depurando" + +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:310 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." 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:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "Tiempo de consulta máxima de LDAP" + +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" +"Detenga las acciones sobre LDAP si no hay respuesta después del tiempo " +"especificado en segundos." -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Registrar estadÃsticas LDAP" + +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" +"Registrar estadÃsticas de tiempo de LDAP en 'syslog'. Esto puede ser útil " +"para encontrar problemas o filtros de búsqueda erróneos." -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Número departamento" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Nivel de depuración" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Número del departamento" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Mostrar determinados datos en cada página de carga." -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Número empleado" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Número de empleado" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Varios" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "CategorÃa profesional" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Mostrar resumen en listados" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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 "" +"Determina cuando una barra de estado será mostrada al final de listas, en un" +" resumen corto y cantidad de elementos en la lista." -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "Mostrar pestaña de ACL en todos los objetos." -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" +"Para el uso de permisos ACLs muy especÃficos usted podrÃa requerir dar " +"acceso en un objeto particular." -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Código Postal" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Usted no tiene permitido cambiar su propia contraseña." +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -"Usted debe esperar %d segundos antes de cambiar su contraseña de nuevo." -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "La contraseña está en el historial de viejas contraseñas." +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" -msgstr "La contraseña no será cambiada por este valor" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "Necesita introducir su contraseña actual para continuar." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -"Las contraseñas que usted ingresó como \"Nueva contraseña\" y \"Repetir " -"nueva contraseña\" no coinciden." -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nueva contraseña" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automatico" -#: plugins/personal/generic/class_user.inc:521 -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/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Grupo %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Rol %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "La clave contiene caracteres unicode posiblemente problemáticos!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5072,13 +4983,13 @@ msgstr "¡Parámetro \"%s\" de plugin inválido!" msgid "No session found!" msgstr "¡No se encuentra la sesión!" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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." @@ -5086,112 +4997,18 @@ 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/acl/remove.tpl.c:8 +#: plugins/management/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/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Mostrar/ocultar caracteristicas avanzadas" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "Objeto completo" -#: 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 are no expired accounts" -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] "" -msgstr[2] "" - -#: 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/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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -msgid "There is no %1 group" -msgstr "No existe el grupo %1" - -#: 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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -msgid "None of them have a %1 account" -msgstr "Ninguno de ellos tiene una %1 cuenta" - #: 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>" @@ -5394,133 +5211,14 @@ msgstr "Seleccione todos" msgid "Show changes" msgstr "Mostrar cambios" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Clave extraviada" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Nombre de Usuario" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Repita la nueva contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Resistencia de la contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Directorio" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Cambiar" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Pulse aquà para cambiar su contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Correcto" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Su contraseña se ha cambiado correctamente." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Introduzca su dirección de correo actual en el campo debajo y presione el " -"botón 'Cambiar'" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" -"La recuperación de contraseña no está disponible. Si usted perdió su " -"contraseña por favor contacte a su administrador." - -#: ihtml/themes/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Por favor use su nombre de usuario y contraseña para iniciar sesión en el " -"sistema de administración." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Olvidé la contraseña" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"Su navegador tiene las cookies desactivadas. ¡Porfavor active las cookies y " -"recargue esta página antes de iniciar sesión!" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Pulse aquà para iniciar sesión" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: 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" @@ -5603,6 +5301,90 @@ msgstr "Crear un nuevo objeto utilizando plantillas" msgid "Continue" msgstr "Continuar" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Clave extraviada" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Nombre de Usuario" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Repita la nueva contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Resistencia de la contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Directorio" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Cambiar" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Pulse aquà para cambiar su contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Correcto" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Su contraseña se ha cambiado correctamente." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Introduzca su dirección de correo actual en el campo debajo y presione el " +"botón 'Cambiar'" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +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 "Detectado conflicto de Bloqueos" @@ -5626,6 +5408,26 @@ msgstr "" msgid "Read only" msgstr "Solo lectura" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Por favor use su nombre de usuario y contraseña para iniciar sesión en el " +"sistema de administración." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Olvidé la contraseña" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/es_CO/fusiondirectory.po b/locale/es_CO/fusiondirectory.po index 720ca57a9a350d4c73f8b23d91d09e7b06690d6f..ea492ac763515ff20f10ff7434470d896981b99b 100644 --- a/locale/es_CO/fusiondirectory.po +++ b/locale/es_CO/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Spanish (Colombia) (https://app.transifex.com/fusiondirectory/teams/12202/es_CO/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Tipo" @@ -143,12 +143,12 @@ msgstr "Fecha" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Descripción" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "Hubo un problema descomprimiendo la información del snapshot." -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objeto" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Snapshots" @@ -281,130 +281,130 @@ msgstr "%s plantilla" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Plantilla" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "A partir de plantilla" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Crear" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "Exportar lista" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Editar" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Cortar" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Copiar" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Pegar" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Aplicar plantilla" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Borrar" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Crear 'snapshot'" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Restaurar 'snapshot'" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "Usted no tiene permitido crear un 'snashot' para %s." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "Usted no está autorizado para restaurar un 'snapshot' para %s" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -550,11 +550,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Archivo" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Line" @@ -578,35 +578,23 @@ msgstr "static" msgid "method" msgstr "método" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Trace" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Argumentos" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 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!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Enviar un reporte de fallo al equipo de FusionDirectory" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Alternar información" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -621,7 +609,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Nombre de la plantilla" @@ -645,7 +633,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -665,9 +653,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Acceder" @@ -741,14 +728,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Dirección de correo" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Recuperación de contraseña" @@ -795,7 +781,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1181,7 +1167,7 @@ msgstr "Agregar" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Borrar" @@ -1481,12 +1467,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "Tipo desconocido: %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "¡dn: %s Inexsitente!" @@ -1675,68 +1661,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "Configuraciones de Plantilla" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Este es el nombre de la plantilla" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "Solo la pestaña principal puede calcular dn" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, 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\"" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "La entrada %s no existe" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Pestaña \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1802,7 +1788,7 @@ msgid "Manage access control lists" msgstr "Administrar listas de control de acceso" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "Roles ACL" @@ -1823,14 +1809,14 @@ msgstr "¡Entrada desconocida '%s'!" msgid "All users" msgstr "Todos los usuarios" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1842,9 +1828,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Precacuión" @@ -1996,502 +1981,545 @@ msgstr "" msgid "Edit anyway" msgstr "Editar de todos modos" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nombre" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Versión" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Estado" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Panel" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Dominio" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "dominio" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organización" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "organización" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Departamento" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Divisiones" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "división" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Propiedades" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Nombre de %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Un nombre para este %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "Una descripción de este %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "categorÃa" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "CategorÃa de este %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Mánager" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "Mánager de este %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Ubicación" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Estado" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "PaÃs" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Dirección" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Dirección postal de este %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Teléfono" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Número telefónico" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "Teléfono alternativo" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nombre" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Componente de Dominio" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "componente de dominio" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "paÃs" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Localidad" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "localidad" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Administrar categorÃas" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Usuarios y Grupos" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Tareas" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "Reportes" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Estado" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Grupos y Roles" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Administrar grupos y roles" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Acción disparada" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Acción programada" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Objeto grupo" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Datos del 'objeto grupo'" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "GRupo" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Nombre de este grupo" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "Una descripción corta de este grupo." -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Propietario" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Objetos miembro" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Objetos miembro de este grupo" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Confianza del Sistema" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Modo de Confianza" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Tipo de autorización para ésos equipos" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "deshabilitado" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "Acceso Completo" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "Permitir acceso a ésos equipos" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 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." -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 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." -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Miembros" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Rol" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Información del Rol" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "Rol Profesional" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:91 msgid "Description of the role" msgstr "Descripción del Rol" -#: plugins/admin/groups/class_roleGeneric.inc:95 -#: plugins/addons/dashboard/class_dashboardUsers.inc:65 -#: plugins/addons/dashboard/class_dashboardUsers.inc:71 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Teléfono" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Agregar usuarios al rol" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "Gestionar ACLs" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Gestión de ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "Gestionar permisos ACL" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "Permisos" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "Gestión de ACL para esta base" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "Permisos en el objeto o subárbol %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Panel de gestión de roles ACL" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Modo" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.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?" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Subárbol" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Base únicamente" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Rol a aplicar" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Para todos los usuarios" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "Aplicar este ACL a todos los usuarios de LDAP" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "Usuarios o grupos a los cuales asignar este rol" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2500,81 +2528,80 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "Gestionar ACLs" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Bloquear usuarios" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Desbloquear usuarios" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Usuarios" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Administrar usuarios" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2583,1774 +2610,1658 @@ msgstr "" "El método de contraseña \"%s\" no soporta bloqueos. ¡La cuenta \"%s\" no se " "ha bloqueado!" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Contiene configuraciones para ésos objetos: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Roles de control de acceso." -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "Rol ACL" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Un nombre para este rol" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "Una descripción corta para este rol" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "ACLs" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACLs que son parte de este grupo" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "No hay configuraciones ACL para esta categorÃa" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL para ésos objetos: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Editar categiorÃa ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Restablecer categorÃa ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Lista de categorÃas ACL disponibles" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Todos los objetos en el subárbol actual." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "Administración de Roles \"ACL\"" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Programación" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Correo Electrónico" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Habilitar snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -"Permite que usted salve ciertos estados o entradas para luego restaurarlas." -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Base para Snapshot " - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Configuración de 'plugins'" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Correo del remitente" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "Configuración de plugins de FusionDirectory" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "Dirección desde donde se enviarán los correos." -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Grupos" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "Grupos RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Rama de LDAP donde ser almacenarán los Grupos" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "Configuración del Panel" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "FusionDirectory panel de configuración de plugins." +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Panel nombre del esquema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "Cantidad de dÃgitos" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "Cantidad de dÃgitos a usar después del prefijo." +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "Prefijos" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" -msgstr "Prefijos que se usarán para las 'id' de computadoras." +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "Panel de usuarios expirados" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "Cantidad de dÃas" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" 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/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "Configuración de plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Editar grupos y roles del usuario" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "Configuraciones para la caracterÃstica de recuperación de contraseña." +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Pertenencia a Roles" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "Configuración de \"Recuperación de Contraseña\"" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Habilitar recuperación de contraseña." +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Correo del remitente" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "Dirección desde donde se enviarán los correos." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Tipo de contraseña" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Vigencia del 'Link' (minutos)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Tipo de 'hash' para la contraseña" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Cantidad de tiempo antes que el link para recuperar expire." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Contraseña" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "'Salt' para 'tokens''" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Contraseña (deje vacÃo si usted no desea cambiarla)" -#: plugins/config/class_recoveryConfig.inc:67 -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_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Su contraseña de nuevo" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Habilitar el uso de correos alternativos" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Igual a la contraseña anterior para evitar errores" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Cuenta de Usuario" - -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Correo principal" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Asunto" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Asunto del correo principal" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Enlace para recuperar contraseña" - -#: plugins/config/class_recoveryConfig.inc:96 -#, 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_recoveryConfig.inc:97 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, 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." +msgid "Too many elements in array value: %d instead of %d" 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:100 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, 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." +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Email secundario" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Asunto del email secundario" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] ¡Recuperación de contraseña satisfactoria!" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Mensaje (%s es cuenta de usuario)" - -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" 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:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -"Hola,\n" -"\n" -"Su contraseña se ha cambiado.\n" -"Su cuenta de usuario sigue siendo %s." -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Usuario" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Información de Cuentas de Usuario" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" -msgstr "" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Cuenta de Usuario" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Información personal" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Apellido" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Apellido de este usuario" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Cuándo llamar este comando" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Primer nombre" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Primer nombre de este usuario" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:104 +msgid "" +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "La lÃnea de comandos que será usada" - -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Configuración" - -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "Configuración de FusionDirectory" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "Descripción corta para éste usuario" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "Imagen" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Look and feel" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "El avatar para este usuario" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Idioma" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "Información de contacto Profesional" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Dirección postal de trabajo" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Plantilla" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Habitación Nro." -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Plantilla a utilizar" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Número de habitación" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Zona Horaria" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Número telefónico de trabajo" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "Zona Horaria a utilizar" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Celular" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "Configuración del 'Núcleo'" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "Celular de trabajo" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "Tamaño lÃmite LDAP" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "BÃper" -#: plugins/config/class_configInLdap.inc:82 -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/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "BÃper laboral" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Editar bloqueo" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "Nro. Fax de trabajo" -#: plugins/config/class_configInLdap.inc:88 -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/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Página web" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Habilitar escritura de logs" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "Página web personal" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "Escritura de eventos en logs de FusionDirectory" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Información de cuenta" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "Validación del esquema 'LDAP'" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Usuario" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "" -"Habilita la validación del esquema 'LDAP' durante el inicio de sesión." +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "Cuenta de este usuario" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Idioma preferido" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Contraseña del usuario" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Configuraciones de Contraseña" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Información de contacto 'Personal'" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Nombre a Mostrar" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "'hash' de contraseña por defecto." - -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "'hash' por defecto" - -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "Forzar 'hash' por defecto" - -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "Forzar el uso del 'hash' de Contraseña por defecto." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "Dirección personal" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Longitud mÃnima de contraseña" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Código postal" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Longitud máxima de contraseña para usuarios" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Teléfono personal" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "Diferencia mÃnima entre contraseñas" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Teléfono de domicilio personal" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "" -"Cantidad mÃnima de caracteres distintos a partir de la última contraseña" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Información Profesional" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "Expiración de la cuenta de usuario" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Tratamiento 'Sr, Sra...'" -#: plugins/config/class_configInLdap.inc:142 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" 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:146 -msgid "SASL Realm" -msgstr "SASL Realm" - -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "SASL Exop" - -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Valor que será almacenado en el atributo 'userPassword'" - -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Cuenta de Usuario y sesión" +"Tratamiento 'Dr, Ing, Sr, Sra ...' en un contexto profesional. Cada " +"tratamiento es un valor de sus múltiples atributos." -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -"Que atributo LDAP deberÃa usarse como 'cuenta de usuario' en el inicio de " -"sesión." - -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Forzar las conexiones encriptadas" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -"Habilita revisiones de seguridad con PHP para forzar el acceso encriptado " -"(https) en la interfaz web." -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Alertar si la sesión no se encuentra encriptada" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "División No." -#: plugins/config/class_configInLdap.inc:172 -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/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Número de División" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Tiempo de vida de la sesión " +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Empleado N°" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Número de empleado" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Tipo de empleado" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" - -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "Ruta de la llave " +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Código Postal" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -"Ruta donde se encuentra la llave de FusionDirectory. Por el momento, sin " -"uso." - -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "Ruta del certificado" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "Ruta donde se encuentra el certificado. Por el momento, sin uso." - -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "Path del certificado CA" - -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" -"Ruta del certificado CA. Se utiliza para validar el equipo con el 'Servidor " -"Argonaut'." +#: plugins/personal/generic/class_user.inc:506 +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:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:517 +#, 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/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Equipo" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "La contraseña está en el historial de viejas contraseñas." -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Puerto" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" +msgstr "La contraseña no será cambiada por este valor" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:545 +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:232 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:547 +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:232 -msgid "CAS context to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nueva contraseña" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" -msgstr "" +#: plugins/personal/generic/class_user.inc:551 +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:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/personal/generic/class_user.inc:555 +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:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "Almacenamiento de 'Usuarios' y 'Grupos'" - -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "Atributo DN para 'Usuarios'" - -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" -msgstr "Patrón para CN" - -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" -msgstr "Este es el patrón que se usará para crear el campo de 'nombre común'" - -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Politica de nombres" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "Habilita la validación estricta de nombres para usuarios o grupos." - -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr "Usuarios RDN" - -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "La rama donde los usuarios están guardados." - -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "ACL Rol RDN" - -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "La rama donde los rol ACL están almacenados." - -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Rastreo de errores" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "Tiempo máximo de consultas LDAP." +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Importar" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -"Detenga las acciones sobre LDAP si no hay respuesta después del tiempo " -"especificado en segundos." - -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Escribir logs de las estadÃsticas LDAP." -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -"Registrar estadÃsticas de tiempo de LDAP en 'syslog'. Esto puede ser útil " -"para encontrar problemas o filtros de búsqueda erróneos." -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Nivel del 'Rastreo de Errores'" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" +msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Mostrar determinados datos en cada página de carga." +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" +msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Miscelánea" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Muestra un resumen en los listados." +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -"Determina cuando una barra de estado será mostrada al final de listas, en un" -" resumen corto y cantidad de elementos en la lista." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" -msgstr "Mostrar pestaña de ACL en todos los objetos." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -"Para el uso de permisos ACLs muy especÃficos usted podrÃa requerir dar " -"acceso en un objeto particular." -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automático" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Grupo %s" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "Rol %s" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Habilitar snapshots" + +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +"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_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Versión" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Base para Snapshot " + +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" 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 "Panel" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "EstadÃsticas" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "EstadÃsticas de los usuarios" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "EstadÃsticas de usuario" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Configuración de 'plugins'" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "EstadÃsticas de los grupos" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "Configuración de plugins de FusionDirectory" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Cuentas expiradas" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Grupos" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Usuario" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "Grupos RDN" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +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 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Correo Electrónico" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 -#, php-format -msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" -msgstr "" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "Configuración de plugins" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format -msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Configuraciones para la caracterÃstica de recuperación de contraseña." -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Configuración de \"Recuperación de Contraseña\"" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Habilitar recuperación de contraseña." -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Vigencia del 'Link' (minutos)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Cantidad de tiempo antes que el link para recuperar expire." -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "'Salt' para 'tokens''" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +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/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Habilitar el uso de correos alternativos" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Cuenta de Usuario" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Correo principal" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Asunto" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Asunto del correo principal" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Enlace para recuperar contraseña" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Mensaje (primer %s es Cuenta de usuario, el segundo es 'Enlace')" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_recoveryConfig.inc:97 +#, 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 "" +"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/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:100 +#, 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/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Email secundario" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Asunto del email secundario" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] ¡Recuperación de contraseña satisfactoria!" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Importar" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "Mensaje (%s es cuenta de usuario)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"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/addons/subscription/class_subscriptionInfo.inc:133 +#: plugins/configuration/core/class_recoveryConfig.inc:119 #, php-format msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Cuándo llamar este comando" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Programación" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "La lÃnea de comandos que será usada" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Configuración" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "Configuración de FusionDirectory" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Look and feel" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Idioma" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Plantilla" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Plantilla a utilizar" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Zona Horaria" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "Zona Horaria a utilizar" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "Configuración del 'Núcleo'" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "Tamaño lÃmite LDAP" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +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/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Editar bloqueo" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:88 +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/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Habilitar escritura de logs" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "Escritura de eventos en logs de FusionDirectory" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" +msgstr "Validación del esquema 'LDAP'" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" +"Habilita la validación del esquema 'LDAP' durante el inicio de sesión." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Configuraciones de Contraseña" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Editar grupos y roles del usuario" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "'hash' de contraseña por defecto." -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "'hash' por defecto" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Pertenencia a Roles" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "Forzar 'hash' por defecto" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Forzar el uso del 'hash' de Contraseña por defecto." -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Longitud mÃnima de contraseña" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Longitud máxima de contraseña para usuarios" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "Diferencia mÃnima entre contraseñas" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" +"Cantidad mÃnima de caracteres distintos a partir de la última contraseña" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "Expiración de la cuenta de usuario" + +#: plugins/configuration/core/class_configInLdap.inc:142 +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/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Tipo de contraseña" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "SASL Realm" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Tipo de 'hash' para la contraseña" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Valor que será almacenado en el atributo 'userPassword'" + +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Cuenta de Usuario y sesión" + +#: plugins/configuration/core/class_configInLdap.inc:160 +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/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Forzar las conexiones encriptadas" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Contraseña (deje vacÃo si usted no desea cambiarla)" +#: plugins/configuration/core/class_configInLdap.inc:167 +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/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Su contraseña de nuevo" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Alertar si la sesión no se encuentra encriptada" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Igual a la contraseña anterior para evitar errores" +#: plugins/configuration/core/class_configInLdap.inc:172 +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/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Tiempo de vida de la sesión " + +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "Ruta de la llave " + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" +"Ruta donde se encuentra la llave de FusionDirectory. Por el momento, sin " +"uso." -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Usuario" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "Ruta del certificado" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Información de Cuentas de Usuario" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "Ruta donde se encuentra el certificado. Por el momento, sin uso." -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "Cuenta de Usuario" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "Path del certificado CA" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" +"Ruta del certificado CA. Se utiliza para validar el equipo con el 'Servidor " +"Argonaut'." -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Información personal" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Apellido" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Equipo" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Apellido de este usuario" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Primer nombre" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Puerto" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Primer nombre de este usuario" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "Descripción corta para éste usuario" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "Imagen" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "El avatar para este usuario" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" +msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "Información de contacto Profesional" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." +msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Dirección postal de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Habitación Nro." +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Número de habitación" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "Almacenamiento de 'Usuarios' y 'Grupos'" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Número telefónico de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "Atributo DN para 'Usuarios'" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Celular" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "Celular de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "Patrón para CN" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "BÃper" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "Este es el patrón que se usará para crear el campo de 'nombre común'" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "BÃper laboral" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" -msgstr "Nro. Fax de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Página web" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Politica de nombres" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "Página web personal" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" +msgstr "Habilita la validación estricta de nombres para usuarios o grupos." -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Información de cuenta" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "Usuarios RDN" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" -msgstr "Cuenta de este usuario" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "La rama donde los usuarios están guardados." -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Idioma preferido" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "ACL Rol RDN" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Contraseña del usuario" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "La rama donde los rol ACL están almacenados." -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Información de contacto 'Personal'" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Nombre a Mostrar" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "Dirección personal" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Código postal" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Teléfono personal" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Teléfono de domicilio personal" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Información Profesional" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "Tratamiento 'Sr, Sra...'" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Rastreo de errores" + +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:310 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." 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:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "Tiempo máximo de consultas LDAP." + +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" +"Detenga las acciones sobre LDAP si no hay respuesta después del tiempo " +"especificado en segundos." -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Escribir logs de las estadÃsticas LDAP." + +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" +"Registrar estadÃsticas de tiempo de LDAP en 'syslog'. Esto puede ser útil " +"para encontrar problemas o filtros de búsqueda erróneos." -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "División No." +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Nivel del 'Rastreo de Errores'" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Número de División" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Mostrar determinados datos en cada página de carga." -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Empleado N°" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Número de empleado" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Miscelánea" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Tipo de empleado" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Muestra un resumen en los listados." -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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 "" +"Determina cuando una barra de estado será mostrada al final de listas, en un" +" resumen corto y cantidad de elementos en la lista." -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "Mostrar pestaña de ACL en todos los objetos." -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" +"Para el uso de permisos ACLs muy especÃficos usted podrÃa requerir dar " +"acceso en un objeto particular." -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Código Postal" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Usted no tiene permitido cambiar su propia contraseña." +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -"Usted debe esperar %d segundos antes de cambiar su contraseña de nuevo." -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "La contraseña está en el historial de viejas contraseñas." +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" -msgstr "La contraseña no será cambiada por este valor" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "Usted debe especificar su contraseña actual para poder proceder." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -"Las contraseñas que usted ingresó como \"Nueva contraseña\" y \"Repetir " -"nueva contraseña\" no coinciden." -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nueva contraseña" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automático" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "La contraseña anterior y la nueva son muy parecidas." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Grupo %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Rol %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" -"La contraseña posiblemente contiene caracteres 'Unicoide' que son " -"problemáticos." #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5075,13 +4986,13 @@ msgstr "¡Parámetro \"%s\" de plugin inválido!" msgid "No session found!" msgstr "¡No se encuentra la sesión!" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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." @@ -5089,112 +5000,18 @@ 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/acl/remove.tpl.c:8 +#: plugins/management/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/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Mostrar/Ocultar configuraciones avanzadas" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "Completar objeto" -#: 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 are no expired accounts" -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] "" -msgstr[2] "" - -#: 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/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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -msgid "There is no %1 group" -msgstr "No existe el grupo %1" - -#: 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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -msgid "None of them have a %1 account" -msgstr "Ninguno de ellos tiene una %1 cuenta" - #: 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>" @@ -5397,133 +5214,14 @@ msgstr "Seleccionar todo" msgid "Show changes" msgstr "Mostrar cambios" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Recuperar contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Nombre de usuario" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Repetir nueva contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Seguridad de la contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Directorio" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Cambio" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Clic aquà para cambiar su contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Realizado con éxito" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Su contraseña ha sido cambiada con éxito." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Ingrese su dirección de correo actual en el siguiente campo y presione el " -"botón 'Cambiar'." - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" -"La recuperación de contraseña no está disponible. Si usted perdió su " -"contraseña por favor contacte a su administrador." - -#: ihtml/themes/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Por favor ingrese su usuario y contraseña para acceder al sistema de " -"administración." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Olvidé la contraseña" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"Su navegador tiene las cookies deshabilitadas. ¡Por favor habilÃtelas y " -"recarge la página antes de iniciar sesión!" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Clic aquà para ingresar" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: 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" @@ -5605,6 +5303,90 @@ msgstr "Crear un nuevo objeto utilizando plantillas" msgid "Continue" msgstr "Continuar" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Recuperar contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Nombre de usuario" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Repetir nueva contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Seguridad de la contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Directorio" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Cambio" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Clic aquà para cambiar su contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Realizado con éxito" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Su contraseña ha sido cambiada con éxito." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Ingrese su dirección de correo actual en el siguiente campo y presione el " +"botón 'Cambiar'." + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +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" @@ -5628,6 +5410,26 @@ msgstr "" msgid "Read only" msgstr "Solo lectura" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Por favor ingrese su usuario y contraseña para acceder al sistema de " +"administración." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Olvidé la contraseña" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/es_VE/fusiondirectory.po b/locale/es_VE/fusiondirectory.po index e33c1ba8e781bc9f605fd90c0a15960aa540580b..1842ec2c59e6bf13d57545a825a33da012fbbf32 100644 --- a/locale/es_VE/fusiondirectory.po +++ b/locale/es_VE/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Spanish (Venezuela) (https://app.transifex.com/fusiondirectory/teams/12202/es_VE/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Tipo" @@ -143,12 +143,12 @@ msgstr "Fecha" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Descripción" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "Hubo un problema descomprimiendo la información del snapshot." -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objeto" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Snapshots" @@ -281,130 +281,130 @@ msgstr "%s plantilla" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Plantilla" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "A partir de plantilla" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Crear" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "Exportar lista" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Editar" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Mover" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Copiar" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Pegar" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Aplicar plantilla" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Eliminar" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Crear instantánea" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Recuperar instantanea" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "No tiene permisos para crear una instantanea para %s." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "No tiene permisos para recuperar una instantanea para %s." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -550,11 +550,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Archivo" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Linea" @@ -578,36 +578,24 @@ msgstr "estático" msgid "method" msgstr "método" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Traza" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Argumentos" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" "¡La generación de esta página ha provocado errores en el interprete PHP!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Enviar informe de errores al equipo de FusionDirectory" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Modificar información" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -622,7 +610,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Nombre de la plantilla" @@ -646,7 +634,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -666,9 +654,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Entrando" @@ -743,14 +730,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Dirección de correo" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Recuperación de clave" @@ -797,7 +783,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1182,7 +1168,7 @@ msgstr "Añadir" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Eliminar" @@ -1482,12 +1468,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "Tipo desconocido: %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "¡dn: %s Inexsitente!" @@ -1676,68 +1662,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "Configuraciones de Plantilla" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Este es el nombre de la plantilla" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "Solo la pestaña principal puede calcular dn" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, 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\"" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "La entrada %s no existe" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Pestaña \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1803,7 +1789,7 @@ 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:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "Roles ACL" @@ -1824,14 +1810,14 @@ msgstr "¡Entrada desconocida '%s'!" msgid "All users" msgstr "Todos los usuarios" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1843,9 +1829,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Aviso" @@ -1999,502 +1984,545 @@ msgstr "" msgid "Edit anyway" msgstr "Editar de cualquier manera" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nombre" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Versión" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Estado" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Panel" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Dominio" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "dominio" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organización" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "organización" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Departamento" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Departamentos" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "departamento" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Propiedades" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Nombre de %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Un nombre para este %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "Una descripción de este %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "CategorÃa" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "CategorÃa de este %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Gestor" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "Mánager de este %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Localización" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Provincia" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "PaÃs" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Dirección" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Dirección postal de este %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Teléfono" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Número de teléfono" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "Teléfono alternativo" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nombre" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Componentes del dominio" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "componente de dominio" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "paÃs" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Localidad" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "localidad" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Administrar categorÃas" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Usuarios y grupos" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Tareas" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "Reportes" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Estado" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Grupos y Roles" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Administrar grupos y roles" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Acción disparada" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Acción programada" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Grupo de objetos" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Datos del 'objeto grupo'" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Grupo" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Nombre de este grupo" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "Una descripción corta de este grupo." -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Propietario" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Objetos miembros" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Objetos miembro de este grupo" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Sistema de seguridad" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Modo seguro" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Tipo de autorización para ésos equipos" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "desactivado" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "Acceso sin restricciones" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "Permitir el acceso a estos equipos" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 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." -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 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." -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Miembros" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Rol" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Información del Rol" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "Rol Profesional" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:91 msgid "Description of the role" msgstr "Descripción del Rol" -#: plugins/admin/groups/class_roleGeneric.inc:95 -#: plugins/addons/dashboard/class_dashboardUsers.inc:65 -#: plugins/addons/dashboard/class_dashboardUsers.inc:71 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Número de teléfono" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Número de Fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Agregar usuarios al rol" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "Gestionar ACLs" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Asignación de ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "Gestionar permisos ACL" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "Permisos" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "Gestión de ACL para esta base" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "Permisos en el objeto o subárbol %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Panel de gestión de roles ACL" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Modo" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.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?" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Subárbol" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Base únicamente" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Rol a aplicar" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Para todos los usuarios" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "Aplicar este ACL a todos los usuarios de LDAP" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "Usuarios o grupos a los cuales asignar este rol" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2503,81 +2531,80 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "Gestionar ACLs" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Bloquear usuarios" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Desbloquear usuarios" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Usuarios" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Gestión de usuarios" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2586,1773 +2613,1657 @@ msgstr "" "El método de contraseña \"%s\" no soporta bloqueos. ¡La cuenta \"%s\" no se " "ha bloqueado!" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Tiene configuraciones de los siguientes objetos: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Roles de control de acceso" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "Rol ACL" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Un nombre para este rol" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "Una descripción corta para este rol" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "ACLs" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACLs que son parte de este grupo" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "No hay ACL configuradas en esta categorÃa" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACLs que tienen estos objetos: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Editar la categorÃa ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Eliminar la categorÃa ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Lista de categorÃas ACL disponibles" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Todos los objetos en el subárbol actual" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "Administración de Roles \"ACL\"" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Programación" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Correo Electrónico" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Activar instantaneas" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -"Permite que usted salve ciertos estados o entradas para luego restaurarlas." -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Base de instantaneas" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Configuración de 'plugins'" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Correo del remitente" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "Configuración de plugins de FusionDirectory" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "Dirección desde donde se enviarán los correos." -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Grupos de objetos" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "Grupos RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Rama de LDAP donde ser almacenarán los Grupos" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "Configuración del Panel" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "FusionDirectory panel de configuración de plugins." +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Panel nombre del esquema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "Cantidad de dÃgitos" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "Cantidad de dÃgitos a usar después del prefijo." +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "Prefijos" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" -msgstr "Prefijos que se usarán para las 'id' de computadoras." +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "Panel de usuarios expirados" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "Cantidad de dÃas" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" 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/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "Configuración de plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Editar grupos y roles del usuario" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "Configuraciones para la caracterÃstica de recuperación de contraseña." +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Pertenencia a Roles" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "Opciones de recuperación de clave" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Habilitar recuperación de contraseña." +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Correo del remitente" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "Dirección desde donde se enviarán los correos." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Metodo de contraseña" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Vigencia del 'Link' (minutos)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Tipo de 'hash' para la contraseña" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Cantidad de tiempo antes que el link para recuperar expire." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Contraseña" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "'Salt' para 'tokens''" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Contraseña (deje vacÃo si usted no desea cambiarla)" -#: plugins/config/class_recoveryConfig.inc:67 -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_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Su contraseña de nuevo" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Habilitar el uso de correos alternativos" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Igual a la contraseña anterior para evitar errores" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Atributo de inicio de sesión" - -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Correo principal" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Asunto" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Asunto del correo principal" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Enlace de recuperación de clave" - -#: plugins/config/class_recoveryConfig.inc:96 -#, 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_recoveryConfig.inc:97 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, 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." +msgid "Too many elements in array value: %d instead of %d" 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:100 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, 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." +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Email secundario" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Asunto del email secundario" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Recuperación de clave realizada con exito" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Mensaje (%s es cuenta de usuario)" - -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" 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:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -"Saludos,\n" -"\n" -"Su clave ha sido cambiada.\n" -"Su nombre de usuario aun es %s." -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Usuario" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Información de Cuentas de Usuario" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" -msgstr "" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Cuenta de Usuario" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Información personal" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Apellido" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Apellido de este usuario" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Cuándo llamar este comando" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Nombre" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Primer nombre de este usuario" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:104 +msgid "" +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "La lÃnea de comandos que será usada" - -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Configuración" - -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "Configuración de FusionDirectory" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "Descripción corta para éste usuario" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "Imagen" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Temas y apariencia" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "El avatar para este usuario" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Idioma" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "Información de contacto Profesional" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Dirección postal de trabajo" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Tema" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Número sala" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Plantilla a utilizar" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Número de habitación" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Zona de uso horario" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Número telefónico de trabajo" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "Zona Horaria a utilizar" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Móvil" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "Configuración del 'Núcleo'" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "Celular de trabajo" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "Tamaño lÃmite LDAP" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Buscapersonas" -#: plugins/config/class_configInLdap.inc:82 -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/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "BÃper laboral" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Editar bloqueo" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "Nro. Fax de trabajo" -#: plugins/config/class_configInLdap.inc:88 -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/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Página Web" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Habilitar escritura de logs" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "Página web personal" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "Escritura de eventos en logs de FusionDirectory" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Información de cuenta" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "Validación del esquema 'LDAP'" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Inicio" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "" -"Habilita la validación del esquema 'LDAP' durante el inicio de sesión." +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "Cuenta de este usuario" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Idioma preferido" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Contraseña del usuario" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Parámetros de Contraseña" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Información de contacto 'Personal'" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Nombre a Mostrar" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "'hash' de contraseña por defecto." - -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "'hash' por defecto" - -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "Forzar 'hash' por defecto" - -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "Forzar el uso del 'hash' de Contraseña por defecto." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "Dirección personal" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Longitud mÃnima de la contraseña" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Dirección Postal personal" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Longitud máxima de contraseña para usuarios" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Teléfono privado" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "Diferencia mÃnima entre contraseñas" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Número de teléfono personal" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "" -"Cantidad mÃnima de caracteres distintos a partir de la última contraseña" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Información corporativa" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "Usar caducidad de cuenta" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "TÃtulo" -#: plugins/config/class_configInLdap.inc:142 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" 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:146 -msgid "SASL Realm" -msgstr "SASL Realm" - -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "SASL Exop" - -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Valor que será almacenado en el atributo 'userPassword'" - -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Inicio y sesión" +"Tratamiento 'Dr, Ing, Sr, Sra ...' en un contexto profesional. Cada " +"tratamiento es un valor de sus múltiples atributos." -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -"Que atributo LDAP deberÃa usarse como 'cuenta de usuario' en el inicio de " -"sesión." - -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Forzar conexiones seguras" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -"Habilita revisiones de seguridad con PHP para forzar el acceso encriptado " -"(https) en la interfaz web." -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Avisar si la sesión no esta codificada" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Número departamento" -#: plugins/config/class_configInLdap.inc:172 -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/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Número del departamento" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Duración de sesiones." +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Número empleado" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Número de empleado" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "CategorÃa profesional" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" - -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "Ruta de la llave " +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Código Postal" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -"Ruta donde se encuentra la llave de FusionDirectory. Por el momento, sin " -"uso." - -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "Ruta del certificado" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "Ruta donde se encuentra el certificado. Por el momento, sin uso." - -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "Path del certificado CA" - -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" -"Ruta del certificado CA. Se utiliza para validar el equipo con el 'Servidor " -"Argonaut'." +#: plugins/personal/generic/class_user.inc:506 +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:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:517 +#, 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/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Nombre de equipo" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "La contraseña está en el historial de viejas contraseñas." -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Puerto" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" +msgstr "La contraseña no será cambiada por este valor" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:545 +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:232 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:547 +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:232 -msgid "CAS context to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nueva contraseña" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/personal/generic/class_user.inc:551 +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:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" -msgstr "" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "La clave contiene caracteres unicode posiblemente problemáticos!" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "Almacén de grupos y usuarios" - -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "Atributo 'dn' de los usuarios" - -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" -msgstr "Patrón para CN" - -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" -msgstr "Este es el patrón que se usará para crear el campo de 'nombre común'" - -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Politica de nombres" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "Habilita la validación estricta de nombres para usuarios o grupos." - -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr "Usuarios RDN" - -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "La rama donde los usuarios están guardados." - -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "ACL Rol RDN" - -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "La rama donde los rol ACL están almacenados." - -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Depurando" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "Tiempo de consulta máxima de LDAP" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Importar" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -"Detenga las acciones sobre LDAP si no hay respuesta después del tiempo " -"especificado en segundos." - -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Registrar estadÃsticas LDAP" -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -"Registrar estadÃsticas de tiempo de LDAP en 'syslog'. Esto puede ser útil " -"para encontrar problemas o filtros de búsqueda erróneos." -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Nivel de depuración" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" +msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Mostrar determinados datos en cada página de carga." +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" +msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Varios" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Mostrar resumen en listados" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -"Determina cuando una barra de estado será mostrada al final de listas, en un" -" resumen corto y cantidad de elementos en la lista." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" -msgstr "Mostrar pestaña de ACL en todos los objetos." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -"Para el uso de permisos ACLs muy especÃficos usted podrÃa requerir dar " -"acceso en un objeto particular." -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automatico" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Grupo %s" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "Rol %s" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Activar instantaneas" + +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +"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/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Versión" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Base de instantaneas" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" 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 "Panel" - -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "EstadÃsticas" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "EstadÃsticas de los usuarios" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "EstadÃsticas de usuario" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Configuración de 'plugins'" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "EstadÃsticas de los grupos" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "Configuración de plugins de FusionDirectory" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Cuentas expiradas" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Grupos de objetos" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Inicio" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "Grupos RDN" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +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 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Correo Electrónico" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 -#, php-format -msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" -msgstr "" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "Configuración de plugins" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format -msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Configuraciones para la caracterÃstica de recuperación de contraseña." -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Opciones de recuperación de clave" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Habilitar recuperación de contraseña." -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Vigencia del 'Link' (minutos)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Cantidad de tiempo antes que el link para recuperar expire." -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "'Salt' para 'tokens''" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +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/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Habilitar el uso de correos alternativos" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Atributo de inicio de sesión" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Correo principal" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Asunto" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Asunto del correo principal" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Enlace de recuperación de clave" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Mensaje (primer %s es Cuenta de usuario, el segundo es 'Enlace')" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_recoveryConfig.inc:97 +#, 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 "" +"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/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:100 +#, 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/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Email secundario" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Asunto del email secundario" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Recuperación de clave realizada con exito" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Importar" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "Mensaje (%s es cuenta de usuario)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"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/addons/subscription/class_subscriptionInfo.inc:133 +#: plugins/configuration/core/class_recoveryConfig.inc:119 #, php-format msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Cuándo llamar este comando" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Programación" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "La lÃnea de comandos que será usada" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Configuración" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "Configuración de FusionDirectory" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Temas y apariencia" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Idioma" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Tema" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Plantilla a utilizar" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Zona de uso horario" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "Zona Horaria a utilizar" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "Configuración del 'Núcleo'" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "Tamaño lÃmite LDAP" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +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/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Editar bloqueo" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:88 +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/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Habilitar escritura de logs" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "Escritura de eventos en logs de FusionDirectory" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" +msgstr "Validación del esquema 'LDAP'" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" +"Habilita la validación del esquema 'LDAP' durante el inicio de sesión." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Parámetros de Contraseña" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Editar grupos y roles del usuario" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "'hash' de contraseña por defecto." -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "'hash' por defecto" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Pertenencia a Roles" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "Forzar 'hash' por defecto" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Forzar el uso del 'hash' de Contraseña por defecto." -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Longitud mÃnima de la contraseña" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Longitud máxima de contraseña para usuarios" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "Diferencia mÃnima entre contraseñas" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" +"Cantidad mÃnima de caracteres distintos a partir de la última contraseña" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "Usar caducidad de cuenta" + +#: plugins/configuration/core/class_configInLdap.inc:142 +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/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Metodo de contraseña" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "SASL Realm" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Tipo de 'hash' para la contraseña" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Valor que será almacenado en el atributo 'userPassword'" + +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Inicio y sesión" + +#: plugins/configuration/core/class_configInLdap.inc:160 +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/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Forzar conexiones seguras" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Contraseña (deje vacÃo si usted no desea cambiarla)" +#: plugins/configuration/core/class_configInLdap.inc:167 +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/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Su contraseña de nuevo" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Avisar si la sesión no esta codificada" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Igual a la contraseña anterior para evitar errores" +#: plugins/configuration/core/class_configInLdap.inc:172 +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/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Duración de sesiones." + +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "Ruta de la llave " + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" +"Ruta donde se encuentra la llave de FusionDirectory. Por el momento, sin " +"uso." -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Usuario" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "Ruta del certificado" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Información de Cuentas de Usuario" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "Ruta donde se encuentra el certificado. Por el momento, sin uso." -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "Cuenta de Usuario" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "Path del certificado CA" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" +"Ruta del certificado CA. Se utiliza para validar el equipo con el 'Servidor " +"Argonaut'." -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Información personal" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Apellido" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Nombre de equipo" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Apellido de este usuario" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Nombre" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Puerto" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Primer nombre de este usuario" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "Descripción corta para éste usuario" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "Imagen" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "El avatar para este usuario" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" +msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "Información de contacto Profesional" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." +msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Dirección postal de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Número sala" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Número de habitación" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "Almacén de grupos y usuarios" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Número telefónico de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "Atributo 'dn' de los usuarios" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Móvil" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "Celular de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "Patrón para CN" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Buscapersonas" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "Este es el patrón que se usará para crear el campo de 'nombre común'" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "BÃper laboral" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" -msgstr "Nro. Fax de trabajo" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Página Web" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Politica de nombres" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "Página web personal" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" +msgstr "Habilita la validación estricta de nombres para usuarios o grupos." -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Información de cuenta" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "Usuarios RDN" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" -msgstr "Cuenta de este usuario" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "La rama donde los usuarios están guardados." -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Idioma preferido" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "ACL Rol RDN" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Contraseña del usuario" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "La rama donde los rol ACL están almacenados." -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Información de contacto 'Personal'" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Nombre a Mostrar" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "Dirección personal" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Dirección Postal personal" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Teléfono privado" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Número de teléfono personal" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Información corporativa" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "TÃtulo" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Depurando" + +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:310 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." 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:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "Tiempo de consulta máxima de LDAP" + +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" +"Detenga las acciones sobre LDAP si no hay respuesta después del tiempo " +"especificado en segundos." -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Registrar estadÃsticas LDAP" + +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" +"Registrar estadÃsticas de tiempo de LDAP en 'syslog'. Esto puede ser útil " +"para encontrar problemas o filtros de búsqueda erróneos." -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Número departamento" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Nivel de depuración" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Número del departamento" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Mostrar determinados datos en cada página de carga." -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Número empleado" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Número de empleado" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Varios" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "CategorÃa profesional" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Mostrar resumen en listados" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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 "" +"Determina cuando una barra de estado será mostrada al final de listas, en un" +" resumen corto y cantidad de elementos en la lista." -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "Mostrar pestaña de ACL en todos los objetos." -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" +"Para el uso de permisos ACLs muy especÃficos usted podrÃa requerir dar " +"acceso en un objeto particular." -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Código Postal" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Usted no tiene permitido cambiar su propia contraseña." +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -"Usted debe esperar %d segundos antes de cambiar su contraseña de nuevo." -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "La contraseña está en el historial de viejas contraseñas." +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" -msgstr "La contraseña no será cambiada por este valor" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "Necesita introducir su contraseña actual para continuar." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -"Las contraseñas que usted ingresó como \"Nueva contraseña\" y \"Repetir " -"nueva contraseña\" no coinciden." -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nueva contraseña" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automatico" -#: plugins/personal/generic/class_user.inc:521 -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/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Grupo %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Rol %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "La clave contiene caracteres unicode posiblemente problemáticos!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5072,13 +4983,13 @@ msgstr "¡Parámetro \"%s\" de plugin inválido!" msgid "No session found!" msgstr "¡No se encuentra la sesión!" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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." @@ -5086,112 +4997,18 @@ 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/acl/remove.tpl.c:8 +#: plugins/management/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/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Mostrar/ocultar caracteristicas avanzadas" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "Objeto completo" -#: 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 are no expired accounts" -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] "" -msgstr[2] "" - -#: 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/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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -msgid "There is no %1 group" -msgstr "No existe el grupo %1" - -#: 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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -msgid "None of them have a %1 account" -msgstr "Ninguno de ellos tiene una %1 cuenta" - #: 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>" @@ -5394,133 +5211,14 @@ msgstr "Seleccione todos" msgid "Show changes" msgstr "Mostrar cambios" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Clave extraviada" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Nombre de Usuario" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Repita la nueva contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Resistencia de la contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Directorio" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Cambiar" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Pulse aquà para cambiar su contraseña" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Correcto" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Su contraseña se ha cambiado correctamente." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Introduzca su dirección de correo actual en el campo debajo y presione el " -"botón 'Cambiar'" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -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/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Por favor use su nombre de usuario y contraseña para iniciar sesión en el " -"sistema de administración." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Olvidé mi clave" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"Su navegador tiene las cookies desactivadas. ¡Porfavor active las cookies y " -"recargue esta página antes de iniciar sesión!" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Pulse aquà para iniciar sesión" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: 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" @@ -5603,6 +5301,90 @@ msgstr "Crear un nuevo objeto utilizando plantillas" msgid "Continue" msgstr "Continuar" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Clave extraviada" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Nombre de Usuario" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Repita la nueva contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Resistencia de la contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Directorio" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Cambiar" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Pulse aquà para cambiar su contraseña" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Correcto" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Su contraseña se ha cambiado correctamente." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Introduzca su dirección de correo actual en el campo debajo y presione el " +"botón 'Cambiar'" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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" @@ -5626,6 +5408,26 @@ msgstr "" msgid "Read only" msgstr "Solo lectura" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Por favor use su nombre de usuario y contraseña para iniciar sesión en el " +"sistema de administración." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Olvidé mi clave" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/fa_IR/fusiondirectory.po b/locale/fa_IR/fusiondirectory.po index b5bad35d9695eefb92c759a636bc4dba2f9cd0da..6615043d8228acbc0ea24bfc3cd2e4e53f6cf660 100644 --- a/locale/fa_IR/fusiondirectory.po +++ b/locale/fa_IR/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2018\n" "Language-Team: Persian (Iran) (https://app.transifex.com/fusiondirectory/teams/12202/fa_IR/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -576,35 +576,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "دپارتمان" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "کشور" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "آدرس" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "تلÙÙ†" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "شماره Ùکس" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "پست الکترونیک" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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:105 -msgid "Second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "اطلاعات شخصی" -#: plugins/config/class_recoveryConfig.inc:116 -#, 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:94 +msgid "Last name" +msgstr "ÙØ§Ù…یل" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "نام" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 +#: plugins/personal/generic/class_user.inc:104 msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." -msgstr "" - -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "شماره اتاق." -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "شماره اتاق" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "تلÙÙ† همراه" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "پیجر" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "آدرس پستی منزل" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "شماره تماس خصوصی" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "شماره تلÙÙ† منزل" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "اطلاعات سازمان" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:209 +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:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "شماره دپارتمان." -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "شماره دپارتمان" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "شماره کارمندی." -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "شماره کارمندی" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" -msgstr "" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "کد پستی" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "" - -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" - -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" - -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "کلمه عبور جدید" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:310 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." -msgstr "" - -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "" - -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" 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/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "پست الکترونیک" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +"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/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "اطلاعات شخصی" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "ÙØ§Ù…یل" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "نام" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "شماره اتاق." +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "شماره اتاق" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "تلÙÙ† همراه" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "پیجر" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "آدرس پستی منزل" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "شماره تماس خصوصی" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "شماره تلÙÙ† منزل" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "اطلاعات سازمان" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "شماره دپارتمان." - -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "شماره دپارتمان" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "شماره کارمندی." +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "شماره کارمندی" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "کد پستی" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "کلمه عبور جدید" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4937,116 +4850,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5229,125 +5056,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5426,6 +5142,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5449,6 +5245,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/fi_FI/fusiondirectory.po b/locale/fi_FI/fusiondirectory.po index 96209b56b99e6e354646656ee2494464e3dee320..2f085513d9a41e00cd04adaa4890d77336f9353a 100644 --- a/locale/fi_FI/fusiondirectory.po +++ b/locale/fi_FI/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2021\n" "Language-Team: Finnish (Finland) (https://app.transifex.com/fusiondirectory/teams/12202/fi_FI/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Tyyppi" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Kuvaus" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Luo" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Poista" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -576,35 +576,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Sähköpostiosoite" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Varoitus" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nimi" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Ominaisuudet" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Valtio" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Maa" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Osoite" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Puhelin" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Puhelinnumero" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Faksi" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nimi" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Sähköposti" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Salasana" + +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Sukunimi" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Etunimi" + +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Mobiili" + +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:209 +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:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:142 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "Alkupäivämäärä" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" +msgstr "Loppupäivämäärä" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Portti" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" +msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "" - -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "" - -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" -msgstr "" - -#: plugins/config/class_configInLdap.inc:287 -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:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:291 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Eräpäivä" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Sähköposti" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"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/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format -msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:116 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:119 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "Alkupäivämäärä" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "Loppupäivämäärä" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Portti" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Sukunimi" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Etunimi" - -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Mobiili" - -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 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:217 -msgid "Unit" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4936,116 +4849,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5228,125 +5055,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Hakemisto" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5425,6 +5141,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Hakemisto" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5448,6 +5244,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/fr/fusiondirectory.po b/locale/fr/fusiondirectory.po index a43f417cb149f3d41a78206b232da0e0073e2ffe..ecbd58b51249584d911de6e688bfe25cab932a58 100644 --- a/locale/fr/fusiondirectory.po +++ b/locale/fr/fusiondirectory.po @@ -5,17 +5,17 @@ # # Translators: # MCMic, 2020 -# Benoit Mortier <benoit.mortier@fusiondirectory.org>, 2023 # fusiondirectory <contact@fusiondirectory.org>, 2023 +# Benoit Mortier <benoit.mortier@fusiondirectory.org>, 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" +"Last-Translator: Benoit Mortier <benoit.mortier@fusiondirectory.org>, 2025\n" "Language-Team: French (https://app.transifex.com/fusiondirectory/teams/12202/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -46,8 +46,8 @@ msgid "Columns displayed for this management list" msgstr "Colonnes affichées pour cette liste" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Type" @@ -155,12 +155,12 @@ msgstr "Date" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Description" @@ -195,11 +195,11 @@ msgstr "Restaurer un objet supprimé" msgid "Failed to create snapshot: %s" msgstr "Echec de la création d'un instantané pour %s" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "Il y a eu un problème lors de la décompression de l’instantané" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "Les données de l'instantané n'ont pas pu être récupérées" @@ -210,7 +210,7 @@ msgstr "Restauration d’instantanés" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objet" @@ -220,7 +220,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "DN de l’objet dont vous créez un instantané" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Instantanés" @@ -250,11 +250,11 @@ msgstr "Raison pour la création de cet instantané" #: include/management/snapshot/class_SnapshotCreateDialog.inc:60 msgid "dataSource - only available via web-service." -msgstr "" +msgstr "dataSource - disponible uniquement via le service Web." #: include/management/snapshot/class_SnapshotCreateDialog.inc:63 msgid "Origin / Source of the data" -msgstr "" +msgstr "Origine / Source des données" #: include/management/class_managementFilter.inc:149 #, php-format @@ -297,91 +297,91 @@ msgstr "Modèle de %s" msgid "Tabs" msgstr "Onglet" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Modèle" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "Depuis un modèle" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Créer" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "Exporter la liste" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Éditer" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Couper" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Copier" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Coller" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Appliquer un modèle" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Supprimer" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Créer un instantané" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Restaurer un instantané" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "Créer un objet depuis ce modèle" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "appliquer quand même" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "Appliquer un modèle sur un modèle n'est pas possible" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" @@ -389,40 +389,40 @@ msgstr "" "Toutes les entrées sélectionnées doivent partager le même type pour pouvoir " "leur appliquer un modèle." -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "Archiver quand même" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "L'archivage d'un modèle n'est pas possible" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "Archivage réussi" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "%dentrées ont été archivées avec succès" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "Supprimer quand même" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, 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/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, 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/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "Vous n'êtes pas autorisé à effacer l'instantané pour %s." @@ -579,11 +579,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Fichier" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Ligne" @@ -607,36 +607,24 @@ msgstr "statique" msgid "method" msgstr "méthode" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Trace" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Arguments" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 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 !" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Envoyer le rapport de bugs à l'équipe FusionDirectory" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "Icône courriel" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "Envoyer le rapport de bug" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Afficher/Cacher l'information" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "Non attrapé : %s : %s" @@ -653,7 +641,7 @@ msgstr "" "similaires" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Nom du modèle" @@ -677,7 +665,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "Échec d'enregistrement de l'événement (%s - %s): %s" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "CAS" @@ -697,9 +685,8 @@ msgstr "La connexion avec l'utilisateur «%s» a provoqué l'erreur : %s" msgid "HTML form" msgstr "Formulaire HTML" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Connexion" @@ -780,14 +767,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "Authentification HTTP basique" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Adresse de courriel" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Récupération de mot de passe" @@ -840,7 +826,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "Impossible de changer le mot de passe, utilisateur «%s» inconnu." #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1245,7 +1231,7 @@ msgstr "Ajouter" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Supprimer" @@ -1558,12 +1544,12 @@ msgstr "L'attribut %sest désactivé, sa valeur n'a pas pu être définie" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "\"%s\" n'est pas une valeur valide, devrait être \"%s\" ou \"%s\"" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "Type inconnu : %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "DN inexistant : %s" @@ -1754,42 +1740,42 @@ msgstr "La valeur \"%s\" n’est pas dans la liste des choix possibles" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "StringAttribute \"%s\" a été défini sur une valeur non compatible" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "Paramètres du modèle" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Le nom de ce modèle " -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "Seul l'onglet principal peut générer le dn" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, 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»" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info 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/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, 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" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "L'entrée %s n'existe pas" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being opened in FusionDirectory. All changes " "that may be done by others will get lost if you save this entry!" @@ -1798,30 +1784,30 @@ msgstr "" "modifications qui peuvent avoir été faites par d'autres seront perdues si " "vous sauvez cette entrée !" -#: include/simpleplugin/class_simplePlugin.inc:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "Service «%s»" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Onglet «%s»" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "Échec de la création d'un DN unique" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "Champ inconnu «%s»" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "L'heure à laquelle l'entrée a été ajoutée" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "Heure de la dernière modification de l'entrée" @@ -1889,7 +1875,7 @@ 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:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "Rôles ACL" @@ -1912,7 +1898,7 @@ msgstr "Entrée inconnue '%s' !" msgid "All users" msgstr "Tous les utilisateurs" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " @@ -1922,7 +1908,7 @@ msgstr "" "depassait la limite des objets fixé à %d. Cet utilisateur n'aura pas les " "droits ACL qu'il devrait avoir." -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1934,9 +1920,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Avertissement" @@ -2102,187 +2087,257 @@ msgstr "Le temps d'attente du verrou à été dépassé !" msgid "Edit anyway" msgstr "Éditer malgré tout" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "Gestionnaire de plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "Gestionnaire de plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "Permet de suivre les plugins installés" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "Voir pluginManager" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nom" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Version" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "Auteurs" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Statut" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "Origine" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "Fournisseur" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "URL d'assistance" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "Tableau de bord des tâches" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "Fourni un mécanisme de rapport pour les tâches" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Tableau de bord" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "Renouveler la tâche sélectionnée" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "Erreur lors de la mise à jour : \"%s\" !." + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Domaine" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "domaine" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organisme" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "organisme" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Département" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Départements" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "département" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Propriétés" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Nom de %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Un nom pour ce %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "Une courte description de %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Catégorie" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "Catégorie de %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "Site Web" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "Site Web de %s" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Responsable" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "Manager de %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Lieu" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Département" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Pays" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Adresse" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Adresse postale pour %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Téléphone" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Numéro de téléphone" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "Numéro de fax" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nom" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Composant de domaine" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "composant de domaine" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "pays" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "Code Pays" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "Un code de pays à deux lettres de la norme ISO 3166" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Lieu" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "lieu" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Gérer les départements" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," @@ -2290,321 +2345,294 @@ msgstr "" "Gérer les nÅ“uds des départements, pays, composants de domaine, domaines, " "localités et organismes" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Utilisateurs et groupes" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Tâches" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "Fourni un mécanisme pour créer et gérer des tâches" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "Tableau de bord des tâches" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "Fourni un mécanisme de rapport pour les tâches" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "Rapports" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "Renouveler la tâche sélectionnée" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "Erreur lors de la mise à jour : \"%s\" !." - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Statut" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "Modèle de mail" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "Gère les modèles de mails" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Groupes et rôles" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Gérer les groupes et rôles" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 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 " -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Déclencher une action" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Programmer une action" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, 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" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, 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" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" "Le système %s est actuellement en cours d'installation, ne peut pas " "déclencher d'action" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "Action déclenchée" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "Action appelée sans erreur (résultat : «%s»)" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "Action appelée sans erreur (résultat : \"%s\")" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Groupe d'objets" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Information du groupe d’objets" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Groupe" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Nom du groupe" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "Description courte pour ce groupe" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Propriétaire" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Objets membres" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Objets membres de ce groupe" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Systèmes" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Mode" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Type d'autorisation pour ces hôtes" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "désactivé" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "accès complet" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "permettre l'accès a ces hôtes" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 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:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" "Mettre des stations de travail et des terminaux dans le même groupe est " "interdit" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Membres" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Rôle" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Information du rôle" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "Rôle organisationel" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Information" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/groups/class_roleGeneric.inc:91 msgid "Description of the role" msgstr "Description du rôle" -#: plugins/admin/groups/class_roleGeneric.inc:95 -#: plugins/addons/dashboard/class_dashboardUsers.inc:65 -#: plugins/addons/dashboard/class_dashboardUsers.inc:71 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Numéro de téléphone" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Numéro de fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "Membres du rôle" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Ajouter des utilisateurs dans le rôle" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "Affectation ACL" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Affectation ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "Affectation des listes de contrôle d’accès" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "Affectations" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "Affectations de rôles ACL pour cette base" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "Affectations sur l'objet ou la branche %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr ", et %d autres" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "Boite de dialogue d’affectation ACL" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Boite de dialogue des affectations de rôles de contrôle d’accès" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Mode" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.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 ?" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Sous-arbre" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Base seulement" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Rôle à appliquer" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Tous les utilisateurs" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "Appliquer cette ACL pour tous les utilisateurs LDAP" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "Utilisateurs et groupes à qui appliquer cette ACL" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "Avancé" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "Avertissement" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2619,20 +2647,20 @@ msgstr "" "renvoyant trop de résultats. Si vous utilisez des masques de modèle, évitez " "de le faire sur des champs modifiables par l'utilisateur." -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "Filtre de membre" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" "Filtre LDAP auquel un membre doit correspondre pour obtenir les droits" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "Filtre cible" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." @@ -2641,63 +2669,62 @@ msgstr "" "Peut utiliser des masques de modèles pour les champs de l'utilisateur. " "Exemple: (manager = %dn%)." -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "Création d'affectation ACL" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "Créer une affectation d'ACL sur un dn arbitraire" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "Dn" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "DN pour lequel vous souhaitez ajouter des affectations" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "Impossible de trouver le dn demandé dans l'annuaire LDAP" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "Affectations ACL" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "Gestion des affectations ACL " -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "Gérer les affectations des rôles ACL aux utilisateurs" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Verrouiller les utilisateurs" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Déverrouiller les utilisateurs" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Utilisateurs" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Gérer les utilisateurs" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "Gérer les comptes utilisateurs et leurs propriétés" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2706,7 +2733,7 @@ msgstr "" "La méthode de mot de passe «%s» ne permet pas le verrouillage. Le compte " "«%s» n'a pas été verrouillé !" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " @@ -2715,1839 +2742,1713 @@ msgstr "" "Le verrouillage grâce a la méthode de mot de passe \"%s\" a échoué. Le " "compte \"%s\" n'a pas été verrouillé !" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Contient les paramètres pour ces objets : %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Rôles de contrôle d'accès (ACL)" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "Rôle ACL" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Un nom pour ce rôle" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "Description courte pour ce rôle" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "ACLs" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACLs qui font partie de ce groupe" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Pas d'ACL pour cette catégorie" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL pour ces objets : %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Éditer les catégories ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Remettre à zéro les catégories ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Liste des catégories ACL disponibles" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Tous les objets dans le sous-arbre actuel" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "Éditer l’ACL pour \"%s\"" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "Gestion des rôles ACL" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "Gérer les rôles ACL" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" -msgstr "Configuration du système de tâches de FusionDirectory" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" +msgstr "Contrôle d'accès " -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" -msgstr "Configuration des tâches" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" +msgstr "Tâches granulaires" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" -msgstr "Branche des tâches" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" +msgstr "Gestion granulaire des tâches permettant des rapports détaillés" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" -msgstr "Branche dans laquelle les tâches seront stockés" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" +msgstr "Tâches granulaires" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" -msgstr "Configuration de l'option anti-spam" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" +msgstr "Nom détaillé de la tâche" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" -msgstr "Dernier message envoyé" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" +msgstr "Nom pour cette tâche" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "Nombre maximum d'e-mails traités en une fois" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Planning" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" -msgstr "Sélectionnez le nombre maximal d'e-mails à traiter" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" +msgstr "DN associé" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " -msgstr "Intervalle de temps entre le traitement des e-mails (Minutes)" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" +msgstr "Liste DN remplie par tâches principales" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" -msgstr "" -"Sélectionnez l'intervalle de temps minimum entre le traitement des e-mails" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Courriel" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" -msgstr "Configuration des modèles de mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" +msgstr "Adresse e-mail à laquelle les messages seront envoyés" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" -msgstr "Configuration du plugin modèles de mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" +msgstr "Adresse de courriel depuis laquelle les messages seront envoyés" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" -msgstr "Branche des modèles de mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" +msgstr "Adresse e-mail BCC" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" -msgstr "Branche où seront stockés les modèles d'email" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" +msgstr "Tâches génériques" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" -msgstr "" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" +msgstr "Nom de la tâche" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" -msgstr "" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" +msgstr "Création de sous-tâches - Démarrage de cette tâche" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Activer les instantanés" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" +msgstr "Activer les sous-tâches" -#: plugins/config/class_snapshotConfig.inc:43 -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/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "Déclencher la création de cette tâche et des sous-tâches associées" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" -msgstr "" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "Réglages avancés" + +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" +msgstr "Uniquement avec les nouveaux membres" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" +"Permet la création de sous-tâches pour les « NOUVEAUX MEMBRES » uniquement. " +"(Cas du groupe dynamique)" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Base des instantanés" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" +msgstr "Tâche répétable" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." -msgstr "" -"Branche LDAP à l'intérieur de laquelle les instantanés d'objets seront " -"stockés" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." +msgstr "Définissez la tâche comme étant répétable." -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" -msgstr "" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" +msgstr "Programme répétable" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" -msgstr "" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." +msgstr "Sélectionnez l'horaire souhaité." -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" -msgstr "" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" +msgstr "Tâches Courrier" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" -msgstr "" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" +msgstr "Tâches Objet de messagerie" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" -msgstr "" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" +msgstr "Tâche Objet de messagerie" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" -msgstr "" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" +msgstr "Sélection d'un objet de modèle de courrier" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" -msgstr "" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" +msgstr "Adresse e-mail de l'expéditeur et du BCC" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" -msgstr "" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Courriel émetteur" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Configuration des plugins" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "Adresse de courriel depuis laquelle les messages seront envoyés" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "Configuration des plugins FusionDirectory" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" +msgstr "Adresse e-mail BCC" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Groupes d'objets" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "Adresse email à mettre en BCC" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "Branche des groupes" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "Destinataires Utilisateurs et/ou Groupes" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "La branche où seront stockés les groupes d'objets" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." +msgstr "Utilisateurs et groupes à qui assigner cette tâche" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" +msgstr "Type d'adresse e-mail souhaitée" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" -msgstr "Forcer la demande de mot de passe" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" +msgstr "Type de courrier - Si non trouvé, la priorité s'appliquera" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" -msgstr "" -"Utile si vous ajoutez un trigger utilisant le mot de passe et que la méthode" -" utilisée est SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" +msgstr "Sélection d'objet de type de courrier" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "Configuration du tableau de bord" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" +msgstr "Objet du mail" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "Configuration du plugin Tableau de bord pour FusionDirectory" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "Nom du modèle de mail" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Tableau de bord - Schéma de nommage" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" +msgstr "Sujet du courriel" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "Nombre de chiffres" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "Corps du modèle de courriel" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "Le nombre de chiffres à utiliser après le préfixe" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "Texte à envoyer au destinataire" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "Préfixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" +msgstr "Signature du courriel" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" -msgstr "Préfixes à utiliser pour les noms de machines" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" +msgstr "Lire reçu" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "Tableau de bord - Utilisateurs expirés" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" +msgstr "Pièces jointes" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "Nombre de jours" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" +msgstr "Le nom du fichier joint" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" -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" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "Pièce jointe" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "Importer un fichier pour cet e-mail" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "Configuration des plugins" +#: 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:26 -msgid "Recovery" -msgstr "Récupération" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" +msgstr "Appartenance aux groupes" -#: plugins/config/class_recoveryConfig.inc:28 -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:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Appartenance aux rôles" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "Paramètres de récupération de mot de passe" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "Impossible de supprimer l'appartenance au groupe %s:%s" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Activer la récupération de mot de passe" - -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" -msgstr "Activer ou non la fonctionnalité de récupération de mot de passe" - -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Courriel émetteur" - -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "Adresse de courriel depuis laquelle les messages seront envoyés" - -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Validité du lien (minutes)" - -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Nombre de minutes avant l'expiration du lien" - -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "Sel pour les jetons" - -#: plugins/config/class_recoveryConfig.inc:67 -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_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Autoriser l’utilisation des adresses de courriel alternatives" - -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their 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_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Attribut de l’identifiant" - -#: plugins/config/class_recoveryConfig.inc:79 -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/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "Impossible de supprimer l'appartenance au rôle %s:%s" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Premier message" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" +msgstr "Impossible d'ajouter l'appartenance au groupe %s:%s" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Sujet" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "Impossible d'ajouter l'appartenance au rôle %s:%s" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Sujet du premier courriel" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Méthode de mot de passe" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Lien de réinitialisation du mot de passe" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Méthode de hashage des mots de passe à utiliser" -#: plugins/config/class_recoveryConfig.inc:96 -#, 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_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Mot de passe" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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_UserPasswordAttribute.inc:49 +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:100 -#, 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_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Mot de passe (de nouveau)" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Second message" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +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:109 -msgid "Subject of the second email" -msgstr "Sujet du second courriel" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" +msgstr "Verrouillé" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Réinitialisation du mot de passe réussie !" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" +msgstr "Est ce que les comptes créés avec ce modèle seront verrouillés" -#: plugins/config/class_recoveryConfig.inc:115 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, php-format -msgid "Body (%s is login)" -msgstr "Corps du message (%s est l'identifiant)" +msgid "Too many elements in array value: %d instead of %d" +msgstr "Trop d'éléments dans la valeur du tableau %d au lieu de %d" -#: plugins/config/class_recoveryConfig.inc:116 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, 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." +msgid "Not enough elements in array value: %d instead of %d" +msgstr "Pas assez d'éléments dans la valeur du tableau: %d au lieu de %d" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -"Bonjour,\n" -"\n" -"Votre mot de passe a été changé. \n" -"Votre identifiant de connexion est toujours %s." - -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "Triggers" - -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "Configuration des triggers" - -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" -msgstr "Afficher le résultat des triggers" +"La valeur de tableau pour le champ de mot de passe doit avoir des clés " +"numériques" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -"Si activé, après réussite du trigger, le résultat est affiché à " -"l'utilisateur dans une boite de dialogue." - -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" -msgstr "trigger qui sont appelés quand des actions spécifiques sont faites" - -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "Onglet" - -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "L’onglet concerné par ce trigger" +"Type de valeur non valide pour le champ de mot de passe, doit être un " +"tableau ou une chaîne" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Quand appeler cette commande" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Utilisateur" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "Désactivé" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Information du compte utilisateur" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "Utilisez-le pour désactiver temporairement un déclencheur" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Compte utilisateur" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "Commande" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" +msgstr "Statut de verrouillage de l'utilisateur" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "Commande qui sera appelée" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Informations personnelles" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Configuration" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Nom de famille" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "Configuration de FusionDirectory" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Nom de famille de cet utilisateur" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "Écran de configuration de FusionDirectory" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Prénom" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Thème et apparence" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Prénom de cet utilisateur" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Langue" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" +msgstr "Initiales" -#: plugins/config/class_configInLdap.inc:59 +#: plugins/personal/generic/class_user.inc:104 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." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -"Langue de l’application. «Automatique» utilisera la langue demandée par le " -"navigateur. Ce paramètre peut être configuré par utilisateur." - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Thème" - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Thème à utiliser" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Fuseau Horaire" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "Fuseau horaire à utiliser" - -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "Paramètres du cÅ“ur" +"Les initiales de tout ou partie des noms de la personne, mais pas le(s) nom " +"de famille" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "Limite du nombre d'objets LDAP" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "Une courte description de l'utilisateur" -#: plugins/config/class_configInLdap.inc:82 -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:113 +msgid "Picture" +msgstr "Photo" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Verrouillage de l’édition" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "L'avatar pour cet utilisateur" -#: plugins/config/class_configInLdap.inc:88 -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/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "Informations de contact organisationnelles" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Activer la journalisation" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Adresse postale professionnelle" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "Activer la journalisation coté FusionDirectory" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "No. de bureau." -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "Validation des schémas" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Numéro du bureau" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "Activer la validation des schémas lors de la connexion" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Numéro de téléphone professionnel" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "Joker sur les clés étrangères " +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Mobile" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" -"Active les recherches de caractères génériques comme member=* lors du " -"déplacement d'un département entier. Cela ouvrira tous les groupes et rôles " -"existants pour s'assurer que les clés étrangères sont respectées. Lent sur " -"les grands arbres." +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "Numéro de téléphone portable professionnel " -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Paramètres de mots de passe" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Bip" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "Méthode de chiffrement autorisées" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "Numéro de bip professionnel" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" -msgstr "" -"Méthode de chiffrement de mot de passe qui peuvent être utilisés pour les " -"mots de passe utilisateur" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "Numéro de fax professionnel" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "Méthode de hachage des mots de passe par défaut" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Site web" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "Méthode de hachage à utiliser par défaut" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "Site web personnel" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "Forcer la méthode de hachage par défaut" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Compte utilisateur" -#: plugins/config/class_configInLdap.inc:127 -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:171 +msgid "Login" +msgstr "Identifiant" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Taille minimum des mots de passe" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "Identifiant de l'utilisateur" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Longueur minimum des mots de passe utilisateurs" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Langue préférée" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "Différence minimum des mots de passe" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Mot de passe de l'utilisateur" -#: plugins/config/class_configInLdap.inc:136 -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:186 +msgid "Personal contact information" +msgstr "Informations de contact personnelles" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "Activer l'expiration des comptes" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Nom à afficher" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -"Activation des tests sur les attributs d’expiration durant la connexion à " -"FusionDirectory et renouvellement forcé des mots de passe ou blocage du " -"compte" +"Nom de l'utilisateur tel qu'il devrait apparaître. Utilisé par le carnet " +"d'adresse Exchange." -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" -msgstr "Royaume SASL" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "Adresse personnelle" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "Opération Extérieur SASL" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Adresse postale personnelle" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Attribut à stocker dans l'attribut «userPassword»" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Téléphone privé" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Connexion et session" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Numéro de téléphone privé" -#: plugins/config/class_configInLdap.inc:160 -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:204 +msgid "Organizational information" +msgstr "Informations sur l'organisation" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Forcer les connexions chiffrées" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Titre" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" 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:171 -msgid "Warn if session is not encrypted" -msgstr "Avertir si la session n’est pas chiffrée" +"Titre d'une personne dans leur contexte organisationnel. Chaque titre est " +"une valeur de cet attribut multivalué" -#: plugins/config/class_configInLdap.inc:172 -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/generic/class_user.inc:218 +msgid "Unit" +msgstr "Unité" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Durée de vie de la session" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" +msgstr "Unité organisationnelle à laquelle cet utilisateur appartient" -#: plugins/config/class_configInLdap.inc:177 -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/generic/class_user.inc:222 +msgid "Department No." +msgstr "Numéro de département" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "Méthode de connexion" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Numéro de département" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" -msgstr "" -"Quelle méthode de connexion doit être utilisée pour se connecter à " -"FusionDirectory" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Numéro d'employé" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" -msgstr "Entête HTTP" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Numéro d'employé" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "Nom de l'entête contenant l'identification utilisateur." +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Type d'employé" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" +msgstr "Rue" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "Clé privée" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" +msgstr "Partie de l’adresse contenant la rue" -#: plugins/config/class_configInLdap.inc:197 -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:248 +msgid "Post office box" +msgstr "Boîte postale" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "Certificat" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Code postal" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" -"Chemin vers le certificat public de FusionDirectory. Inutilisé actuellement." +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" +msgstr "La ppolicy \"%s\" n’a pas été trouvée dans le LDAP !" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "Certificat CA" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" +msgstr "Vous n’êtes pas autorisé à changer votre mot de passe" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -"Chemin d'accès au CA public. Utilisé pour valider l'hôte du serveur " -"Argonaut." - -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" -msgstr "Chemin du fichier contenant le certificat du CA public du serveur CAS" +"Vous devez attendre %d secondes avant de changer votre mot de passe à " +"nouveau" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Hôte" +#: plugins/personal/generic/class_user.inc:529 +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:222 -msgid "Host of the CAS server" -msgstr "Hôte du serveur CAS" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +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:227 -msgid "Port" -msgstr "Port" +#: plugins/personal/generic/class_user.inc:545 +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:227 -msgid "Port the CAS server is listening on" -msgstr "Port d’écoute du serveur CAS" +#: plugins/personal/generic/class_user.inc:547 +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:232 -msgid "CAS context" -msgstr "Contexte CAS" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nouveau mot de passe" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" -msgstr "Contexte CAS à utiliser" +#: plugins/personal/generic/class_user.inc:551 +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:237 -msgid "Verbose error" -msgstr "Erreur verbeuse" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." +msgstr "Le nouveau mot de passe est trop court." -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." -msgstr "Activez les erreurs détaillées dans phpCAS. A éviter en production." +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "" +"Le mot de passe contient potentiellement des caractères Unicode qui sont " +"problématique !" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" -msgstr "Bibliothèque CAS 1.6 " +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" +msgstr "Abonnement" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." -msgstr "Activer si la bibliothèque CAS >= 1.6 est utilisée." +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" +msgstr "Information d'abonnement" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" -msgstr "Service client" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" +msgstr "Informations sur votre abonnement FusionDirectory" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" -msgstr "Le nom du service client" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" +msgstr "Texte d'information pour l'abonnement" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "Stockage des utilisateurs et groupes" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" +msgstr "Nom de l'abonnement" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "Attribut pour le DN utilisateur" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" +msgstr "Id" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" -msgstr "Attribut à utiliser pour le début du DN des utilisateurs" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" +msgstr "Identifiant d'abonnement" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" -msgstr "Motif CN" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" +msgstr "Type d'inscription" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" -msgstr "Le motif à utiliser pour construire le champ common name" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" +msgstr "Contrat" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" -msgstr "Prénom obligatoire" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" +msgstr "Référence du contrat" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" -msgstr "" -"Indique si le prénom (givenName) doit être un champ obligatoire pour les " -"utilisateurs" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "Date de début" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Règles de nommage strictes" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" +msgstr "Date de début de cet abonnement" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "Active la vérification stricte des noms d’utilisateurs et de groupes" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" +msgstr "Date de fin" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr "Branche des utilisateurs" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" +msgstr "Date de fin de cet abonnement" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "La branche où sont stockés les utilisateurs." +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" +msgstr "Importez votre abonnement" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "Branche des rôles ACL" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" +msgstr "Texte d'information pour l'abonnement expiré" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "La branche où sont stockés les rôles ACL." +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" +msgstr "Importer l'abonnement" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" -msgstr "Restreindre les membres des rôles" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Importer" -#: plugins/config/class_configInLdap.inc:287 +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." 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/config/class_configInLdap.inc:291 -msgid "Separate address fields" -msgstr "Champs d'adresse séparés" +"Vous ne disposez pas d'un abonnement valide pour cette instance de " +"FusionDirectory. Veuillez visiter %s pour une liste des options disponibles." +" " -#: plugins/config/class_configInLdap.inc:291 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -"Exposer les champs street, postOfficeBox et postalCode au lieu de " -"postalAddress." +"Votre abonnement a expiré pour cette instance de FusionDirectory.\n" +"Veuillez visiter %s pour le renouveler." -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "Modèle d'adresse postale" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" +msgstr "Pas de données. Avez-vous oublié de télécharger un fichier ?" -#: plugins/config/class_configInLdap.inc:295 -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/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" +msgstr "Échec de l'analyse du fichier importé" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" -msgstr "Taille maximale de l'avatar" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" +msgstr "Section \"%s\" manquante dans le fichier importé" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." -msgstr "" -"Largeur et hauteur maximales de l'image de l'utilisateur en pixels. Les " -"images téléchargées plus grandes seront redimensionnées." +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" +msgstr "Attribut \"%s\" manquant dans le fichier importé" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Debogage" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" +msgstr "Configuration du système de tâches de FusionDirectory" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" -msgstr "Afficher les erreurs PHP" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" +msgstr "Configuration des tâches" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." -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/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" +msgstr "Branche des tâches" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "Durée maximale d'une requête LDAP" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" +msgstr "Branche dans laquelle les tâches seront stockés" -#: plugins/config/class_configInLdap.inc:314 -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/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" +msgstr "Configuration de l'option anti-spam" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Journaliser les statistiques LDAP" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" +msgstr "Dernier message envoyé" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" +msgstr "Nombre maximum d'e-mails traités en une fois" + +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" +msgstr "Sélectionnez le nombre maximal d'e-mails à traiter" + +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " +msgstr "Intervalle de temps entre le traitement des e-mails (Minutes)" + +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -"Stocker les statistiques LDAP via syslog. Cela aide à trouver les problèmes " -"d'indexation et de mauvais filtres de recherche." +"Sélectionnez l'intervalle de temps minimum entre le traitement des e-mails" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Niveau de débogage" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" +msgstr "Configuration des modèles de mail" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Afficher certaines informations à chargement de page." +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" +msgstr "Configuration du plugin modèles de mail" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" -msgstr "Enregistrer les messages de débogage" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" +msgstr "Branche des modèles de mail" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" -msgstr "Envoie également la sortie de débogage à syslog" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" +msgstr "Branche où seront stockés les modèles d'email" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Divers" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" +msgstr "Configuration des snapshot de Fusiondirectory" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Afficher les sommaires en bas des listes" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "Configuration des snapshots" + +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Activer les instantanés" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_snapshotConfig.inc:43 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 enables you to save certain states of entries and restore them later " +"on." 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" +"Cela vous permet de sauver certaines entrées et de les restaurer plus tard" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" -msgstr "Afficher l’onglet ACL sur tous les objets" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" +msgstr "Activer les snapshot automatiques" -#: plugins/config/class_configInLdap.inc:353 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -"Pour des configurations ACL très spécifiques où vous avez besoin de donner " -"des droits sur un seul objet." +"Cela vous permet de créer automatiquement un instantané lors de " +"l'enregistrement si des modifications ont été détectées." -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" -msgstr "Catégories de département" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Base des instantanés" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -"Les catégories disponibles dans le menu déroulant pour les départements" +"Branche LDAP à l'intérieur de laquelle les instantanés d'objets seront " +"stockés" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" +msgstr "Configuration avancée des snapshots" + +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" +msgstr "Nombre minimum de snapshots à conserver" + +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" +msgstr "Définir le nombre minimum d'instantanés à conserver" + +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" +msgstr "Temps de rétention en jours" + +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -"Utilisez ceci pour cacher une entrée de menu à des groupes spécifiques " -"d'utilisateurs" +"Définir la durée de conservation en jours pour les instantanés à conserver" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" -msgstr "Groupe ou rôle" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" +msgstr "Liste des sources disponibles / origine des données" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" -msgstr "Plugin à mettre en liste noire" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" +msgstr "Origine / Source des données" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" -msgstr "Liste noire du menu" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" +msgstr "Origine / Source des données" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Configuration des plugins" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "Configuration des plugins FusionDirectory" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" -msgstr "Limite de filtre cible ACL" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Groupes d'objets" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" -"Définit le nombre maximal d'entrées qu'un filtre cible d'ACL est autorisé à " -"renvoyer" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "Branche des groupes" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automatique" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" +msgstr "La branche où seront stockés les groupes d'objets" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Groupe %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "Rôle %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" +msgstr "Forcer la demande de mot de passe" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -"Il semble que la langue sélectionnée \"%s\" ne soit pas installée sur le " -"système. Veuillez l'installer ou en choisir un autre." - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "Liste des plugins" +"Utile si vous ajoutez un trigger utilisant le mot de passe et que la méthode" +" utilisée est SASL" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Version" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "Configuration des plugins" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "Auteurs" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" +msgstr "Récupération" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "Origine" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Paramètres pour la fonctionnalité de récupération de mot de passe" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "Fournisseur" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Paramètres de récupération de mot de passe" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -msgstr "URL d'assistance" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Activer la récupération de mot de passe" -#: 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/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" +msgstr "Activer ou non la fonctionnalité de récupération de mot de passe" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" -msgstr "Statistiques et informations diverses" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Validité du lien (minutes)" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" -msgstr "Voir le tableau de bord" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Nombre de minutes avant l'expiration du lien" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistiques" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "Sel pour les jetons" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -"Les statistiques pour le type «%s» n'ont pas pu être calculées en raison de " -"l'erreur suivante : %s" +"Ceci est juste une mesure de sécurité, vous pouvez mettre ce que vous voulez" +" ici, même des caractères au hasard" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "Statistiques sur les utilisateurs" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Autoriser l’utilisation des adresses de courriel alternatives" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "Statistiques utilisateurs" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their 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/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "Statistiques des groupes" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Attribut de l’identifiant" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Comptes expirés" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +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/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Identifiant" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Premier message" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Date d’expiration" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Sujet" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Courriel" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Sujet du premier courriel" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" -msgstr "" -"Les statistiques n'ont pas pu être calculées en raison de l'erreur LDAP " -"suivante : %s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Lien de réinitialisation du mot de passe" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -"Les statistiques pour les groupes n'ont pas pu être calculées en raison de " -"l'erreur LDAP suivante : %s" +"Corps du message (le premier %s est l'identifiant, le second est le lien)" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -"Les informations sur l'expiration des comptes n'ont pas pu être calculées en" -" raison de l'erreur LDAP suivante : %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -"Les informations sur l'expiration des comptes n'ont pas pu être calculées en" -" raison de l'erreur suivante : %s" +"Bonjour,\n" +"\n" +"Voici vos informations :\n" +"- Identifiant : %s\n" +"- Lien : %s\n" +"\n" +"Ce lien est seulement valide pendant 10 minutes" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" -msgstr "Pas trouvé (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Second message" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "Mots de passes" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Sujet du second courriel" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "Statistiques sur les mots de passe" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Réinitialisation du mot de passe réussie !" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" -msgstr "Statistiques de mots de passe" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "Corps du message (%s est l'identifiant)" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -"Les statistiques de mots de passe n'ont pas pu être calculées en raison de " -"l'erreur LDAP suivante : %s" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" -msgstr "Abonnement" +"Corps du second message, envoyé pour confirmer que le mot de passe a été " +"changé. Utilisez %s pour l'indentifiant de l'utilisateur." -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" -msgstr "Information d'abonnement" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, 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/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" -msgstr "Informations sur votre abonnement FusionDirectory" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" +msgstr "Triggers" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" -msgstr "Texte d'information pour l'abonnement" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" +msgstr "Configuration des triggers" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" -msgstr "Nom de l'abonnement" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" +msgstr "Afficher le résultat des triggers" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." +msgstr "" +"Si activé, après réussite du trigger, le résultat est affiché à " +"l'utilisateur dans une boite de dialogue." -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" -msgstr "Identifiant d'abonnement" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" +msgstr "trigger qui sont appelés quand des actions spécifiques sont faites" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "Type d'inscription" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" +msgstr "Onglet" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" -msgstr "Contrat" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" +msgstr "L’onglet concerné par ce trigger" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" -msgstr "Référence du contrat" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Quand appeler cette commande" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "Date de début" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" +msgstr "Désactivé" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" -msgstr "Date de début de cet abonnement" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" +msgstr "Utilisez-le pour désactiver temporairement un déclencheur" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "Date de fin" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" +msgstr "Commande" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" -msgstr "Date de fin de cet abonnement" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "Commande qui sera appelée" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" -msgstr "Importez votre abonnement" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Configuration" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" -msgstr "Texte d'information pour l'abonnement expiré" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "Configuration de FusionDirectory" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "Importer l'abonnement" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" +msgstr "Écran de configuration de FusionDirectory" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Importer" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Thème et apparence" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." -msgstr "" -"Vous ne disposez pas d'un abonnement valide pour cette instance de " -"FusionDirectory. Veuillez visiter %s pour une liste des options disponibles." -" " +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Langue" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" -"Votre abonnement a expiré pour cette instance de FusionDirectory.\n" -"Veuillez visiter %s pour le renouveler." - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "Pas de données. Avez-vous oublié de télécharger un fichier ?" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "Échec de l'analyse du fichier importé" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "Section \"%s\" manquante dans le fichier importé" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" -msgstr "Attribut \"%s\" manquant dans le fichier importé" +"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/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" -msgstr "Tâches granulaires" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Thème" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" -msgstr "Gestion granulaire des tâches permettant des rapports détaillés" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Thème à utiliser" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" -msgstr "Tâches granulaires" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Fuseau Horaire" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" -msgstr "Nom détaillé de la tâche" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "Fuseau horaire à utiliser" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" -msgstr "Nom pour cette tâche" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "Paramètres du cÅ“ur" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" -msgstr "Adresse e-mail à laquelle les messages seront envoyés" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "Limite du nombre d'objets LDAP" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" -msgstr "Adresse de courriel depuis laquelle les messages seront envoyés" +#: plugins/configuration/core/class_configInLdap.inc:82 +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/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Planning" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Verrouillage de l’édition" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -"Tâches Générique | L'enregistrement créera des sous-tâches non modifiables" - -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" -msgstr "Nom de la tâche" +"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/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" -msgstr "Création de sous-tâches - Démarrage de cette tâche" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Activer la journalisation" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "Activer les sous-tâches" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "Activer la journalisation coté FusionDirectory" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "Déclencher la création de cette tâche et des sous-tâches associées" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" +msgstr "Validation des schémas" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" -msgstr "Tâches Courrier" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." +msgstr "Activer la validation des schémas lors de la connexion" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" -msgstr "Tâches Objet de messagerie" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" +msgstr "Joker sur les clés étrangères " -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "Tâche Objet de messagerie" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." +msgstr "" +"Active les recherches de caractères génériques comme member=* lors du " +"déplacement d'un département entier. Cela ouvrira tous les groupes et rôles " +"existants pour s'assurer que les clés étrangères sont respectées. Lent sur " +"les grands arbres." -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "Sélection d'un objet de modèle de courrier" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Paramètres de mots de passe" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" -msgstr "Destinataires Utilisateurs et/ou Groupes" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" +msgstr "Méthode de chiffrement autorisées" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." -msgstr "Utilisateurs et groupes à qui assigner cette tâche" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" +msgstr "" +"Méthode de chiffrement de mot de passe qui peuvent être utilisés pour les " +"mots de passe utilisateur" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "Type d'adresse e-mail souhaitée" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "Méthode de hachage des mots de passe par défaut" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" -msgstr "Type de courrier - Si non trouvé, la priorité s'appliquera" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "Méthode de hachage à utiliser par défaut" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "Sélection d'objet de type de courrier" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "Forcer la méthode de hachage par défaut" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -"Erreur : \"%s\", existe déjà ! La modification des tâches existantes est " -"interdite." - -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "Objet du mail" +"Forcer l'utilisation de la méthode de hachage des mots de passe par défaut " -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "Nom du modèle de mail" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Taille minimum des mots de passe" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" -msgstr "Sujet du courriel" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Longueur minimum des mots de passe utilisateurs" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" -msgstr "Corps du modèle de courriel" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "Différence minimum des mots de passe" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" -msgstr "Texte à envoyer au destinataire" +#: plugins/configuration/core/class_configInLdap.inc:136 +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/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" -msgstr "Signature du courriel" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "Activer l'expiration des comptes" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" -msgstr "Pièce jointe" +#: plugins/configuration/core/class_configInLdap.inc:142 +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/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" -msgstr "Importer un fichier pour cet e-mail" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "Royaume SASL" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" -msgstr "Lire reçu" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" +msgstr "Opération Extérieur SASL" -#: 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/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Attribut à stocker dans l'attribut «userPassword»" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" -msgstr "Appartenance aux groupes" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Connexion et session" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Appartenance aux rôles" +#: plugins/configuration/core/class_configInLdap.inc:160 +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/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" -msgstr "Impossible de supprimer l'appartenance au groupe %s:%s" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Forcer les connexions chiffrées" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" -msgstr "Impossible de supprimer l'appartenance au rôle %s:%s" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" +"Activer les vérifications PHP de sécurité pour forcer à utiliser HTTPS lors " +"de l’accès à l'interface web." -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" -msgstr "Impossible d'ajouter l'appartenance au groupe %s:%s" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Avertir si la session n’est pas chiffrée" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" -msgstr "Impossible d'ajouter l'appartenance au rôle %s:%s" +#: plugins/configuration/core/class_configInLdap.inc:172 +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/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Méthode de mot de passe" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Durée de vie de la session" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Méthode de hashage des mots de passe à utiliser" +#: plugins/configuration/core/class_configInLdap.inc:177 +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/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:182 +msgid "Login method" +msgstr "Méthode de connexion" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -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/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" +msgstr "" +"Quelle méthode de connexion doit être utilisée pour se connecter à " +"FusionDirectory" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Mot de passe (de nouveau)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" +msgstr "Entête HTTP" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Même mot de passe qu’au dessus, pour éviter les erreurs" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." +msgstr "Nom de l'entête contenant l'identification utilisateur." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" -msgstr "Verrouillé" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" -msgstr "Est ce que les comptes créés avec ce modèle seront verrouillés" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "Clé privée" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" -msgstr "Trop d'éléments dans la valeur du tableau %d au lieu de %d" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "Chemin vers la clé privée de FusionDirectory. Inutilisé actuellement." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" -msgstr "Pas assez d'éléments dans la valeur du tableau: %d au lieu de %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "Certificat" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -"La valeur de tableau pour le champ de mot de passe doit avoir des clés " -"numériques" +"Chemin vers le certificat public de FusionDirectory. Inutilisé actuellement." + +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "Certificat CA" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -"Type de valeur non valide pour le champ de mot de passe, doit être un " -"tableau ou une chaîne" - -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Utilisateur" +"Chemin d'accès au CA public. Utilisé pour valider l'hôte du serveur " +"Argonaut." -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Information du compte utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:217 +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:62 -msgid "User account" -msgstr "Compte utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Hôte" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" -msgstr "Statut de verrouillage de l'utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "Hôte du serveur CAS" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Informations personnelles" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Port" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Nom de famille" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" +msgstr "Port d’écoute du serveur CAS" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Nom de famille de cet utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" +msgstr "Contexte CAS" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Prénom" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" +msgstr "Contexte CAS à utiliser" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Prénom de cet utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "Erreur verbeuse" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" -msgstr "Initiales" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "Activez les erreurs détaillées dans phpCAS. A éviter en production." -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" -msgstr "" -"Les initiales de tout ou partie des noms de la personne, mais pas le(s) nom " -"de famille" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" +msgstr "Bibliothèque CAS 1.6 " -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "Une courte description de l'utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." +msgstr "Activer si la bibliothèque CAS >= 1.6 est utilisée." -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "Photo" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "Service client" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "L'avatar pour cet utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "Le nom du service client" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "Informations de contact organisationnelles" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "Stockage des utilisateurs et groupes" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Adresse postale professionnelle" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "Attribut pour le DN utilisateur" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "No. de bureau." +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "Attribut à utiliser pour le début du DN des utilisateurs" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Numéro du bureau" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "Motif CN" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Numéro de téléphone professionnel" +#: plugins/configuration/core/class_configInLdap.inc:260 +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:145 -msgid "Mobile" -msgstr "Mobile" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "Prénom obligatoire" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "Numéro de téléphone portable professionnel " +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" +"Indique si le prénom (givenName) doit être un champ obligatoire pour les " +"utilisateurs" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Bip" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Règles de nommage strictes" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "Numéro de bip professionnel" +#: plugins/configuration/core/class_configInLdap.inc:272 +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:155 -msgid "Business fax number" -msgstr "Numéro de fax professionnel" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "Branche des utilisateurs" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Site web" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "La branche où sont stockés les utilisateurs." -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "Site web personnel" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "Branche des rôles ACL" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Compte utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:282 +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:170 -msgid "Login of this user" -msgstr "Identifiant de l'utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" +msgstr "Restreindre les membres des rôles" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Langue préférée" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:179 -msgid "Password of the user" -msgstr "Mot de passe de l'utilisateur" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" +msgstr "Champs d'adresse séparés" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Informations de contact personnelles" +#: plugins/configuration/core/class_configInLdap.inc:291 +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:189 -msgid "Display name" -msgstr "Nom à afficher" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "Modèle d'adresse postale" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -"Nom de l'utilisateur tel qu'il devrait apparaître. Utilisé par le carnet " -"d'adresse Exchange." +"Lorsque vous utilisez des champs d'adresse séparés, vous pouvez utiliser un " +"motif pour remplir le champ postalAddress." -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "Adresse personnelle" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "Taille maximale de l'avatar" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Adresse postale personnelle" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." +msgstr "" +"Largeur et hauteur maximales de l'image de l'utilisateur en pixels. Les " +"images téléchargées plus grandes seront redimensionnées." -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Téléphone privé" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Debogage" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Numéro de téléphone privé" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "Afficher les erreurs PHP" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Informations sur l'organisation" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +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:208 -msgid "Title" -msgstr "Titre" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "Durée maximale d'une requête LDAP" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:314 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -"Titre d'une personne dans leur contexte organisationnel. Chaque titre est " -"une valeur de cet attribut multivalué" +"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:217 -msgid "Unit" -msgstr "Unité" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Journaliser les statistiques LDAP" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" -msgstr "Unité organisationnelle à laquelle cet utilisateur appartient" +#: plugins/configuration/core/class_configInLdap.inc:320 +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:221 -msgid "Department No." -msgstr "Numéro de département" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Niveau de débogage" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Numéro de département" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Afficher certaines informations à chargement de page." -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Numéro d'employé" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "Enregistrer les messages de débogage" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Numéro d'employé" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "Envoie également la sortie de débogage à syslog" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Type d'employé" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Divers" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" -msgstr "Rue" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Afficher les sommaires en bas des listes" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" -msgstr "Partie de l’adresse contenant la rue" +#: plugins/configuration/core/class_configInLdap.inc:347 +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 "" +"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/personal/generic/class_user.inc:247 -msgid "Post office box" -msgstr "Boîte postale" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "Afficher l’onglet ACL sur tous les objets" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Code postal" +#: plugins/configuration/core/class_configInLdap.inc:353 +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/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" -msgstr "La ppolicy \"%s\" n’a pas été trouvée dans le LDAP !" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "Catégories de département" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Vous n’êtes pas autorisé à changer votre mot de passe" +#: plugins/configuration/core/class_configInLdap.inc:358 +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:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -"Vous devez attendre %d secondes avant de changer votre mot de passe à " -"nouveau" +"Utilisez ceci pour cacher une entrée de menu à des groupes spécifiques " +"d'utilisateurs" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "Le mot de passe est dans l'historique des mots de passe récents" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" +msgstr "Groupe ou rôle" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" -msgstr "Le nouveau mot de passe est le même que l’ancien" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "Plugin à mettre en liste noire" -#: plugins/personal/generic/class_user.inc:515 -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/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "Liste noire du menu" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "Limite de filtre cible ACL" + +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" 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." +"Définit le nombre maximal d'entrées qu'un filtre cible d'ACL est autorisé à " +"renvoyer" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nouveau mot de passe" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automatique" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "Le nouveau et l'ancien mot de passe sont trop similaires." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Groupe %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "Le nouveau mot de passe est trop court." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Rôle %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" -"Le mot de passe contient potentiellement des caractères Unicode qui sont " -"problématique !" +"Il semble que la langue sélectionnée \"%s\" ne soit pas installée sur le " +"système. Veuillez l'installer ou en choisir un autre." #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5303,7 +5204,7 @@ msgstr "Paramètre de plugin «%s» invalide !" msgid "No session found!" msgstr "Aucune session trouvée !" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/acl/remove.tpl.c:2 msgid "" "Warning: you are about to delete the ACL assignments on the following " "objects" @@ -5311,7 +5212,7 @@ msgstr "" "Attention : vous êtes sur le point de supprimer les affectations ACL sur les" " objets suivants" -#: plugins/admin/acl/remove.tpl.c:5 +#: plugins/management/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." @@ -5319,113 +5220,19 @@ 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 +#: plugins/management/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/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Afficher/Cacher les paramètres avancés" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "L'objet au complet" -#: 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" -msgstr[2] "Il y a %1 comptes expirés" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There are no expired accounts" -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" -msgstr[2] "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/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 :" -msgstr[2] "Il y a %1 groupes :" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "There are no groups" -msgstr "Il n’y a aucun groupes" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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" -msgstr[2] "%2 sont des groupes %1" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -msgid "There is no %1 group" -msgstr "Il n’y a aucun groupe %1" - -#: 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 :" -msgstr[2] "Il y a %1 utilisateurs :" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %1 method" -msgstr[0] "Un d'entre eux utilise la méthode %1" -msgstr[1] "%2 d’entre eux utilisent la méthode %1" -msgstr[2] "%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" -msgstr[2] "%1 d’entre eux sont verrouillés" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them are locked" -msgstr "Aucun d'entre eux n’est verrouillé" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "Il n’y a aucun utilisateurs" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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" -msgstr[2] "%2 d’entre eux ont un compte %1" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -msgid "None of them have a %1 account" -msgstr "Aucun n’a un compte %1" - #: 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>" @@ -5637,140 +5444,14 @@ msgstr "Sélectionner tout" msgid "Show changes" msgstr "Montrer les changements" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Mot de passe perdu" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" -"Les informations pour réinitialiser le mot de passe pour %1 ont été envoyées" -" à l'adresse de courriel %2" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "Attention : ce courriel est uniquement valable pour %1 minutes." - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" -"Cette boîte de dialogue permet de modifier facilement votre mot de passe. " -"<br/>Entrez le nouveau mot de passe (deux fois) dans les champs ci-dessous " -"et appuyez sur le bouton «Modifier»." - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Nom d'utilisateur" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Nouveau mot de passe (de nouveau)" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Sécurité du mot de passe" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Répertoire" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Changer" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Cliquez ici pour changer votre mot de passe" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Réussi" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Votre mot de passe a été changé avec succès." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "Retour a là fenêtre de connexion" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Entrez votre adresse de courriel dans le champ ci-dessous et appuyez sur le " -"bouton 'Changer'." - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" -"=> Indiquez votre adresse complète, ex: Jules Martin => " -"jules.martin@exemple.fr" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -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/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Veuillez entrer votre nom d'utilisateur et votre mot de passe afin de vous " -"connecter." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "J'ai perdu mon mot de passe" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -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 !" - -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 -msgid "Click here to log in" -msgstr "Cliquez ici pour vous connecter" - #: ihtml/themes/breezy/secondfactor.tpl.c:2 msgid "Two factor authentication" msgstr "Authentification à deux facteurs" +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 +msgid "Click here to log in" +msgstr "Cliquez ici pour vous connecter" + #: 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" @@ -5855,6 +5536,97 @@ msgstr "Création d’un nouvel objet depuis un modèle" msgid "Continue" msgstr "Continuer" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Mot de passe perdu" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" +"Les informations pour réinitialiser le mot de passe pour %1 ont été envoyées" +" à l'adresse de courriel %2" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "Attention : ce courriel est uniquement valable pour %1 minutes." + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" +"Cette boîte de dialogue permet de modifier facilement votre mot de passe. " +"<br/>Entrez le nouveau mot de passe (deux fois) dans les champs ci-dessous " +"et appuyez sur le bouton «Modifier»." + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Nom d'utilisateur" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Nouveau mot de passe (de nouveau)" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Sécurité du mot de passe" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Répertoire" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Changer" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Cliquez ici pour changer votre mot de passe" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Réussi" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Votre mot de passe a été changé avec succès." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "Retour a là fenêtre de connexion" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Entrez votre adresse de courriel dans le champ ci-dessous et appuyez sur le " +"bouton 'Changer'." + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" +"=> Indiquez votre adresse complète, ex: Jules Martin => " +"jules.martin@exemple.fr" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +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é" @@ -5882,6 +5654,26 @@ msgstr "" msgid "Read only" msgstr "Lecture seule" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Veuillez entrer votre nom d'utilisateur et votre mot de passe afin de vous " +"connecter." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "J'ai perdu mon mot de passe" + +#: ihtml/themes/breezy/login.tpl.c:38 +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 !" + #: 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" diff --git a/locale/hu_HU/fusiondirectory.po b/locale/hu_HU/fusiondirectory.po index 342b485b2fd5610ff7a5f0833e82aff7de01f9b2..b23e3867b7c6c2d61d8e23080306494bf11f45ac 100644 --- a/locale/hu_HU/fusiondirectory.po +++ b/locale/hu_HU/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2018\n" "Language-Team: Hungarian (Hungary) (https://app.transifex.com/fusiondirectory/teams/12202/hu_HU/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "LeÃrás" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -576,35 +576,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Név" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Név" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Csoport neve" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Telefonszám" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Faxszám" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Felhasználók" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "" + +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" +msgstr "" + +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:209 +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:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:287 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -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" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +"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/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 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:217 -msgid "Unit" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4936,116 +4849,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5228,125 +5055,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5425,6 +5141,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5448,6 +5244,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/id/fusiondirectory.po b/locale/id/fusiondirectory.po index 02603ebca3c19e873002e4c2c6c3a72f14a9d127..00324de61639dc3dc26081bd0536178c18f911d7 100644 --- a/locale/id/fusiondirectory.po +++ b/locale/id/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: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Language-Team: Indonesian (https://app.transifex.com/fusiondirectory/teams/12202/id/)\n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -40,8 +40,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "" @@ -139,12 +139,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "" @@ -179,11 +179,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -194,7 +194,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -204,7 +204,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -277,130 +277,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -544,11 +544,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -572,35 +572,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -615,7 +603,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -639,7 +627,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -659,9 +647,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -735,14 +722,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -789,7 +775,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1161,7 +1147,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1453,12 +1439,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1647,68 +1633,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1774,7 +1760,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1795,14 +1781,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1812,9 +1798,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "" @@ -1960,499 +1945,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2461,1805 +2489,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "" + +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" +msgstr "" + +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:209 +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:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:287 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -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" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +"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/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 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:217 -msgid "Unit" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4932,108 +4845,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5216,125 +5051,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5413,6 +5137,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5436,6 +5240,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/it_IT/fusiondirectory.po b/locale/it_IT/fusiondirectory.po index e9375f9ae775ef142ca34f80317e6bb217092c55..5cf2d4021f51bc25f15f74a8b70c660adec6500b 100644 --- a/locale/it_IT/fusiondirectory.po +++ b/locale/it_IT/fusiondirectory.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Italian (Italy) (https://app.transifex.com/fusiondirectory/teams/12202/it_IT/)\n" @@ -25,7 +25,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -47,8 +47,8 @@ msgid "Columns displayed for this management list" msgstr "Colonne visualizzate per questo elenco di gestione" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Tipo" @@ -154,12 +154,12 @@ msgstr "Data" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Descrizione" @@ -194,11 +194,11 @@ msgstr "Ripristina un oggetto eliminato" msgid "Failed to create snapshot: %s" msgstr "Impossibile creare l'istantanea: %s" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "C'é stato un problema nella decompressione dei dati di snapshot" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "I dati dell'istantanea non possono essere recuperati" @@ -209,7 +209,7 @@ msgstr "Ripristinare snapshots" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Oggetto" @@ -219,7 +219,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "Ripristinare snapshots" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Copie istantanee" @@ -296,91 +296,91 @@ msgstr "Modello %s" msgid "Tabs" msgstr "Schede" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Modello" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "Modello" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Crea" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "Lista d'esportazione" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Modifica" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Taglia" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Copia" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Incolla" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Applica il modello" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Elimina" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Crea una 'copia istantanea'" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Restaura la 'copia istantanea'" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "Crea un oggetto da questo modello" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "Applicare comunque" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "L'applicazione di un modello a un modello non è possibile" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" @@ -388,40 +388,40 @@ msgstr "" "Tutte le voci selezionate devono condividere lo stesso tipo per poter " "applicar loro un modello" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "Archivia comunque" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "Non è possibile archiviare un modello" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "Archiviazione riuscita" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "Le voci %d sono state archiviate correttamente" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "Elimina comunque" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, 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/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, 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/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "Non sei autorizzato a eliminare un'istantanea per %s." @@ -576,11 +576,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "File" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Linea" @@ -604,38 +604,25 @@ msgstr "statico" msgid "method" msgstr "metodo" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Traccia" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Argomenti" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 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 ! " -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" -"Invia i tuoi commenti a proposito di un bug al Team di FusionDirectory" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "Icona dell'e-mail" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Mostra/Nascondi l'informazione" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "Non caturato %s: %s" @@ -653,7 +640,7 @@ msgstr "" "Modello di oggetti, utilizzato per creare diversi oggetti con valori simili" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Nome del modello" @@ -677,7 +664,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "Impossibile registrare l'evento (%s - %s): %s" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "CAS" @@ -697,9 +684,8 @@ msgstr "L'accesso con utente \"%s\" ha innescato l'errore: %s" msgid "HTML form" msgstr "Modulo HTML" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Accedi" @@ -779,14 +765,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "HTTP Basic Auth" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Indirizzo di posta elettronica" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Recupero della password" @@ -835,7 +820,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "Impossibile modificare la password, utente \"%s\" sconosciuto " #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1233,7 +1218,7 @@ msgstr "Aggiungi" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Elimina" @@ -1543,12 +1528,12 @@ msgstr "L'attributo %s è disabilitato, il suo valore non può essere impostato" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "\"%s\" non è un valore valido, dovrebbe essere \"%s\" o \"%s\"" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "Tipo sconosciuto : %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "Non esiste il dn: %s" @@ -1739,68 +1724,68 @@ msgstr "\"%s\" non è nell'elenco delle scelte possibili" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "StringAttribute \"%s\" è stato impostato su un valore non compatibile" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "Impostazioni del template" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Questo è il nome del template" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "Solo la scheda principale puo' calcolare il dn" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, 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\"" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "Esiste già una voce con lo stesso dn: %s" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "La voce %s non esiste" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "Servizio \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Tab \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "Impossibile creare un DN univoco" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "Campo \"%s\" sconosciuto" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "L'ora in cui è stata aggiunta la voce" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "L'ora dell'ultima modifica della voce" @@ -1868,7 +1853,7 @@ msgid "Manage access control lists" msgstr "Gestire le liste di controllo degli accessi" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "Ruoli ACL" @@ -1889,7 +1874,7 @@ msgstr "Voce '%s' sconosciuta !" msgid "All users" msgstr "Tutti gli utenti" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " @@ -1899,7 +1884,7 @@ msgstr "" "superiore al limite %d degli oggetti. Questo utente non avrà i diritti ACL " "che dovrebbe." -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1911,9 +1896,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Avvertimento" @@ -2077,187 +2061,257 @@ msgstr "Timeout in attesa del blocco!" msgid "Edit anyway" msgstr "Modifica malgrado l'avvertimento" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nome" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Versione" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Stato" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "Origine" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Dashboard" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Dominio" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "Dominio" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organizzazione" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "Organizzazione" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Dipartimento" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Dipartimenti" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "dipartimento" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Proprietà " -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Nome dell' %s " -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Nome unico per questo %s " -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "Breve descrizione di questo %s " -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Categoria" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "Categoria di questo %s " -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "Sito Web" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "Sito Web di questo %s" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Manager" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "Responsabile di questo %s " -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Località " -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Regione" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Stato" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Indirizzo" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Indirizzo postale di questo %s " -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Telefono" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Numero di telefono" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "Facsimile di numero di telefono" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nome" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Oggetto di Dominio" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "Oggetto di dominio" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "Paese" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "Prefisso internazionale" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "Prefisso internazionale a due lettere da ISO 3166" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Nome della località " -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "Località " -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Gestisci i dipartimenti" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," @@ -2265,317 +2319,290 @@ msgstr "" "Gestire i reparti, i paesi, i componenti di dominio, i domini, le località e" " le note di organizzazione," -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Utenti e gruppi" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Compiti" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "Reporting" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Stato" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Gruppi e ruoli" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Gestione dei gruppi e dei ruoli" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "Vi permette di gestire gruppi di oggetti, gruppi e ruoli POSIX" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Innesco azione" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Pianifica un'azione" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format 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" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "Impossibile trovare il sistema %s, non si può attivare l'azione" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" "Il sistema %s è attualmente in fase di installazione, non può attivare " "l'azione" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "Azione innescata" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "Azione chiamata senza errori (i risultati erano \"%s\")" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "Azione chiamata senza errori (il risultato è stato \"%s\")" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Gruppo di oggetti" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Informazioni gruppo di oggetti" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Gruppo" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Nome del gruppo" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "Breve descrizione del gruppo" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Propietario" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Oggetti membri" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Oggetti membro di questo gruppo" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Sistema di fiducia" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Modalità di fiducia" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Tipo di autorizzazione per questi host" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "disattivato" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "accesso completo" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "autorizza l'accesso a questi host" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "Consenti all'utente di connettersi solo a questo elenco di host " -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "Non é consentito mettre workstations e terminali nello stesso gruppo" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Membri" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Ruolo" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Informazioni sul ruolo" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "Ruolo organizzativo" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Informazione" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/groups/class_roleGeneric.inc:91 msgid "Description of the role" msgstr "Descrizione del ruolo" -#: plugins/admin/groups/class_roleGeneric.inc:95 -#: plugins/addons/dashboard/class_dashboardUsers.inc:65 -#: plugins/addons/dashboard/class_dashboardUsers.inc:71 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Numero di telefono" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Numero di Fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "Membri del ruolo" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Aggiungi degli utenti per il ruolo" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "Assegnazioni ACL" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Gestione delle ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "Gestione della lista di controllo degli accessi" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "Assegnazioni" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "Assegnazioni ACL per questa base" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "Assegnazioni su un ogetto o sottostruttura %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr ", e %d altri" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "Assegnazione Dialog ACL" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Gestione della lista di controllo degli accessi" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Modalità " -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "Si applica ad una sottostruttura completa oppure soltanto alla base?" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Sottostruttura" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Base" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Ruolo da applicare" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Per tutti gli utenti" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "Applica questo ACL a tutti gli utenti LDAP" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "Utenti o gruppi a cui assegnare questo ruolo" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "Avanzato" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "Messaggio di avviso" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2590,21 +2617,21 @@ msgstr "" "utilizzare un filtro che restituisca troppi risultati e, se si utilizzano " "maschere modello, evitare di farlo su campi modificabili dall'utente." -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "Filtro membro" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" "Filtro LDAP a cui un membro deve corrispondere per ottenere effettivamente i" " diritti" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "Filtro target" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." @@ -2613,63 +2640,62 @@ msgstr "" "interessato. Può utilizzare maschere modello per i campi utente. Esempio: " "(manager = %dn%)." -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "Creazione assegnazione ACL" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "Crea assegnazione ACL su un dn arbitrario" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "Dn" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "DN per il quale si desiderano aggiungere assegnazioni" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "Assegnazioni ACL" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "Gestione delle assagnazioni ACL" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "Gestione delle assegnazioni dei ruoli ACL per gli utenti" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Blocca gli utenti" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Sblocca gli utenti" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Utenti" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Gestisci gli utenti" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "Gestire gli account utente e le loro proprietà " -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2678,7 +2704,7 @@ msgstr "" "La metodologia password \"%s\" non sopporta il blocco. L'account \"%s\" non" " é stato bloccato!" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " @@ -2687,1821 +2713,1693 @@ msgstr "" "Blocco non riuscito utilizzando il metodo password \"%s\". L'account \"%s\" " "non è stato bloccato!" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Contiene i parametri per questi oggetti: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Ruoli di controllo d'accesso" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "Ruolo ACL" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Nome unico per questo ruolo" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "Breve descrizione di questo ruolo" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "ACL" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACL appartenenti a questo gruppo" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Nessuna ACL per questa categoria" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL per questi oggetti: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Modifica la categoria di ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Resetta la categoria di ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Elenco delle categorie di ACL disponibili" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Tutti gli oggetti nell'attuale sottostruttura" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "Modifica ACL per \"%s\"" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "Gestione dei ruoli ACL" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "Gestire i ruoli ACL" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Pianifica" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Indirizzo di posta elettronica" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Attiva le copie istantanee" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -"Questo abilita la possibilità di salvare alcuni stati delle entrate per " -"poterle in seguito restaurare" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Base per le copie istantanee" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Configurazione plugins" - -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "Configurazione dei plugins di FusionDirectory" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Indirizzo email del mittente" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Gruppi di oggetti" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "Indirizzo e-mail da cui la mail sarà inviata" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "RDN gruppi" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Ramo nel quale i gruppi di oggetti saranno salvati" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" -msgstr "Visualizza l'uscita trigger" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "Configurazione dashboard" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "Configurazione del plugin dashbord di FusionDirectory" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Schema nome dashbord" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "Numero di cifre" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "NUmero di cifre da usare dopo il prefisso" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "Prefissi" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" -msgstr "Prefissi da usare per gli Id del computer" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "Utenti dashbord scaduti" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "Numero di giorni" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -"Numero di giorni prima della scadenza necessari per un account per mostrare " -"nel dashboard la prossima scadenza degli account" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "Configurazione dei plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" -msgstr "Recupero" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "Gestione delle impostazioni per il recupero della password" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Modifica gruppi e ruoli degli utenti" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "Impostazioni per il recupero della password" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Attivare il recupero della password" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Ruoli di appartenenza" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" -msgstr "" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "Impossibile rimuovere l'appartenenza al gruppo %s:%s" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Indirizzo email del mittente" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "Impossibile rimuovere l'appartenenza al ruolo %s:%s" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "Indirizzo e-mail da cui la mail sarà inviata" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" +msgstr "Impossibile aggiungere l'appartenenza al gruppo %s:%s" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Durata del link (minuti)" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "Impossibile aggiungere l'appartenenza al ruolo %s:%s" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Numero di minuti prima che il link di recupero scada" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Algoritmo di memorizzazione delle password" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "Stringa aleatoria per il tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Algoritmo da usare per la password" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" -"Solo una misura di sicurezza, potete mettere qualsiasi cosa dentro, anche " -"dei caratteri casuali" - -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Consentire l'uso di indirizzi alternativi" - -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Attributo di connessione" - -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" -"Di solito UID, ma è possibile utilizzare qualcos'altro per esempio in caso " -"di SSO" - -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Prima email" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Oggetto" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Soggetto della prima email" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] link verso il recupero della password" - -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Corpo del messaggio (il primo %s è il login, il secondo è il link)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Password" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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 "" -"Corpo del messaggio della prima email, inviata quando l'utente chiede una " -"nuova password. %s è usato per il login utente e il link di recupero." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Password (lasciare vuoto se non si desidera cambiarla)" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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 "" -"Buongiorno,\n" -"\n" -"ecco le votre informazioni:\n" -"- Login : %s\n" -"\n" -"- Link : %s\n" -"\n" -"\n" -"Questo link é valido solo per 10 minuti." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Ripeti password" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Seconda email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Stessa password come sopra, per evitare errori" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Soggetto della seconda email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" +msgstr "Bloccato" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "" -"[FusionDirectory] Il recupero della password è stato eseguito con successo" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" +msgstr "Se gli account creati con questo modello saranno bloccati" -#: plugins/config/class_recoveryConfig.inc:115 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, php-format -msgid "Body (%s is login)" -msgstr "Corpo del messaggio (%s è il login utente)" +msgid "Too many elements in array value: %d instead of %d" +msgstr "Troppi elementi nel valore dell'array: %d invece di %d" -#: plugins/config/class_recoveryConfig.inc:116 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." -msgstr "" -"Corpo del messaggio della seconda email, inviata per confermare la modifica " -"della password. %s è usato per il login dell'utente." +msgid "Not enough elements in array value: %d instead of %d" +msgstr "Elementi insufficienti nel valore dell'array: %d invece di %d" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -"Salve,\n" -"\n" -"La tua password è stata modificata.\n" -"Il tuo login è sempre %s." - -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "Trigger" - -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "Configurazione dei trigger" - -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" -msgstr "Visualizza l'uscita trigger" +"Il valore della matrice per il campo della password deve contenere chiavi " +"numeriche" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -"Se abilitato, l'uscita di esecuzione del trigger viene visualizzata " -"all'utente mediante una finestra di dialogo." - -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" -msgstr "Trigger che vengono chiamati quando si verificano azioni specifich" - -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "Tab" - -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "Il tab che riguarda questo trigger" +"Tipo di valore non valido per il campo della password, deve essere array o " +"stringa" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Quando chiamare questo comando" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Utente" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "Disattivato" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Informazioni account utente" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "Usalo per disattivare temporaneamente un trigger" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Account utente" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "Comando" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" +msgstr "Stato di blocco utente" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "Il comando che sarà chiamato" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Informazioni personali" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Configurazione" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Cognome" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "Configurazione di FusionDirectory" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Cognome utente" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "Schermo di configirazione di FusionDirectory" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Nome" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Temi e apparenze" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Nme utente" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Lingua" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" +msgstr "Iniziali" -#: plugins/config/class_configInLdap.inc:59 +#: plugins/personal/generic/class_user.inc:104 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." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -"Linguaggio dell'applicazione. Se 'automatico' oppure non disponibile, verrà " -"usato quello richiesto dal browser. Questa impostazione puó essere " -"ridefinita per utente." - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Tema" - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Tema da usare" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Fuso orario" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "Fuso orario da usare" - -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "Impostazioni di base" +"Le iniziali di alcuni o di tutti i nomi dell'individuo, ma non il cognome(i)" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "Dimensione massima dell'annuario LDAP" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "Breve descrizione dell'utente" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" -"Definisce il numero di voci ottenibili da LDAP come impostazione " -"predefinita." +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "Foto" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Blocco modifica" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "Avatar di questo utente" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" -"Controlla se una voce attualmente in fase di modifica è stata modificata al " -"di fuori di FusionDirectory nel frattempo." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "Informazioni di contatto organizzativo" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Attiva il debugging" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Indirizzo postale ufficio" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "Log degli eventi dal lato di FusionDirectory." +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Stanza No." -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "Convalida dello schema" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Numero dell'ufficio" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "Attivare la validazione degli schemi alla connessione" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Telefono ufficio" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "Chiavi esterne con caratteri jolly" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Cellulare" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" -"Abilita ricerche con caratteri jolly come member = * quando si sposta un " -"intero dipartimento. Ciò aprirà tutti i gruppi e i ruoli esistenti per " -"garantire il rispetto delle chiavi esterne. Lento su grandi alberi." +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "Telefono cellulare professionale" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Impostazioni per la password" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Cercapersone" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "Hash password consentiti" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "Numero pager ufficio" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" -msgstr "" -"Hash delle password che possono essere utilizzati per le password " -"dell'utente" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "Numero fax ufficio" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "Algoritmo di memorizzazione delle password" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Home Page" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "Algoritmo di default da usare" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "Pagina Web personale" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "Forza l'algoritmo di default" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Informazioni account" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "Forza l'uso dell'algoritmo di default per le password" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Nome utente" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Lunghezza minima per le password" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "Login utente" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Lunghezza minima per le password utente" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Lingua preferita" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "Differenze minime della password" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Password dell'utente" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "Numero minimo di caratteri diversi rispetto alla vecchia password" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Informazioni personali utente" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "Utilizza una scadenza per l'account" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Mostra il nome" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" -msgstr "" -"Attiva gli attributi di test della password durante la connessione a " -"FusionDirectory e forza il rinnovo della password oppure blocca l'account" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." +msgstr "Nome col quale questo utente dovrebbe apparire. Usato da Exchange." -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" -msgstr "SASL Realm" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "Indirizzo di casa" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "SASL Exop" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Indirizzo postale di casa" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Attributo da salvare nell'attributo userPassword" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Numero di telefono privato" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Connessione e sessione" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Numero di telefono di casa" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" -"Quale attributo LDAP deve essere utilizzato come nome di login durante il " -"login." +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Informazioni organizzazione" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Forza le connessioni criptate" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Titolo" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" -"Abilita i controlli di sicurezza PHP per forzare l'accesso cifrato (https) " -"verso l'interfaccia web." - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Mostra un avvertimento quando la sessione non è criptata" - -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" -"verrà visualizzato un avvertimento all'utente quando si utilizza http invece" -" di https." - -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Durata di vita della sessione" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "Definisce, in secondi, quando una sessione scade (0 per disabilitare)" - -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "Metodo di accesso" - -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -"Quale metodo di login dovrebbe essere usato per connettersi a " -"FusionDirectory" - -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" -msgstr "Nome intestazione" +"Titolo di una persona nel proprio contesto organizzativo. Ogni titolo è una " +"valore di questo attributo multivalore" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "Nome dell'header contenente identificativo utente." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" +msgstr "Unità " -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" +msgstr "Unità organizzativa a cui appartiene questo utente" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "Percorso della chiave" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Dipartimento No." -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "Percorso a chiave privata FusionDirectory . Inutilizzato per ora." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Numero del dipartimento" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "Percorso del Certificato" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Matricola No." -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "Percorso al certificato di FusionDirectory; Inutilizzato per ora." +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Matricola dell'impiegato" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "Percorso del certificato CA" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Qualifica" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" -"Percorso al certificato CA. Usato per convalidare l'host del Server " -"Argonaut." +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" +msgstr "Via" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" -msgstr "Percorso del file contenente il certificato CA sul server CAS" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" +msgstr "Parte dell'indirizzo Via" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Host" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" +msgstr "Casella postale" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" -msgstr "Host del server CAS" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "CAP" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Porta" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" +msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" -msgstr "Porta sulla quale il server CAS è all'ascolto" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" +msgstr "Non le é permesso cambiare la propria password" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" -msgstr "Contesto CAS" +#: plugins/personal/generic/class_user.inc:517 +#, 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_configInLdap.inc:232 -msgid "CAS context to be used" -msgstr "Contesto CAS da utilizzare" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "La password si trova nella cronologia delle vecchie password" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" -msgstr "Errore dettagliato " +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" +msgstr "La password non è stata cambiata dal valore esistente" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." -msgstr "Attiva errori dettagliati in phpCAS. Evita in produzione. " +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." +msgstr "Devi specificare la tua 'Password attuale' per procedere." -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/personal/generic/class_user.inc:547 +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/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Imposta la nuova password" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/personal/generic/class_user.inc:551 +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/config/class_configInLdap.inc:245 -msgid "The client service name" -msgstr "" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." +msgstr "La password utilizzata come nuova è troppo breve." -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "" -"Ramo dell'annuario dove sono immagazzinate le informazioni sugli utenti e i " -"gruppi" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "La password contiene caratteri Unicode eventualmente problematici!" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "Tipo di attributo DN degli utenti" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" +msgstr "Abbonamento" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" +msgstr "Informazioni sull'abbonamento" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" -msgstr "Modello CN" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" +msgstr "Informazioni sul tuo abbonamento FusionDirectory " -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" -msgstr "Modello da usare per costruire il nome comune del campo" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" +msgstr "Testo informativo per l'abbonamento" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" +msgstr "Nome dell'abbonamento" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" +msgstr "Id" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Regola di denominazione rigorosa" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" +msgstr "ID abbonamento " -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "Consente il controllo rigoroso di nomi utente e di gruppo" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" +msgstr "Tipo di sottoscrizione" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr "Utenti RDNi" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" +msgstr "Contratto" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "Ramo nel quale gli utenti sono immagazzinati" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" +msgstr "Riferimento del contratto " -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "Ruolo ACL RDN" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "Data d'inizio" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "Ramo nel quale i ruoli ACL sono immagazzinati" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" +msgstr "Data di inizio di questo abbonamento" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" -msgstr "Limitare i membri del ruolo" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" +msgstr "Data di fine" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." -msgstr "" -"Quando è abilitato solo gli utenti dello stesso ramo o membri di gruppi " -"dello stesso ramo possono essere aggiunti ad un ruolo." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" +msgstr "Data di fine di questo abbonamento " -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" -msgstr "Campi indirizzi separati" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" +msgstr "Importa il tuo abbonamento " -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" -"Esporre la via, la casella postale e i campi del codice postale anziché " -"l'indirizzo postale." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" +msgstr "Testo informativo per abbonamento scaduto " -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "Modello indirizzo postale" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" +msgstr "Importa abbonamento " + +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Importa" -#: plugins/config/class_configInLdap.inc:295 +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -"Quando si utilizzano campi di indirizzi separati, è possibile utilizzare un " -"modello per riempire il campo postalAddress." - -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" -msgstr "Dimensione massima avatar" +"Non disponi di un abbonamento valido per questa istanza di FusionDirectory. " +"Visitare %s per un elenco delle opzioni disponibili. " -#: plugins/config/class_configInLdap.inc:299 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -"Larghezza e altezza massime dell'immagine dell'utente in pixel. Le immagini " -"caricate più grandi verranno ridimensionate." +"L'abbonamento è scaduto per questa istanza di FusionDirectory. Si prega di " +"visitare %s per rinnovarlo. " -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Debugging" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" +msgstr "Nessun dato. Hai dimenticato di caricare un file? " -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" +msgstr "Impossibile analizzare il file importato " -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" +msgstr "Manca la sezione \"%s\" nel file importato " -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "Durata massima di una richiesta LDAP" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" +msgstr "Attributo \"%s\"mancante nel file importato " -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -"Interrompi le azioni LDAP se non ci sono risposte nel tempo limite impartito" -" in secondi." -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Inserisci le statistiche dell'annuario LDAP nel giornale di sistema" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -"Invia le statistiche di timing LDAP al syslog. Questo può aiutare a trovare " -"i problemi di indicizzazione o i filtri di ricerca erronei." -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Livello per il debug" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Mostra alcune informazioni su ogni caricamento della pagina." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" -msgstr "Registra i messaggi di debug" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" +msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" -msgstr "Invia anche l'output di debug a syslog" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" +msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Altro" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" +msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Mostra il riepilogo negli elenchi" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " +msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -"Determina se una barra di stato verrà visualizzata nella parte inferiore " -"delle liste, visualizzando una breve sintesi del tipo e del numero di " -"elementi nella lista." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" -msgstr "Mostra tab ACL su tutti gli oggetti" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -"Per l'impostazione di diritti ACL molto specifici potreste aver bisogno di " -"dare accesso ad un singolo oggetto." -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" -msgstr "Categorie di reparto disponibili" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" +msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" -msgstr "Categorie disponibili nel menu a discesa" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -"Utilizza questa funzione per nascondere alcune voci di menu a determinati " -"gruppi di utenti" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" -msgstr "Gruppo o ruolo" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" -msgstr "PLugin per la lista nera" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Attiva le copie istantanee" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" -msgstr "Lista nera del menu Plugin" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "" +"Questo abilita la possibilità di salvare alcuni stati delle entrate per " +"poterle in seguito restaurare" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" -msgstr "Limite filtro target ACL" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" +msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -"Definisce il numero massimo di voci che un filtro target ACL può restituire" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automatico" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Base per le copie istantanee" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Raggruppa %s" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." +msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "Ruolo %s" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -"Sembra che la lingua selezionata \"%s\" non sia installata sul sistema. Si " -"prega di installarla o selezionarne un'altra." -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Versione" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" +msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "Origine" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" +msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" 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 "Dashboard" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Configurazione plugins" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "Configurazione dei plugins di FusionDirectory" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" -msgstr "Statistiche e informazioni varie" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Gruppi di oggetti" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" -msgstr "Vedi dashboard" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "RDN gruppi" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistiche" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" +msgstr "Ramo nel quale i gruppi di oggetti saranno salvati" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -"Le statistiche per il tipo \"%s\" non possono essere calcolate a causa del " -"seguente errore: %s" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "Statistiche sugli utenti" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" +msgstr "Visualizza l'uscita trigger" + +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "Configurazione dei plugins" + +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" +msgstr "Recupero" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "Statistiche utenti" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Gestione delle impostazioni per il recupero della password" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "Gruppi di statistiche" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Impostazioni per il recupero della password" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Account scaduti" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Attivare il recupero della password" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Nome utente" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Data di scadenza" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Durata del link (minuti)" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Indirizzo di posta elettronica" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Numero di minuti prima che il link di recupero scada" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "Stringa aleatoria per il tokens" + +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -"Le statistiche utente non possono essere calcolate a causa del seguente " -"errore LDAP: %s" +"Solo una misura di sicurezza, potete mettere qualsiasi cosa dentro, anche " +"dei caratteri casuali" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Consentire l'uso di indirizzi alternativi" + +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -"Le statistiche del gruppo non possono essere calcolate a causa del seguente " -"errore LDAP: %s" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Attributo di connessione" + +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -"Le informazioni sugli utenti scaduti non possono essere calcolate a causa " -"del seguente errore LDAP: %s" +"Di solito UID, ma è possibile utilizzare qualcos'altro per esempio in caso " +"di SSO" + +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Prima email" + +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Oggetto" + +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Soggetto della prima email" + +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] link verso il recupero della password" + +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Corpo del messaggio (il primo %s è il login, il secondo è il link)" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -"Le informazioni utente scadute non possono essere calcolate a causa del " -"seguente errore: %s" +"Corpo del messaggio della prima email, inviata quando l'utente chiede una " +"nuova password. %s è usato per il login utente e il link di recupero." -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format -msgid "Not found (%s)" -msgstr "Non trovato (%s)" +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 "" +"Buongiorno,\n" +"\n" +"ecco le votre informazioni:\n" +"- Login : %s\n" +"\n" +"- Link : %s\n" +"\n" +"\n" +"Questo link é valido solo per 10 minuti." -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Seconda email" + +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Soggetto della seconda email" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "Statistiche sulle passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "" +"[FusionDirectory] Il recupero della password è stato eseguito con successo" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" -msgstr "Statistiche passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "Corpo del messaggio (%s è il login utente)" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -"Le statistiche delle password non possono essere calcolate a causa del " -"seguente errore LDAP: %s" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" -msgstr "Abbonamento" +"Corpo del messaggio della seconda email, inviata per confermare la modifica " +"della password. %s è usato per il login dell'utente." -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" -msgstr "Informazioni sull'abbonamento" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" +"Salve,\n" +"\n" +"La tua password è stata modificata.\n" +"Il tuo login è sempre %s." -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" -msgstr "Informazioni sul tuo abbonamento FusionDirectory " +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" +msgstr "Trigger" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" -msgstr "Testo informativo per l'abbonamento" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" +msgstr "Configurazione dei trigger" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" -msgstr "Nome dell'abbonamento" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" +msgstr "Visualizza l'uscita trigger" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." +msgstr "" +"Se abilitato, l'uscita di esecuzione del trigger viene visualizzata " +"all'utente mediante una finestra di dialogo." -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" -msgstr "ID abbonamento " +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" +msgstr "Trigger che vengono chiamati quando si verificano azioni specifich" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "Tipo di sottoscrizione" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" +msgstr "Tab" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" -msgstr "Contratto" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" +msgstr "Il tab che riguarda questo trigger" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" -msgstr "Riferimento del contratto " +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Quando chiamare questo comando" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "Data d'inizio" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" +msgstr "Disattivato" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" -msgstr "Data di inizio di questo abbonamento" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" +msgstr "Usalo per disattivare temporaneamente un trigger" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "Data di fine" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" +msgstr "Comando" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" -msgstr "Data di fine di questo abbonamento " +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "Il comando che sarà chiamato" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" -msgstr "Importa il tuo abbonamento " +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Configurazione" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" -msgstr "Testo informativo per abbonamento scaduto " +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "Configurazione di FusionDirectory" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "Importa abbonamento " +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" +msgstr "Schermo di configirazione di FusionDirectory" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Importa" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Temi e apparenze" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." -msgstr "" -"Non disponi di un abbonamento valido per questa istanza di FusionDirectory. " -"Visitare %s per un elenco delle opzioni disponibili. " +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Lingua" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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 "" -"L'abbonamento è scaduto per questa istanza di FusionDirectory. Si prega di " -"visitare %s per rinnovarlo. " - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "Nessun dato. Hai dimenticato di caricare un file? " +"Linguaggio dell'applicazione. Se 'automatico' oppure non disponibile, verrà " +"usato quello richiesto dal browser. Questa impostazione puó essere " +"ridefinita per utente." -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "Impossibile analizzare il file importato " +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Tema" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "Manca la sezione \"%s\" nel file importato " +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Tema da usare" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" -msgstr "Attributo \"%s\"mancante nel file importato " +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Fuso orario" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "Fuso orario da usare" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "Impostazioni di base" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "Dimensione massima dell'annuario LDAP" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" +"Definisce il numero di voci ottenibili da LDAP come impostazione " +"predefinita." -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Blocco modifica" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" +"Controlla se una voce attualmente in fase di modifica è stata modificata al " +"di fuori di FusionDirectory nel frattempo." -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Attiva il debugging" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Pianifica" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "Log degli eventi dal lato di FusionDirectory." -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" +msgstr "Convalida dello schema" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." +msgstr "Attivare la validazione degli schemi alla connessione" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" +msgstr "Chiavi esterne con caratteri jolly" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" +"Abilita ricerche con caratteri jolly come member = * quando si sposta un " +"intero dipartimento. Ciò aprirà tutti i gruppi e i ruoli esistenti per " +"garantire il rispetto delle chiavi esterne. Lento su grandi alberi." -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Impostazioni per la password" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" +msgstr "Hash password consentiti" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" +"Hash delle password che possono essere utilizzati per le password " +"dell'utente" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "Algoritmo di memorizzazione delle password" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "Algoritmo di default da usare" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "Forza l'algoritmo di default" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Forza l'uso dell'algoritmo di default per le password" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Lunghezza minima per le password" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Lunghezza minima per le password utente" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "Differenze minime della password" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" +msgstr "Numero minimo di caratteri diversi rispetto alla vecchia password" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "Utilizza una scadenza per l'account" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" +"Attiva gli attributi di test della password durante la connessione a " +"FusionDirectory e forza il rinnovo della password oppure blocca l'account" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "SASL Realm" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Attributo da salvare nell'attributo userPassword" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Connessione e sessione" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" +"Quale attributo LDAP deve essere utilizzato come nome di login durante il " +"login." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Forza le connessioni criptate" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" +"Abilita i controlli di sicurezza PHP per forzare l'accesso cifrato (https) " +"verso l'interfaccia web." -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Modifica gruppi e ruoli degli utenti" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Mostra un avvertimento quando la sessione non è criptata" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" +"verrà visualizzato un avvertimento all'utente quando si utilizza http invece" +" di https." -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Ruoli di appartenenza" - -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" -msgstr "Impossibile rimuovere l'appartenenza al gruppo %s:%s" - -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" -msgstr "Impossibile rimuovere l'appartenenza al ruolo %s:%s" - -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" -msgstr "Impossibile aggiungere l'appartenenza al gruppo %s:%s" - -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" -msgstr "Impossibile aggiungere l'appartenenza al ruolo %s:%s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Durata di vita della sessione" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Algoritmo di memorizzazione delle password" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "Definisce, in secondi, quando una sessione scade (0 per disabilitare)" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Algoritmo da usare per la password" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" +msgstr "Metodo di accesso" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" +msgstr "" +"Quale metodo di login dovrebbe essere usato per connettersi a " +"FusionDirectory" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Password (lasciare vuoto se non si desidera cambiarla)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" +msgstr "Nome intestazione" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Ripeti password" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." +msgstr "Nome dell'header contenente identificativo utente." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Stessa password come sopra, per evitare errori" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" -msgstr "Bloccato" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "Percorso della chiave" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" -msgstr "Se gli account creati con questo modello saranno bloccati" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "Percorso a chiave privata FusionDirectory . Inutilizzato per ora." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" -msgstr "Troppi elementi nel valore dell'array: %d invece di %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "Percorso del Certificato" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" -msgstr "Elementi insufficienti nel valore dell'array: %d invece di %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "Percorso al certificato di FusionDirectory; Inutilizzato per ora." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" -msgstr "" -"Il valore della matrice per il campo della password deve contenere chiavi " -"numeriche" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "Percorso del certificato CA" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -"Tipo di valore non valido per il campo della password, deve essere array o " -"stringa" +"Percorso al certificato CA. Usato per convalidare l'host del Server " +"Argonaut." -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Utente" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" +msgstr "Percorso del file contenente il certificato CA sul server CAS" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Informazioni account utente" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Host" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "Account utente" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "Host del server CAS" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" -msgstr "Stato di blocco utente" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Porta" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Informazioni personali" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" +msgstr "Porta sulla quale il server CAS è all'ascolto" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Cognome" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" +msgstr "Contesto CAS" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Cognome utente" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" +msgstr "Contesto CAS da utilizzare" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Nome" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "Errore dettagliato " -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Nme utente" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "Attiva errori dettagliati in phpCAS. Evita in produzione. " -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" -msgstr "Iniziali" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" +msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -"Le iniziali di alcuni o di tutti i nomi dell'individuo, ma non il cognome(i)" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "Breve descrizione dell'utente" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "Foto" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "Avatar di questo utente" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "" +"Ramo dell'annuario dove sono immagazzinate le informazioni sugli utenti e i " +"gruppi" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "Informazioni di contatto organizzativo" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "Tipo di attributo DN degli utenti" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Indirizzo postale ufficio" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Stanza No." +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "Modello CN" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Numero dell'ufficio" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "Modello da usare per costruire il nome comune del campo" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Telefono ufficio" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Cellulare" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "Telefono cellulare professionale" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Regola di denominazione rigorosa" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Cercapersone" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" +msgstr "Consente il controllo rigoroso di nomi utente e di gruppo" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "Numero pager ufficio" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "Utenti RDNi" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" -msgstr "Numero fax ufficio" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "Ramo nel quale gli utenti sono immagazzinati" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Home Page" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "Ruolo ACL RDN" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "Pagina Web personale" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "Ramo nel quale i ruoli ACL sono immagazzinati" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Informazioni account" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" +msgstr "Limitare i membri del ruolo" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" -msgstr "Login utente" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." +msgstr "" +"Quando è abilitato solo gli utenti dello stesso ramo o membri di gruppi " +"dello stesso ramo possono essere aggiunti ad un ruolo." -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Lingua preferita" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" +msgstr "Campi indirizzi separati" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Password dell'utente" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" +"Esporre la via, la casella postale e i campi del codice postale anziché " +"l'indirizzo postale." -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Informazioni personali utente" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "Modello indirizzo postale" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Mostra il nome" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" +"Quando si utilizzano campi di indirizzi separati, è possibile utilizzare un " +"modello per riempire il campo postalAddress." -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." -msgstr "Nome col quale questo utente dovrebbe apparire. Usato da Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "Dimensione massima avatar" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "Indirizzo di casa" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." +msgstr "" +"Larghezza e altezza massime dell'immagine dell'utente in pixel. Le immagini " +"caricate più grandi verranno ridimensionate." -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Indirizzo postale di casa" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Debugging" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Numero di telefono privato" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Numero di telefono di casa" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Informazioni organizzazione" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "Durata massima di una richiesta LDAP" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "Titolo" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" +"Interrompi le azioni LDAP se non ci sono risposte nel tempo limite impartito" +" in secondi." + +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Inserisci le statistiche dell'annuario LDAP nel giornale di sistema" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -"Titolo di una persona nel proprio contesto organizzativo. Ogni titolo è una " -"valore di questo attributo multivalore" +"Invia le statistiche di timing LDAP al syslog. Questo può aiutare a trovare " +"i problemi di indicizzazione o i filtri di ricerca erronei." -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" -msgstr "Unità " +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Livello per il debug" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" -msgstr "Unità organizzativa a cui appartiene questo utente" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Mostra alcune informazioni su ogni caricamento della pagina." -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Dipartimento No." +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "Registra i messaggi di debug" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Numero del dipartimento" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "Invia anche l'output di debug a syslog" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Matricola No." +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Altro" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Matricola dell'impiegato" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Mostra il riepilogo negli elenchi" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Qualifica" +#: plugins/configuration/core/class_configInLdap.inc:347 +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 "" +"Determina se una barra di stato verrà visualizzata nella parte inferiore " +"delle liste, visualizzando una breve sintesi del tipo e del numero di " +"elementi nella lista." -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" -msgstr "Via" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "Mostra tab ACL su tutti gli oggetti" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" -msgstr "Parte dell'indirizzo Via" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." +msgstr "" +"Per l'impostazione di diritti ACL molto specifici potreste aver bisogno di " +"dare accesso ad un singolo oggetto." -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" -msgstr "Casella postale" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "Categorie di reparto disponibili" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "CAP" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" +msgstr "Categorie disponibili nel menu a discesa" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" +"Utilizza questa funzione per nascondere alcune voci di menu a determinati " +"gruppi di utenti" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Non le é permesso cambiare la propria password" - -#: plugins/personal/generic/class_user.inc:487 -#, 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/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" +msgstr "Gruppo o ruolo" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "La password si trova nella cronologia delle vecchie password" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "PLugin per la lista nera" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" -msgstr "La password non è stata cambiata dal valore esistente" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "Lista nera del menu Plugin" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "Devi specificare la tua 'Password attuale' per procedere." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "Limite filtro target ACL" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -"Le password che hai inserito come \" Nuova password \" e \"Ripeti nuova " -"password\" non corrispondono." +"Definisce il numero massimo di voci che un filtro target ACL può restituire" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Imposta la nuova password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automatico" -#: plugins/personal/generic/class_user.inc:521 -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/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Raggruppa %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "La password utilizzata come nuova è troppo breve." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Ruolo %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "La password contiene caratteri Unicode eventualmente problematici!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" +"Sembra che la lingua selezionata \"%s\" non sia installata sul sistema. Si " +"prega di installarla o selezionarne un'altra." #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5252,14 +5150,14 @@ msgstr "Parametro \"%s\" di plugin invalido" msgid "No session found!" msgstr "Nessuna sessione trovata!" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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." @@ -5268,112 +5166,18 @@ msgstr "" "desidera l'elenco delle assegnazioni, si prega di annullare e aprire " "l'oggetto." -#: plugins/admin/acl/remove.tpl.c:8 +#: plugins/management/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/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Mostra/Nascondi le opzioni avanzate" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "L'oggetto al completo" -#: 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" -msgstr[2] "Ci sono %1 account scaduti" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There are no expired accounts" -msgstr "" - -#: 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" -msgstr[2] "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/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:" -msgstr[2] "Vi sono %1 gruppi:" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "There are no groups" -msgstr "Non ci sono gruppi" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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" -msgstr[2] "%2 sono %1 gruppi" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -msgid "There is no %1 group" -msgstr "Non c'é alcun gruppo %1" - -#: 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:" -msgstr[2] "Ci sono %1 utenti:" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %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] "Uno di essi é bloccato" -msgstr[1] "%1 di essi sono bloccati" -msgstr[2] "%1 di essi sono bloccati" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "Non ci sono utenti" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -msgid "None of them have a %1 account" -msgstr "Nessuno di essi ha %1 di account" - #: plugins/generic/references/contents.tpl.c:2 msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "< strong> % 1 < / strong> referenze < strong> % 3 < / strong>" @@ -5577,140 +5381,14 @@ msgstr "Seleziona tutto" msgid "Show changes" msgstr "Mostra le modifiche" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Password dimenticata" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" -"Le informazioni per resettare la password di %1 sono stati inviati " -"all'indirizzo di posta elettronica %2" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "Attenzione: questa e-mail é valida soltanto per %1 minuti." - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" -"Questa finestra di dialogo fornisce un modo semplice per cambiare la " -"password. <br/>Immettere la nuova password (due volte) nei campi sottostanti" -" e premere il pulsante \"Cambia\"." - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Nome utente" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Ripeti la nuova password" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Livello di sicurezza della password" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Cartella" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Modifica" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Premi qui per cambiare la tua password." - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Completato" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "La tua password è stata modificata." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "Ritorna alla schermata di accesso" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Inserisci il tuo indirizzo mail nel campo sottostante e premi il pulsante " -"'Modifica'" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" -"=> Usa la tua e-mail nel formato lungo, per es.: John Doe => " -"john.doe@example.com" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" -"Il recupero della password non è attivato. Se hai perso la tua password, " -"contatta il tuo amministratore di rete." - -#: ihtml/themes/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Usa il tuo nome utente e la tua password per accedere all'amministrazione " -"del sistema." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Ho dimenticato la mia password" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -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 !" - -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 -msgid "Click here to log in" -msgstr "Clicca qui per connetterti" - #: ihtml/themes/breezy/secondfactor.tpl.c:2 msgid "Two factor authentication" msgstr "Autenticazione a due fattori" +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 +msgid "Click here to log in" +msgstr "Clicca qui per connetterti" + #: 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" @@ -5795,6 +5473,97 @@ msgstr "Crea un nuovo oggetto usando i modelli" msgid "Continue" msgstr "Continua" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Password dimenticata" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" +"Le informazioni per resettare la password di %1 sono stati inviati " +"all'indirizzo di posta elettronica %2" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "Attenzione: questa e-mail é valida soltanto per %1 minuti." + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" +"Questa finestra di dialogo fornisce un modo semplice per cambiare la " +"password. <br/>Immettere la nuova password (due volte) nei campi sottostanti" +" e premere il pulsante \"Cambia\"." + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Nome utente" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Ripeti la nuova password" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Livello di sicurezza della password" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Cartella" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Modifica" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Premi qui per cambiare la tua password." + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Completato" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "La tua password è stata modificata." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "Ritorna alla schermata di accesso" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Inserisci il tuo indirizzo mail nel campo sottostante e premi il pulsante " +"'Modifica'" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" +"=> Usa la tua e-mail nel formato lungo, per es.: John Doe => " +"john.doe@example.com" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +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" @@ -5818,6 +5587,26 @@ msgstr "" msgid "Read only" msgstr "Solo lettura" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Usa il tuo nome utente e la tua password per accedere all'amministrazione " +"del sistema." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Ho dimenticato la mia password" + +#: ihtml/themes/breezy/login.tpl.c:38 +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 !" + #: 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" diff --git a/locale/ja/fusiondirectory.po b/locale/ja/fusiondirectory.po index c1c123c77e5dd6606b4f57d25b2a6c848703b1c2..c548cc5feaa838ebfdf947fa22a5e65897633f30 100644 --- a/locale/ja/fusiondirectory.po +++ b/locale/ja/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: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Language-Team: Japanese (https://app.transifex.com/fusiondirectory/teams/12202/ja/)\n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -40,8 +40,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "" @@ -139,12 +139,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "" @@ -179,11 +179,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -194,7 +194,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -204,7 +204,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -277,130 +277,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -544,11 +544,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -572,35 +572,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -615,7 +603,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -639,7 +627,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -659,9 +647,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -735,14 +722,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -789,7 +775,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1161,7 +1147,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1453,12 +1439,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1647,68 +1633,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1774,7 +1760,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1795,14 +1781,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1812,9 +1798,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "" @@ -1960,499 +1945,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2461,1805 +2489,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "" + +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" +msgstr "" + +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:209 +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:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:287 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -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" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +"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/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 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:217 -msgid "Unit" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4932,108 +4845,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5216,125 +5051,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5413,6 +5137,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5436,6 +5240,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/ko/fusiondirectory.po b/locale/ko/fusiondirectory.po index 3c926762ade0d207f2ce89daad6a2c4f250bba27..69d91cea5af9022b8a6fa39ce83effc097be26d8 100644 --- a/locale/ko/fusiondirectory.po +++ b/locale/ko/fusiondirectory.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: Choi Chris <chulwon.choi@gmail.com>, 2023\n" "Language-Team: Korean (https://app.transifex.com/fusiondirectory/teams/12202/ko/)\n" @@ -23,7 +23,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -45,8 +45,8 @@ msgid "Columns displayed for this management list" msgstr "ì´ ê´€ë¦¬ 목ë¡ì— 대해 표시ë˜ëŠ” 컬럼" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "타입" @@ -144,12 +144,12 @@ msgstr "ì¼ìž" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "설명" @@ -184,11 +184,11 @@ msgstr "ì‚ì œëœ ê°ì²´ ë³µì›" msgid "Failed to create snapshot: %s" msgstr "스냅샷 ìƒì„± 실패 : %s" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "스냅샷 ë°ì´í„°ë¥¼ ì••ì¶• í•´ì œí•˜ëŠ” ì¤‘ì— ë¬¸ì œê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "스냅샷 ë°ì´í„°ë¥¼ ê°€ì ¸ì˜¬ 수 없습니다" @@ -199,7 +199,7 @@ msgstr "스냅샷 ë³µì›" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "오브ì 트" @@ -209,7 +209,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "ìŠ¤ëƒ…ìƒ·ì„ ìƒì„±í• ê°œì²´ì˜ DN" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "스냅샷" @@ -286,130 +286,130 @@ msgstr "%s 템플릿" msgid "Tabs" msgstr "íƒ" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "템플릿" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "템플릿ì—서" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "ìƒì„±" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "ëª©ë¡ ë‚´ë³´ë‚´ê¸°" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "편집" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "잘ë¼ë‚´ê¸°" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "복사" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "붙여넣기" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "템플릿 ì ìš©" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "ì œê±°" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "스냅샷 ìƒì„±" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "스냅샷 복구" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "ì´ í…œí”Œë¦¿ì—서 개체 만들기" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "무조건 ì ìš©" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "í…œí”Œë¦¿ì— í…œí”Œë¦¿ì„ ì ìš© í• ìˆ˜ 없습니다." -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "í…œí”Œë¦¿ì„ ì ìš©í•˜ë ¤ë©´ ì„ íƒí•œ ëª¨ë“ í•ëª©ì´ ë™ì¼í•œ ìœ í˜•ì„ ê³µìœ í•´ì•¼ 합니다" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "무조건 ë³´ê´€" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "í…œí”Œë¦¿ì„ ë³´ê´€í• ìˆ˜ 없습니다." -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "ë³´ê´€ 성공" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "%d í•ëª©ì´ ì„±ê³µì 으로 ë³´ê´€ë˜ì—ˆìŠµë‹ˆë‹¤." -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "무조건 ì‚ì œ" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "%sì— ëŒ€í•œ ìŠ¤ëƒ…ìƒ·ì„ ìƒì„± í• ìˆ˜ 없습니다." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "%sì— ëŒ€í•œ ìŠ¤ëƒ…ìƒ·ì„ ë³µì› í• ìˆ˜ 없습니다." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "%sì— ëŒ€í•œ 스냅 ìƒ·ì„ ì‚ì œí• ìˆ˜ 없습니다." @@ -553,11 +553,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "파ì¼" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "ë¼ì¸" @@ -581,35 +581,23 @@ msgstr "ì •ì " msgid "method" msgstr "메소드" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Trace" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "ì¸ìˆ˜" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "ì´ íŽ˜ì´ì§€ë¥¼ ìƒì„±í•˜ë©´ PHP ì¸í„°í”„리터ì—서 오류가 ë°œìƒë©ë‹ˆë‹¤!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "FusionDirectory íŒ€ì— ë²„ê·¸ ë³´ê³ ì„œ 보내기" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "ë©”ì¼ ì•„ì´ì½˜" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "ì •ë³´ í† ê¸€" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "잡히지 ì•ŠìŒ %s: %s" @@ -624,7 +612,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "비슷한 ê°’ì„ ê°€ì§„ 여러 개체를 만드는 ë° ì‚¬ìš©ë˜ëŠ” 개체 템플릿" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "템플릿" @@ -648,7 +636,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "ì´ë²¤íŠ¸ë¥¼ 기ë¡í•˜ì§€ 못했습니다 (%s - %s) : %s" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "CAS" @@ -668,9 +656,8 @@ msgstr "ì‚¬ìš©ìž \"%s\"로 ë¡œê·¸ì¸ ì‹œ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤: %s" msgid "HTML form" msgstr "HTML ì–‘ì‹" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "로그ì¸" @@ -746,14 +733,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "HTTP 기본 ì¸ì¦" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "ë©”ì¼ ì£¼ì†Œ" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "비밀번호 복구" @@ -800,7 +786,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "패스워드를 ë³€ê²½í• ìˆ˜ 없습니다, 사용ìžë¥¼ 알 수 없습니다. \"%s\"" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1172,7 +1158,7 @@ msgstr "추가" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "ì‚ì œ" @@ -1464,12 +1450,12 @@ msgstr "%s ì†ì„±ì´ 비활성화ë˜ì–´ 해당 ê°’ì„ ì„¤ì •í• ìˆ˜ 없습니다 msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "\"%s\"ì€ ìœ íš¨í•œ ê°’ì´ ì•„ë‹™ë‹ˆë‹¤. \"%s\"ë˜ëŠ” \"%s\"ì´ì–´ì•¼í•©ë‹ˆë‹¤." -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "알 수없는 ìœ í˜• : %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "존재하지 않는 DN : %s" @@ -1658,68 +1644,68 @@ msgstr "\"%s\"ì€ ê°€ëŠ¥í•œ ì„ íƒ ëª©ë¡ì— 없습니다." msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "StringAttribute \"%s\"ì´ í˜¸í™˜ë˜ì§€ 않는 값으로 ì„¤ì •ë˜ì—ˆìŠµë‹ˆë‹¤." -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "템플릿 ì„¤ì •" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "ì´ê²ƒì€ í…œí”Œë¦¿ì˜ ì´ë¦„입니다" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "기본 íƒë§Œ DNì„ ê³„ì‚°í• ìˆ˜ 있습니다" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "%s í•ëª©ì´ ì—†ìŠµë‹ˆë‹¤." -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "서비스 \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "íƒ \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "ê³ ìœ í•œ DNì„ ë§Œë“¤ì§€ 못했습니다." -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "ìž˜ëª»ëœ í•„ë“œ \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1785,7 +1771,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "ACL ì—í• " @@ -1806,14 +1792,14 @@ msgstr "" msgid "All users" msgstr "ëª¨ë“ ì‚¬ìš©ìžë“¤" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1823,9 +1809,8 @@ msgstr "ë¡œê·¸ì¸ (uid)ì€ LDAP 트리 ë‚´ì—서 ê³ ìœ í•˜ì§€ 않습니다. ê´€ #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "ã…—" @@ -1971,499 +1956,542 @@ msgstr "" msgid "Edit anyway" msgstr "ì–´ì¨Œë“ íŽ¸ì§‘" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "명ì¹" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "ìƒíƒœ" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "출발지" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "대시보드" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "ë„ë©”ì¸" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "ë„ë©”ì¸" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "ì¡°ì§" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "ì¡°ì§" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "부서" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "부서" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "부서" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "ì„¤ì •" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "%sì˜ ì´ë¦„" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "ì´ %sì˜ ì´ë¦„" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "ì´ %sì— ëŒ€í•œ 간단한 설명" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "범주" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "ì´ %sì˜ ì¹´í…Œê³ ë¦¬" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "웹사ì´íЏ" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "ì´ %sì˜ ì›¹ 사ì´íЏ" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "관리ìž" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "ì´ %sì˜ ê´€ë¦¬ìž" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "위치" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "주" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "ì§€ì—" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "주소" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "ì´ %sì˜ ìš°íŽ¸ 주소" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "ì „í™”ë²ˆí˜¸" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "ì „í™”ë²ˆí˜¸" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "팩스" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "팩시밀리 ì „í™”ë²ˆí˜¸" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "명ì¹" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "ë„ë©”ì¸ êµ¬ì„± 요소" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "ë„ë©”ì¸ êµ¬ì„± 요소" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "êµê°€" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "êµê°€ 코드" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "ISO 3166ì˜ 2ìžë¦¬ êµê°€ 코드" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "소재지" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "소재지" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "부서 관리" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "사용ìžì™€ 그룹" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "ë³´ê³ " - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "ìƒíƒœ" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "ê°ì²´ 그룹, POSIX 그룹 ë° ì—í• ì„ ê´€ë¦¬í• ìˆ˜ ​​있습니다" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "트리거 ë™ìž‘" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "게íšëœ ë™ìž‘" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "시스템 %sì— MAC 주소가 ì •ì˜ë˜ì§€ 않아 ìž‘ì—…ì„ ì‹¤í–‰í• ìˆ˜ 없습니다." -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "실행 ëœ ìž‘ì—…" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "ì˜¤ë¥˜ì—†ì´ í˜¸ì¶œëœ ìž‘ì—… (결과는 \"%s\")" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "ì˜¤ë¥˜ì—†ì´ í˜¸ì¶œëœ ìž‘ì—… (결과는 \"%s\")" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "ê°ì²´ 그룹" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "그룹" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "그룹 명ì¹" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "그룹 요약" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "시스템 ì‹ ë¢°" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "트러스트 노드" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "í˜¸ìŠ¤íŠ¸ì— ëŒ€í•œ ì¸ì¦ 타입" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "미사용" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "ì „ì²´ ì ‘ê·¼" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "í˜¸ìŠ¤íŠ¸ì— ì ‘ê·¼ 허용" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "호스트 ë¦¬ìŠ¤íŠ¸ì— ì ‘ê·¼ 가능 그룹" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "멤" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "ì—í• " -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "ì •ë³´" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "ì „í™” 번호" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "ACL í• ë‹¹" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "액세스 ì œì–´ ì—í• í• ë‹¹" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "서브 트리" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "ìžì„¸ížˆ" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2472,1805 +2500,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "ACL í• ë‹¹ ìƒì„±" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "사용ìž" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "ACLs" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "ACL ì—í• ê´€ë¦¬" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "스케" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "ì´ë©”ì¼" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "스냅샷 ë² ì´ìФ" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "ë°œì†¡ìž ë©”ì¼ì£¼ì†Œ" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "FusionDirectory í”ŒëŸ¬ê·¸ì¸ êµ¬ì„±" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "ë©”ì¼ì´ 발송ë ì´ë©”ì¼ ì£¼ì†Œ" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "대시보드 ì„¤ì •" - -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "대시보드 ë§Œë£Œëœ ì‚¬ìš©ìž" - -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "비밀번호 복구 활성화" - -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "ë°œì†¡ìž ë©”ì¼ì£¼ì†Œ" - -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "ë©”ì¼ì´ 발송ë ì´ë©”ì¼ ì£¼ì†Œ" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "ì—í• ë©¤ë²„ì‹" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "비밀번호 방법" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "패스워드" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "비밀번호 (변경하지 ì•Šìœ¼ë ¤ë©´ 비워 ë‘ì‹ì‹œì˜¤)" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "ì œëª©" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, 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." +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, 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:105 -msgid "Second email" +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "사용ìž" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." -msgstr "" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "ì‚¬ìš©ìž ê³„ì •" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "ê°œì¸ ì •ë³´" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "성" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "ì´ë¦„" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "ì´ ì‚¬ìš©ìžì˜ ì´ë¦„" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:104 +msgid "" +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "사용ìžì— 대한 간단한 설명" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "테마" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "호출기" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "ì‚¬ì—…ìž í˜¸ì¶œê¸° 번호" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "ê°œì¸ í™ˆíŽ˜ì´ì§€" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "ê³„ì • ì •ë³´" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "로그ì¸" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "스키마 ê²€ì¦" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "표시 ì´ë¦„" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "ì œëª©" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:209 +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:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" -msgstr "SASL ì˜ì—" - -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "CA ì¸ì¦ì„œ 경로" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" +msgstr "ì•„ì´ë””" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" -msgstr "CAS ì„œë²„ì˜ CA ì¸ì¦ì„œ 경로" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" +msgstr "가입 ìœ í˜•" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "호스트" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" +msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "í¬íЏ" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "시작ì¼ìž" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" +msgstr "종료ì¼ìž" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "ê°€ì ¸ì˜¤ê¸°" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" -msgstr "공통 ì´ë¦„ 필드를 빌드하는 ë° ì‚¬ìš©í• íŒ¨í„´" - -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "사용ìžê°€ ì €ìž¥ëœ ë¸Œëžœì¹˜." - -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:310 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." -msgstr "" - -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." -msgstr "" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "스냅샷 ë² ì´ìФ" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "기타" - -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" -msgstr "íŠ¹ì • ì‚¬ìš©ìž ê·¸ë£¹ì—게 ì¼ë¶€ 메뉴 í•ëª©ì„ ìˆ¨ê¸°ë ¤ë©´ì´ ì˜µì…˜ì„ ì‚¬ìš©í•˜ì‹ì‹œì˜¤." +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "FusionDirectory í”ŒëŸ¬ê·¸ì¸ êµ¬ì„±" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "그룹 %s" - -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "ì—í• %s" - -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "출발지" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "비밀번호 복구 활성화" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" 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/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" -msgstr "통계 ë° ê°ì¢… ì •ë³´" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "통계" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "ë‹¤ìŒ ì˜¤ë¥˜ë¡œ ì¸í•´ ìœ í˜• \"%s\"ì˜ í†µê³„ë¥¼ ê³„ì‚°í• ìˆ˜ 없습니다 : %s" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "ë§Œë£Œëœ ê³„ì •" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "로그ì¸" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "ì œëª©" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "만료ì¼ìž" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "ì´ë©”ì¼" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"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/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format -msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "비밀번호" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:116 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:119 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "ì•„ì´ë””" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" +msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "가입 ìœ í˜•" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "시작ì¼ìž" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" +msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "종료ì¼ìž" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "ê°€ì ¸ì˜¤ê¸°" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "테마" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "스케" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" +msgstr "스키마 ê²€ì¦" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "SASL ì˜ì—" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "ì—í• ë©¤ë²„ì‹" - -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "비밀번호 방법" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "비밀번호 (변경하지 ì•Šìœ¼ë ¤ë©´ 비워 ë‘ì‹ì‹œì˜¤)" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "CA ì¸ì¦ì„œ 경로" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" +msgstr "CAS ì„œë²„ì˜ CA ì¸ì¦ì„œ 경로" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "사용ìž" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "호스트" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "ì‚¬ìš©ìž ê³„ì •" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "í¬íЏ" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "ê°œì¸ ì •ë³´" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "성" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "ì´ë¦„" - -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "ì´ ì‚¬ìš©ìžì˜ ì´ë¦„" - -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "사용ìžì— 대한 간단한 설명" - -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "호출기" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "공통 ì´ë¦„ 필드를 빌드하는 ë° ì‚¬ìš©í• íŒ¨í„´" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "ì‚¬ì—…ìž í˜¸ì¶œê¸° 번호" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "ê°œì¸ í™ˆíŽ˜ì´ì§€" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" +msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "ê³„ì • ì •ë³´" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "사용ìžê°€ ì €ìž¥ëœ ë¸Œëžœì¹˜." + +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:189 -msgid "Display name" -msgstr "표시 ì´ë¦„" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "ì œëª©" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:310 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "기타" + +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "íŠ¹ì • ì‚¬ìš©ìž ê·¸ë£¹ì—게 ì¼ë¶€ 메뉴 í•ëª©ì„ ìˆ¨ê¸°ë ¤ë©´ì´ ì˜µì…˜ì„ ì‚¬ìš©í•˜ì‹ì‹œì˜¤." + +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "그룹 %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "ì—í• %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4943,108 +4856,30 @@ msgstr "ìž˜ëª»ëœ í”ŒëŸ¬ê·¸ì¸ ë§¤ê°œ 변수 \"%s\"!" msgid "No session found!" msgstr "ì„¸ì…˜ì´ ì—†ìŠµë‹ˆë‹¤!" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5232,127 +5067,14 @@ msgstr "ì „ì²´ì„ íƒ" msgid "Show changes" msgstr "변경 ì‚¬í• í‘œì‹œ" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "비밀번호 분실" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "%1 ì˜ ë¹„ë°€ë²ˆí˜¸ë¥¼ ìž¬ì„¤ì •í•˜ëŠ” ì •ë³´ê°€ ì´ë©”ì¼ ì£¼ì†Œ %2 로 ì „ì†¡ë˜ì—ˆìŠµë‹ˆë‹¤" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "ê²½ê³ : ì´ ì´ë©”ì¼ì€ %1 ë¶„ ë™ì•ˆ ë§Œ ìœ íš¨í•©ë‹ˆë‹¤." - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" -"ì´ ëŒ€í™” ìƒìžëŠ” 비밀번호를 변경하는 간단한 ë°©ë²•ì„ ì œê³µí•©ë‹ˆë‹¤. <br/> 아래 í•„ë“œì— ìƒˆ 비밀번호 (2 회)를 ìž…ë ¥í•˜ê³ '변경' ë²„íŠ¼ì„ " -"누르ì‹ì‹œì˜¤." - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "새 비밀번호 반복" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "비밀번호 ê°•ë„" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "변경" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "비밀번호를 ë³€ê²½í•˜ë ¤ë©´ 여기를 í´ë¦í•˜ì‹ì‹œì˜¤" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "성공" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "비밀번호가 성공ì 으로 변경ë˜ì—ˆìŠµë‹ˆë‹¤." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "ë¡œê·¸ì¸ í™”ë©´ìœ¼ë¡œ ëŒì•„가기" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "아래 í•„ë“œì— í˜„ìž¬ ì´ë©”ì¼ ì£¼ì†Œë¥¼ ìž…ë ¥í•˜ê³ '변경' ë²„íŠ¼ì„ ëˆ„ë¥´ì‹ì‹œì˜¤." - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "=> 긴 형ì‹ìœ¼ë¡œ ì´ë©”ì¼ì„ 사용하ì‹ì‹œì˜¤, 예 : John Doe => john.doe@example.com." - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "비밀번호 복구가 활성화ë˜ì§€ 않았습니다. 비밀번호를 잊어 버린 경우 관리ìžì—게 문ì˜í•˜ì‹ì‹œì˜¤" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "비밀번호를 잊었습니다" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "로그ì¸í•˜ë ¤ë©´ 여기를 í´ë¦í•˜ì‹ì‹œì˜¤" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "ê²½ê³ : ë‹¤ìŒ ê°ì²´ë¥¼ ì‚ì œí•˜ë ¤ê³ í•©ë‹ˆë‹¤." @@ -5432,6 +5154,88 @@ msgstr "í…œí”Œë¦¿ì„ ì‚¬ìš©í•˜ì—¬ 새 ê°ì²´ 만들기" msgid "Continue" msgstr "계ì†" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "비밀번호 분실" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "%1 ì˜ ë¹„ë°€ë²ˆí˜¸ë¥¼ ìž¬ì„¤ì •í•˜ëŠ” ì •ë³´ê°€ ì´ë©”ì¼ ì£¼ì†Œ %2 로 ì „ì†¡ë˜ì—ˆìŠµë‹ˆë‹¤" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "ê²½ê³ : ì´ ì´ë©”ì¼ì€ %1 ë¶„ ë™ì•ˆ ë§Œ ìœ íš¨í•©ë‹ˆë‹¤." + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" +"ì´ ëŒ€í™” ìƒìžëŠ” 비밀번호를 변경하는 간단한 ë°©ë²•ì„ ì œê³µí•©ë‹ˆë‹¤. <br/> 아래 í•„ë“œì— ìƒˆ 비밀번호 (2 회)를 ìž…ë ¥í•˜ê³ '변경' ë²„íŠ¼ì„ " +"누르ì‹ì‹œì˜¤." + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "ì‚¬ìš©ìž ì´ë¦„" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "ë””ë ‰í† ë¦¬" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "변경" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "비밀번호를 ë³€ê²½í•˜ë ¤ë©´ 여기를 í´ë¦í•˜ì‹ì‹œì˜¤" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "성공" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "비밀번호가 성공ì 으로 변경ë˜ì—ˆìŠµë‹ˆë‹¤." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "ë¡œê·¸ì¸ í™”ë©´ìœ¼ë¡œ ëŒì•„가기" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "아래 í•„ë“œì— í˜„ìž¬ ì´ë©”ì¼ ì£¼ì†Œë¥¼ ìž…ë ¥í•˜ê³ '변경' ë²„íŠ¼ì„ ëˆ„ë¥´ì‹ì‹œì˜¤." + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "=> 긴 형ì‹ìœ¼ë¡œ ì´ë©”ì¼ì„ 사용하ì‹ì‹œì˜¤, 예 : John Doe => john.doe@example.com." + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "ìž ê¸ˆ ì¶©ëŒ ê°ì§€" @@ -5455,6 +5259,22 @@ msgstr "" msgid "Read only" msgstr "ì½ê¸° ì „ìš©" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "사ì´íЏ 관리 ì‹œìŠ¤í…œì— ë¡œê·¸ì¸í•˜ë ¤ë©´ ì‚¬ìš©ìž ì´ë¦„ê³¼ 비밀번호를 사용하ì‹ì‹œì˜¤." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "비밀번호를 잊었습니다" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "ê²½ê³ : ë‹¤ìŒ ìŠ¤ëƒ…ìƒ·ì„ ë³µì›í•˜ë ¤ê³ 합니다" diff --git a/locale/lv/fusiondirectory.po b/locale/lv/fusiondirectory.po index b9bdae8c7d21566bcf8f528f33d1cdbb6524e492..a5bedb91ebf40408a008d775351e90063fe2171d 100644 --- a/locale/lv/fusiondirectory.po +++ b/locale/lv/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2018\n" "Language-Team: Latvian (https://app.transifex.com/fusiondirectory/teams/12202/lv/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Veids" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Apraksts" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Izveidot" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Labot" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Noņemt" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -576,35 +576,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "E-pasta adrese" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "BrÄ«dinÄjums" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "VÄrds " + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "OrganizÄcija" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Nodaļa" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "AtraÅ¡anÄs vieta" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Valsts" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Valsts" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Adrese" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "TÄlrunis" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "TÄlruņa numurs" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fakss" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "VÄrds " - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Biedri" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Faksa numurs" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "LietotÄji" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "E-pasts" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "UzvÄrds" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "VÄrds" + +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Mobilais" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Peidžeris" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "MÄjas pasta adrese" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "MÄjas tÄlruņa numurs" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Nosaukums" + +#: plugins/personal/generic/class_user.inc:209 +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:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Pasta indekss" + +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:142 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "" - -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "" - -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "" - -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" -msgstr "" - -#: plugins/config/class_configInLdap.inc:287 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:291 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "DerÄ«guma termiņš" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "E-pasts" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"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/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "UzvÄrds" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "VÄrds" - -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Mobilais" - -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Peidžeris" - -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "MÄjas pasta adrese" - -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "MÄjas tÄlruņa numurs" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "Nosaukums" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Pasta indekss" - -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4936,124 +4849,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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/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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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] "" -msgstr[2] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -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 "" @@ -5236,125 +5055,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5435,6 +5143,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5458,6 +5246,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/nb/fusiondirectory.po b/locale/nb/fusiondirectory.po index 012f29be4a9882e345a67c69738651e7379ee0e8..4ec015f97768ed51ae3dae0661577db59d70cb2e 100644 --- a/locale/nb/fusiondirectory.po +++ b/locale/nb/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2018\n" "Language-Team: Norwegian BokmÃ¥l (https://app.transifex.com/fusiondirectory/teams/12202/nb/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Beskrivelse" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Opprett" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Endre" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Fjern" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -576,35 +576,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Navn" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Egenskaper" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Navn" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "" + +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Bruker" + +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." -msgstr "" - -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:209 +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:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Vert" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:287 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:291 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -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" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +"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/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Bruker" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Vert" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 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:217 -msgid "Unit" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4936,116 +4849,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5228,125 +5055,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5425,6 +5141,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5448,6 +5244,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/nl/fusiondirectory.po b/locale/nl/fusiondirectory.po index 27c4d49abcbeb8055f3b6aaa1a6e61c7260fd813..5f2284002f44f82716e18d06eecad0eca94c8ccc 100644 --- a/locale/nl/fusiondirectory.po +++ b/locale/nl/fusiondirectory.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Dutch (https://app.transifex.com/fusiondirectory/teams/12202/nl/)\n" @@ -25,7 +25,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -47,8 +47,8 @@ msgid "Columns displayed for this management list" msgstr "Kolommen weergegeven voor deze beheerslijst" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Type" @@ -146,12 +146,12 @@ msgstr "Datum" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Omschrijving" @@ -186,11 +186,11 @@ msgstr "Zet een verwijderd object terug" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "Er was een probleem om snapshotdata te decomprimeren" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "Snapshotdata kon niet opgehaald worden" @@ -201,7 +201,7 @@ msgstr "Herstellen snapshots" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Object" @@ -211,7 +211,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "DN van het object waarvan je een snapshot aan het maken bent" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Snapshots" @@ -284,130 +284,130 @@ msgstr "%s sjabloon" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Sjabloon" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "Van sjabloon" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Aanmaken" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "Export lijst" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Bewerken" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Knippen" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Kopiëren" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Plakken" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Sjabloon toepassen" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Verwijderen" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Maak snapshot" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Herstel snapshot" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, 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." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, 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/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "U heeft geen toestemming om een snapshot te verwijderen voor %s." @@ -555,11 +555,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Bestand" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Regel" @@ -583,36 +583,24 @@ msgstr "statisch" msgid "method" msgstr "methode" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Trace" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Argumenten" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" "Er is minimaal één PHP fout opgetreden bij het genereren van deze pagina!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Stuur probleemrapport naar het FusionDirectory Team" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Informatie weergeven/verbergen" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -629,7 +617,7 @@ msgstr "" " te creëren" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Sjabloon naam" @@ -653,7 +641,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "CAS" @@ -673,9 +661,8 @@ msgstr "Login met gebruiker \"%s\" geactiveerde fout: %s" msgid "HTML form" msgstr "HTML-formulier" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Inloggen" @@ -751,14 +738,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "E-mail adres" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Paswoord herstel" @@ -807,7 +793,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "Kan paswoord niet veranderen, onbekende gebruiker \"%s\"" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1194,7 +1180,7 @@ msgstr "Toevoegen" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Verwijderen" @@ -1500,12 +1486,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "Onbekend type: %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "Onbestaand dn: %s" @@ -1696,68 +1682,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "StringAttribute \"%s\" a été fixé à une valeur non compatible" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "Sjabloon instellingen" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Dit is de naam van het sjabloon" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "Alleen hoofdtab kan dn verwerken" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "Kan dn niet verwerken: geen parent tabklasse voor \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "De invoer %s bestaat niet" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "Service \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Tab \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "Impossible de créer un DN unique" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "Onbekend veld \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1825,7 +1811,7 @@ msgid "Manage access control lists" msgstr "Beheer access control lists" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "ACL rollen" @@ -1846,14 +1832,14 @@ msgstr "Onbekende invoer '%s'!" msgid "All users" msgstr "Alle gebruikers" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1865,9 +1851,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Waarschuwing" @@ -2028,187 +2013,257 @@ msgstr "" msgid "Edit anyway" msgstr "Alsnog bewerken" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Naam" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Versie" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Status" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Dashboard" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Domein" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "domein" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organisatie" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "Organisatie" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Afdeling" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Afdelingen" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "afdeling" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Eigenschappen" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Naam van %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Een naam voor deze %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "Korte omschrijving van deze %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Categorie" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "Categorie van deze %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "Website" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "Website van deze %s" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Beheerder" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "Beheerder van deze %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Plaats" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Provincie" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Land" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Adres" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Een postadres voor deze %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Telefoon" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Telefoonnummer" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "Facsimile telefoon nummer" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Naam" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Domeinbestanddeel" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "domeinbestanddeel" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "land" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "Landcode" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "Een tweeletterige landcode van ISO 3166" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Plaats" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "plaats" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Beheer afdelingen" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," @@ -2216,316 +2271,289 @@ msgstr "" "Beheer afdelingen, landen, domeincomponenten, domeinen, plaatsen en " "organisatienodes" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Gebruikers en groepen" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Taken" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "Rapportering" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Status" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Groepen en rollen" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Beheer groepen en rollen" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "Laat je toe om object groepen te beheren, POSIX groepen en rollen" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Start actie" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Plan actie" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" "System %s heeft geen mac adres gedefinieerd, actie kan niet uitgevoerd " "worden" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "Kan systeem %s niet vinden, kan actie niet starten" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "Actie gestart" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "Actie opgevraagd zonder fout (resultaat waren \"%s\")" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "Actie opgevraagd zonder fout (resultaat was \"%s\")" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Objectgroep" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Object groepsinformatie" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Groep" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Naam van deze groep" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "Korte beschrijving van deze groep" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Eigenaar" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Ledenobjecten" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Objectleden van deze groep" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Systeem vertrouwen" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Vertrouwensmodus" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Type van authorisatie voor deze hosts" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "gedeactiveerd" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "volledige toegang" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "sta toegang op deze computers toe" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "Laat alleen deze groep toe om met deze lijst van hosts te verbinden " -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" "Werkstations en terminals in dezelfde groep plaatsen is niet toegestaan" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Leden" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Rol" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Rolinformatie" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "Organisatierol" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Informatie" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/groups/class_roleGeneric.inc:91 msgid "Description of the role" msgstr "Beschrijving van de rol" -#: plugins/admin/groups/class_roleGeneric.inc:95 -#: plugins/addons/dashboard/class_dashboardUsers.inc:65 -#: plugins/addons/dashboard/class_dashboardUsers.inc:71 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Telefoonnummer" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Faxnummer" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "ledenrol" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Voeg gebruikers toe voor de rol" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "ACL taak" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "ACL toekenning" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "Toegangscontrole rollentoewijzing" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "Toewijzing" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "ACL roltoewijzingen voor deze basis" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "Toewijzing op objecten of substructuur %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr ", en %d anderen" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "ACL opdracht dialoog" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Rollentoegangscontrole toewijzigsdialoog" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Modus" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "Is dit toepasbaar op complete substructuur of enkel op de basis?" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Substructuur" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Basis enkel" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Toe te passen rol" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Voor alle gebruikers" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "Pas deze ACL toe op alle LDAP gebruikers" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "Gebruikers of groepen waaraan deze rol kan toegewezen worden" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2534,81 +2562,80 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "ACL toewijzing aanmaak" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "Maak een ACL toewijzing aan op een willekeurige dn" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "Dn" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "DN waarvoor je toewijzingen wil bijvoegen" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "ACL toewijzingen" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "ACL toewijzingsbeheer" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "Beheer ACL rollen toewijzingen aan gebruikers" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Vergrendel gebruikers" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Ontgrendel gebruikers" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Gebruikers" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Beheer gebruikers" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "Beheer gebruikersaccounts en hun eigenschappen" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2617,7 +2644,7 @@ msgstr "" "Paswoord methode \"%s\" ondersteunt geen vergrendeling. Account \"%s\" is " "niet vergrendeld!" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " @@ -2626,1787 +2653,1659 @@ msgstr "" "Le verrouillage a échoué en utilisant la méthode de mot de passe \"%s\". Le " "compte \"%s\" n'a pas été verrouillé!" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Bevat instellingen voor deze objecten: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Access control rollen" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "ACL rol" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Een naam voor deze rol" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "Korte omschrijving van deze rol" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "ACLs" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACLs die een deel vormen van deze groep" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Geen ACL opties voor deze categorie" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL voor deze objecten: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Wijzig ACL categorie" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Reset ACL categorie" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Toon beschikbare ACL categoriëen" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Alle objecten in huidige substructuur" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "Bewerk ACL voor \"%s\"" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "ACL rollenbeheer" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "Beheer ACL rollen" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Plan" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "E-mail" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Activeer snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -"Dit laat je toe om bepaalde toestand van ingaves te bewaren en later te " -"herstellen." -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Snaphosts basis" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Plugins configuratie" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Zender e-mailadres" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "FusionDirectory plugins configuratie" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "E-mail adres van waaruit de mails zullen verzonden worden" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Objectgroepen" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "Groeps RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Sectie waarin objectgroepen worden opgeslagen" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "Dashboard configuratie" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Dashboardnaam schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "Aantal cijfers" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "Aantal cijfers te gebruiken na prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "Voorvoegsel" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" -msgstr "Voorvoegsel te gebruiken voor de computers ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "Dashboard vervallen gebruikers" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "Aantal dagen" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -"Aantal dagen voor vervaltijd nodig voor een account om in het dashboard " -"volgende vervallen accountlijst te tonen" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "Configuratie voor plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Bewerk gebruikers groepen en rollen" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "Instellingen voor de paswoordherstelfunctie" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Rollen lidmaatschap" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "Paswoord herstel instellingen" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Activeer paswoord herstel" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Zender e-mailadres" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "E-mail adres van waaruit de mails zullen verzonden worden" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Paswoord methode" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Link geldigheid (minuten)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Paswoord te gebruiken hash methode" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Aantal minuten voordat een herstel-link vervalt" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Paswoord" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "Salt voor tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Paswoord (leeg laten als je het niet wil veranderen)" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" -"Enkel een veiligheidsmaatregel, dit biedt vele mogelijkheden van invulling, " -"zelfs willekeurige tekens" - -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Sta gebruik van alternatieve adressen toe " - -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Login attribuut" - -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" -"Meestal uid, maar je kan iets anders gebruiken vb in het geval van SSO" - -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Eerste e-mail" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Onderwerp" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Onderwerp van de eerste e-mail" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Paswoord herstel-link" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Paswoord opnieuw" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Body (eerste %s is login, tweede is link)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Zelfde paswoord als voordien, om fouten te vermijden" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -"Body van de eerste e-mail, verzonden als de gebruiker een nieuw paswoord " -"vraagt. gebruik %s voor het inloggen en de herstel-link." -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -"Halo, \n" -"\n" -"Hier is je informatie:\n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"Deze link is enkel 10 minuten geldig." -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Tweede e-mail" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Onderwerp van de tweede e-mail" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Paswoord herstel succesvol" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Body (%s is login)" - -#: plugins/config/class_recoveryConfig.inc:116 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +msgid "Too many elements in array value: %d instead of %d" msgstr "" -"Body van de tweede e-mail, verzonden om te bevestigen dat het paswoord " -"veranderd is. Gebruik %s voor de gebruikerlogin." -#: plugins/config/class_recoveryConfig.inc:119 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, 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/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" - -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "" - -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" -msgstr "" - -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "Tab" - -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Wanneer dit commando op te roepen" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Gebruiker" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Gebruikersaccount informatie" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Gebruikersaccount" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "Opdracht" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" +msgstr "Gebruiker vergrendelingstatus" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "De opdracht die opgeroepen zal worden" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Persoonlijke informatie" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Configuratie" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Achternaam" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "FusionDirectory configuratie" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Achternaam van deze gebruiker" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "Configuratiescherm van FusionDirectory" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Voornaam" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Vormgeving en stijl" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Voornaam van deze gebruiker" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Taal" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" +msgstr "" -#: plugins/config/class_configInLdap.inc:59 +#: plugins/personal/generic/class_user.inc:104 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." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -"Taal van de applicatie. Indien 'automatisch' of 'niet beschikbaar' dan zal " -"diegene gevraagd door de browser gebruikt worden. Deze instelling kan " -"overschreven worden door de gebruiker." - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Thema" - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Te gebruiken thema " - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Tijdszone" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "Te gebruiken Tijdszone" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "Kerninstellingen" - -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "LDAP grootte-limiet" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "Korte beschrijving van de gebruiker" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "Definieert het aantal standaard te verkrijgen ingaves van LDAP " +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "Afbeelding" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Bewerk vergrendeling" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "De avatar van deze gebruiker" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" -"Kijk na of een invoer die op dit moment bewerkt wordt in tussentijd " -"aangepast is geweest buiten FusionDirectory." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "Organisatie contact informatie" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Activeer logging" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Zakelijk postadres" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "Gebeurtenislogging aan de zijde van FusionDirectory." +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Kamernr." -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "Schermbevestiging" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Kamernummer" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "Activeer schemacontrole tijdens login " +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Zakelijk telefoonnummer" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "GSM" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "Zakelijk mobielnummer" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Paswoord opties" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Bieper" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "Zakelijk biepernummer" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "Zakelijk faxnummer" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "Paswoord standaard hash" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Homepage" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "Standaard te gebruiken hash " +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "Persoonlijke homepagina" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "Verplicht standaard hash" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Account informatie" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "Verplicht het gebruik van standaard paswoordhash" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Login" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Paswoord minimumlengte" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "Login van deze gebruiker" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Minimum lengte van gebruikerspaswoorden" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Gewenste taal" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "Minimumpaswoord wijkt af" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Paswoord van de gebruiker" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "Minimum aantal verschillende karakters voor het laatste paswoord" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Persoonlijke contactinformatie" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "Gebruik accountvervaltijd" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Getoonde naam" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -"Activeert schaduwattribuut-testen tijdens het inloggen op FusionDirectory en" -" verplicht paswoordvernieuwing of accountlocking" +"Naam zoals die bij deze gebruiker moet verschijnen. Gebruikt door Exchange. " -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" -msgstr "SASL Realm" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "Thuisadres" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "SASL Exop" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Postadres thuis" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Attribuut op te slaan in het gebruikerspaswoordattribuut" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Telefoon privé" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Login en sessie" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Prive nummer" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" -"Welk LDAP attribuut moet gebruikt worden als de loginnaam tijdens het " -"inloggen." +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Organisatie informatie" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Verplicht geëncrypteerde connecties" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Titel" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -"Activeert PHP veiligheidscontroles om geëncrypteerde toegang (httpps) tot " -"de web interface af te dwingen" - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Verwittig mij als de sessie niet gëencrypteerd is" +"Titel van een persoon in zijn organisatiecontext. Elke titel is één waarde " +"van dit multi-waardeattribuut." -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -"Zal een waarschuwing tonen aan de gebruiker wanneer http gebruikt wordt " -"i.p.v. https." - -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Sessie levensduur" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -"Definieert wanneer een sessie zal vervallen in seconden (0 om uit te " -"schakelen)." -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Afdelingsnr." -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Departement nummer" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" -msgstr "Headernaam" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Personeelsnr." -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "Naam van de header die gebruikersidentiteit bevat" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Werknemersnummer" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Werknemersfunctie" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "Sleutelpad" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" +msgstr "Straat" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "Pad naar de FusionDirectory private sleutel. Voorlopig niet gebruikt." +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" +msgstr "Straatdeel van het adres" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "Certificaatpad" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" +msgstr "Postkantoorbox" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "Pad naar FusionDirectory certificaat. Voorlopig niet gebruikt." +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Postcode" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "CA certificaat pad" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" +msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" +msgstr "Het is niet toegelaten je eigen paswoord te veranderen" + +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -"Pad naar het CA certificaat. Gebruikt voor het valideren van de Argonaut " -"host." +"Je moet %d seconden wachten voor je paswoord opnieuw kan aangepast worden" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" -msgstr "Pad naar het CA certificaat van de CAS server" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "Paswoord staat in historie van oude paswoorden" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Host" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" +msgstr "Paswoord is niet veranderd t.o.v. de bestaande waarde" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" -msgstr "Host van de CAS server" +#: plugins/personal/generic/class_user.inc:545 +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:227 -msgid "Port" -msgstr "Poort" +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "" +"Het paswoord dat je ingebracht hebt als \"Nieuw paswoord\" en \"Herhaald " +"nieuw paswoord\" komen niet overeen" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" -msgstr "Poort waarop de CAS server luistert" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nieuw paswoord" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" -msgstr "CAS context" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." +msgstr "Het huidige paswoord en het nieuwe paswoord lijken te veel op elkaar." -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" -msgstr "Te gebruiken CAS context " +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." +msgstr "Het paswoord ingevoerd als nieuw is te kort." -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" -msgstr "" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "Het paswoord bevat mogelijke probleemgevende Unicode karakters!" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "Personen- en groepsopslag" - -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "Personen DN attribuut" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" +msgstr "Id" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" -msgstr "CN Patroon" - -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" -msgstr "" -"Het patroon te gebruiken om het gemeenschappelijke naamveld aan te maken" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" +msgstr "Subscription type" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Strikt naambeleid" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "Activeert strikte controle van gebruikers- en groepsnamen" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "Startdatum" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr "Gebruikers RDN" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "De sectie waarin gebruikers opgeslagen zijn" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" +msgstr "Einddatum" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "ACL rol RDN" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "De sectie waarin ACL rollen opgeslagen zijn" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" -msgstr "Beperk rol leden" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" +msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -"Wanneer geactiveerd kunnen enkel gebruikers van dezelfde familie of " -"groepsleden van dezelfde familie toegevoegd worden aan een rol " -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" -msgstr "Afzonderlijk adresveld" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Importeren" -#: plugins/config/class_configInLdap.inc:291 +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "Toon street, postOfficeBox en postalCode velden i.p.v. postalAddress" - -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "Postadres patronen" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." +msgstr "" -#: plugins/config/class_configInLdap.inc:295 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -"Voor het gebruiken van afzonderlijke adresvelden kan je patronen gebruiken " -"om postalAdres veld op te vullen." -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Debugging" - -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "Maximum LDAP query tijd" - -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -"Stop LDAP acties als er geen antwoord is binnen het aangegeven aantal " -"seconden." - -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Log LDAP statistieken" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -"Track LDAP timing statistieken naar de syslog. Dit kan helpen " -"indexeerproblemen of slechte filters te vinden." -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Debug level" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" +msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Toon bepaalde informatie bij het opladen van elke pagina" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" +msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Terminal Service diverse" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" +msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Toon overzicht in lijsten" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" +msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -"Bepaald of er een status bar zal getoond worden onderaan de lijsten die een " -"korte opsomming van type en nummering van elementen in de lijst zal " -"weergeven." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" -msgstr "Toon ACL tab op alle objecten" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" +msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -"Voor zeer specifieke ACL rechteninstellingen waarin je mogelijks rechten op " -"één enkel object moet geven." -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" -msgstr "Beschikbare afdelingcategorieën" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" -msgstr "Beschikbare categorieën in de afdelingsdropdown" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" +msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -"Gebruik dit om enkele menu ingaves naar specifieke groepen en gebruikers te " -"verbergen" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" -msgstr "Groep of rol" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" -msgstr "Plugin naar blacklist" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" -msgstr "Plugin menu blacklist" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Activeer snapshots" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "" +"Dit laat je toe om bepaalde toestand van ingaves te bewaren en later te " +"herstellen." + +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automatisch" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Snaphosts basis" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Groep %s" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." +msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" -msgstr "Rol %s" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" +msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Versie" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" +msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" 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 "Dashboard" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Plugins configuratie" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" -msgstr "Statistieken en diverse informatie" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "FusionDirectory plugins configuratie" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" -msgstr "Zie dashboard" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Objectgroepen" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistieken" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "Groeps RDN" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" +msgstr "Sectie waarin objectgroepen worden opgeslagen" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" +msgstr "" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" +msgstr "" + +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "Configuratie voor plugins" + +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -"Statistieken voor type \"%s\" kunnen niet verwerkt worden vanwege de " -"volgende fout: %s" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "Statistieken over gebruikers" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Instellingen voor de paswoordherstelfunctie" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "Statistieken van gebruikers" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Paswoord herstel instellingen" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "Statistieken van groepen" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Activeer paswoord herstel" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Vervallen accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Link geldigheid (minuten)" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Vervaldatum" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Aantal minuten voordat een herstel-link vervalt" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "E-mail" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "Salt voor tokens" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -"Gebruikerstatistieken kunnen niet verwerkt worden vanwege de volgende LDAP " -"fout: %s" +"Enkel een veiligheidsmaatregel, dit biedt vele mogelijkheden van invulling, " +"zelfs willekeurige tekens" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 -#, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" -msgstr "" -"Groepstatistieken kunnen niet verwerkt worden vanwege de volgende LDAP fout:" -" %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Sta gebruik van alternatieve adressen toe " -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -"Vervallengebruikersinformatie kan niet verwerkt worden vanwege de volgende " -"LDAP fout: %s" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Login attribuut" + +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -"Vervallengebruikersinformatie kan niet verwerkt worden vanwege de volgende " -"fout: %s" +"Meestal uid, maar je kan iets anders gebruiken vb in het geval van SSO" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Eerste e-mail" + +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Onderwerp" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "Paswoorden" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Onderwerp van de eerste e-mail" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "Statistieken van het paswoord" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Paswoord herstel-link" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" -msgstr "Paswoord statistieken" +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Body (eerste %s is login, tweede is link)" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" -"Paswoordstatistieken kunnen niet verwerkt worden vanwege de volgende LDAP " -"fout: %s" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"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 van de eerste e-mail, verzonden als de gebruiker een nieuw paswoord " +"vraagt. gebruik %s voor het inloggen en de herstel-link." -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:100 +#, 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 "" +"Halo, \n" +"\n" +"Hier is je informatie:\n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"Deze link is enkel 10 minuten geldig." -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Tweede e-mail" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Onderwerp van de tweede e-mail" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Paswoord herstel succesvol" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "Id" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "Body (%s is login)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_recoveryConfig.inc:116 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" +"Body van de tweede e-mail, verzonden om te bevestigen dat het paswoord " +"veranderd is. Gebruik %s voor de gebruikerlogin." -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "Subscription type" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, 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/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "Startdatum" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "Einddatum" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" +msgstr "Tab" + +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Importeren" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Wanneer dit commando op te roepen" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" +msgstr "Opdracht" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "De opdracht die opgeroepen zal worden" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Configuratie" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "FusionDirectory configuratie" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" +msgstr "Configuratiescherm van FusionDirectory" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Vormgeving en stijl" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Taal" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:59 +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 "" +"Taal van de applicatie. Indien 'automatisch' of 'niet beschikbaar' dan zal " +"diegene gevraagd door de browser gebruikt worden. Deze instelling kan " +"overschreven worden door de gebruiker." -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Thema" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Te gebruiken thema " -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Tijdszone" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Plan" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "Te gebruiken Tijdszone" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "Kerninstellingen" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "LDAP grootte-limiet" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "Definieert het aantal standaard te verkrijgen ingaves van LDAP " -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Bewerk vergrendeling" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" +"Kijk na of een invoer die op dit moment bewerkt wordt in tussentijd " +"aangepast is geweest buiten FusionDirectory." -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Activeer logging" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "Gebeurtenislogging aan de zijde van FusionDirectory." -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" +msgstr "Schermbevestiging" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." +msgstr "Activeer schemacontrole tijdens login " -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Paswoord opties" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "Paswoord standaard hash" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "Standaard te gebruiken hash " -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "Verplicht standaard hash" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Verplicht het gebruik van standaard paswoordhash" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Paswoord minimumlengte" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Minimum lengte van gebruikerspaswoorden" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "Minimumpaswoord wijkt af" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" +msgstr "Minimum aantal verschillende karakters voor het laatste paswoord" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "Gebruik accountvervaltijd" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" +"Activeert schaduwattribuut-testen tijdens het inloggen op FusionDirectory en" +" verplicht paswoordvernieuwing of accountlocking" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Bewerk gebruikers groepen en rollen" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "SASL Realm" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Rollen lidmaatschap" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Attribuut op te slaan in het gebruikerspaswoordattribuut" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Login en sessie" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" +"Welk LDAP attribuut moet gebruikt worden als de loginnaam tijdens het " +"inloggen." -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Verplicht geëncrypteerde connecties" + +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" +"Activeert PHP veiligheidscontroles om geëncrypteerde toegang (httpps) tot " +"de web interface af te dwingen" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Verwittig mij als de sessie niet gëencrypteerd is" + +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" +"Zal een waarschuwing tonen aan de gebruiker wanneer http gebruikt wordt " +"i.p.v. https." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Paswoord methode" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Sessie levensduur" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Paswoord te gebruiken hash methode" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" +"Definieert wanneer een sessie zal vervallen in seconden (0 om uit te " +"schakelen)." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Paswoord" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Paswoord (leeg laten als je het niet wil veranderen)" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Paswoord opnieuw" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" +msgstr "Headernaam" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Zelfde paswoord als voordien, om fouten te vermijden" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." +msgstr "Naam van de header die gebruikersidentiteit bevat" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "Sleutelpad" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "Pad naar de FusionDirectory private sleutel. Voorlopig niet gebruikt." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "Certificaatpad" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "Pad naar FusionDirectory certificaat. Voorlopig niet gebruikt." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "CA certificaat pad" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Gebruiker" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." +msgstr "" +"Pad naar het CA certificaat. Gebruikt voor het valideren van de Argonaut " +"host." -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Gebruikersaccount informatie" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" +msgstr "Pad naar het CA certificaat van de CAS server" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "Gebruikersaccount" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Host" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" -msgstr "Gebruiker vergrendelingstatus" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "Host van de CAS server" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Persoonlijke informatie" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Poort" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Achternaam" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" +msgstr "Poort waarop de CAS server luistert" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Achternaam van deze gebruiker" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" +msgstr "CAS context" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Voornaam" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" +msgstr "Te gebruiken CAS context " -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Voornaam van deze gebruiker" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "Korte beschrijving van de gebruiker" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "Afbeelding" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "De avatar van deze gebruiker" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "Organisatie contact informatie" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "Personen- en groepsopslag" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Zakelijk postadres" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "Personen DN attribuut" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Kamernr." +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Kamernummer" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "CN Patroon" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Zakelijk telefoonnummer" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" +"Het patroon te gebruiken om het gemeenschappelijke naamveld aan te maken" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "GSM" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "Zakelijk mobielnummer" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Bieper" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Strikt naambeleid" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "Zakelijk biepernummer" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" +msgstr "Activeert strikte controle van gebruikers- en groepsnamen" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" -msgstr "Zakelijk faxnummer" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "Gebruikers RDN" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "De sectie waarin gebruikers opgeslagen zijn" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "Persoonlijke homepagina" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "ACL rol RDN" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Account informatie" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "De sectie waarin ACL rollen opgeslagen zijn" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" -msgstr "Login van deze gebruiker" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" +msgstr "Beperk rol leden" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Gewenste taal" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." +msgstr "" +"Wanneer geactiveerd kunnen enkel gebruikers van dezelfde familie of " +"groepsleden van dezelfde familie toegevoegd worden aan een rol " -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Paswoord van de gebruiker" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" +msgstr "Afzonderlijk adresveld" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Persoonlijke contactinformatie" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "Toon street, postOfficeBox en postalCode velden i.p.v. postalAddress" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Getoonde naam" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "Postadres patronen" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -"Naam zoals die bij deze gebruiker moet verschijnen. Gebruikt door Exchange. " +"Voor het gebruiken van afzonderlijke adresvelden kan je patronen gebruiken " +"om postalAdres veld op te vullen." -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "Thuisadres" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Postadres thuis" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Telefoon privé" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Debugging" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Prive nummer" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Organisatie informatie" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "Titel" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "Maximum LDAP query tijd" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:314 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -"Titel van een persoon in zijn organisatiecontext. Elke titel is één waarde " -"van dit multi-waardeattribuut." +"Stop LDAP acties als er geen antwoord is binnen het aangegeven aantal " +"seconden." -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Log LDAP statistieken" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" +"Track LDAP timing statistieken naar de syslog. Dit kan helpen " +"indexeerproblemen of slechte filters te vinden." -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Afdelingsnr." - -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Departement nummer" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Debug level" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Personeelsnr." +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Toon bepaalde informatie bij het opladen van elke pagina" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Werknemersnummer" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Werknemersfunctie" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" -msgstr "Straat" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Terminal Service diverse" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" -msgstr "Straatdeel van het adres" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Toon overzicht in lijsten" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" -msgstr "Postkantoorbox" +#: plugins/configuration/core/class_configInLdap.inc:347 +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 "" +"Bepaald of er een status bar zal getoond worden onderaan de lijsten die een " +"korte opsomming van type en nummering van elementen in de lijst zal " +"weergeven." -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Postcode" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "Toon ACL tab op alle objecten" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" +"Voor zeer specifieke ACL rechteninstellingen waarin je mogelijks rechten op " +"één enkel object moet geven." -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Het is niet toegelaten je eigen paswoord te veranderen" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "Beschikbare afdelingcategorieën" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" +msgstr "Beschikbare categorieën in de afdelingsdropdown" + +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -"Je moet %d seconden wachten voor je paswoord opnieuw kan aangepast worden" +"Gebruik dit om enkele menu ingaves naar specifieke groepen en gebruikers te " +"verbergen" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "Paswoord staat in historie van oude paswoorden" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" +msgstr "Groep of rol" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" -msgstr "Paswoord is niet veranderd t.o.v. de bestaande waarde" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "Plugin naar blacklist" -#: plugins/personal/generic/class_user.inc:515 -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/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "Plugin menu blacklist" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -"Het paswoord dat je ingebracht hebt als \"Nieuw paswoord\" en \"Herhaald " -"nieuw paswoord\" komen niet overeen" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nieuw paswoord" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automatisch" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "Het huidige paswoord en het nieuwe paswoord lijken te veel op elkaar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Groep %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "Het paswoord ingevoerd als nieuw is te kort." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Rol %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "Het paswoord bevat mogelijke probleemgevende Unicode karakters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5136,7 +5035,7 @@ msgstr "Ongeldige plugin parameter \"%s\"!" msgid "No session found!" msgstr "Geen sessie gevonden!" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/acl/remove.tpl.c:2 msgid "" "Warning: you are about to delete the ACL assignments on the following " "objects" @@ -5144,7 +5043,7 @@ msgstr "" "Waarschuwing: je staat op het punt om de ACL toewijzing van volgende " "objecten te verwijderen" -#: plugins/admin/acl/remove.tpl.c:5 +#: plugins/management/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." @@ -5152,104 +5051,18 @@ msgstr "" "Dit bevat alle ACL opdrachten gemaakt op deze node(s). Als je de lijst van " "deze opdrachten wil, a.u.b. annuleer en open de objecten." -#: plugins/admin/acl/remove.tpl.c:8 +#: plugins/management/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/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Toon/verberg geavanceerde instellingen" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "Volledig object" -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "Er is %1 vervallen account" -msgstr[1] "Er zijn %1 vervallen accounts" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There are no expired accounts" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "Betrokken Manager" - -#: 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] "Er is %2 account die vervalt in de volgende %1 dagen" -msgstr[1] "Er zijn %2 accounts die vervallen in de volgende %1 dagen" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "Er is geen account dat in de volgende %1 dagen vervalt" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "Volgende vervallen accounts" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "Er is %1 groep:" -msgstr[1] "Er zijn %1 groepen:" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "There are no groups" -msgstr "Er zijn geen groepen" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "%2 zijn %1 groep" -msgstr[1] "%2 zijn %1 groepen" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -msgid "There is no %1 group" -msgstr "Er zijn geen %1 groepen" - -#: 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] "Er is %1 gebruiker:" -msgstr[1] "Er zijn %1 gebruikers:" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %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] "%1 van hen is vergrendeld" -msgstr[1] "%1 van hen zijn vergrendeld" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "Er zijn geen gebruikers" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -msgid "None of them have a %1 account" -msgstr "Geen van hen hebben een %1 account" - #: plugins/generic/references/contents.tpl.c:2 msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "<strong>%1</strong> references our <strong>%3</strong>" @@ -5453,140 +5266,14 @@ msgstr "Selecteer alles" msgid "Show changes" msgstr "Toon veranderingen" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Paswoord kwijt" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" -"Informatie om het paswoord opnieuw in te stellen voor %1 is verzonden naar " -"email adres %2" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "Waarschuwing : deze email is enkel %1 minuten geldig." - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" -"Deze dialoog voorziet een simpele weg om je paswoord te veranderen. <br/> " -"Geef het nieuw paswoord (twee maal) in in het onderstaand veld en druk de " -"'Veranderen' knop." - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Gebruikersnaam" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Nieuw wachtwoord opnieuw" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Wachtwoordsterkte" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Directory" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Wijzig" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Klik hier om je paswoord te wijzigen" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Succes" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Je paswoord is succesvol gewijzigd." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "Keer terug naar het inlogscherm" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Vul je huidige e-mailadres in in onderstaand veld en klik op de 'Verander' " -"knop." - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" -"=> Gebruik je e-mail in het lange formaat, vb : John Doe => " -"john.doe@example.com" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" -"Paswoord herstel is niet geactiveerd. Als u uw wachtwoord verloren hebt, " -"gelieve dan uw systeembeheerder te contacteren" - -#: ihtml/themes/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Gebruik a.u.b. je gebruikersnaam en paswoord om in te loggen in het " -"administratiesysteem van de site." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Ik ben mijn wachtwoord vergeten" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -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!" - -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 -msgid "Click here to log in" -msgstr "Klik hier om in te loggen" - #: ihtml/themes/breezy/secondfactor.tpl.c:2 msgid "Two factor authentication" msgstr "Tweestapsauthenticatie" +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 +msgid "Click here to log in" +msgstr "Klik hier om in te loggen" + #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5670,6 +5357,97 @@ msgstr "Een nieuw object aanmaken aan de hand van een sjabloon" msgid "Continue" msgstr "Doorgaan" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Paswoord kwijt" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" +"Informatie om het paswoord opnieuw in te stellen voor %1 is verzonden naar " +"email adres %2" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "Waarschuwing : deze email is enkel %1 minuten geldig." + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" +"Deze dialoog voorziet een simpele weg om je paswoord te veranderen. <br/> " +"Geef het nieuw paswoord (twee maal) in in het onderstaand veld en druk de " +"'Veranderen' knop." + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Gebruikersnaam" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Nieuw wachtwoord opnieuw" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Wachtwoordsterkte" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Directory" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Wijzig" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Klik hier om je paswoord te wijzigen" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Succes" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Je paswoord is succesvol gewijzigd." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "Keer terug naar het inlogscherm" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Vul je huidige e-mailadres in in onderstaand veld en klik op de 'Verander' " +"knop." + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" +"=> Gebruik je e-mail in het lange formaat, vb : John Doe => " +"john.doe@example.com" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" +"Paswoord herstel is niet geactiveerd. Als u uw wachtwoord verloren hebt, " +"gelieve dan uw systeembeheerder te contacteren" + #: ihtml/themes/breezy/islocked.tpl.c:2 msgid "Locking conflict detected" msgstr "Er is een vergrendelingsconflict gedetecteerd" @@ -5693,6 +5471,26 @@ msgstr "" msgid "Read only" msgstr "Alleen lezen" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Gebruik a.u.b. je gebruikersnaam en paswoord om in te loggen in het " +"administratiesysteem van de site." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Ik ben mijn wachtwoord vergeten" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "Waarschuwing: je gaat de volgende snapshot herstellen" diff --git a/locale/pl/fusiondirectory.po b/locale/pl/fusiondirectory.po index 085cbedfb4bac475ab8411cd18068d21f173545f..053effa2d3805d1488d05ff0803a83e43503a3d2 100644 --- a/locale/pl/fusiondirectory.po +++ b/locale/pl/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2021\n" "Language-Team: Polish (https://app.transifex.com/fusiondirectory/teams/12202/pl/)\n" @@ -22,7 +22,7 @@ msgstr "" "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" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Typ" @@ -143,12 +143,12 @@ msgstr "Data" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Opis" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Obiekt" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Szablon" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Utwórz" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Edytuj" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Wytnij" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Kopiuj" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Wklej" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "UsuÅ„" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Utwórz spanshot" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Odtwórz snapshot" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Plik" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Linia" @@ -576,35 +576,23 @@ msgstr "statyczna" msgid "method" msgstr "metoda" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Åšledzenie" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Argumenty" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "Tworzenie tej strony spowodowaÅ‚o, że interpreter PHP zwróciÅ‚ błędy!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Przełącz informacje" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Nazwa Szablonu" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Zaloguj" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Adres email" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "Dodaj" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "UsuÅ„" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "Nieznany wpis '%s'!" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Ostrzeżenie" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "Edytuj mimo wszystko" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "ImiÄ™" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Status" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Domena" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organizacja" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Departament" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Departamenty" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "departament" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "WÅ‚aÅ›ciwoÅ›ci" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Kategoria" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Lokalizacja" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Stan" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Kraj" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Adres" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Telefon" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Numer telefonu" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "ImiÄ™" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Status" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Grupa obiektu" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Grupa" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "WÅ‚aÅ›ciciel" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Dodaj czÅ‚onka" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Zaufanie systemowe" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Tryb zaufania" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "wyłączone" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "peÅ‚en dostÄ™p" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "zezwól na dostÄ™p do tych hostów" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "CzÅ‚onkowie" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "PeÅ‚niona funkcja" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Informacja" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Numer telefonu" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Numer fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Tryb" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Użytkownicy" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "ZarzÄ…dzaj użytkownikami" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Zawiera ustawienia dla tych obiektów: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Brak ustawieÅ„ ACL w tej kategorii" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Lista dostÄ™pnych kategorii ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Wszystkie obiekty w obecnym poddrzewie" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Email" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Grupy obiektów" - -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "HasÅ‚o" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Użytkownik" + +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Informacje osobiste" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Nazwisko" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "ImiÄ™" + +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Numer pokoju" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Numer pokoju" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Komórka" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Pager" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Konfiguracja" - -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Strona domowa" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "JÄ™zyk" - -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Login" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Strefa czasowa" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Preferowany jÄ™zyk" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "WyÅ›wietl nazwÄ™" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Adres domowy" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Telefon prywatny" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Numer telefonu domowego" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Informacje organizacyjne" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "TytuÅ‚" -#: plugins/config/class_configInLdap.inc:105 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" - -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "" - -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Numer departamentu" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Numer departamentu" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Numer pracownika" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Minimalna dÅ‚ugość hasÅ‚a" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Numer pracownika" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Typ pracownika" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" -msgstr "" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Kod pocztowy" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "" +#: plugins/personal/generic/class_user.inc:545 +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:167 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "" - -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" - -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" - -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" -msgstr "" - -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nowe hasÅ‚o" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "" +#: plugins/personal/generic/class_user.inc:551 +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:197 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Port" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Import" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Różne" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" +msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Grupy obiektów" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automatycznie" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" 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/configuration/core/class_recoveryConfig.inc:67 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Login" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Email" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +"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/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"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/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "" + +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "" + +#: plugins/configuration/core/class_recoveryConfig.inc:115 #, php-format -msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 +#: plugins/configuration/core/class_recoveryConfig.inc:119 #, php-format -msgid "Not found (%s)" +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 -#, php-format +#: plugins/configuration/core/class_hooksConfig.inc:53 msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Konfiguracja" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "JÄ™zyk" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Strefa czasowa" + +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Import" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Minimalna dÅ‚ugość hasÅ‚a" + +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Port" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Użytkownik" - -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Informacje osobiste" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Nazwisko" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "ImiÄ™" - -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Numer pokoju" - -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Numer pokoju" - -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Komórka" - -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Pager" - -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Strona domowa" - -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Preferowany jÄ™zyk" - -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "WyÅ›wietl nazwÄ™" - -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Adres domowy" - -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Telefon prywatny" - -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Numer telefonu domowego" - -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Informacje organizacyjne" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "TytuÅ‚" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:314 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Numer departamentu" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Numer departamentu" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Numer pracownika" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Numer pracownika" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Typ pracownika" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Różne" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Kod pocztowy" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "ProszÄ™ podać obecne hasÅ‚o aby kontynuować." +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nowe hasÅ‚o" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automatycznie" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "HasÅ‚o podane jako nowe jest zbyt podobne do obecnego." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4936,132 +4849,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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/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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -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 "" @@ -5244,127 +5055,14 @@ msgstr "Wybierz wszystko" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "ZmieÅ„" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Kliknij tutaj aby zmienić swoje hasÅ‚o" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Powodzenie" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Twoje hasÅ‚o zostaÅ‚o pomyÅ›lnie zmienione." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"Twoja przeglÄ…darka ma wyłączone cookies. ProszÄ™ włączyć cookies i " -"przeÅ‚adować stronÄ™ przed logowaniem!" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Kliknij tutaj aby siÄ™ zalogować" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5445,6 +5143,86 @@ msgstr "" msgid "Continue" msgstr "Kontynuuj" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Nazwa użytkownika" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Katalog" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "ZmieÅ„" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Kliknij tutaj aby zmienić swoje hasÅ‚o" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Powodzenie" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Twoje hasÅ‚o zostaÅ‚o pomyÅ›lnie zmienione." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "Wykryto konflikt blokady" @@ -5468,6 +5246,24 @@ msgstr "" msgid "Read only" msgstr "Tylko do odczytu" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/pt/fusiondirectory.po b/locale/pt/fusiondirectory.po index 4233329fef9284592213701e9ccda785f6ecc4f8..aac59c82570e6d64762a590357407520070201e4 100644 --- a/locale/pt/fusiondirectory.po +++ b/locale/pt/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Portuguese (https://app.transifex.com/fusiondirectory/teams/12202/pt/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Tipo" @@ -143,12 +143,12 @@ msgstr "Data" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Descrição" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objeto" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Modelo" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Criar" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Editar" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Recortar" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Copiar" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Colar" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Aplicar modelo" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Remover" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Criar snapshot" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Restaurar snapshot" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, 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/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, 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." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -550,11 +550,11 @@ msgstr "PDF" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Arquivo" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -578,35 +578,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -621,7 +609,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Nome modelo" @@ -645,7 +633,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -665,9 +653,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Entrar" @@ -741,14 +728,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Endereço de email" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Recuperação de senha" @@ -795,7 +781,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1167,7 +1153,7 @@ msgstr "Adicionar" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Deletar" @@ -1459,12 +1445,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1653,68 +1639,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "A entrada %s não é existente" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1780,7 +1766,7 @@ msgid "Manage access control lists" msgstr "Gerenciar listas de controle de acesso" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "Regras de ACL" @@ -1801,14 +1787,14 @@ msgstr "Entrada desconhecida '%s'!" msgid "All users" msgstr "Todos os usuários" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1818,9 +1804,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Atenção" @@ -1967,499 +1952,542 @@ msgstr "" msgid "Edit anyway" msgstr "Editar mesmo assim" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nome" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Estatus" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "DomÃnio" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organização" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Departamento" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Departamentos" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "departamento" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Propriedades" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Categoria" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Gerente" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Localização" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Estado" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "PaÃs" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Endereço" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Fone" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Número de telefone" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nome" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Componente de domÃnio" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Localização" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Gerenciar departamentos" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Usuários e grupos" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Tarefas" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Estatus" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Ação do gatilho" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Programar ação" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Grupo de objeto" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Grupo" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Proprietário" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Sistema de confiança" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Modo de confiança" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "desabilitado" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "acesso completo" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "permitir acesso a estas máquinas" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Membros" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Papel" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Informação" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/groups/class_roleGeneric.inc:91 msgid "Description of the role" msgstr "Descrição da atribuição" -#: plugins/admin/groups/class_roleGeneric.inc:95 -#: plugins/addons/dashboard/class_dashboardUsers.inc:65 -#: plugins/addons/dashboard/class_dashboardUsers.inc:71 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Número de telefone" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Número de Fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Adicionar usuários para a atribuição" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Atribuições de ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Modo" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2468,1818 +2496,1703 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Usuários bloqueados" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Usuários desbloqueados" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Usuários" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Gerenciar usuários" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Contém configurações para estes objetos: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Cargos de controle de acesso" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "Cargo ACL" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Sem configurações de ACL para esta categoria" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL para estes objetos: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Editar categoria de ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Reiniciar categoria de ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Lista de categorias de ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Todos os objetos na subárvore atual" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Programação" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Email" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Habilitar snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Base de snapshots" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Endereço de e-mail do remetente" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "E-mail a partir dos e-mail que serão enviados" + +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Grupos de objeto" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "Configurações para recuperar senha" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "Configurações de recuperação de senha" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Ativar recuperador de senha" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Endereço de e-mail do remetente" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "E-mail a partir dos e-mail que serão enviados" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Método de autentcação" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Validade do link (minutos)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Método de hash para usar na senha" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Número de minutos antes do link de recuperação expirar" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Senha" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "graça para simbolos " +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Senha (Mantenha vazio caso não deseje alterar)" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" -"Apenas uma medida de segurança, você pode botar qualquer coisa lá, até " -"caracteres aleatórios" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Senha novamente" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Permitir o uso de endereços alternativos" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Mesma senha como acima, para evitar erros" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Primeiro e-mail" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Assunto" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Assunto do primeiro e-mail" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Link de recuperação de senha" - -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Corpo(primeiro %s é o login, segundo é o link)" - -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -"Corpo do primeiro e-mail, envie quando o usuário perguntar pela nova senha. " -"Use %s para o login e o link de recuperação." -#: plugins/config/class_recoveryConfig.inc:100 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, 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." +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Segundo e-mail" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Assunto do segundo e-mail" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Senha recuperada com sucesso" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Corpo (%s é o login)" - -#: plugins/config/class_recoveryConfig.inc:116 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -"Corpo do segundo e-mail, enviado para confirmar senha alterada. Use %s para " -"Login de usuário. " -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -"Olá,\n" -"\n" -"Sua senha foi alterada.\n" -"Seu login permanece %s." -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Usuário" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Informação pessoal" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Último nome" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Primeiro nome" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:104 +msgid "" +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Configuração" - -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Idioma" - -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -"Idioma da aplicação. Se for \"automático\" ou indisponÃvel, será utilizado o" -" padrão do navegador. Essa configuração pode ser substituÃda pelo usuário. " - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Tema" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Fuso horário" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Nº da sala" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Número da sala" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Celular" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Pager" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Página pessoal" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Login" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Configurações de senha" - -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Idioma desejado" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Nome de exibição" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Comprimento mÃnimo de senha" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Caixa postal residencial" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Telefone privativo" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Telefone residencial" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Informação organizacional" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "TÃtulo" -#: plugins/config/class_configInLdap.inc:142 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Nº do departamento" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Número do departamento" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Nº do empregado" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Número do funcionário" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Tipo de empregado" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "CEP" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "Chave de pacote" +#: plugins/personal/generic/class_user.inc:545 +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:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "Caminho de certificado" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nova senha" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:551 +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:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "A senha contém caracteres Unicode problemáticos." -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Host" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Porta" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" +msgstr "Tipo de inscrição" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Importar" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Habilitar snapshots" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Diversos" - -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Base de snapshots" + +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automático" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Grupos de objeto" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Configurações para recuperar senha" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Configurações de recuperação de senha" -#: 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/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Ativar recuperador de senha" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Validade do link (minutos)" + +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Número de minutos antes do link de recuperação expirar" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "EstatÃsticas" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "graça para simbolos " -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" +"Apenas uma medida de segurança, você pode botar qualquer coisa lá, até " +"caracteres aleatórios" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "EstatÃsticas a respeito de usuários" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Permitir o uso de endereços alternativos" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Contas expiradas" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Primeiro e-mail" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Data de expiração" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Assunto" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Assunto do primeiro e-mail" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Link de recuperação de senha" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" -msgstr "" +msgid "Body (first %s is login, second is link)" +msgstr "Corpo(primeiro %s é o login, segundo é o link)" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" +"Corpo do primeiro e-mail, envie quando o usuário perguntar pela nova senha. " +"Use %s para o login e o link de recuperação." -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Segundo e-mail" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Assunto do segundo e-mail" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Senha recuperada com sucesso" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "Corpo (%s é o login)" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" +"Corpo do segundo e-mail, enviado para confirmar senha alterada. Use %s para " +"Login de usuário. " -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" +"Olá,\n" +"\n" +"Sua senha foi alterada.\n" +"Seu login permanece %s." -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "Tipo de inscrição" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Configuração" + +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Importar" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Idioma" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"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 da aplicação. Se for \"automático\" ou indisponÃvel, será utilizado o" +" padrão do navegador. Essa configuração pode ser substituÃda pelo usuário. " -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Tema" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Fuso horário" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Programação" - -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Configurações de senha" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Comprimento mÃnimo de senha" + +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Método de autentcação" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Método de hash para usar na senha" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Senha (Mantenha vazio caso não deseje alterar)" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "Chave de pacote" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Senha novamente" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Mesma senha como acima, para evitar erros" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "Caminho de certificado" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Host" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Usuário" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Porta" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Informação pessoal" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Último nome" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Primeiro nome" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Nº da sala" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Número da sala" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Celular" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Página pessoal" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Idioma desejado" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Nome de exibição" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Caixa postal residencial" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Telefone privativo" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Telefone residencial" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Informação organizacional" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "TÃtulo" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Nº do departamento" - -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Número do departamento" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Nº do empregado" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Número do funcionário" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Diversos" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Tipo de empregado" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "CEP" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "Você precisa especificar sua senha atual para continuar." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nova senha" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automático" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "A senha utilizada como nova e atual são muito similares." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "A senha contém caracteres Unicode problemáticos." +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -4972,124 +4885,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Exibir/Ocultar configurações avançadas" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "Objeto completo" -#: 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 are no expired accounts" -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 "Próximas contas a expirar" - -#: 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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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] "" -msgstr[2] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -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 "" @@ -5274,131 +5093,14 @@ msgstr "Selecionar tudo" msgid "Show changes" msgstr "Mostrar mudanças" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Nome do usuário" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Nova senha repetida" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Grau de segurança da senha" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Diretório" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Alterar" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Clique aqui para alterar sua senha" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Sucesso" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Sua senha foi alterada com sucesso." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -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/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Utilize seu nome de usuário e senha para fazer login no sistema de " -"administração do site." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Esqueci a senha" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"Seu navegador está com suporte a cookies desabilitado. Por favor, habilite-o" -" e recarregue essa página antes de entrar!" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Clique aqui para logar" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5481,6 +5183,88 @@ msgstr "" msgid "Continue" msgstr "Continuar" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Nome do usuário" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Nova senha repetida" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Grau de segurança da senha" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Diretório" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Alterar" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Clique aqui para alterar sua senha" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Sucesso" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Sua senha foi alterada com sucesso." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 travamento detectado" @@ -5504,6 +5288,26 @@ msgstr "" msgid "Read only" msgstr "Somente leitura" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Utilize seu nome de usuário e senha para fazer login no sistema de " +"administração do site." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Esqueci a senha" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/pt_BR/fusiondirectory.po b/locale/pt_BR/fusiondirectory.po index eb01174f268e565ddeba1c19468e2c1402eb7b43..9a6c2f8b898782030a057741ed775c6e69af167f 100644 --- a/locale/pt_BR/fusiondirectory.po +++ b/locale/pt_BR/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Portuguese (Brazil) (https://app.transifex.com/fusiondirectory/teams/12202/pt_BR/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Tipo" @@ -143,12 +143,12 @@ msgstr "Data" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Descrição" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objeto" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Modelo" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Criar" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Editar" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Recortar" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Copiar" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Colar" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Aplicar modelo" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Remover" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Criar snapshot" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Restaurar snapshot" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, 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/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, 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." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -550,11 +550,11 @@ msgstr "PDF" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Arquivo" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -578,35 +578,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -621,7 +609,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Nome modelo" @@ -645,7 +633,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -665,9 +653,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Acessar" @@ -741,14 +728,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Endereço de email" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Recuperação de senha" @@ -795,7 +781,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1167,7 +1153,7 @@ msgstr "Adicionar" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Deletar" @@ -1459,12 +1445,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1653,68 +1639,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "A entrada %s não é existente" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1780,7 +1766,7 @@ msgid "Manage access control lists" msgstr "Gerenciar Listas de Controle de Acesso (ACLs)" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "Papéis de ACL" @@ -1801,14 +1787,14 @@ msgstr "Entrada desconhecida '%s'!" msgid "All users" msgstr "Todos os usuários" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1818,9 +1804,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Aviso" @@ -1967,499 +1952,542 @@ msgstr "" msgid "Edit anyway" msgstr "Editar mesmo assim" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nome" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Estado" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "DomÃnio" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organização" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Departamento" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Departamentos" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "departamento" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Propriedades" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Categoria" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Gerente" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Localização" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Estado" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "PaÃs" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Endereço" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Telefone" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Número de telefone" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nome" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Componente de domÃnio" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Localização" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Gerenciar departamentos" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Usuários e grupos" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "Tarefas" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Estado" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "Ação do gatilho" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "Programar ação" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Grupo de objeto" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Grupo" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Proprietário" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Sistema de confiança" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Modo de confiança" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "desabilitado" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "Acesso total" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "Permitir acesso a esses servidores" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Membros" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Atribuição" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Informação" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/groups/class_roleGeneric.inc:91 msgid "Description of the role" msgstr "Descrição da atribuição" -#: plugins/admin/groups/class_roleGeneric.inc:95 -#: plugins/addons/dashboard/class_dashboardUsers.inc:65 -#: plugins/addons/dashboard/class_dashboardUsers.inc:71 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Número de telefone" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Número de Fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Adicionar usuários para a atribuição" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Atribuições de ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Modo" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2468,1818 +2496,1703 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Usuários bloqueados" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Usuários desbloqueados" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Usuários" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Gerenciar usuários" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Contém configurações para estes objetos: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Cargos de controle de acesso" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "Cargo ACL" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Sem configurações de ACL para esta categoria" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL para estes objetos: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Editar categoria de ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Reiniciar categoria de ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Lista de categorias de ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Todos objetos na atual sub-árvore" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" -msgstr "" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" +msgstr "Programação" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Email" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Habilitar snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Base de snapshots" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Endereço de e-mail do remetente" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "E-mail a partir dos e-mail que serão enviados" + +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Grupo de objetos" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "Configurações para recuperar senha" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "Configurações de recuperação de senha" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Ativar recuperador de senha" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Endereço de e-mail do remetente" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "E-mail a partir dos e-mail que serão enviados" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Método de autentcação" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Validade do link (minutos)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Método de hash para usar na senha" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Número de minutos antes do link de recuperação expirar" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Senha" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "graça para simbolos " +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Senha (Mantenha vazio caso não deseje alterar)" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" -"Apenas uma medida de segurança, você pode botar qualquer coisa lá, até " -"caracteres aleatórios" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Senha novamente" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Permitir o uso de endereços alternativos" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Mesma senha como acima, para evitar erros" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Primeiro e-mail" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Assunto" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Assunto do primeiro e-mail" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Link de recuperação de senha" - -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Corpo(primeiro %s é o login, segundo é o link)" - -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -"Corpo do primeiro e-mail, envie quando o usuário perguntar pela nova senha. " -"Use %s para o login e o link de recuperação." -#: plugins/config/class_recoveryConfig.inc:100 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, 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." +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Segundo e-mail" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Assunto do segundo e-mail" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Senha recuperada com sucesso" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Corpo (%s é o login)" - -#: plugins/config/class_recoveryConfig.inc:116 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -"Corpo do segundo e-mail, enviado para confirmar senha alterada. Use %s para " -"Login de usuário. " -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -"Olá,\n" -"\n" -"Sua senha foi alterada.\n" -"Seu login permanece %s." -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Usuário" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Informação pessoal" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Sobrenome" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Nome" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:104 +msgid "" +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Configuração" - -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Idioma" - -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -"Idioma da aplicação. Se for \"automático\" ou indisponÃvel, será utilizado o" -" padrão do navegador. Essa configuração pode ser substituÃda pelo usuário. " - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Tema" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Fuso horário" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Nº da sala" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Número da sala" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Celular" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Pager" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Página inicial" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Login" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Configurações de senha" - -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Idioma desejado" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Nome de exibição" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Comprimento mÃnimo de senha" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Endereço residencial" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Telefone privativo" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Telefone residencial" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Informação organizacional" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "TÃtulo" -#: plugins/config/class_configInLdap.inc:142 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Nº do departamento" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Número do departamento" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Nº do empregado" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Número do funcionário" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Tipo de funcionário" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Código postal" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "Chave de pacote" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." +msgstr "Você precisa especificar sua atual senha para prosseguir." -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "Caminho de certificado" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nova senha" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." +msgstr "A nova senha é muito similar à senha atual." -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "A senha contém caracteres Unicode problemáticos." -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Host" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Porta" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" +msgstr "Tipo de inscrição" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Importar" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Habilitar snapshots" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Diversos" - -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Base de snapshots" + +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automático" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Grupo de objetos" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Configurações para recuperar senha" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Configurações de recuperação de senha" -#: 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/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Ativar recuperador de senha" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Validade do link (minutos)" + +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Número de minutos antes do link de recuperação expirar" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "EstatÃsticas" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "graça para simbolos " -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" +"Apenas uma medida de segurança, você pode botar qualquer coisa lá, até " +"caracteres aleatórios" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "EstatÃsticas a respeito de usuários" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Permitir o uso de endereços alternativos" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Contas expiradas" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Primeiro e-mail" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Data de expiração" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Assunto" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Assunto do primeiro e-mail" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Link de recuperação de senha" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" -msgstr "" +msgid "Body (first %s is login, second is link)" +msgstr "Corpo(primeiro %s é o login, segundo é o link)" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" +"Corpo do primeiro e-mail, envie quando o usuário perguntar pela nova senha. " +"Use %s para o login e o link de recuperação." -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Segundo e-mail" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Assunto do segundo e-mail" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Senha recuperada com sucesso" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" +msgstr "Corpo (%s é o login)" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" +"Corpo do segundo e-mail, enviado para confirmar senha alterada. Use %s para " +"Login de usuário. " -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" +"Olá,\n" +"\n" +"Sua senha foi alterada.\n" +"Seu login permanece %s." -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "Tipo de inscrição" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Configuração" + +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Importar" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Idioma" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"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 da aplicação. Se for \"automático\" ou indisponÃvel, será utilizado o" +" padrão do navegador. Essa configuração pode ser substituÃda pelo usuário. " -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Tema" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Fuso horário" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" -msgstr "Programação" - -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Configurações de senha" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Comprimento mÃnimo de senha" + +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Método de autentcação" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Método de hash para usar na senha" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Senha (Mantenha vazio caso não deseje alterar)" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "Chave de pacote" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Senha novamente" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Mesma senha como acima, para evitar erros" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "Caminho de certificado" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Host" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Usuário" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Porta" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Informação pessoal" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Sobrenome" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Nome" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Nº da sala" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Número da sala" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Celular" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Página inicial" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Idioma desejado" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Nome de exibição" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Endereço residencial" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Telefone privativo" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Telefone residencial" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Informação organizacional" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "TÃtulo" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Nº do departamento" - -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Número do departamento" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Nº do empregado" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Número do funcionário" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Diversos" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Tipo de funcionário" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Código postal" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "Você precisa especificar sua atual senha para prosseguir." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nova senha" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automático" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "A nova senha é muito similar à senha atual." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "A senha contém caracteres Unicode problemáticos." +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -4972,124 +4885,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Exibir/Ocultar configurações avançadas" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "Objeto completo" -#: 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 are no expired accounts" -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 "Próximas contas a expirar" - -#: 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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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] "" -msgstr[2] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -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 "" @@ -5274,131 +5093,14 @@ msgstr "Selecionar tudo" msgid "Show changes" msgstr "Mostrar mudanças" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Nome de usuário" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Nova senha repetida" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Grau de segurança da senha" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Diretório" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Alterar" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Clique aqui para alterar sua senha" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Sucesso" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Sua senha foi alterada com sucesso." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -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/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Utilize seu nome de usuário e senha para fazer login no sistema de " -"administração do site." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Esqueci a senha" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"Cookies estão desabilitados. Por favor, habilite os cookies em seu navegador" -" e atualize esta página antes de efetuar o login!" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Clique aqui para fazer login" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5481,6 +5183,88 @@ msgstr "" msgid "Continue" msgstr "Continuar" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Nome de usuário" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Nova senha repetida" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Grau de segurança da senha" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Diretório" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Alterar" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Clique aqui para alterar sua senha" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Sucesso" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Sua senha foi alterada com sucesso." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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" @@ -5504,6 +5288,26 @@ msgstr "" msgid "Read only" msgstr "Somente leitura" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Utilize seu nome de usuário e senha para fazer login no sistema de " +"administração do site." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Esqueci a senha" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/ru/fusiondirectory.po b/locale/ru/fusiondirectory.po index 419eeea22d44c6be08af472091f8d48a7b905796..f60549a5fe4dfa6933fd908d7f57f8025255e101 100644 --- a/locale/ru/fusiondirectory.po +++ b/locale/ru/fusiondirectory.po @@ -4,16 +4,16 @@ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # # Translators: -# fusiondirectory <contact@fusiondirectory.org>, 2021 +# fusiondirectory <contact@fusiondirectory.org>, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2021\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Russian (https://app.transifex.com/fusiondirectory/teams/12202/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,7 +22,7 @@ msgstr "" "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" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Тип" @@ -143,12 +143,12 @@ msgstr "Дата" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "ОпиÑание" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "Были проблемы при раÑпаковке данных Ñнапшота" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Объект" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Снапшоты" @@ -281,130 +281,130 @@ msgstr "шаблон %s " msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Шаблон" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "Из шаблона" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Создать" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "ÐкÑпортировать ÑпиÑок" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Изменить" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Вырезать" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Копировать" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Ð’Ñтавить" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Применить шаблон" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Удалить" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Создать Ñнапшот" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "ВоÑÑтановить Ñнапшот" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "Вам не разрешено Ñоздавать Ñнапшот Ð´Ð»Ñ %s." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "Вам не разрешено воÑÑтанавливать Ñнапшот Ð´Ð»Ñ %s." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -550,11 +550,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Файл" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Строка" @@ -578,36 +578,24 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Ðргументы" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" "Создание Ñтой Ñтраницы помогла PHP интерпретатору выÑвить некоторые ошибки!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "ПоÑлать отчет об ошибке команде FusionDirectory" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -622,7 +610,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Ðазвание шаблона" @@ -646,7 +634,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "CAS" @@ -666,9 +654,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Войти" @@ -744,14 +731,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "ВоÑÑтановление паролÑ" @@ -798,7 +784,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1173,7 +1159,7 @@ msgstr "Добавить" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Удалить" @@ -1473,12 +1459,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "ÐеизвеÑтный тип: %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "Ðе ÑущеÑтвующий dn: %s" @@ -1667,68 +1653,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Ðто название шаблона" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "ЗапиÑÑŒ %s не ÑущеÑтвует" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Вкладка \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "ÐеизвеÑтное поле \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1794,7 +1780,7 @@ msgid "Manage access control lists" msgstr "Управление ÑпиÑками ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа (ACL)" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "ACL ролей" @@ -1815,14 +1801,14 @@ msgstr "ÐеизвеÑÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ '%s'!" msgid "All users" msgstr "Ð’Ñе пользователи" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1834,9 +1820,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Предупреждение" @@ -1986,187 +1971,257 @@ msgstr "" msgid "Edit anyway" msgstr "Редактировать в любом Ñлучае" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Плагины" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Ðазвание" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "СоÑтоÑние" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Домен" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "домен" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "ОрганизациÑ" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "организациÑ" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Подразделение" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "ПодразделениÑ" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "отдел" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "СвойÑтва" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Ðазвание %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Ðазвание Ð´Ð»Ñ %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "Короткое опиÑание Ð´Ð»Ñ %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "КатегориÑ" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ Ð´Ð»Ñ %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "Сайт" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "Сайт %s" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Руководитель" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "Руководитель Ñтого %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "МеÑтоположение" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Ðдм. единица" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Страна" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "ÐдреÑ" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Почтовый Ð°Ð´Ñ€ÐµÑ Ð´Ð»Ñ %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Телефон" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Ðомер телефона" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "ФакÑ" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "Ðомер факÑа" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Ðазвание" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Доменный компонент" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "доменный компонент" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "Ñтрана" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "МеÑтоположение" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "МеÑтоположениÑ" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Управление подразделениÑми" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," @@ -2174,313 +2229,286 @@ msgstr "" "Управление подразделениÑми, Ñтранами, доменными компонентами, доменами, " "меÑтоположениÑми и организационными удиницами" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Пользователи и группы" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "Отчеты" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "СоÑтоÑние" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Группы и роли" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Управление группами и ролÑми" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "Управление объектами группы, POSIX группы и роли" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "ДейÑтвие по триггеру" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "ДейÑтвие по раÑпиÑанию" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Объект группы" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± объекте группы" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Группа" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Ðазвание Ñтой группы" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "Краткое опиÑание группы" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Включаемые объекты" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Объекты, члены Ñтой группы" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "СиÑтемные довериÑ" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Режим довериÑ" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Тип авторизации Ð´Ð»Ñ Ñтих хоÑтов" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "отключен" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "полный доÑтуп" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "разрешить доÑтуп только на Ñти хоÑты" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "Позволить подключатьÑÑ Ñтой группе только к хоÑтам из ÑпиÑка" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Члены" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Роль" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ роли" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "ÐžÑ€Ð³Ð°Ð½Ð¸Ð·Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ñ€Ð¾Ð»ÑŒ" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "ИнформациÑ" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Телефон" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "ФакÑ" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Добавить пользователей Ð´Ð»Ñ Ñ€Ð¾Ð»Ð¸" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "Ðазначение ACL" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Ðазначение ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»ÐµÐ¹ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупом" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "ÐазначениÑ" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "Ðазначенные роли ACL Ð´Ð»Ñ Ñтой корневой запиÑи" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð½Ð° объекты или Ð¿Ð¾Ð´Ð´ÐµÑ€ÐµÐ²ÑŒÑ %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Диалог Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»ÐµÐ¹ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупом" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Режим" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "Применить Ñто дейÑтвие ко вÑему поддереву или только к его оÑнове?" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Subtree" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Только к оÑнове" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Применить роль" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Ð”Ð»Ñ Ð²Ñех пользователей" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "Применить Ñтот ACL Ð´Ð»Ñ Ð²Ñех пользователй LDAP" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "Пользователи или группы, которым будет назначена Ñта роль." -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2489,81 +2517,80 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "Dn" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ ACL" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "Управление назначением ACL ролей пользователÑм" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Заблокировать пользователей" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Разблокировать пользователей" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Пользователи" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Управление пользователÑми" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "Управление аккаунтами пользователей и их ÑвойÑтвами" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2572,1756 +2599,1641 @@ msgstr "" "Парольный метод \"%s\" не поддерживает блокирование. Ðккаунт \"%s\" не будет" " заблокирован!" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Содержит наÑтройки Ð´Ð»Ñ Ñтих объектов: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Роли ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "ACL роли" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Ð˜Ð¼Ñ Ñ€Ð¾Ð»Ð¸" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "Короткое опиÑание Ð´Ð»Ñ Ñтой роли" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "ACLs" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACLs, которые ÑвлÑÑŽÑ‚ÑÑ Ñ‡Ð°Ñтью Ñтой группы" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Ðет ACL наÑтроек Ð´Ð»Ñ Ñтой категории" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL Ð´Ð»Ñ Ð¾Ð±ÑŠÐµÐºÑ‚Ð¾Ð²: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Редактировать категорию ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "СброÑить категорию ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "СпиÑок доÑтупных ACL категорий" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Ð’Ñе объекты в текущем поддереве" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "Редактировать ACL Ð´Ð»Ñ \"%s\"" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "Управление ACL ролей" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "Управление ACL ролей" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Email" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Включить Ñнапшоты" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -"Ðто позволÑет ÑохранÑть определенное ÑоÑтоÑние запиÑей и позже его " -"воÑÑтанавливать." -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Ð‘Ð°Ð·Ð¾Ð²Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ Ñнапшотов" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "ÐаÑтройки плагинов" - -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "FusionDirectory наÑтройка плагинов" - -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "ОбъединениÑ" - -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "RDN групп" - -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Ветка в которой объекты групп будут хранитьÑÑ" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты отправителÑ" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ будут отправлÑтьÑÑ Ð¿Ð¸Ñьма" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "ÐаÑтройка информационной панели" - -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "ÐаÑтройка плагина информационной панели FusionDirectory" - -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Ðазвание Ñхемы Ð´Ð»Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¾Ð¹ панели" - -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "КоличеÑтво цифр" - -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "КоличеÑтво цифр иÑпользуемых поÑле префикÑа" - -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "ПрефикÑÑ‹" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -"ПрефекÑÑ‹, которые будут иÑпользоватьÑÑ Ð´Ð»Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€Ð¾Ð² компьютеров" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ - пользователи Ñ Ð¸Ñтекшим Ñроком дейÑтвиÑ" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "КоличеÑтво дней" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Плагины" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "ÐаÑтройки плагинов" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "ÐаÑтройки Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "ÐаÑтройки воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Включить воÑÑтановление паролÑ" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты отправителÑ" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ будут отправлÑтьÑÑ Ð¿Ð¸Ñьма" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "СÑылка дейÑтвительна (минуты)" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -"КоличеÑтво минут до иÑÑ‚ÐµÑ‡ÐµÐ½Ð¸Ñ Ñрока годноÑти ÑÑылки Ð´Ð»Ñ Ð²Ð¾ÑÑтановление " -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "Соль Ð´Ð»Ñ Ñ‚Ð¾ÐºÐµÐ½Ð¾Ð²" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -"ПроÑто мера безопаÑноÑти, вы можете вÑтавить Ñюда вÑе что угодно, даже " -"Ñлучайные Ñимволы" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Разрешить иÑользование альтернативных адреÑов" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Принадлежит ролÑм" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Ðтрибут Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ð°" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Первое пиÑьмо" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Тема" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Тема первого пиÑьма" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] СÑылка Ð´Ð»Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" - -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Тело (вначале логин %s, Ð²Ñ‚Ð¾Ñ€Ð°Ñ ÑÑылка)" - -#: plugins/config/class_recoveryConfig.inc:97 +#: plugins/personal/roles/class_userRoles.inc:376 #, 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." +msgid "Could not add membership to role %s: %s" msgstr "" -"Тело первого пиÑьма, отправлÑетÑÑ ÐºÐ¾Ð³Ð´Ð° пользователь запрашивает новый " -"пароль. ИÑпользует %s логин и ÑÑылку Ð´Ð»Ñ Ð²Ð¾ÑÑтановлениÑ." -#: plugins/config/class_recoveryConfig.inc:100 -#, 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_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Парольный метод" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Второе пиÑьмо" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "ПрименÑемый метод Ð´Ð»Ñ Ñ…Ñша паролÑ" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Тема второго пиÑьма" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Пароль" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Пароль воÑÑтановлен уÑпешно" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Пароль (ОÑтавьте пуÑтым, еÑли не хотите его менÑть)" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Тело (%s логин)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Пароль еще раз" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -"Тело второго пиÑьма, отправлÑетÑÑ, чтобы подтвердить, что пароль был " -"изменен. ИÑпользует %s логин пользователÑ." -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -"Привет,\n" -"\n" -"Ваш пароль был изменен.\n" -"Ваш логин по прежнему %s." -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Пользователь" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи пользователÑ" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Когда вызывать Ñту команду" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ пользователÑ" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "ФамилиÑ" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "Команда, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ вызвана" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "ÐаÑтройки" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "ИмÑ" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "ÐаÑтройки FusionDirectory" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Внешний вид" - -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Язык" - -#: plugins/config/class_configInLdap.inc:59 +#: plugins/personal/generic/class_user.inc:104 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." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -"Язык приложениÑ. ЕÑли 'автоматичеÑки' или отÑутÑтвует, тогда будет Ñпрошено " -"у браузера какой иÑпользовать. Ðта наÑтройка может быть переопределена " -"каждым пользователем." - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Тема" - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Тема, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "ЧаÑовой поÑÑ" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "ЧаÑовой поÑÑ, который будет иÑпользован" - -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "ОÑновные наÑтройки" - -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "Ограничение размера LDAP" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "Краткое опиÑание пользователÑ" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" -"ОпределÑет количеÑтво запиÑей, которые можно получить из LDAP по умолчанию." +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "ФотографиÑ" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Блокировка редактированиÑ" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "Ðватар пользователÑ" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" -"Проверьте, не была ли Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€ÑƒÐµÐ¼Ð°Ñ Ð²Ð°Ð¼Ð¸ запиÑÑŒ изменена вне FusionDirectory" -" в Ñто же времÑ." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "Ð Ð°Ð±Ð¾Ñ‡Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Включить логирование" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Рабочий почтовый адреÑ" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ñобытий на Ñтороне FusionDirectory" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Ðомер комнаты" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Ðомер комнаты" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "Включить проверку Ñхемы при входе." +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Рабочий номер телефона" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Мобильный" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "Рабочий номер мобильного телефона" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "ÐаÑтройки паролÑ" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Пейджер" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "Рабочий номер пейджера" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "Рабочий номер факÑа" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "Метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾ умолчанию" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "ДомашнÑÑ Ñтраница" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "ИÑпользуемый по умолчанию метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "ПерÑÐ¾Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "ЗаÑтавлÑть иÑпользовать хеш по умолчанию" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "Принуждать иÑпользовать метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾ умолчанию" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° паролÑ" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "Логин Ñтого пользователÑ" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð½Ð° Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Предпочитаемый Ñзык" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ñ€Ð°Ð·Ð½Ð¸Ñ†Ð° в паролÑÑ…" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Пароль пользователÑ" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "Минимальное количеÑтво отличных Ñимволов от поÑледнего паролÑ" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "ИÑпользовать учетные запиÑи Ñ Ð¸Ñтекающим Ñроком дейÑтвиÑ" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Отображаемое имÑ" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "Домашний адреÑ" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Домашний почтовый адреÑ" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Личный телефон" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Вход в ÑиÑтему и ÑеÑÑии" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Домашний телефон" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" -"Какой LDAP атрибут необходимо иÑпользовать в качеÑтве логина при входе в " -"ÑиÑтему." +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± организации" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Принудительно шифровать ÑоединениÑ" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Заголовок" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" -"Принудительно иÑпользовать шифрованный доÑтуп (https) к веб интерфейÑу, " -"включив проверку безопаÑноÑти PHP." - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Предупреждать еÑли ÑÐµÐ°Ð½Ñ Ð½Ðµ зашифрован" - -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" -"будут отображатьÑÑ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ, когда http будет " -"иÑпользоватьÑÑ Ð²Ð¼ÐµÑто https." - -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¶Ð¸Ð·Ð½Ð¸ ÑеÑÑии" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" - -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" - -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" -msgstr "" - -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" -msgstr "" - -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "" - -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" - -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "" - -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "" - -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "" - -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" - -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "Путь к Ñертификату CA" - -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" - -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" -msgstr "" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "ХоÑÑ‚" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" -msgstr "" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Порт" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" -msgstr "" - -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" -msgstr "" - -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" -msgstr "" - -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Ðомер подразделениÑ" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Ðомер отдела" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Ðомер работника" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "МеÑтоположение пользователей и групп" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Ðомер работника" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "DN атрибут пользователÑ" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Форма трудоуÑтройÑтва" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" -msgstr "" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Почтовый индекÑ" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Политика Ñтрого приÑÐ²Ð°Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¸Ð¼ÐµÐ½" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "Включить Ñтрогую проверку имен Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ и групп" - -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr " RDN пользователей" - -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "Ветка где пользователели хранÑÑ‚ÑÑ." - -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "RDN Ð´Ð»Ñ ACL ролей" - -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "Ветка в которой хранÑÑ‚ÑÑ ACL ролей." - -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" -msgstr "" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" +msgstr "Вам не разрешено изменÑть Ñвой пароль" -#: plugins/config/class_configInLdap.inc:287 -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:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "Ð’Ñ‹ должны подождать %d Ñекунд перед повторным изменением паролÑ" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" -msgstr "" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "Пароль приÑутÑтвует в иÑтории Ñтарых паролей" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." +msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ ÑƒÐºÐ°Ð¶Ð¸Ñ‚Ðµ Ñвой текущий пароль." -#: plugins/config/class_configInLdap.inc:295 +#: plugins/personal/generic/class_user.inc:547 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:299 -msgid "Avatar max size" -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Ðовый пароль" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." +msgstr "Ðовый и текущий пароли Ñлишком похожи." + +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Отладка" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "Пароль Ñодержит Ñимволы Unicode, которые могут проблемы!" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "МакÑимальное Ð²Ñ€ÐµÐ¼Ñ LDAP запроÑа" - -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -"ОÑтановить работу Ñ LDAP еÑли нет ответа за определенное количеÑтво Ñекунд." -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Лог ÑтатиÑтики обращений к LDAP" - -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -"ОтÑлеживать продолжительноÑть обращений к LDAP в syslog. Ðто может помочь " -"найти проблемы в индекÑировании и плохих фильтров поиÑка." -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Уровень отладки" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" +msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Отображать Ñледующую информацию при каждой загрузке Ñтранице." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" +msgstr "Ид" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Разное" - -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Показать краткую информацию о ÑпиÑках" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" +msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -"ОпределÑет, будет ли внизу каждого ÑпиÑка отображена Ñтрока ÑоÑтоÑÐ½Ð¸Ñ Ñ " -"краткой информацией о типе и количеÑтве Ñлементов ÑпиÑка." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" -msgstr "Показать вкладку ACL Ð´Ð»Ñ Ð²Ñех объектов." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "Дата начала" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" -msgstr "ДоÑтупные категории подразделений" - -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" -msgstr "ДоÑтупные категории подразделений в раÑкрывающемÑÑ ÑпиÑке" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" +msgstr "Дата окончаниÑ" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Импортировать" + +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "ÐвтоматичеÑки" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" +msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Группа %s" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" +msgstr "" -#: plugins/config/class_configInLdap.inc:434 +#: plugins/configuration/core/class_licenceInfo.inc:191 #, php-format -msgid "Role %s" -msgstr "Роль %s" +msgid "Missing section \"%s\" in imported file" +msgstr "" -#: plugins/config/class_configInLdap.inc:561 +#: plugins/configuration/core/class_licenceInfo.inc:196 #, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" 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" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "СтатиÑтика" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "СтатиÑтика о пользователÑÑ…" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "СтатиÑтика по пользователÑм" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "СтатиÑтика по группам" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "ПроÑроченные учетные запиÑи" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Дата Ð¾ÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ñ Ð´ÐµÐ¹ÑтвиÑ" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Email" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Включить Ñнапшоты" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"User statistics 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 "" +"Ðто позволÑет ÑохранÑть определенное ÑоÑтоÑние запиÑей и позже его " +"воÑÑтанавливать." -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 -#, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 -#, php-format +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format -msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Ð‘Ð°Ð·Ð¾Ð²Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ Ñнапшотов" + +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "ÐаÑтройки плагинов" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "FusionDirectory наÑтройка плагинов" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "ОбъединениÑ" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "RDN групп" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" +msgstr "Ветка в которой объекты групп будут хранитьÑÑ" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "Ид" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "ÐаÑтройки плагинов" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "ÐаÑтройки Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" + +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "ÐаÑтройки воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" + +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Включить воÑÑтановление паролÑ" + +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "СÑылка дейÑтвительна (минуты)" + +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" +"КоличеÑтво минут до иÑÑ‚ÐµÑ‡ÐµÐ½Ð¸Ñ Ñрока годноÑти ÑÑылки Ð´Ð»Ñ Ð²Ð¾ÑÑтановление " -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "Соль Ð´Ð»Ñ Ñ‚Ð¾ÐºÐµÐ½Ð¾Ð²" + +#: plugins/configuration/core/class_recoveryConfig.inc:67 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" +"ПроÑто мера безопаÑноÑти, вы можете вÑтавить Ñюда вÑе что угодно, даже " +"Ñлучайные Ñимволы" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "Дата начала" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Разрешить иÑользование альтернативных адреÑов" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "Дата окончаниÑ" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Ðтрибут Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ð°" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Первое пиÑьмо" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Тема" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Тема первого пиÑьма" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Импортировать" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] СÑылка Ð´Ð»Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" + +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Тело (вначале логин %s, Ð²Ñ‚Ð¾Ñ€Ð°Ñ ÑÑылка)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" +"Тело первого пиÑьма, отправлÑетÑÑ ÐºÐ¾Ð³Ð´Ð° пользователь запрашивает новый " +"пароль. ИÑпользует %s логин и ÑÑылку Ð´Ð»Ñ Ð²Ð¾ÑÑтановлениÑ." -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Второе пиÑьмо" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Тема второго пиÑьма" + +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Пароль воÑÑтановлен уÑпешно" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 +#: plugins/configuration/core/class_recoveryConfig.inc:115 #, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" +msgid "Body (%s is login)" +msgstr "Тело (%s логин)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format -msgid "Missing attribute \"%s\" in imported file" +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" +"Тело второго пиÑьма, отправлÑетÑÑ, чтобы подтвердить, что пароль был " +"изменен. ИÑпользует %s логин пользователÑ." -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" +"Привет,\n" +"\n" +"Ваш пароль был изменен.\n" +"Ваш логин по прежнему %s." -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Когда вызывать Ñту команду" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "Команда, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ вызвана" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "ÐаÑтройки" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "ÐаÑтройки FusionDirectory" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Внешний вид" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Язык" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Тема" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Тема, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "ЧаÑовой поÑÑ" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "ЧаÑовой поÑÑ, который будет иÑпользован" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "ОÑновные наÑтройки" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "Ограничение размера LDAP" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" +"ОпределÑет количеÑтво запиÑей, которые можно получить из LDAP по умолчанию." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Блокировка редактированиÑ" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" +"Проверьте, не была ли Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€ÑƒÐµÐ¼Ð°Ñ Ð²Ð°Ð¼Ð¸ запиÑÑŒ изменена вне FusionDirectory" +" в Ñто же времÑ." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Включить логирование" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ñобытий на Ñтороне FusionDirectory" + +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." +msgstr "Включить проверку Ñхемы при входе." + +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "ÐаÑтройки паролÑ" + +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Принадлежит ролÑм" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "Метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾ умолчанию" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "ИÑпользуемый по умолчанию метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" + +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "ЗаÑтавлÑть иÑпользовать хеш по умолчанию" + +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Принуждать иÑпользовать метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾ умолчанию" + +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° паролÑ" + +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð½Ð° Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ñ€Ð°Ð·Ð½Ð¸Ñ†Ð° в паролÑÑ…" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" +msgstr "Минимальное количеÑтво отличных Ñимволов от поÑледнего паролÑ" + +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "ИÑпользовать учетные запиÑи Ñ Ð¸Ñтекающим Ñроком дейÑтвиÑ" + +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Вход в ÑиÑтему и ÑеÑÑии" + +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" +"Какой LDAP атрибут необходимо иÑпользовать в качеÑтве логина при входе в " +"ÑиÑтему." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Парольный метод" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Принудительно шифровать ÑоединениÑ" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "ПрименÑемый метод Ð´Ð»Ñ Ñ…Ñша паролÑ" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" +"Принудительно иÑпользовать шифрованный доÑтуп (https) к веб интерфейÑу, " +"включив проверку безопаÑноÑти PHP." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Предупреждать еÑли ÑÐµÐ°Ð½Ñ Ð½Ðµ зашифрован" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Пароль (ОÑтавьте пуÑтым, еÑли не хотите его менÑть)" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" +"будут отображатьÑÑ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ, когда http будет " +"иÑпользоватьÑÑ Ð²Ð¼ÐµÑто https." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Пароль еще раз" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¶Ð¸Ð·Ð½Ð¸ ÑеÑÑии" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Пользователь" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "Путь к Ñертификату CA" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "ФамилиÑ" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "ХоÑÑ‚" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "ИмÑ" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Порт" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "Краткое опиÑание пользователÑ" - -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "ФотографиÑ" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "Ðватар пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "Ð Ð°Ð±Ð¾Ñ‡Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Рабочий почтовый адреÑ" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Ðомер комнаты" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Ðомер комнаты" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Рабочий номер телефона" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Мобильный" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "МеÑтоположение пользователей и групп" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "Рабочий номер мобильного телефона" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "DN атрибут пользователÑ" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Пейджер" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "Рабочий номер пейджера" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" -msgstr "Рабочий номер факÑа" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "ДомашнÑÑ Ñтраница" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "ПерÑÐ¾Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Политика Ñтрого приÑÐ²Ð°Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¸Ð¼ÐµÐ½" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" -msgstr "Логин Ñтого пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" +msgstr "Включить Ñтрогую проверку имен Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ и групп" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Предпочитаемый Ñзык" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr " RDN пользователей" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Пароль пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "Ветка где пользователели хранÑÑ‚ÑÑ." -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "RDN Ð´Ð»Ñ ACL ролей" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Отображаемое имÑ" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "Ветка в которой хранÑÑ‚ÑÑ ACL ролей." -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "Домашний адреÑ" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:193 -msgid "Home postal address" -msgstr "Домашний почтовый адреÑ" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Личный телефон" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Домашний телефон" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± организации" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "Заголовок" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:299 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Отладка" + +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Ðомер подразделениÑ" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "МакÑимальное Ð²Ñ€ÐµÐ¼Ñ LDAP запроÑа" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Ðомер отдела" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" +"ОÑтановить работу Ñ LDAP еÑли нет ответа за определенное количеÑтво Ñекунд." -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Ðомер работника" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Лог ÑтатиÑтики обращений к LDAP" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Ðомер работника" +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." +msgstr "" +"ОтÑлеживать продолжительноÑть обращений к LDAP в syslog. Ðто может помочь " +"найти проблемы в индекÑировании и плохих фильтров поиÑка." + +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Уровень отладки" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Форма трудоуÑтройÑтва" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Отображать Ñледующую информацию при каждой загрузке Ñтранице." -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Разное" + +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Показать краткую информацию о ÑпиÑках" + +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Почтовый индекÑ" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "Показать вкладку ACL Ð´Ð»Ñ Ð²Ñех объектов." -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Вам не разрешено изменÑть Ñвой пароль" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "ДоÑтупные категории подразделений" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "Ð’Ñ‹ должны подождать %d Ñекунд перед повторным изменением паролÑ" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" +msgstr "ДоÑтупные категории подразделений в раÑкрывающемÑÑ ÑпиÑке" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "Пароль приÑутÑтвует в иÑтории Ñтарых паролей" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ ÑƒÐºÐ°Ð¶Ð¸Ñ‚Ðµ Ñвой текущий пароль." +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Ðовый пароль" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "ÐвтоматичеÑки" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "Ðовый и текущий пароли Ñлишком похожи." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Группа %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Роль %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "Пароль Ñодержит Ñимволы Unicode, которые могут проблемы!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5019,132 +4931,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "Ðажмите 'Удалить', чтобы продолжить или 'Отменить', чтобы прервать." -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Показать/Ñкрыть дополнительные наÑтройки" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "Ð’ ближайшие %1 дней нет учетной запиÑи, Ñрок работы которой иÑтечет." - -#: 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] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -msgid "There is no %1 group" -msgstr "Ðи у кого нету %1 группы" - -#: 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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -msgid "None of them have a %1 account" -msgstr "Ðи у одногр из них нету %1 аккаунта" - #: plugins/generic/references/contents.tpl.c:2 msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" @@ -5343,133 +5153,14 @@ msgstr "Выбрать вÑе" msgid "Show changes" msgstr "Показать изменениÑ" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Забыли пароль" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "ÐадежноÑть паролÑ" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Изменить" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Ðажмите, чтобы Ñменить пароль" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "УÑпешно" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Ваш пароль был уÑпешно изменен." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Введите ваш текущий Ð°Ð´Ñ€ÐµÑ Ñлектронной почты в нижние поле и нажмите кнопку " -"'Изменить'." - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" -"Ð¤ÑƒÐ½ÐºÑ†Ð¸Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð½Ðµ активирована. ЕÑли вы потерÑли пароль, " -"обратитеÑÑŒ к ÑиÑтемному админиÑтратору." - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Ðе помню пароль" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"Ð’ вашем браузере отключены куки. ПожалуйÑта включите их и обновите Ñту " -"Ñтраницу перед входом в ÑиÑтему! " -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Ðажмите на Ñту кнопку, чтобы войти в ÑиÑтему" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "Предупреждение: вы ÑобираетеÑÑŒ удалить Ñледующие объекты" @@ -5550,6 +5241,90 @@ msgstr "Создание нового объекта иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÑˆÐ°Ð±Ð» msgid "Continue" msgstr "Продолжить" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Забыли пароль" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Каталог" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Изменить" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Ðажмите, чтобы Ñменить пароль" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "УÑпешно" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Ваш пароль был уÑпешно изменен." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Введите ваш текущий Ð°Ð´Ñ€ÐµÑ Ñлектронной почты в нижние поле и нажмите кнопку " +"'Изменить'." + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "Конфликт блокировок" @@ -5573,6 +5348,26 @@ msgstr "" msgid "Read only" msgstr "Только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"ПожалуйÑта иÑпользуйте Ñвое Ð¸Ð¼Ñ Ð¸ пароль что бы войти в ÑиÑтему " +"админиÑÑ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñайтом." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Ðе помню пароль" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Ð’ вашем браузере отключены куки. ПожалуйÑта включите их и обновите Ñту " +"Ñтраницу перед входом в ÑиÑтему! " + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/ru@petr1708/fusiondirectory.po b/locale/ru@petr1708/fusiondirectory.po index 1f068dbef66eae4365c5fbe318f82cee64fbf166..70dc268896771b7bf7691f8637cfef4df86f4964 100644 --- a/locale/ru@petr1708/fusiondirectory.po +++ b/locale/ru@petr1708/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Russian Petrine orthography (https://app.transifex.com/fusiondirectory/teams/12202/ru@petr1708/)\n" @@ -22,7 +22,7 @@ msgstr "" "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" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Тип" @@ -143,12 +143,12 @@ msgstr "Дата" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "ОпиÑание" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "Были проблемы при раÑпаковке данных Ñнапшота" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Объект" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "Снапшоты" @@ -281,130 +281,130 @@ msgstr "шаблон %s " msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Шаблон" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "Из шаблона" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Создать" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "ÐкÑпортировать ÑпиÑок" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Изменить" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Вырезать" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Копировать" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Ð’Ñтавить" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Применить шаблон" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Удалить" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Создать Ñнапшот" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "ВоÑÑтановить Ñнапшот" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "Вам не разрешено Ñоздавать Ñнапшот Ð´Ð»Ñ %s." -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "Вам не разрешено воÑÑтанавливать Ñнапшот Ð´Ð»Ñ %s." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -550,11 +550,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Файл" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Строка" @@ -578,36 +578,24 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Ðргументы" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" "Создание Ñтой Ñтраницы помогла PHP интерпретатору выÑвить некоторые ошибки!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "ПоÑлать отчет об ошибке команде FusionDirectory" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -622,7 +610,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Ðазвание шаблона" @@ -646,7 +634,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "CAS" @@ -666,9 +654,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Войти" @@ -744,14 +731,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "ВоÑÑтановление паролÑ" @@ -798,7 +784,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1173,7 +1159,7 @@ msgstr "Добавить" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Удалить" @@ -1473,12 +1459,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "ÐеизвеÑтный тип: %s" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "Ðе ÑущеÑтвующий dn: %s" @@ -1667,68 +1653,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "Ðто название шаблона" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "ЗапиÑÑŒ %s не ÑущеÑтвует" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "Вкладка \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "ÐеизвеÑтное поле \"%s\"" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1794,7 +1780,7 @@ msgid "Manage access control lists" msgstr "Управление ÑпиÑками ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа (ACL)" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "ACL ролей" @@ -1815,14 +1801,14 @@ msgstr "ÐеизвеÑÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ '%s'!" msgid "All users" msgstr "Ð’Ñе пользователи" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1834,9 +1820,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Предупреждение" @@ -1986,187 +1971,257 @@ msgstr "" msgid "Edit anyway" msgstr "Редактировать в любом Ñлучае" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Плагины" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "ФамилиÑ" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "СоÑтоÑние" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Домен" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "домен" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "ОрганизациÑ" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "организациÑ" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Подразделение" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "ПодразделениÑ" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "отдел" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "СвойÑтва" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "Ðазвание %s" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "Ðазвание Ð´Ð»Ñ %s" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "Короткое опиÑание Ð´Ð»Ñ %s" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "КатегориÑ" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ Ð´Ð»Ñ %s" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "Сайт" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "Сайт %s" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Руководитель" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "Руководитель Ñтого %s" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "МеÑтоположение" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Ðдм. единица" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Страна" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "ÐдреÑ" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "Почтовый Ð°Ð´Ñ€ÐµÑ Ð´Ð»Ñ %s" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Телефон" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "Ðомер телефона" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "ФакÑ" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "Ðомер факÑа" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "ФамилиÑ" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Доменный компонент" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "доменный компонент" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "Ñтрана" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "МеÑтоположение" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "МеÑтоположениÑ" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Управление подразделениÑми" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," @@ -2174,313 +2229,286 @@ msgstr "" "Управление подразделениÑми, Ñтранами, доменными компонентами, доменами, " "меÑтоположениÑми и организационными удиницами" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "Пользователи и группы" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "Отчеты" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "СоÑтоÑние" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "Группы и роли" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "Управление группами и ролÑми" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "Управление объектами группы, POSIX группы и роли" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "ДейÑтвие по триггеру" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "ДейÑтвие по раÑпиÑанию" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Объект группы" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± объекте группы" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Группа" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "Ðазвание Ñтой группы" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "Краткое опиÑание группы" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Включаемые объекты" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "Объекты, члены Ñтой группы" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "СиÑтемные довериÑ" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Режим довериÑ" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Тип авторизации Ð´Ð»Ñ Ñтих хоÑтов" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "отключен" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "полный доÑтуп" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "разрешить доÑтуп только на Ñти хоÑты" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "Позволить подключатьÑÑ Ñтой группе только к хоÑтам из ÑпиÑка" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Члены" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Роль" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ роли" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "ÐžÑ€Ð³Ð°Ð½Ð¸Ð·Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ñ€Ð¾Ð»ÑŒ" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "ИнформациÑ" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Телефон" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "ФакÑ" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "Добавить пользователей Ð´Ð»Ñ Ñ€Ð¾Ð»Ð¸" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "Ðазначение ACL" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "Ðазначение ACL" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»ÐµÐ¹ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупом" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "ÐазначениÑ" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "Ðазначенные роли ACL Ð´Ð»Ñ Ñтой корневой запиÑи" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð½Ð° объекты или Ð¿Ð¾Ð´Ð´ÐµÑ€ÐµÐ²ÑŒÑ %s" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "Диалог Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»ÐµÐ¹ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупом" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "Режим" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "Применить Ñто дейÑтвие ко вÑему поддереву или только к его оÑнове?" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "Subtree" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "Только к оÑнове" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "Применить роль" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "Ð”Ð»Ñ Ð²Ñех пользователей" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "Применить Ñтот ACL Ð´Ð»Ñ Ð²Ñех пользователй LDAP" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "Пользователи или группы, которым будет назначена Ñта роль." -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2489,81 +2517,80 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "Dn" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ ACL" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "Управление назначением ACL ролей пользователÑм" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "Заблокировать пользователей" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "Разблокировать пользователей" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Пользователи" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Управление пользователÑми" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "Управление аккаунтами пользователей и их ÑвойÑтвами" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" @@ -2572,1756 +2599,1641 @@ msgstr "" "Парольный метод \"%s\" не поддерживает блокирование. Ðккаунт \"%s\" не будет" " заблокирован!" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "Содержит наÑтройки Ð´Ð»Ñ Ñтих объектов: %s" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Роли ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "ACL роли" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "Ð˜Ð¼Ñ Ñ€Ð¾Ð»Ð¸" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "Короткое опиÑание Ð´Ð»Ñ Ñтой роли" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "ACLs" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "ACLs, которые ÑвлÑÑŽÑ‚ÑÑ Ñ‡Ð°Ñтью Ñтой группы" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Ðет ACL наÑтроек Ð´Ð»Ñ Ñтой категории" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL Ð´Ð»Ñ Ð¾Ð±ÑŠÐµÐºÑ‚Ð¾Ð²: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Редактировать категорию ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "СброÑить категорию ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "СпиÑок доÑтупных ACL категорий" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Ð’Ñе объекты в текущем поддереве" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "Редактировать ACL Ð´Ð»Ñ \"%s\"" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "Управление ACL ролей" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "Управление ACL ролей" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "Email" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Включить Ñнапшоты" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -"Ðто позволÑет ÑохранÑть определенное ÑоÑтоÑние запиÑей и позже его " -"воÑÑтанавливать." -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Ð‘Ð°Ð·Ð¾Ð²Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ Ñнапшотов" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "ÐаÑтройки плагинов" - -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "FusionDirectory наÑтройка плагинов" - -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "ОбъединениÑ" - -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "RDN групп" - -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Ветка в которой объекты групп будут хранитьÑÑ" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты отправителÑ" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ будут отправлÑтьÑÑ Ð¿Ð¸Ñьма" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" -msgstr "ÐаÑтройка информационной панели" - -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "ÐаÑтройка плагина информационной панели FusionDirectory" - -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" -msgstr "Ðазвание Ñхемы Ð´Ð»Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¾Ð¹ панели" - -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" -msgstr "КоличеÑтво цифр" - -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" -msgstr "КоличеÑтво цифр иÑпользуемых поÑле префикÑа" - -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" -msgstr "ПрефикÑÑ‹" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -"ПрефекÑÑ‹, которые будут иÑпользоватьÑÑ Ð´Ð»Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€Ð¾Ð² компьютеров" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ - пользователи Ñ Ð¸Ñтекшим Ñроком дейÑтвиÑ" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" -msgstr "КоличеÑтво дней" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Плагины" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "ÐаÑтройки плагинов" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" -msgstr "ÐаÑтройки Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" -msgstr "ÐаÑтройки воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Включить воÑÑтановление паролÑ" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты отправителÑ" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ будут отправлÑтьÑÑ Ð¿Ð¸Ñьма" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "СÑылка дейÑтвительна (минуты)" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -"КоличеÑтво минут до иÑÑ‚ÐµÑ‡ÐµÐ½Ð¸Ñ Ñрока годноÑти ÑÑылки Ð´Ð»Ñ Ð²Ð¾ÑÑтановление " -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "Соль Ð´Ð»Ñ Ñ‚Ð¾ÐºÐµÐ½Ð¾Ð²" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -"ПроÑто мера безопаÑноÑти, вы можете вÑтавить Ñюда вÑе что угодно, даже " -"Ñлучайные Ñимволы" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "Разрешить иÑользование альтернативных адреÑов" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Принадлежит ролÑм" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Ðтрибут Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ð°" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Первое пиÑьмо" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Тема" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Тема первого пиÑьма" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] СÑылка Ð´Ð»Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" - -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Тело (вначале логин %s, Ð²Ñ‚Ð¾Ñ€Ð°Ñ ÑÑылка)" - -#: plugins/config/class_recoveryConfig.inc:97 +#: plugins/personal/roles/class_userRoles.inc:376 #, 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." +msgid "Could not add membership to role %s: %s" msgstr "" -"Тело первого пиÑьма, отправлÑетÑÑ ÐºÐ¾Ð³Ð´Ð° пользователь запрашивает новый " -"пароль. ИÑпользует %s логин и ÑÑылку Ð´Ð»Ñ Ð²Ð¾ÑÑтановлениÑ." -#: plugins/config/class_recoveryConfig.inc:100 -#, 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_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Парольный метод" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Второе пиÑьмо" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "ПрименÑемый метод Ð´Ð»Ñ Ñ…Ñша паролÑ" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Тема второго пиÑьма" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Пароль" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Пароль воÑÑтановлен уÑпешно" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Пароль (ОÑтавьте пуÑтым, еÑли не хотите его менÑть)" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Тело (%s логин)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Пароль еще раз" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -"Тело второго пиÑьма, отправлÑетÑÑ, чтобы подтвердить, что пароль был " -"изменен. ИÑпользует %s логин пользователÑ." -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -"Привет,\n" -"\n" -"Ваш пароль был изменен.\n" -"Ваш логин по прежнему %s." -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Пользователь" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи пользователÑ" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "Когда вызывать Ñту команду" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" +msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ пользователÑ" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" -msgstr "" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "ФамилиÑ" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "Команда, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ вызвана" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" +msgstr "Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "ÐаÑтройки" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "ИмÑ" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "ÐаÑтройки FusionDirectory" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Внешний вид" - -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "Язык" - -#: plugins/config/class_configInLdap.inc:59 +#: plugins/personal/generic/class_user.inc:104 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." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -"Язык приложениÑ. ЕÑли 'автоматичеÑки' или отÑутÑтвует, тогда будет Ñпрошено " -"у браузера какой иÑпользовать. Ðта наÑтройка может быть переопределена " -"каждым пользователем." - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Тема" - -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Тема, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "ЧаÑовой поÑÑ" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "ЧаÑовой поÑÑ, который будет иÑпользован" - -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "ОÑновные наÑтройки" - -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "Ограничение размера LDAP" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" +msgstr "Краткое опиÑание пользователÑ" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" -"ОпределÑет количеÑтво запиÑей, которые можно получить из LDAP по умолчанию." +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" +msgstr "ФотографиÑ" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Блокировка редактированиÑ" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" +msgstr "Ðватар пользователÑ" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" -"Проверьте, не была ли Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€ÑƒÐµÐ¼Ð°Ñ Ð²Ð°Ð¼Ð¸ запиÑÑŒ изменена вне FusionDirectory" -" в Ñто же времÑ." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" +msgstr "Ð Ð°Ð±Ð¾Ñ‡Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Включить логирование" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" +msgstr "Рабочий почтовый адреÑ" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ñобытий на Ñтороне FusionDirectory" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Ðомер комнаты" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Ðомер комнаты" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "Включить проверку Ñхемы при входе." +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" +msgstr "Рабочий номер телефона" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Мобильный" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "Рабочий номер мобильного телефона" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "ÐаÑтройки паролÑ" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Пейджер" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" +msgstr "Рабочий номер пейджера" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "Рабочий номер факÑа" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "Метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾ умолчанию" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "ДомашнÑÑ Ñтраница" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "ИÑпользуемый по умолчанию метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" +msgstr "ПерÑÐ¾Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "ЗаÑтавлÑть иÑпользовать хеш по умолчанию" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "Принуждать иÑпользовать метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾ умолчанию" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° паролÑ" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "Логин Ñтого пользователÑ" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð½Ð° Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Предпочитаемый Ñзык" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ñ€Ð°Ð·Ð½Ð¸Ñ†Ð° в паролÑÑ…" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "Пароль пользователÑ" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" -msgstr "Минимальное количеÑтво отличных Ñимволов от поÑледнего паролÑ" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "ИÑпользовать учетные запиÑи Ñ Ð¸Ñтекающим Ñроком дейÑтвиÑ" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "Отображаемое имÑ" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" +msgstr "Домашний адреÑ" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Домашний почтовый адреÑ" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Личный телефон" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Вход в ÑиÑтему и ÑеÑÑии" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Домашний телефон" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" -"Какой LDAP атрибут необходимо иÑпользовать в качеÑтве логина при входе в " -"ÑиÑтему." +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± организации" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Принудительно шифровать ÑоединениÑ" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "Заголовок" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" -"Принудительно иÑпользовать шифрованный доÑтуп (https) к веб интерфейÑу, " -"включив проверку безопаÑноÑти PHP." - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Предупреждать еÑли ÑÐµÐ°Ð½Ñ Ð½Ðµ зашифрован" - -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" -"будут отображатьÑÑ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ, когда http будет " -"иÑпользоватьÑÑ Ð²Ð¼ÐµÑто https." - -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¶Ð¸Ð·Ð½Ð¸ ÑеÑÑии" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" - -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" - -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" -msgstr "" - -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" -msgstr "" - -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "" - -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "SSL" - -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" -msgstr "" - -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "" - -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" -msgstr "" - -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" - -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" -msgstr "Путь к Ñертификату CA" - -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" - -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" -msgstr "" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "ХоÑÑ‚" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" -msgstr "" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Порт" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" -msgstr "" - -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" -msgstr "" - -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" -msgstr "" - -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Ðомер подразделениÑ" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Ðомер отдела" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Ðомер работника" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "МеÑтоположение пользователей и групп" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Ðомер работника" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "DN атрибут пользователÑ" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Форма трудоуÑтройÑтва" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" -msgstr "" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Почтовый индекÑ" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Политика Ñтрого приÑÐ²Ð°Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¸Ð¼ÐµÐ½" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" -msgstr "Включить Ñтрогую проверку имен Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ и групп" - -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr " RDN пользователей" - -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." -msgstr "Ветка где пользователели хранÑÑ‚ÑÑ." - -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" -msgstr "RDN Ð´Ð»Ñ ACL ролей" - -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." -msgstr "Ветка в которой хранÑÑ‚ÑÑ ACL ролей." - -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" -msgstr "" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" +msgstr "Вам не разрешено изменÑть Ñвой пароль" -#: plugins/config/class_configInLdap.inc:287 -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:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "Ð’Ñ‹ должны подождать %d Ñекунд перед повторным изменением паролÑ" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" -msgstr "" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "Пароль приÑутÑтвует в иÑтории Ñтарых паролей" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." +msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ ÑƒÐºÐ°Ð¶Ð¸Ñ‚Ðµ Ñвой текущий пароль." -#: plugins/config/class_configInLdap.inc:295 +#: plugins/personal/generic/class_user.inc:547 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:299 -msgid "Avatar max size" -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Ðовый пароль" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." +msgstr "Ðовый и текущий пароли Ñлишком похожи." + +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Отладка" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "Пароль Ñодержит Ñимволы Unicode, которые могут проблемы!" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "МакÑимальное Ð²Ñ€ÐµÐ¼Ñ LDAP запроÑа" - -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -"ОÑтановить работу Ñ LDAP еÑли нет ответа за определенное количеÑтво Ñекунд." -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Лог ÑтатиÑтики обращений к LDAP" - -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -"ОтÑлеживать продолжительноÑть обращений к LDAP в syslog. Ðто может помочь " -"найти проблемы в индекÑировании и плохих фильтров поиÑка." -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Уровень отладки" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" +msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Отображать Ñледующую информацию при каждой загрузке Ñтранице." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" +msgstr "Ид" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Разное" - -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Показать краткую информацию о ÑпиÑках" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" +msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -"ОпределÑет, будет ли внизу каждого ÑпиÑка отображена Ñтрока ÑоÑтоÑÐ½Ð¸Ñ Ñ " -"краткой информацией о типе и количеÑтве Ñлементов ÑпиÑка." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" -msgstr "Показать вкладку ACL Ð´Ð»Ñ Ð²Ñех объектов." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" +msgstr "Дата начала" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" -msgstr "ДоÑтупные категории подразделений" - -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" -msgstr "ДоÑтупные категории подразделений в раÑкрывающемÑÑ ÑпиÑке" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" +msgstr "Дата окончаниÑ" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "Импортировать" + +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "ÐвтоматичеÑки" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" +msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "Группа %s" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" +msgstr "" -#: plugins/config/class_configInLdap.inc:434 +#: plugins/configuration/core/class_licenceInfo.inc:191 #, php-format -msgid "Role %s" -msgstr "Роль %s" +msgid "Missing section \"%s\" in imported file" +msgstr "" -#: plugins/config/class_configInLdap.inc:561 +#: plugins/configuration/core/class_licenceInfo.inc:196 #, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" 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" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "СтатиÑтика" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " +msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "СтатиÑтика о пользователÑÑ…" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" -msgstr "СтатиÑтика по пользователÑм" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "СтатиÑтика по группам" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "ПроÑроченные учетные запиÑи" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "Дата Ð¾ÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ñ Ð´ÐµÐ¹ÑтвиÑ" +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "Email" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Включить Ñнапшоты" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"User statistics 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 "" +"Ðто позволÑет ÑохранÑть определенное ÑоÑтоÑние запиÑей и позже его " +"воÑÑтанавливать." -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 -#, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 -#, php-format +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format -msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Ð‘Ð°Ð·Ð¾Ð²Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ Ñнапшотов" + +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "ÐаÑтройки плагинов" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "FusionDirectory наÑтройка плагинов" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "ОбъединениÑ" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "RDN групп" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" +msgstr "Ветка в которой объекты групп будут хранитьÑÑ" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" + +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" -msgstr "Ид" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "ÐаÑтройки плагинов" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "ÐаÑтройки Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" + +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "ÐаÑтройки воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" + +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Включить воÑÑтановление паролÑ" + +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "СÑылка дейÑтвительна (минуты)" + +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" +"КоличеÑтво минут до иÑÑ‚ÐµÑ‡ÐµÐ½Ð¸Ñ Ñрока годноÑти ÑÑылки Ð´Ð»Ñ Ð²Ð¾ÑÑтановление " -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "Соль Ð´Ð»Ñ Ñ‚Ð¾ÐºÐµÐ½Ð¾Ð²" + +#: plugins/configuration/core/class_recoveryConfig.inc:67 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" +"ПроÑто мера безопаÑноÑти, вы можете вÑтавить Ñюда вÑе что угодно, даже " +"Ñлучайные Ñимволы" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" -msgstr "Дата начала" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "Разрешить иÑользование альтернативных адреÑов" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "Дата окончаниÑ" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Ðтрибут Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ð°" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Первое пиÑьмо" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Тема" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Тема первого пиÑьма" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "Импортировать" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] СÑылка Ð´Ð»Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" + +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Тело (вначале логин %s, Ð²Ñ‚Ð¾Ñ€Ð°Ñ ÑÑылка)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" +"Тело первого пиÑьма, отправлÑетÑÑ ÐºÐ¾Ð³Ð´Ð° пользователь запрашивает новый " +"пароль. ИÑпользует %s логин и ÑÑылку Ð´Ð»Ñ Ð²Ð¾ÑÑтановлениÑ." -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." +"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/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Второе пиÑьмо" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Тема второго пиÑьма" + +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Пароль воÑÑтановлен уÑпешно" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 +#: plugins/configuration/core/class_recoveryConfig.inc:115 #, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" +msgid "Body (%s is login)" +msgstr "Тело (%s логин)" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format -msgid "Missing attribute \"%s\" in imported file" +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" +"Тело второго пиÑьма, отправлÑетÑÑ, чтобы подтвердить, что пароль был " +"изменен. ИÑпользует %s логин пользователÑ." -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" +"Привет,\n" +"\n" +"Ваш пароль был изменен.\n" +"Ваш логин по прежнему %s." -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "Когда вызывать Ñту команду" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "Команда, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ вызвана" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "ÐаÑтройки" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "ÐаÑтройки FusionDirectory" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Внешний вид" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "Язык" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Тема" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Тема, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ иÑпользоватьÑÑ" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "ЧаÑовой поÑÑ" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "ЧаÑовой поÑÑ, который будет иÑпользован" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "ОÑновные наÑтройки" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "Ограничение размера LDAP" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" +"ОпределÑет количеÑтво запиÑей, которые можно получить из LDAP по умолчанию." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Блокировка редактированиÑ" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" +"Проверьте, не была ли Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€ÑƒÐµÐ¼Ð°Ñ Ð²Ð°Ð¼Ð¸ запиÑÑŒ изменена вне FusionDirectory" +" в Ñто же времÑ." -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Включить логирование" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ñобытий на Ñтороне FusionDirectory" + +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." +msgstr "Включить проверку Ñхемы при входе." + +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "ÐаÑтройки паролÑ" + +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Принадлежит ролÑм" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "Метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾ умолчанию" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "ИÑпользуемый по умолчанию метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" + +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "ЗаÑтавлÑть иÑпользовать хеш по умолчанию" + +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Принуждать иÑпользовать метод Ñ…ÐµÑˆÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾ умолчанию" + +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° паролÑ" + +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð½Ð° Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ñ€Ð°Ð·Ð½Ð¸Ñ†Ð° в паролÑÑ…" + +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" +msgstr "Минимальное количеÑтво отличных Ñимволов от поÑледнего паролÑ" + +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "ИÑпользовать учетные запиÑи Ñ Ð¸Ñтекающим Ñроком дейÑтвиÑ" + +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Вход в ÑиÑтему и ÑеÑÑии" + +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" +"Какой LDAP атрибут необходимо иÑпользовать в качеÑтве логина при входе в " +"ÑиÑтему." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Парольный метод" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Принудительно шифровать ÑоединениÑ" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "ПрименÑемый метод Ð´Ð»Ñ Ñ…Ñша паролÑ" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" +"Принудительно иÑпользовать шифрованный доÑтуп (https) к веб интерфейÑу, " +"включив проверку безопаÑноÑти PHP." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Предупреждать еÑли ÑÐµÐ°Ð½Ñ Ð½Ðµ зашифрован" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Пароль (ОÑтавьте пуÑтым, еÑли не хотите его менÑть)" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" +"будут отображатьÑÑ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ, когда http будет " +"иÑпользоватьÑÑ Ð²Ð¼ÐµÑто https." -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Пароль еще раз" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¶Ð¸Ð·Ð½Ð¸ ÑеÑÑии" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "SSL" + +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Пользователь" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" -msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" +msgstr "Путь к Ñертификату CA" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "ФамилиÑ" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" -msgstr "Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "ХоÑÑ‚" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "ИмÑ" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Порт" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" -msgstr "Краткое опиÑание пользователÑ" - -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" -msgstr "ФотографиÑ" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" -msgstr "Ðватар пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" +msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" -msgstr "Ð Ð°Ð±Ð¾Ñ‡Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" -msgstr "Рабочий почтовый адреÑ" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Ðомер комнаты" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Ðомер комнаты" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" -msgstr "Рабочий номер телефона" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Мобильный" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "МеÑтоположение пользователей и групп" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" -msgstr "Рабочий номер мобильного телефона" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "DN атрибут пользователÑ" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Пейджер" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" -msgstr "Рабочий номер пейджера" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" +msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" -msgstr "Рабочий номер факÑа" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "ДомашнÑÑ Ñтраница" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" -msgstr "ПерÑÐ¾Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" +msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Политика Ñтрого приÑÐ²Ð°Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¸Ð¼ÐµÐ½" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" -msgstr "Логин Ñтого пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" +msgstr "Включить Ñтрогую проверку имен Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ и групп" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Предпочитаемый Ñзык" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr " RDN пользователей" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" -msgstr "Пароль пользователÑ" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." +msgstr "Ветка где пользователели хранÑÑ‚ÑÑ." -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" -msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" +msgstr "RDN Ð´Ð»Ñ ACL ролей" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "Отображаемое имÑ" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "Ветка в которой хранÑÑ‚ÑÑ ACL ролей." -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" -msgstr "Домашний адреÑ" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:193 -msgid "Home postal address" -msgstr "Домашний почтовый адреÑ" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Личный телефон" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Домашний телефон" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" +msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± организации" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "Заголовок" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:299 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Отладка" + +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Ðомер подразделениÑ" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "МакÑимальное Ð²Ñ€ÐµÐ¼Ñ LDAP запроÑа" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Ðомер отдела" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" +"ОÑтановить работу Ñ LDAP еÑли нет ответа за определенное количеÑтво Ñекунд." -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Ðомер работника" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Лог ÑтатиÑтики обращений к LDAP" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Ðомер работника" +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." +msgstr "" +"ОтÑлеживать продолжительноÑть обращений к LDAP в syslog. Ðто может помочь " +"найти проблемы в индекÑировании и плохих фильтров поиÑка." + +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Уровень отладки" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Форма трудоуÑтройÑтва" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Отображать Ñледующую информацию при каждой загрузке Ñтранице." -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Разное" + +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Показать краткую информацию о ÑпиÑках" + +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Почтовый индекÑ" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" +msgstr "Показать вкладку ACL Ð´Ð»Ñ Ð²Ñех объектов." -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" -msgstr "Вам не разрешено изменÑть Ñвой пароль" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "ДоÑтупные категории подразделений" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "Ð’Ñ‹ должны подождать %d Ñекунд перед повторным изменением паролÑ" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" +msgstr "ДоÑтупные категории подразделений в раÑкрывающемÑÑ ÑпиÑке" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" -msgstr "Пароль приÑутÑтвует в иÑтории Ñтарых паролей" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ ÑƒÐºÐ°Ð¶Ð¸Ñ‚Ðµ Ñвой текущий пароль." +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Ðовый пароль" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "ÐвтоматичеÑки" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "Ðовый и текущий пароли Ñлишком похожи." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "Группа %s" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" +msgstr "Роль %s" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "Пароль Ñодержит Ñимволы Unicode, которые могут проблемы!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5019,132 +4931,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "Ðажмите 'Удалить', чтобы продолжить или 'Отменить', чтобы прервать." -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Показать/Ñкрыть дополнительные наÑтройки" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "Ð’ ближайшие %1 дней нет учетной запиÑи, Ñрок работы которой иÑтечет." - -#: 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] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -msgid "There is no %1 group" -msgstr "Ðи у кого нету %1 группы" - -#: 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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has 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:11 -msgid "None of them have a %1 account" -msgstr "Ðи у одногр из них нету %1 аккаунта" - #: plugins/generic/references/contents.tpl.c:2 msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" @@ -5343,133 +5153,14 @@ msgstr "Выбрать вÑе" msgid "Show changes" msgstr "Показать изменениÑ" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Забыли пароль" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "ÐадежноÑть паролÑ" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Изменить" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Ðажмите, чтобы Ñменить пароль" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "УÑпешно" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Ваш пароль был уÑпешно изменен." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Введите ваш текущий Ð°Ð´Ñ€ÐµÑ Ñлектронной почты в нижние поле и нажмите кнопку " -"'Изменить'." - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" -"Ð¤ÑƒÐ½ÐºÑ†Ð¸Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð½Ðµ активирована. ЕÑли вы потерÑли пароль, " -"обратитеÑÑŒ к ÑиÑтемному админиÑтратору." - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Ðе помню пароль" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"Ð’ вашем браузере отключены куки. ПожалуйÑта включите их и обновите Ñту " -"Ñтраницу перед входом в ÑиÑтему! " -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Ðажмите на Ñту кнопку, чтобы войти в ÑиÑтему" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "Предупреждение: вы ÑобираетеÑÑŒ удалить Ñледующие объекты" @@ -5550,6 +5241,90 @@ msgstr "Создание нового объекта иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÑˆÐ°Ð±Ð» msgid "Continue" msgstr "Продолжить" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Забыли пароль" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Каталог" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Изменить" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Ðажмите, чтобы Ñменить пароль" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "УÑпешно" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Ваш пароль был уÑпешно изменен." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Введите ваш текущий Ð°Ð´Ñ€ÐµÑ Ñлектронной почты в нижние поле и нажмите кнопку " +"'Изменить'." + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "Конфликт блокировок" @@ -5573,6 +5348,26 @@ msgstr "" msgid "Read only" msgstr "Только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"ПожалуйÑта иÑпользуйте Ñвое Ð¸Ð¼Ñ Ð¸ пароль что бы войти в ÑиÑтему " +"админиÑÑ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñайтом." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Ðе помню пароль" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Ð’ вашем браузере отключены куки. ПожалуйÑта включите их и обновите Ñту " +"Ñтраницу перед входом в ÑиÑтему! " + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/sv/fusiondirectory.po b/locale/sv/fusiondirectory.po index 0965692f0b5aba846508e07cad5009ccb917eea3..8168250ba322901aa59e78db34e6b1fe6df93c5a 100644 --- a/locale/sv/fusiondirectory.po +++ b/locale/sv/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Swedish (https://app.transifex.com/fusiondirectory/teams/12202/sv/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Typ" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Beskrivning" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "Objekt" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Mall" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Skapa" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "Exportera lista" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Redigera" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Klipp ut" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Kopiera" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Klistra in" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Tillämpa mall" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Ta bort" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Skapa ögonblicksbild" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Ã…terskapa ögonblicksbild" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, 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/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, 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." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -549,11 +549,11 @@ msgstr "PDF" msgid "CSV" msgstr "CSV" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Fil" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Rad" @@ -577,35 +577,23 @@ msgstr "statisk" msgid "method" msgstr "metod" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "SpÃ¥rning" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Argument" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 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!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Skicka buggrapport till FusionDirectory-teamet" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Växla informationsläge" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -620,7 +608,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Mall-namn" @@ -644,7 +632,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -664,9 +652,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Logga in" @@ -740,14 +727,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "Epostadress" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "Ã…terskapande av lösenord" @@ -794,7 +780,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1172,7 +1158,7 @@ msgstr "Lägg till" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Ta bort" @@ -1474,12 +1460,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1668,68 +1654,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "Posten %s finns inte" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1795,7 +1781,7 @@ msgid "Manage access control lists" msgstr "Hantera Ã¥tkomstkontrollistor (ACL)" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "ACL-roller" @@ -1816,14 +1802,14 @@ msgstr "Okänd post '%s'!" msgid "All users" msgstr "Alla användare" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1833,9 +1819,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Varning" @@ -1985,499 +1970,542 @@ msgstr "" msgid "Edit anyway" msgstr "Redigera ändÃ¥" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "Plugins" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Namn" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "Version" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Status" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "Domän" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Organisation" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Avdelning" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Avdelningar" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Egenskaper" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Kategori" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "Manager" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Plats" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Län" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Land" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Adress" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Telefon" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Namn" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "Domänkomponent" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "Lokalitet" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "Hantera avdelningar" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Status" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Objektgrupp" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Grupp" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "Ägare" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Medlemsobjekt" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "System trust" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Trust-läge" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "Auktoriseringstyp för dessa hosts" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "avaktiverad" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "full tillgÃ¥ng" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "tillÃ¥t dessa hosts tillgÃ¥ng" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Medlemmar" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Roll" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "Information" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "Telefonnummer" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Fax-nummer" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "ACL-tilldelning" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2486,1835 +2514,1720 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "LÃ¥s användare" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "LÃ¥s upp användare" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Användare" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Hantera användare" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/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/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Ã…tkomstkontroll-roller" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "ACL-roll" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "Inga ACL-inställningar för denna kategori" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL för dessa objekt: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Redigera kategori-ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Ã…terställ kategori-ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "Lista tillgängliga ACL-kategorier" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "Alla objekt i aktuellt subträd" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Aktivera ögonblicksbilder" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -"Detta aktiverar möjligheten att spara vissa posters tillstÃ¥nd och Ã¥terskapa " -"dem senare." -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Bas för ögonblicksbilder" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "" +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" +msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" -msgstr "Plugin-konfiguration" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" +msgstr "Avsändaradress för epost" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" -msgstr "FusionDirectory plugin-konfiguration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" +msgstr "Epostadress frÃ¥n vilken epostmeddelanden sänds" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Objektgrupper" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" -msgstr "Gruppers RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" -msgstr "Gren i vilken objektgrupper kommer att lagras" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" -msgstr "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" -msgstr "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" -msgstr "Konfiguration för plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -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 "Group memberships" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -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" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" -msgstr "Aktivera Ã¥terställning av lösenord" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" -msgstr "Avsändaradress för epost" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" -msgstr "Epostadress frÃ¥n vilken epostmeddelanden sänds" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" -msgstr "Länkens giltighetstid (minuter)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Lösenordsmetod" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" -msgstr "Antalet minuter innan en Ã¥terställningslänk slutar gälla" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" +msgstr "Lösenords-hash att använda" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "Salt för tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Lösenord" -#: plugins/config/class_recoveryConfig.inc:67 -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_UserPasswordAttribute.inc:49 +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:73 -msgid "Allow the use of alternate addresses" -msgstr "TillÃ¥t användande av alternativa adresser" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" +msgstr "Lösenordet igen" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Inloggningsattribut" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" +msgstr "Samma lösenord som ovan, för att undvika fel" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" -msgstr "Första epost" - -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" -msgstr "Ämne" - -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" -msgstr "Ämne pÃ¥ första epostmeddelandet" - -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Länk för Ã¥terskapande av lösenord" - -#: plugins/config/class_recoveryConfig.inc:96 -#, 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_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, 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." +msgid "Too many elements in array value: %d instead of %d" 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/config/class_recoveryConfig.inc:100 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, 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." +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" -msgstr "Andre epostmeddelandet" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "Ämne pÃ¥ det andra epostmeddelandet" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Ã…terställning av lösenord lyckades" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Användare" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "Meddelandekropp (%s är login)" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" 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/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -"Hej,\n" -"\n" -"Ditt lösenord har ändrats.\n" -"Ditt användar-ID är fortfarande %s." -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Personlig information" + +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Efternamn" + +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Förnamn" + +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 +#: plugins/personal/generic/class_user.inc:104 msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" -msgstr "När detta kommando ska anropas" - -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Rumsnummer" + +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Rumsnummer" + +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" -msgstr "Kommando som ska anropas" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Mobil" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Konfiguration" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" +msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" -msgstr "FusionDirectory konfiguration" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Pager" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Utseende:" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" +msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "SprÃ¥k" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Hemsida" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:160 +msgid "Personal homepage" 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:64 -msgid "Theme" -msgstr "Tema" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" +msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" -msgstr "Tema som ska användas" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Användarnamn" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Tidszon" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" +msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "Tidszon som ska användas" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Föredraget sprÃ¥k" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" -msgstr "Bas-inställningar" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" +msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" -msgstr "LDAP storleksgräns" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" +msgstr "" -#: plugins/config/class_configInLdap.inc:82 -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:190 +msgid "Display name" +msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" -msgstr "Redigera lÃ¥sning" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -"Kontrollera om en post som just blir redigerad har blivit modifierad utanför" -" FusionDirectory under tiden." -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "Aktivera loggning" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Hempostadress" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "Event-loggning pÃ¥ FusionDirectorys sida." +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Privat telefon" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Hemtelefonnummer" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "Aktivera schema-kontroll under inloggning." +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Organisationsinformation" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:105 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Lösenordsinställningar" - -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "Lösenordens standard-hash" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Avdelningsnummer" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "Standard-hash som ska användas" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Avdelningsnummer" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "Tvinga standard hash" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Anställningsnummer" -#: plugins/config/class_configInLdap.inc:127 -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:226 +msgid "Employee number" +msgstr "Anställningsnummer" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Lösenordets minsta längd" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Anställningstyp" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "Minsta längd pÃ¥ lösenord" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" +msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" -msgstr "Lösenord minsta avvikelse" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" +msgstr "" -#: plugins/config/class_configInLdap.inc:136 -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:248 +msgid "Post office box" +msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "Använd datum för kontots upphörande" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Postnummer" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -"Aktiverar skugg-attribut-test under inloggning till FusionDirectory och " -"tvingar förnyelse av lösenord eller kontolÃ¥sning" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" -msgstr "SASL Realm" - -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" -msgstr "SASL Exop" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" +msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Attribut att lagra i userPassword-attributet" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Inloggning och session" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" +msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -"Vilket LDAP-attribut ska användas som inloggningnamn under inloggning." -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "Tvinga krypterade anslutningar" +#: plugins/personal/generic/class_user.inc:545 +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/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -"Aktiverar PHPs säkerhetskontroller för att tvinga krypterad access (https) " -"till webbgränssnittet." -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "Varna om session inte är krypterad" - -#: plugins/config/class_configInLdap.inc:172 -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:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Nytt lösenord" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Sessioners livslängd" +#: plugins/personal/generic/class_user.inc:551 +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:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "Lösenordet innehÃ¥ller möjligtvis problematiska Unicode-tecken!" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" -msgstr "Host" - -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "Port" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "Lagring för personer och grupper" - -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "Personer DN-attribut" - -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" -msgstr "Strikt namnpolicy" - -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" -msgstr "Användares RDN" - -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Debugging" - -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "Maximal tid för LDAP-frÃ¥gor" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Aktivera ögonblicksbilder" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -"Stoppa LDAP-förfrÃ¥gningar om det inte kommer nÃ¥got svar inom den " -"specificerade mängden sekunder." +"Detta aktiverar möjligheten att spara vissa posters tillstÃ¥nd och Ã¥terskapa " +"dem senare." -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Logga LDAP-statistik" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" +msgstr "" -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -"SpÃ¥ra LDAP-timingstatistik till syslog. Detta kan hjälpa till att hitta " -"indexeringsproblem eller dÃ¥liga sökfilter." -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Debug-nivÃ¥" - -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "Visa viss information pÃ¥ varje sidladdning." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Bas för ögonblicksbilder" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "Diverse" - -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Visa sammanfattning i listningar" - -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" 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." -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" +msgstr "Plugin-konfiguration" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" +msgstr "FusionDirectory plugin-konfiguration" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Objektgrupper" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" +msgstr "Gruppers RDN" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Automatiskt" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" +msgstr "Gren i vilken objektgrupper kommer att lagras" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" +msgstr "SASL" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" +msgstr "Konfiguration för plugins" + +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "Version" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" +msgstr "Inställningar för funktionen för Ã¥terställning av lösenord" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" +msgstr "Inställningar för Ã¥terskapande av lösenord" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" +msgstr "Aktivera Ã¥terställning av lösenord" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" +msgstr "Länkens giltighetstid (minuter)" -#: 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/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" +msgstr "Antalet minuter innan en Ã¥terställningslänk slutar gälla" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" +msgstr "Salt för tokens" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +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/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" +msgstr "TillÃ¥t användande av alternativa adresser" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Inloggningsattribut" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "Första epost" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" +msgstr "Ämne" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Användarnamn" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" +msgstr "Ämne pÃ¥ första epostmeddelandet" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" -msgstr "UtgÃ¥ngsdatum" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Länk för Ã¥terskapande av lösenord" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:96 +#, 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/addons/dashboard/class_dashboardUsers.inc:91 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +"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/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"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/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" +msgstr "Andre epostmeddelandet" + +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" +msgstr "Ämne pÃ¥ det andra epostmeddelandet" + +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Ã…terställning av lösenord lyckades" + +#: plugins/configuration/core/class_recoveryConfig.inc:115 #, php-format -msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" -msgstr "" +msgid "Body (%s is login)" +msgstr "Meddelandekropp (%s är login)" -#: plugins/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 +#: plugins/configuration/core/class_recoveryConfig.inc:119 #, php-format -msgid "Not found (%s)" +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/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 -#, php-format +#: plugins/configuration/core/class_hooksConfig.inc:53 msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" +msgstr "När detta kommando ska anropas" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" -msgstr "" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" +msgstr "Kommando som ska anropas" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Konfiguration" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" +msgstr "FusionDirectory konfiguration" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Utseende:" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "SprÃ¥k" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_configInLdap.inc:59 +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/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Tema" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" +msgstr "Tema som ska användas" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Tidszon" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" +msgstr "Tidszon som ska användas" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" +msgstr "Bas-inställningar" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" +msgstr "LDAP storleksgräns" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "Definierar antalet poster att fÃ¥ frÃ¥n LDAP som standard." -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" +msgstr "Redigera lÃ¥sning" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:88 +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/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" +msgstr "Aktivera loggning" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." +msgstr "Event-loggning pÃ¥ FusionDirectorys sida." -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." +msgstr "Aktivera schema-kontroll under inloggning." -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Lösenordsinställningar" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" +msgstr "Lösenordens standard-hash" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" +msgstr "Standard-hash som ska användas" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" +msgstr "Tvinga standard hash" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" +msgstr "Tvinga användandet av den lösenords-hash som är standard" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Lösenordets minsta längd" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" +msgstr "Minsta längd pÃ¥ lösenord" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" +msgstr "Lösenord minsta avvikelse" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" +msgstr "Minsta antalet tecken som nytt lösenord mÃ¥ste avvika frÃ¥n gammalt" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "Använd datum för kontots upphörande" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:142 +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/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" +msgstr "SASL Realm" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Attribut att lagra i userPassword-attributet" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Inloggning och session" + +#: plugins/configuration/core/class_configInLdap.inc:160 +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/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Tvinga krypterade anslutningar" + +#: plugins/configuration/core/class_configInLdap.inc:167 +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/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" +msgstr "Varna om session inte är krypterad" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:172 +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/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Sessioners livslängd" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Lösenordsmetod" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" -msgstr "Lösenords-hash att använda" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/personal/generic/class_UserPasswordAttribute.inc:49 -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/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" -msgstr "Lösenordet igen" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" -msgstr "Samma lösenord som ovan, för att undvika fel" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" +msgstr "Host" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "Port" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Användare" - -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Personlig information" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Efternamn" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Förnamn" - -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "Lagring för personer och grupper" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "Personer DN-attribut" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Rumsnummer" - -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Rumsnummer" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "Strikt namnpolicy" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Mobil" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "Användares RDN" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Pager" - -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Hemsida" - -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Föredraget sprÃ¥k" - -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Hempostadress" - -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Privat telefon" - -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Hemtelefonnummer" - -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Organisationsinformation" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Debugging" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:310 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "Maximal tid för LDAP-frÃ¥gor" + +#: plugins/configuration/core/class_configInLdap.inc:314 +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/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Logga LDAP-statistik" + +#: plugins/configuration/core/class_configInLdap.inc:320 +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." -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Avdelningsnummer" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Debug-nivÃ¥" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Avdelningsnummer" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "Visa viss information pÃ¥ varje sidladdning." -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Anställningsnummer" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Anställningsnummer" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Anställningstyp" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "Diverse" + +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Visa sammanfattning i listningar" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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." -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Postnummer" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -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/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Nytt lösenord" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Automatiskt" -#: plugins/personal/generic/class_user.inc:521 -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/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "Lösenordet innehÃ¥ller möjligtvis problematiska Unicode-tecken!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." +msgstr "" #: plugins/generic/references/class_reference.inc:27 #: plugins/generic/references/class_reference.inc:28 @@ -5022,116 +4935,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Visa/dölj avancerade inställningar" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "Komplett objekt" -#: 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5326,132 +5153,14 @@ msgstr "Välj alla" msgid "Show changes" msgstr "Visa ändringar" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "Förlorat lösenord" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Användarnamn" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Repetera nytt lösenord" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Lösenordsstyrka" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Byt" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "Klicka här för att byta lösenord" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Ditt lösenord har nu bytts." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Skriv in din nuvarande epostadress i fältet nedan och tryck pÃ¥ 'Byt'-knappen" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" -"Ã…terskapande av lösenord är inte aktiverat. Om du har förlorat ditt " -"lösenord, kontakta din administratör" - -#: ihtml/themes/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Använd ditt användarnamn och lösenord för att logga in i " -"administrationssystemet." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Jag har glömt mitt lösenord" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -"Din webbläsare har avaktiverat cookies. Vänligen aktivera cookies och ladda " -"om den här sidan innan du loggar in!" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "Klicka här för att logga in" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5534,6 +5243,89 @@ msgstr "" msgid "Continue" msgstr "Fortsätt" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "Förlorat lösenord" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Användarnamn" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Repetera nytt lösenord" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Lösenordsstyrka" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Katalog" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Byt" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "Klicka här för att byta lösenord" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Ditt lösenord har nu bytts." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" +"Skriv in din nuvarande epostadress i fältet nedan och tryck pÃ¥ 'Byt'-knappen" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +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" @@ -5557,6 +5349,26 @@ msgstr "" msgid "Read only" msgstr "Endast läsning" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Använd ditt användarnamn och lösenord för att logga in i " +"administrationssystemet." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Jag har glömt mitt lösenord" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/tr_TR/fusiondirectory.po b/locale/tr_TR/fusiondirectory.po index 2a5b4b8ff8762e0d8b88d6b1f7c9931b8b4dcdf4..99e54c5437df1c9be97c9dc448aa97777f474ed6 100644 --- a/locale/tr_TR/fusiondirectory.po +++ b/locale/tr_TR/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: abc Def <hdogan1974@gmail.com>, 2021\n" "Language-Team: Turkish (Turkey) (https://app.transifex.com/fusiondirectory/teams/12202/tr_TR/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Tür" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "OluÅŸtur" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Düzenle" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Kes" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Kopyala" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Yapıştır" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Kaldır" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "Dosya" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -576,35 +576,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "Ekle" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Sil" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "" msgid "All users" msgstr "Tüm kullanıcılar" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "İkaz" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "" + +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Parola" + +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:209 +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:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Parola ayarları" - -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Parola asgari uzunluÄŸu" - -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Yeni parola" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:287 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:291 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -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" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +"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/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 -#, php-format -msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" -msgstr "Parolalar" - -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" -msgstr "" - -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +"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/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Parola ayarları" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Parola asgari uzunluÄŸu" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Parola" - -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:314 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" + +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Yeni parola" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4936,116 +4849,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5228,125 +5055,14 @@ msgstr "Hepsini seç" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Parola kuvvetliliÄŸi" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "BaÅŸarı" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Ben ÅŸifremi unuttum" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5425,6 +5141,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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 "Parola kuvvetliliÄŸi" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "BaÅŸarı" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5448,6 +5244,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "Ben ÅŸifremi unuttum" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/ug/fusiondirectory.po b/locale/ug/fusiondirectory.po index dbea8c0aa70dc08e996b64dc78628342dcff7a18..02a9da2591517faab812de6f2bddd737fbc254b3 100644 --- a/locale/ug/fusiondirectory.po +++ b/locale/ug/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: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Language-Team: Uyghur (https://app.transifex.com/fusiondirectory/teams/12202/ug/)\n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -40,8 +40,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "" @@ -139,12 +139,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "" @@ -179,11 +179,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -194,7 +194,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "" @@ -204,7 +204,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -277,130 +277,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -544,11 +544,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "" @@ -572,35 +572,23 @@ msgstr "" msgid "method" msgstr "" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -615,7 +603,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "" @@ -639,7 +627,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -659,9 +647,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "" @@ -735,14 +722,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -789,7 +775,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1161,7 +1147,7 @@ msgstr "" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "" @@ -1453,12 +1439,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1647,68 +1633,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1774,7 +1760,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1795,14 +1781,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1812,9 +1798,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "" @@ -1960,499 +1945,542 @@ msgstr "" msgid "Edit anyway" msgstr "" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2461,1805 +2489,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" +msgstr "" + +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" +msgstr "" + +#: plugins/personal/generic/class_user.inc:104 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 -msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" +#: plugins/personal/generic/class_user.inc:209 +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:100 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:547 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:167 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:287 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" -msgstr "" - -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:320 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:347 +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 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." +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/config/class_configInLdap.inc:389 +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" -msgstr "" - -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" -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:42 -msgid "See dashboard" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:79 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -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" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +"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/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 ihtml/themes/breezy/login.tpl.c:17 -#: ihtml/themes/breezy/login.tpl.c:20 ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 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:217 -msgid "Unit" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4932,116 +4845,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -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:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5224,125 +5051,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5421,6 +5137,86 @@ msgstr "" msgid "Continue" msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "" @@ -5444,6 +5240,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/vi_VN/fusiondirectory.po b/locale/vi_VN/fusiondirectory.po index 77a8d9627b9edefa7657c4a3772a8c27eee899ab..95e6b1efbf77069084facbfe9bd3ea24bb820b67 100644 --- a/locale/vi_VN/fusiondirectory.po +++ b/locale/vi_VN/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Vietnamese (Viet Nam) (https://app.transifex.com/fusiondirectory/teams/12202/vi_VN/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "Loại" @@ -143,12 +143,12 @@ msgstr "" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "Mô tả" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "đối tượng" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "Mẫu" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "Tạo " -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "Hiệu chỉnh" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "Cut" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "Copy" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "Paste" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "Ãp dụng mẫu" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "Xóa bá»" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "Tạo ra snapshot" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "Phục hồi lại snapshot" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, 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/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "Bạn không được phép phục hồi má»™t snapshot cho %s." -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "File" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "Dòng" @@ -576,35 +576,23 @@ msgstr "tÄ©nh" msgid "method" msgstr "phương pháp" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "Dò theo" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "Tranh luáºn" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "Tạo ra trang nà y khiến cho bá»™ dịch PHP sinh ra má»™t số lá»—i!" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "Thông tin Toggle" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "Tên Mẫu" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "Äăng ký" @@ -740,14 +727,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -794,7 +780,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1171,7 +1157,7 @@ msgstr "Thêm và o" #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "Xóa" @@ -1471,12 +1457,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1665,68 +1651,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1792,7 +1778,7 @@ 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:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "Các vai trò ACL" @@ -1813,14 +1799,14 @@ msgstr "Entry '%s' không được biết đến!" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1830,9 +1816,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "Cảnh báo" @@ -1983,499 +1968,542 @@ msgstr "" msgid "Edit anyway" msgstr "Cứ hiệu chỉnh" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Tên" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "Trạng thái" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "Tổ chức" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "Bá»™ pháºn" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "Các bá»™ pháºn" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "Properties" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "Các danh mục" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "Vị trÃ" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "Bang" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "Quốc Gia" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "Äịa chỉ" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "Số Ä‘iện thoại" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "Số fax" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Tên" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "Trạng thái" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "Nhóm đối tượng" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "Nhóm " -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "Các đối tượng thà nh viên" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "Ủy thác hệ thống" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "Chế độ á»§y thác" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "Äã vô hiệu" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "Truy cáºp hoà n toà n" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "Cho phép truy cáºp đến các máy chá»§ nà y" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "Các thà nh viên" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "Vai trò" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "Số fax" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2484,1805 +2512,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "Ngưá»i dùng" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "Quản lý ngưá»i dùng" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/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/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "Các vai trò kiểm soát truy cáºp" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 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:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "ACL cho các đối tượng sau: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "Hiệu chÃnh mục ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "Xác láºp mục ACL" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 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:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 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:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" -msgstr "" - -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" -msgstr "Báºt chức năng snapshots" - -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" -msgstr "Gốc snapshot" - -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "" +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "Tất cả các nhóm đối tượng" - -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" +msgstr "Phương pháp láºp máºt khẩu" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" -msgstr "Thuá»™c tÃnh đăng nháºp" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "Máºt khẩu" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 #, php-format -msgid "Body (first %s is login, second is link)" +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 #, 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." +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:105 -msgid "Second email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "Ngưá»i dùng" -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" +#: plugins/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:116 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "Thông tin cá nhân" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name" +msgstr "Há»" + +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "Tên" + +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 +#: plugins/personal/generic/class_user.inc:104 msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "Số phòng" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" +msgstr "Số phòng" + +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "Äiện thoại di động" + +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "Cấu hình" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "Máy nhắn tin" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" +#: plugins/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" -msgstr "Xem và cảm nháºn" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "Trang chá»§" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "Theme" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "Äăng nháºp" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" -msgstr "Múi giá»" - -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Ngôn ngữ muốn sá» dụng" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "Äại chỉ nhà theo bưu Ä‘iện" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "Số Ä‘iện thoại riêng" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" +msgstr "Số Ä‘iện thoại nhà " -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "Thông tin vá» tổ chức" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:105 +#: plugins/personal/generic/class_user.inc:209 msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "Thiết láºp máºt khẩu" - -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "Số phòng ban" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" +msgstr "Số phòng là m việc" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "Số nhân viên" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" +msgstr "Số nhân viên" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" -msgstr "Äá»™ dà i tối thiểu cá»§a máºt khẩu" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "Loại nhân viên" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" -msgstr "Sá» dụng việc hết hạn tà i khoản" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "Mã bưu Ä‘iện" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" -msgstr "Äăng nháºp và phiên" - -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -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:545 +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:167 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:171 -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/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "Máºt khẩu má»›i" -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "Thá»i gian cho má»™t phiên (má»™t Session)" +#: plugins/personal/generic/class_user.inc:551 +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:177 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." -msgstr "" - -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" -msgstr "" - -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" -msgstr "Kho lưu trữ ngưá»i và nhóm" - -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "Thuá»™c tÃnh DN ngưá»i" - -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" -msgstr "Sá»a lá»—i" - -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" -msgstr "" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" +msgstr "Báºt chức năng snapshots" -#: plugins/config/class_configInLdap.inc:310 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" -msgstr "Thá»i gian truy vấn LDAP tối Ä‘a" - -#: plugins/config/class_configInLdap.inc:314 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" -msgstr "Äăng nháºp thống kê LDAP" - -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_snapshotConfig.inc:48 msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Debug level" -msgstr "Cấp độ sá»a lá»—i" - -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." -msgstr "" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" +msgstr "Gốc snapshot" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" -msgstr "Hiển thị tóm tắt trên danh sách" - -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "Tất cả các nhóm đối tượng" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" -msgstr "Tá»± động" - -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." -msgstr "" - -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" 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/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:67 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:74 +msgid "" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" -msgstr "" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" +msgstr "Thuá»™c tÃnh đăng nháºp" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "Äăng nháºp" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" +msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" +msgstr "Cấu hình" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" +msgstr "Xem và cảm nháºn" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." +"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/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format -msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" +msgstr "Theme" -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" +msgstr "Múi giá»" -#: plugins/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" +msgstr "Thiết láºp máºt khẩu" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" +msgstr "Äá»™ dà i tối thiểu cá»§a máºt khẩu" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" +msgstr "Sá» dụng việc hết hạn tà i khoản" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" +msgstr "Äăng nháºp và phiên" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" +msgstr "Thá»±c thi việc mã hóa các kết nối" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:171 +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/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" +msgstr "Thá»i gian cho má»™t phiên (má»™t Session)" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:194 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" -msgstr "Phương pháp láºp máºt khẩu" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "Ngưá»i dùng" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "Thông tin cá nhân" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "Há»" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" +msgstr "" -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "Tên" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" +msgstr "Kho lưu trữ ngưá»i và nhóm" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" +msgstr "Thuá»™c tÃnh DN ngưá»i" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "Số phòng" - -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" -msgstr "Số phòng" - -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "Äiện thoại di động" - -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "Máy nhắn tin" - -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "Trang chá»§" - -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" -msgstr "Ngôn ngữ muốn sá» dụng" - -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "Äại chỉ nhà theo bưu Ä‘iện" - -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "Số Ä‘iện thoại riêng" - -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" -msgstr "Số Ä‘iện thoại nhà " - -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "Thông tin vá» tổ chức" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" +msgstr "Sá»a lá»—i" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:310 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" +msgstr "Thá»i gian truy vấn LDAP tối Ä‘a" + +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "Äăng nháºp thống kê LDAP" + +#: plugins/configuration/core/class_configInLdap.inc:320 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "Số phòng ban" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" +msgstr "Cấp độ sá»a lá»—i" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" -msgstr "Số phòng là m việc" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "Số nhân viên" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" -msgstr "Số nhân viên" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" +msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "Loại nhân viên" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "" -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" +msgstr "Hiển thị tóm tắt trên danh sách" + +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "Mã bưu Ä‘iện" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -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/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "Máºt khẩu má»›i" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "Tá»± động" -#: plugins/personal/generic/class_user.inc:521 -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/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4975,108 +4888,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "Hiển thị/ Ẩn các thiết láºp cao cấp " -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" msgstr "Hoà n thà nh đối tượng" -#: 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5263,129 +5098,14 @@ msgstr "Chá»n tất" msgid "Show changes" msgstr "Hiển thị các thay đổi" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:11 ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Tên ngưá»i dùng" - -#: ihtml/themes/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "Máºt khẩu má»›i được lặp lại" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "Ưu Ä‘iểm cá»§a máºt khẩu" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 ihtml/themes/breezy/login.tpl.c:29 -#: ihtml/themes/breezy/login.tpl.c:32 ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Thư mục" - -#: ihtml/themes/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "Thay đổi" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "KÃch và o đây để thay đổi máºt khẩu cá»§a bạn" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "Thà nh công" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "Máºt khẩu cá»§a bạn đã được thay đổi thà nh công." - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Xin hãy sá» dụng tên và máºt khẩu cá»§a bạn để đăng nháºp và o trang hệ thống quản" -" trị." - -#: ihtml/themes/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" 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!" -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "KÃch và o đây để đăng nháºp" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5466,6 +5186,86 @@ msgstr "" msgid "Continue" msgstr "Tiếp tục" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "Tên ngưá»i dùng" + +#: ihtml/themes/breezy/recovery.tpl.c:32 ihtml/themes/breezy/recovery.tpl.c:35 +#: ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "Máºt khẩu má»›i được lặp lại" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "Ưu Ä‘iểm cá»§a máºt khẩu" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "Thư mục" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "Thay đổi" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "KÃch và o đây để thay đổi máºt khẩu cá»§a bạn" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "Thà nh công" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "Máºt khẩu cá»§a bạn đã được thay đổi thà nh công." + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "Phát hiện xung đột khóa" @@ -5489,6 +5289,26 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" +"Xin hãy sá» dụng tên và máºt khẩu cá»§a bạn để đăng nháºp và o trang hệ thống quản" +" trị." + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +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!" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/zh/fusiondirectory.po b/locale/zh/fusiondirectory.po index c91d81c858d09d7192dd9f1fe8f0dc8b39fb224b..4e13e596c2f2400c56168534f98ee43624071966 100644 --- a/locale/zh/fusiondirectory.po +++ b/locale/zh/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2021\n" "Language-Team: Chinese (https://app.transifex.com/fusiondirectory/teams/12202/zh/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "类型" @@ -143,12 +143,12 @@ msgstr "日期" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "æè¿°" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "对象" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "模æ¿" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "创建" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "编辑" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "粘贴" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "åˆ é™¤" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "文件" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "行" @@ -576,35 +576,23 @@ msgstr "陿€" msgid "method" msgstr "方法" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "跟踪" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "傿•°" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "生æˆè¿™ä¸ªé¡µé¢å¯¼è‡´ PHP è§£æžå™¨å‘生一些错误ï¼" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "切æ¢ä¿¡æ¯" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "模æ¿åç§°" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "登录" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "邮件地å€" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "æ·»åŠ " #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "åˆ é™¤" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "è¦å‘Š" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "ä»ç„¶ç¼–辑" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "åç§°" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "状æ€" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "域" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "组织/å…¬å¸" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "部门" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "部门" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "部门" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "属性" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "分类" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "ä½ç½®" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "å·ž/çœ" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "国家" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "ä½å€" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "电è¯" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "ä¼ çœŸ" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "åç§°" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "状æ€" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "对象组" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "组" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "所有者" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "æˆå‘˜å¯¹è±¡" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "信赖的系统" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "信赖模å¼" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "ç¦ç”¨" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "完全访问æƒé™" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "å…许访问这些主机" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "æˆå‘˜" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "角色" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "æç¤ºä¿¡æ¯" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "电è¯å·ç " -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "模å¼" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "用户" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "邮件" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "对象组" - -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "å£ä»¤" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "用户" + +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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:105 -msgid "Second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "个人信æ¯" -#: plugins/config/class_recoveryConfig.inc:116 -#, 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:94 +msgid "Last name" +msgstr "å§“" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "å" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 +#: plugins/personal/generic/class_user.inc:104 msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "房间å·" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "手机" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "呼机" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "è¯è¨€" - -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "个人主页" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "登录å" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "显示åç§°" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "ä½å®…地å€" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "ç§äººç”µè¯" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "组织信æ¯" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "ç§°è°“" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:209 +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:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "部门编å·" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "员工编å·" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "员工类别" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" -msgstr "" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "邮编" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." +msgstr "您需è¦è¾“入当å‰å£ä»¤æ‰èƒ½ç»§ç»ã€‚" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "" - -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" - -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" - -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" -msgstr "" - -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "æ–°å£ä»¤" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." +msgstr "输入的新å£ä»¤å’Œå½“å‰å£ä»¤éžå¸¸ç›¸ä¼¼ã€‚" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "端å£" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "导入" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_snapshotConfig.inc:48 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:325 -msgid "Debug level" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "æ‚项" - -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "对象组" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" 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/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "登录å" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "邮件" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "导入" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "è¯è¨€" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +"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/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "用户" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "端å£" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "个人信æ¯" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "å§“" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "å" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "房间å·" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "手机" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "呼机" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "个人主页" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "显示åç§°" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "ä½å®…地å€" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "ç§äººç”µè¯" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "组织信æ¯" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "ç§°è°“" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "部门编å·" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "员工编å·" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "æ‚项" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "员工类别" - -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "邮编" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "您需è¦è¾“入当å‰å£ä»¤æ‰èƒ½ç»§ç»ã€‚" +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "æ–°å£ä»¤" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "输入的新å£ä»¤å’Œå½“å‰å£ä»¤éžå¸¸ç›¸ä¼¼ã€‚" +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4936,108 +4849,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5220,125 +5055,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "您的æµè§ˆå™¨å·²ç»ç¦ç”¨ cookies。请å¯ç”¨ cookies 并在登录å‰é‡æ–°åŠ è½½æœ¬é¡µé¢ï¼" - -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "点击这里登录" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5417,6 +5141,86 @@ msgstr "" msgid "Continue" msgstr "ç»§ç»" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "用户å" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "目录" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "检测到é”定冲çª" @@ -5440,6 +5244,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "您的æµè§ˆå™¨å·²ç»ç¦ç”¨ cookies。请å¯ç”¨ cookies 并在登录å‰é‡æ–°åŠ è½½æœ¬é¡µé¢ï¼" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/locale/zh_TW/fusiondirectory.po b/locale/zh_TW/fusiondirectory.po index 4b6e49e1c799734d3858a2f45248d00c7fda4aea..2f07e0a0ce003d6eedf8a1282e33e6f233adc3ea 100644 --- a/locale/zh_TW/fusiondirectory.po +++ b/locale/zh_TW/fusiondirectory.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2023-04-18 17:26+0000\n" +"POT-Creation-Date: 2025-02-03 17:40+0000\n" "PO-Revision-Date: 2018-08-13 19:47+0000\n" "Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2023\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/fusiondirectory/teams/12202/zh_TW/)\n" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: include/class_msg_dialog.inc:150 include/class_msgPool.inc:543 -#: include/simpleplugin/class_simplePlugin.inc:700 +#: include/simpleplugin/class_simplePlugin.inc:715 #: include/errors/class_FusionDirectoryError.inc:56 #: include/errors/class_SimplePluginError.inc:140 #: include/errors/class_SimplePluginHookError.inc:78 @@ -44,8 +44,8 @@ msgid "Columns displayed for this management list" msgstr "" #: include/management/class_ManagementConfigurationDialog.inc:66 -#: include/php_setup.inc:153 -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 +#: include/php_setup.inc:152 +#: plugins/configuration/core/class_licenceInfo.inc:78 msgid "Type" msgstr "类型" @@ -143,12 +143,12 @@ msgstr "日期" #: include/management/snapshot/class_SnapshotAttribute.inc:45 #: include/management/snapshot/class_SnapshotAttribute.inc:51 -#: plugins/admin/departments/class_department.inc:71 -#: plugins/admin/groups/class_ogroup.inc:90 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/aclrole/class_aclRole.inc:102 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/personal/generic/class_user.inc:108 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:71 +#: plugins/management/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_roleGeneric.inc:91 +#: plugins/management/aclrole/class_aclRole.inc:102 +#: plugins/personal/generic/class_user.inc:109 msgid "Description" msgstr "æè¿°" @@ -183,11 +183,11 @@ msgstr "" msgid "Failed to create snapshot: %s" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:466 +#: include/management/snapshot/class_SnapshotHandler.inc:467 msgid "There was a problem uncompressing snapshot data" msgstr "" -#: include/management/snapshot/class_SnapshotHandler.inc:471 +#: include/management/snapshot/class_SnapshotHandler.inc:472 msgid "Snapshot data could not be fetched" msgstr "" @@ -198,7 +198,7 @@ msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:49 #: include/management/snapshot/class_SnapshotCreateDialog.inc:44 #: include/class_msgPool.inc:540 -#: plugins/admin/aclrole/acleditiondialog.tpl.c:2 +#: plugins/management/aclrole/acleditiondialog.tpl.c:2 msgid "Object" msgstr "对象" @@ -208,7 +208,7 @@ msgid "DN of the object you are creating a snapshot of" msgstr "" #: include/management/snapshot/class_SnapshotRestoreDialog.inc:53 -#: plugins/config/class_snapshotConfig.inc:26 +#: plugins/configuration/core/class_snapshotConfig.inc:26 msgid "Snapshots" msgstr "" @@ -281,130 +281,130 @@ msgstr "" msgid "Tabs" msgstr "" -#: include/management/class_management.inc:207 include/class_template.inc:43 +#: include/management/class_management.inc:208 include/class_template.inc:43 #: ihtml/themes/breezy/management/filter.tpl.c:8 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "模æ¿" -#: include/management/class_management.inc:211 +#: include/management/class_management.inc:212 msgid "From template" msgstr "" -#: include/management/class_management.inc:221 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:66 +#: include/management/class_management.inc:222 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:66 #: setup/class_setupStepMigrate.inc:857 msgid "Create" msgstr "创建" -#: include/management/class_management.inc:236 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:81 +#: include/management/class_management.inc:237 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:81 msgid "Export list" msgstr "" -#: include/management/class_management.inc:243 +#: include/management/class_management.inc:244 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:109 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:110 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:120 #: include/simpleplugin/attributes/class_PhoneNumberAttribute.inc:121 #: include/simpleplugin/attributes/class_SetAttribute.inc:583 #: include/simpleplugin/attributes/class_SetAttribute.inc:584 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:88 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:88 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit" msgstr "编辑" -#: include/management/class_management.inc:252 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:97 +#: include/management/class_management.inc:253 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:97 msgid "Cut" msgstr "" -#: include/management/class_management.inc:259 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:104 +#: include/management/class_management.inc:260 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:104 msgid "Copy" msgstr "" -#: include/management/class_management.inc:266 +#: include/management/class_management.inc:267 #: include/class_CopyPasteHandler.inc:331 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:111 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:111 msgid "Paste" msgstr "粘贴" -#: include/management/class_management.inc:277 +#: include/management/class_management.inc:278 msgid "Apply template" msgstr "" -#: include/management/class_management.inc:297 +#: include/management/class_management.inc:298 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:119 #: include/simpleplugin/attributes/dialog/class_ObjectAttribute.inc:120 #: include/simpleplugin/attributes/class_FileAttribute.inc:464 #: include/simpleplugin/attributes/class_FileAttribute.inc:465 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:121 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:121 msgid "Remove" msgstr "åˆ é™¤" -#: include/management/class_management.inc:306 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:130 +#: include/management/class_management.inc:307 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:130 msgid "Create snapshot" msgstr "" -#: include/management/class_management.inc:313 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:137 +#: include/management/class_management.inc:314 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:137 msgid "Restore snapshot" msgstr "" -#: include/management/class_management.inc:325 +#: include/management/class_management.inc:326 msgid "Create an object from this template" msgstr "" -#: include/management/class_management.inc:813 +#: include/management/class_management.inc:814 msgid "Apply anyway" msgstr "" -#: include/management/class_management.inc:831 +#: include/management/class_management.inc:832 msgid "Applying a template to a template is not possible" msgstr "" -#: include/management/class_management.inc:840 +#: include/management/class_management.inc:841 msgid "" "All selected entries need to share the same type to be able to apply a " "template to them" msgstr "" -#: include/management/class_management.inc:868 +#: include/management/class_management.inc:869 msgid "Archive anyway" msgstr "" -#: include/management/class_management.inc:878 +#: include/management/class_management.inc:879 msgid "Archiving a template is not possible" msgstr "" -#: include/management/class_management.inc:917 +#: include/management/class_management.inc:918 msgid "Archive success" msgstr "" -#: include/management/class_management.inc:918 +#: include/management/class_management.inc:919 #, php-format msgid "%d entries were successfully archived" msgstr "" -#: include/management/class_management.inc:1059 +#: include/management/class_management.inc:1060 msgid "Delete anyway" msgstr "" -#: include/management/class_management.inc:1207 +#: include/management/class_management.inc:1215 #, php-format msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1242 -#: include/management/class_management.inc:1336 -#: include/management/class_management.inc:1364 +#: include/management/class_management.inc:1250 +#: include/management/class_management.inc:1344 +#: include/management/class_management.inc:1372 #, php-format msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/management/class_management.inc:1381 +#: include/management/class_management.inc:1389 #, php-format msgid "You are not allowed to delete a snapshot for %s." msgstr "" @@ -548,11 +548,11 @@ msgstr "" msgid "CSV" msgstr "" -#: include/php_setup.inc:61 include/php_setup.inc:153 +#: include/php_setup.inc:61 include/php_setup.inc:152 msgid "File" msgstr "文件" -#: include/php_setup.inc:63 include/php_setup.inc:153 +#: include/php_setup.inc:63 include/php_setup.inc:152 msgid "Line" msgstr "行" @@ -576,35 +576,23 @@ msgstr "陿€" msgid "method" msgstr "方法" -#: include/php_setup.inc:152 ihtml/themes/breezy/msg_dialog.tpl.c:11 +#: include/php_setup.inc:151 ihtml/themes/breezy/msg_dialog.tpl.c:11 msgid "Trace" msgstr "跟踪" -#: include/php_setup.inc:154 +#: include/php_setup.inc:153 msgid "Arguments" msgstr "傿•°" -#: include/php_setup.inc:243 +#: include/php_setup.inc:228 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "生æˆè¿™ä¸ªé¡µé¢å¯¼è‡´ PHP è§£æžå™¨å‘生一些错误ï¼" -#: include/php_setup.inc:248 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Mail icon" -msgstr "" - -#: include/php_setup.inc:249 -msgid "Send bug report" -msgstr "" - -#: include/php_setup.inc:254 +#: include/php_setup.inc:233 msgid "Toggle information" msgstr "切æ¢ä¿¡æ¯" -#: include/php_setup.inc:303 +#: include/php_setup.inc:277 #, php-format msgid "Uncaught %s: %s" msgstr "" @@ -619,7 +607,7 @@ msgid "Object template, used to create several objects with similar values" msgstr "" #: include/class_template.inc:49 -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "Template name" msgstr "模æ¿åç§°" @@ -643,7 +631,7 @@ msgid "Failed to log event (%s - %s): %s" msgstr "" #: include/login/class_LoginCAS.inc:29 -#: plugins/config/class_configInLdap.inc:214 +#: plugins/configuration/core/class_configInLdap.inc:214 msgid "CAS" msgstr "" @@ -663,9 +651,8 @@ msgstr "" msgid "HTML form" msgstr "" -#: include/login/class_LoginPost.inc:116 ihtml/themes/legacy/login.tpl.c:2 -#: ihtml/themes/legacy/login.tpl.c:44 ihtml/themes/breezy/secondfactor.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:2 ihtml/themes/breezy/login.tpl.c:44 +#: include/login/class_LoginPost.inc:116 +#: ihtml/themes/breezy/secondfactor.tpl.c:5 ihtml/themes/breezy/login.tpl.c:41 msgid "Sign in" msgstr "登录" @@ -739,14 +726,13 @@ msgstr "" msgid "HTTP Basic Auth" msgstr "" -#: include/class_passwordRecovery.inc:90 ihtml/themes/legacy/recovery.tpl.c:77 -#: ihtml/themes/legacy/recovery.tpl.c:80 ihtml/themes/breezy/recovery.tpl.c:77 +#: include/class_passwordRecovery.inc:90 ihtml/themes/breezy/recovery.tpl.c:77 #: ihtml/themes/breezy/recovery.tpl.c:80 msgid "Email address" msgstr "邮件地å€" #: include/class_passwordRecovery.inc:124 -#: plugins/config/class_recoveryConfig.inc:27 +#: plugins/configuration/core/class_recoveryConfig.inc:27 msgid "Password recovery" msgstr "" @@ -793,7 +779,7 @@ msgid "Cannot change password, unknown user \"%s\"" msgstr "" #: include/password-methods/class_passwordMethodSasl.inc:97 -#: plugins/config/class_configInLdap.inc:555 +#: plugins/configuration/core/class_configInLdap.inc:555 msgid "" "You need to fill saslRealm or saslExop in the configuration screen in order " "to use SASL" @@ -1165,7 +1151,7 @@ msgstr "æ·»åŠ " #: include/class_msgPool.inc:365 include/class_msgPool.inc:367 #: include/simpleplugin/attributes/class_SetAttribute.inc:595 #: include/simpleplugin/attributes/class_SetAttribute.inc:596 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Delete" msgstr "åˆ é™¤" @@ -1457,12 +1443,12 @@ msgstr "" msgid "\"%s\" is not a valid value, should be \"%s\" or \"%s\"" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:139 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:147 #, php-format msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:146 +#: include/simpleplugin/attributes/dialog/class_ObjectsAttribute.inc:154 #, php-format msgid "Non existing dn: %s" msgstr "" @@ -1651,68 +1637,68 @@ msgstr "" msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:353 +#: include/simpleplugin/class_simplePlugin.inc:369 msgid "Template settings" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:356 +#: include/simpleplugin/class_simplePlugin.inc:372 msgid "This is the name of the template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: include/simpleplugin/class_simplePlugin.inc:488 msgid "Only main tab can compute dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:478 +#: include/simpleplugin/class_simplePlugin.inc:493 #, php-format msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:487 +#: include/simpleplugin/class_simplePlugin.inc:502 #, php-format msgid "Could not compute dn: could not find objectType info from tab class \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1407 +#: include/simpleplugin/class_simplePlugin.inc:1425 #, php-format msgid "There is already an entry with the same dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1423 +#: include/simpleplugin/class_simplePlugin.inc:1441 #, php-format msgid "The entry %s is not existing" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1655 +#: include/simpleplugin/class_simplePlugin.inc:1747 msgid "" "The object has changed since being 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:1923 +#: include/simpleplugin/class_simplePlugin.inc:2015 #, php-format msgid "Service \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1925 +#: include/simpleplugin/class_simplePlugin.inc:2017 #, php-format msgid "Tab \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1988 +#: include/simpleplugin/class_simplePlugin.inc:2080 msgid "Failed to create a unique DN" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2100 +#: include/simpleplugin/class_simplePlugin.inc:2192 #, php-format msgid "Unknown field \"%s\"" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2196 +#: include/simpleplugin/class_simplePlugin.inc:2288 msgid "The time the entry was added" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:2197 +#: include/simpleplugin/class_simplePlugin.inc:2289 msgid "The time the entry was last modified" msgstr "" @@ -1778,7 +1764,7 @@ msgid "Manage access control lists" msgstr "" #: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:26 +#: plugins/management/aclrole/class_aclRoleManagement.inc:26 msgid "ACL roles" msgstr "" @@ -1799,14 +1785,14 @@ msgstr "" msgid "All users" msgstr "" -#: include/class_userinfo.inc:241 +#: include/class_userinfo.inc:245 #, php-format msgid "" "An ACL assignment for the connected user matched more than than the %d " "objects limit. This user will not have the ACL rights he should." msgstr "" -#: include/class_userinfo.inc:1071 +#: include/class_userinfo.inc:1075 msgid "" "Login (uid) is not unique inside the LDAP tree. Please contact your " "administrator." @@ -1816,9 +1802,8 @@ msgstr "" #: setup/class_setupStepMigrate.inc:632 setup/class_setupStepMigrate.inc:1034 #: setup/class_setupStepMigrate.inc:1209 setup/class_setupStepMigrate.inc:1261 #: setup/class_setupStepMigrate.inc:1376 setup/class_setupStepMigrate.inc:1468 -#: setup/setup_checks.tpl.c:11 ihtml/themes/legacy/login.tpl.c:38 -#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:38 +#: setup/setup_checks.tpl.c:11 ihtml/themes/breezy/msg_dialog.tpl.c:5 +#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/login.tpl.c:35 msgid "Warning" msgstr "è¦å‘Š" @@ -1964,499 +1949,542 @@ msgstr "" msgid "Edit anyway" msgstr "ä»ç„¶ç¼–辑" -#: plugins/admin/departments/class_domain.inc:29 -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:34 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:26 +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:28 +msgid "Plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:29 +msgid "PluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:33 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:48 +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:49 +msgid "Plugins Manager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:37 +msgid "Provide a reporting mechanism of installed plugins" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:39 +msgid "See pluginManager" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/management/departments/class_department.inc:172 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 +#: plugins/management/aclrole/class_aclRole.inc:98 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +#: plugins/configuration/core/class_licenceInfo.inc:70 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "åç§°" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Version" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Authors" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:127 +#: setup/class_setupStepLdap.inc:86 +msgid "Status" +msgstr "状æ€" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Origin" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Provider" +msgstr "" + +#: plugins/dashboard/pluginmanager/class_pluginsManager.inc:77 +msgid "Support URL" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:50 +#: plugins/dashboard/tasks/class_tasksDashboard.inc:52 +msgid "Tasks Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:51 +msgid "Provide a reporting mechanism for tasks" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:54 +msgid "Dashboard" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:67 +msgid "Renew the selected task" +msgstr "" + +#: plugins/dashboard/tasks/class_tasksDashboard.inc:94 +#, php-format +msgid "Error updating: \"%s\" !." +msgstr "" + +#: plugins/management/departments/class_domain.inc:29 +#: plugins/management/departments/class_domain.inc:30 +#: plugins/management/departments/class_domain.inc:34 msgid "Domain" msgstr "域" -#: plugins/admin/departments/class_domain.inc:51 +#: plugins/management/departments/class_domain.inc:51 msgid "domain" msgstr "" -#: plugins/admin/departments/class_organization.inc:29 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:35 -#: plugins/personal/generic/class_user.inc:213 +#: plugins/management/departments/class_organization.inc:29 +#: plugins/management/departments/class_organization.inc:30 +#: plugins/management/departments/class_organization.inc:35 +#: plugins/personal/generic/class_user.inc:214 msgid "Organization" msgstr "组织/å…¬å¸" -#: plugins/admin/departments/class_organization.inc:52 +#: plugins/management/departments/class_organization.inc:52 msgid "organization" msgstr "" -#: plugins/admin/departments/class_department.inc:30 -#: plugins/admin/departments/class_department.inc:38 +#: plugins/management/departments/class_department.inc:30 +#: plugins/management/departments/class_department.inc:38 msgid "Department" msgstr "部门" -#: plugins/admin/departments/class_department.inc:31 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:29 +#: plugins/management/departments/class_department.inc:31 +#: plugins/management/departments/class_department.inc:35 +#: plugins/management/departments/class_departmentManagement.inc:29 msgid "Departments" msgstr "部门" -#: plugins/admin/departments/class_department.inc:56 +#: plugins/management/departments/class_department.inc:56 msgid "department" msgstr "部门" -#: plugins/admin/departments/class_department.inc:62 -#: plugins/admin/groups/class_ogroup.inc:81 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:94 +#: plugins/management/departments/class_department.inc:62 +#: plugins/management/groups/class_ogroup.inc:81 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:94 msgid "Properties" msgstr "属性" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "Name of %s" msgstr "" -#: plugins/admin/departments/class_department.inc:66 +#: plugins/management/departments/class_department.inc:66 #, php-format msgid "A name for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:71 +#: plugins/management/departments/class_department.inc:71 #, php-format msgid "Short description of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 msgid "Category" msgstr "分类" -#: plugins/admin/departments/class_department.inc:75 +#: plugins/management/departments/class_department.inc:75 #, php-format msgid "Category of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 msgid "Website" msgstr "" -#: plugins/admin/departments/class_department.inc:79 +#: plugins/management/departments/class_department.inc:79 #, php-format msgid "Website of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:83 -#: plugins/personal/generic/class_user.inc:233 +#: plugins/management/departments/class_department.inc:83 +#: plugins/personal/generic/class_user.inc:234 msgid "Manager" msgstr "" -#: plugins/admin/departments/class_department.inc:83 +#: plugins/management/departments/class_department.inc:83 #, php-format msgid "Manager of this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:89 -#: plugins/admin/departments/class_department.inc:95 -#: plugins/personal/generic/class_user.inc:123 +#: plugins/management/departments/class_department.inc:89 +#: plugins/management/departments/class_department.inc:95 +#: plugins/personal/generic/class_user.inc:124 msgid "Location" msgstr "ä½ç½®" -#: plugins/admin/departments/class_department.inc:92 -#: plugins/personal/generic/class_user.inc:127 +#: plugins/management/departments/class_department.inc:92 +#: plugins/personal/generic/class_user.inc:128 msgid "State" msgstr "å·ž/çœ" -#: plugins/admin/departments/class_department.inc:98 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:35 +#: plugins/management/departments/class_department.inc:98 +#: plugins/management/departments/class_country.inc:29 +#: plugins/management/departments/class_country.inc:30 +#: plugins/management/departments/class_country.inc:35 msgid "Country" msgstr "国家" -#: plugins/admin/departments/class_department.inc:101 -#: plugins/personal/generic/class_user.inc:131 +#: plugins/management/departments/class_department.inc:101 +#: plugins/personal/generic/class_user.inc:132 msgid "Address" msgstr "ä½å€" -#: plugins/admin/departments/class_department.inc:101 +#: plugins/management/departments/class_department.inc:101 #, php-format msgid "A postal address for this %s" msgstr "" -#: plugins/admin/departments/class_department.inc:105 -#: plugins/personal/generic/class_user.inc:139 +#: plugins/management/departments/class_department.inc:105 +#: plugins/personal/generic/class_user.inc:140 msgid "Phone" msgstr "电è¯" -#: plugins/admin/departments/class_department.inc:105 +#: plugins/management/departments/class_department.inc:105 msgid "Telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:111 -#: plugins/personal/generic/class_user.inc:155 +#: plugins/management/departments/class_department.inc:111 +#: plugins/personal/generic/class_user.inc:156 msgid "Fax" msgstr "ä¼ çœŸ" -#: plugins/admin/departments/class_department.inc:111 +#: plugins/management/departments/class_department.inc:111 msgid "Facsimile telephone number" msgstr "" -#: plugins/admin/departments/class_department.inc:172 -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/aclrole/class_aclRole.inc:98 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: plugins/addons/dashboard/class_dashboardUsers.inc:64 -#: plugins/addons/dashboard/class_dashboardUsers.inc:69 -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "åç§°" - -#: plugins/admin/departments/class_dcObject.inc:29 -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:34 +#: plugins/management/departments/class_dcObject.inc:29 +#: plugins/management/departments/class_dcObject.inc:30 +#: plugins/management/departments/class_dcObject.inc:34 msgid "Domain Component" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 +#: plugins/management/departments/class_dcObject.inc:51 msgid "domain component" msgstr "" -#: plugins/admin/departments/class_country.inc:52 +#: plugins/management/departments/class_country.inc:52 msgid "country" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "Country code" msgstr "" -#: plugins/admin/departments/class_country.inc:58 +#: plugins/management/departments/class_country.inc:58 msgid "A two-letter country code from ISO 3166" msgstr "" -#: plugins/admin/departments/class_locality.inc:29 -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:35 +#: plugins/management/departments/class_locality.inc:29 +#: plugins/management/departments/class_locality.inc:30 +#: plugins/management/departments/class_locality.inc:35 msgid "Locality" msgstr "" -#: plugins/admin/departments/class_locality.inc:52 +#: plugins/management/departments/class_locality.inc:52 msgid "locality" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:30 +#: plugins/management/departments/class_departmentManagement.inc:30 msgid "Manage departments" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:31 +#: plugins/management/departments/class_departmentManagement.inc:31 msgid "" "Manage departments, countries, domain components, domains, localities and " "organization nodes," msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:33 +#: plugins/management/departments/class_departmentManagement.inc:33 msgid "Users and groups" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:42 -#: plugins/admin/tasks/class_tasksManagement.inc:44 -#: plugins/config/class_tasksConfig.inc:26 -#: plugins/addons/tasks/class_tasks.inc:29 -#: plugins/addons/tasks/class_tasks.inc:30 -#: plugins/addons/tasks/class_tasks.inc:35 +#: plugins/management/tasks/class_tasksManagement.inc:42 +#: plugins/management/tasks/class_tasksManagement.inc:44 +#: plugins/workflow/tasks/class_tasks.inc:29 +#: plugins/workflow/tasks/class_tasks.inc:30 +#: plugins/workflow/tasks/class_tasks.inc:35 +#: plugins/configuration/core/class_tasksConfig.inc:26 msgid "Tasks" msgstr "" -#: plugins/admin/tasks/class_tasksManagement.inc:43 +#: plugins/management/tasks/class_tasksManagement.inc:43 msgid "Provide a mechanism to create and manage tasks" msgstr "" -#: plugins/admin/tasks/class_tasksDashboard.inc:51 -#: plugins/admin/tasks/class_tasksDashboard.inc:53 -msgid "Tasks Dashboard" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:52 -msgid "Provide a reporting mechanism for tasks" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:55 -#: plugins/addons/dashboard/class_dashboard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:68 -msgid "Renew the selected task" -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:95 -#, php-format -msgid "Error updating: \"%s\" !." -msgstr "" - -#: plugins/admin/tasks/class_tasksDashboard.inc:128 -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -#: setup/class_setupStepLdap.inc:86 -msgid "Status" -msgstr "状æ€" - -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:34 -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:35 -#: plugins/config/class_mailTemplateConfig.inc:40 -#: plugins/addons/tasks/class_tasksMail.inc:54 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:29 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:30 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:34 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:35 +#: plugins/workflow/tasks/class_tasksMail.inc:54 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:29 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:30 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:34 +#: plugins/configuration/core/class_mailTemplateConfig.inc:40 msgid "Mail Template" msgstr "" -#: plugins/admin/mailtemplate/class_mailTemplateManagement.inc:36 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:36 msgid "Manages mails templates" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:41 +#: plugins/management/mailtemplate/class_mailTemplateManagement.inc:39 +msgid "Workflow" +msgstr "" + +#: plugins/management/groups/class_groupManagement.inc:41 #: plugins/personal/roles/class_userRoles.inc:33 msgid "Groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:42 +#: plugins/management/groups/class_groupManagement.inc:42 msgid "Manage groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:43 +#: plugins/management/groups/class_groupManagement.inc:43 msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:90 +#: plugins/management/groups/class_groupManagement.inc:90 msgid "Trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:96 +#: plugins/management/groups/class_groupManagement.inc:96 msgid "Schedule action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:136 +#: plugins/management/groups/class_groupManagement.inc:136 #, php-format msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:145 +#: plugins/management/groups/class_groupManagement.inc:145 #, php-format msgid "Could not find system %s, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:169 +#: plugins/management/groups/class_groupManagement.inc:169 #, php-format msgid "System %s is currently installing, cannot trigger action" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:200 msgid "Action triggered" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:195 +#: plugins/management/groups/class_groupManagement.inc:195 #, php-format msgid "Action called without error (results were \"%s\")" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:200 +#: plugins/management/groups/class_groupManagement.inc:200 #, php-format msgid "Action called without error (result was \"%s\")" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:44 +#: plugins/management/groups/class_ogroup.inc:44 msgid "Object group" msgstr "对象组" -#: plugins/admin/groups/class_ogroup.inc:45 +#: plugins/management/groups/class_ogroup.inc:45 msgid "Object group information" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:50 -#: plugins/admin/groups/class_ogroup.inc:51 +#: plugins/management/groups/class_ogroup.inc:50 +#: plugins/management/groups/class_ogroup.inc:51 msgid "Group" msgstr "组" -#: plugins/admin/groups/class_ogroup.inc:85 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/management/groups/class_ogroup.inc:85 +#: plugins/management/groups/class_roleGeneric.inc:86 msgid "Name of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:90 +#: plugins/management/groups/class_ogroup.inc:90 msgid "Short description of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:95 +#: plugins/management/groups/class_ogroup.inc:95 msgid "Owner" msgstr "所有者" -#: plugins/admin/groups/class_ogroup.inc:101 +#: plugins/management/groups/class_ogroup.inc:101 msgid "Member objects" msgstr "æˆå‘˜å¯¹è±¡" -#: plugins/admin/groups/class_ogroup.inc:104 +#: plugins/management/groups/class_ogroup.inc:104 msgid "Objects member of this group" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:111 +#: plugins/management/groups/class_ogroup.inc:111 msgid "System trust" msgstr "信赖的系统" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Trust mode" msgstr "信赖模å¼" -#: plugins/admin/groups/class_ogroup.inc:115 +#: plugins/management/groups/class_ogroup.inc:115 msgid "Type of authorization for those hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "disabled" msgstr "ç¦ç”¨" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "full access" msgstr "完全访问æƒé™" -#: plugins/admin/groups/class_ogroup.inc:119 +#: plugins/management/groups/class_ogroup.inc:119 msgid "allow access to these hosts" msgstr "å…许访问这些主机" -#: plugins/admin/groups/class_ogroup.inc:122 +#: plugins/management/groups/class_ogroup.inc:122 msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 +#: plugins/management/groups/class_ogroup.inc:203 msgid "" "Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: plugins/admin/groups/class_GroupContentFilterElement.inc:69 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 -#: plugins/addons/tasks/class_tasksMail.inc:72 +#: plugins/management/groups/class_GroupContentFilterElement.inc:69 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/workflow/tasks/class_tasksMail.inc:75 msgid "Members" msgstr "æˆå‘˜" -#: plugins/admin/groups/class_roleGeneric.inc:53 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:75 +#: plugins/management/groups/class_roleGeneric.inc:53 +#: plugins/management/groups/class_roleGeneric.inc:59 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/aclrole/class_aclRole.inc:75 msgid "Role" msgstr "角色" -#: plugins/admin/groups/class_roleGeneric.inc:54 +#: plugins/management/groups/class_roleGeneric.inc:54 msgid "Role information" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 +#: plugins/management/groups/class_roleGeneric.inc:60 msgid "Organizational role" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 +#: plugins/management/groups/class_roleGeneric.inc:82 #: ihtml/themes/breezy/msg_dialog.tpl.c:8 msgid "Information" msgstr "æç¤ºä¿¡æ¯" -#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/management/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 +#: plugins/management/groups/class_roleGeneric.inc:95 msgid "Phone number" msgstr "电è¯å·ç " -#: plugins/admin/groups/class_roleGeneric.inc:99 +#: plugins/management/groups/class_roleGeneric.inc:99 msgid "Fax number" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 +#: plugins/management/groups/class_roleGeneric.inc:105 msgid "Role members" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 +#: plugins/management/groups/class_roleGeneric.inc:108 msgid "Add users for the role" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:29 +#: plugins/management/acl/class_aclAssignment.inc:29 msgid "ACL assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:42 +#: plugins/management/acl/class_aclAssignment.inc:42 msgid "ACL Assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:43 +#: plugins/management/acl/class_aclAssignment.inc:43 msgid "Access control roles assignment" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:64 +#: plugins/management/acl/class_aclAssignment.inc:64 msgid "Assignments" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:68 +#: plugins/management/acl/class_aclAssignment.inc:68 msgid "ACL role assignments for this base" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:79 +#: plugins/management/acl/class_aclAssignment.inc:79 #, php-format msgid "Assignments on object or subtree %s" msgstr "" -#: plugins/admin/acl/class_ACLsAssignmentAttribute.inc:34 +#: plugins/management/acl/class_ACLsAssignmentAttribute.inc:34 #, php-format msgid ", and %d others" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:26 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:26 msgid "ACL Assignment Dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:27 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:27 msgid "Access control roles assignment dialog" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 -#: plugins/config/class_hooksConfig.inc:67 -#: plugins/config/class_hooksConfig.inc:107 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/configuration/core/class_hooksConfig.inc:67 +#: plugins/configuration/core/class_hooksConfig.inc:107 msgid "Mode" msgstr "模å¼" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:41 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:41 msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Subtree" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:44 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:44 msgid "Base only" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:47 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:47 msgid "Role to apply" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "For all users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:52 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:52 msgid "Apply this ACL for all LDAP users" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:56 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:56 msgid "Users or groups to assign this role to." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:62 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:62 msgid "Advanced" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:65 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:65 msgid "Warning message" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:67 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:67 msgid "" "These options allow you to restrict members or targets by LDAP filter. The " "member filter cannot use masks, and is safe to return any number of results " @@ -2465,1805 +2493,1690 @@ msgid "" "masks, avoid doing so on user-editable fields." msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "Member filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:70 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:70 msgid "LDAP filter which a member must match to actually get the rights" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "Target filter" msgstr "" -#: plugins/admin/acl/class_aclAssignmentDialogWindow.inc:74 +#: plugins/management/acl/class_aclAssignmentDialogWindow.inc:74 msgid "" "LDAP filter which a dn must match to actually be concerned. May use template" " masks for user fields. Example: (manager=%dn%)." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -#: plugins/admin/acl/class_aclManagement.inc:34 -#: plugins/admin/acl/class_aclManagement.inc:47 +#: plugins/management/acl/class_aclManagement.inc:33 +#: plugins/management/acl/class_aclManagement.inc:34 +#: plugins/management/acl/class_aclManagement.inc:47 msgid "ACL assignment creation" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:35 +#: plugins/management/acl/class_aclManagement.inc:35 msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "Dn" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:51 +#: plugins/management/acl/class_aclManagement.inc:51 msgid "DN you wish to add assignments for" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 +#: plugins/management/acl/class_aclManagement.inc:110 msgid "The dn you entered could not be found in LDAP" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:146 +#: plugins/management/acl/class_aclManagement.inc:146 msgid "ACL assignments" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:147 +#: plugins/management/acl/class_aclManagement.inc:147 msgid "ACL assignments management" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:148 +#: plugins/management/acl/class_aclManagement.inc:148 msgid "Manage ACL roles assignments to users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Lock users" msgstr "" -#: plugins/admin/users/class_LockAction.inc:27 +#: plugins/management/users/class_LockAction.inc:27 msgid "Unlock users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:40 -#: plugins/addons/dashboard/class_dashboardUsers.inc:27 +#: plugins/management/users/class_userManagement.inc:41 #: setup/class_setupStepMigrate.inc:844 msgid "Users" msgstr "用户" -#: plugins/admin/users/class_userManagement.inc:41 +#: plugins/management/users/class_userManagement.inc:42 msgid "Manage users" msgstr "" -#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/management/users/class_userManagement.inc:43 msgid "Manage user accounts and their properties" msgstr "" -#: plugins/admin/users/class_userManagement.inc:116 +#: plugins/management/users/class_userManagement.inc:121 #, php-format msgid "" "Password method \"%s\" does not support locking. Account \"%s\" has not been" " locked!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:140 +#: plugins/management/users/class_userManagement.inc:153 #, php-format msgid "" "Locking failed using password method \"%s\". Account \"%s\" has not been " "locked!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 +#: plugins/management/aclrole/class_aclRole.inc:38 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:76 +#: plugins/management/aclrole/class_aclRole.inc:76 msgid "Access control roles" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:80 +#: plugins/management/aclrole/class_aclRole.inc:80 msgid "ACL role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:98 +#: plugins/management/aclrole/class_aclRole.inc:98 msgid "A name for this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:102 +#: plugins/management/aclrole/class_aclRole.inc:102 msgid "Short description of this role" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:108 +#: plugins/management/aclrole/class_aclRole.inc:108 msgid "ACLs" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:112 +#: plugins/management/aclrole/class_aclRole.inc:112 msgid "ACLs which are part of this group" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +#: plugins/management/aclrole/class_aclEditionDialog.inc:202 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:204 +#: plugins/management/aclrole/class_aclEditionDialog.inc:204 #, php-format msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:208 +#: plugins/management/aclrole/class_aclEditionDialog.inc:208 msgid "Edit category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:210 +#: plugins/management/aclrole/class_aclEditionDialog.inc:210 msgid "Reset category ACL" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:218 +#: plugins/management/aclrole/class_aclEditionDialog.inc:218 msgid "List of available ACL categories" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:277 +#: plugins/management/aclrole/class_aclEditionDialog.inc:277 msgid "All objects in current subtree" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:305 +#: plugins/management/aclrole/class_aclEditionDialog.inc:305 #, php-format msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:27 +#: plugins/management/aclrole/class_aclRoleManagement.inc:27 msgid "ACL roles management" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:28 +#: plugins/management/aclrole/class_aclRoleManagement.inc:28 msgid "Manage ACL roles" msgstr "" -#: plugins/config/class_tasksConfig.inc:27 -msgid "FusionDirectory Tasks Configuration" +#: plugins/management/aclrole/class_aclRoleManagement.inc:30 +msgid "Access Control" msgstr "" -#: plugins/config/class_tasksConfig.inc:38 -msgid "Tasks Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:28 +#: plugins/workflow/tasks/class_tasksGranular.inc:53 +msgid "Tasks Granular" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Tasks RDN" +#: plugins/workflow/tasks/class_tasksGranular.inc:29 +msgid "Granular tasks management allowing details reports" msgstr "" -#: plugins/config/class_tasksConfig.inc:41 -msgid "Branch in which Tasks will be stored" +#: plugins/workflow/tasks/class_tasksGranular.inc:34 +msgid "TasksGranular" msgstr "" -#: plugins/config/class_tasksConfig.inc:48 -msgid "Mail Anti-Spam Configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +msgid "Task Granular Name" msgstr "" -#: plugins/config/class_tasksConfig.inc:51 -msgid "Last Sent Mail" +#: plugins/workflow/tasks/class_tasksGranular.inc:56 +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Name for this task" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Maximum number of e-mails processed per time" +#: plugins/workflow/tasks/class_tasksGranular.inc:65 +#: plugins/workflow/tasks/class_tasks.inc:55 +msgid "Schedule" msgstr "" -#: plugins/config/class_tasksConfig.inc:55 -msgid "Select max emails to be proccessed" +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "Related DN" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Time interval between e-mails processing (Minutes) " +#: plugins/workflow/tasks/class_tasksGranular.inc:70 +msgid "DN list filled by main tasks" msgstr "" -#: plugins/config/class_tasksConfig.inc:59 -msgid "Select min interval time between emails processing" +#: plugins/workflow/tasks/class_tasksGranular.inc:75 +#: plugins/workflow/tasks/class_tasksGranular.inc:78 +#: plugins/workflow/tasks/class_tasksGranular.inc:81 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "Email" +msgstr "邮件" + +#: plugins/workflow/tasks/class_tasksGranular.inc:76 +msgid "Email address to which messages will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:26 -msgid "mail template configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:79 +msgid "Email address from which emails will be sent" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:27 -msgid "FusionDirectory mail template plugin configuration" +#: plugins/workflow/tasks/class_tasksGranular.inc:82 +msgid "BCC Email address" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Mail Template RDN" +#: plugins/workflow/tasks/class_tasks.inc:48 +msgid "Tasks Generic" msgstr "" -#: plugins/config/class_mailTemplateConfig.inc:43 -msgid "Branch in which mails templates will be stored" +#: plugins/workflow/tasks/class_tasks.inc:51 +msgid "Task Name" msgstr "" -#: plugins/config/class_snapshotConfig.inc:27 -msgid "FusionDirectory Snapshot Configuration" +#: plugins/workflow/tasks/class_tasks.inc:65 +msgid "Creation of Sub Tasks - Starting this task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:40 -msgid "Snapshots Configuration" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Activate SubTasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "Enable snapshots" +#: plugins/workflow/tasks/class_tasks.inc:68 +msgid "Trigger the creation of this task and related subtasks" msgstr "" -#: plugins/config/class_snapshotConfig.inc:43 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/workflow/tasks/class_tasks.inc:74 +msgid "Advanced settings" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 -msgid "Enable automatic snapshots" +#: plugins/workflow/tasks/class_tasks.inc:77 +msgid "Only with new members" msgstr "" -#: plugins/config/class_snapshotConfig.inc:48 +#: plugins/workflow/tasks/class_tasks.inc:77 msgid "" -"This enables you to automatically create a snapshot upon saving if any " -"modifications have been found." +"Allows creation of sub-tasks for \"NEW MEMBERS\" only. (Case of Dynamic " +"Group)" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "Snapshot base" +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Repeatable Task" msgstr "" -#: plugins/config/class_snapshotConfig.inc:53 -msgid "The base where snapshots should be stored inside the LDAP directory." +#: plugins/workflow/tasks/class_tasks.inc:81 +msgid "Set the task to be repeatable." msgstr "" -#: plugins/config/class_snapshotConfig.inc:60 -msgid "Snapshots Advance Configuration" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Repeatable Schedule" msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasks.inc:85 +msgid "Select the desired schedule." msgstr "" -#: plugins/config/class_snapshotConfig.inc:63 -msgid "Set the minimum number of snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:29 +msgid "Tasks Mail" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Retention time in days" +#: plugins/workflow/tasks/class_tasksMail.inc:30 +msgid "Tasks Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:67 -msgid "Set the retention time in days for a snapshots to be kept" +#: plugins/workflow/tasks/class_tasksMail.inc:51 +msgid "Task Mail Object" msgstr "" -#: plugins/config/class_snapshotConfig.inc:73 -msgid "List of available sources / origin of data" +#: plugins/workflow/tasks/class_tasksMail.inc:54 +msgid "Mail Template Object Selection" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:61 +msgid "Sender and BCC email address" msgstr "" -#: plugins/config/class_snapshotConfig.inc:77 -msgid "Origin / Source of data" +#: plugins/workflow/tasks/class_tasksMail.inc:64 +#: plugins/configuration/core/class_recoveryConfig.inc:52 +msgid "Sender email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:26 -msgid "Plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:65 +#: plugins/configuration/core/class_recoveryConfig.inc:53 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:27 -msgid "FusionDirectory plugins configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:67 +msgid "BCC email address" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:41 -msgid "Object groups" -msgstr "对象组" - -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Groups RDN" +#: plugins/workflow/tasks/class_tasksMail.inc:68 +msgid "Email address to put in BCC" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:44 -msgid "Branch in which object groups will be stored" +#: plugins/workflow/tasks/class_tasksMail.inc:72 +msgid "Recipients Users and/or Groups" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:51 -msgid "SASL" +#: plugins/workflow/tasks/class_tasksMail.inc:75 +msgid "Users or groups to assign to this task." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "Force asking for a password" +#: plugins/workflow/tasks/class_tasksMail.inc:81 +msgid "Type of e-mail address desired" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:54 -msgid "" -"Useful if you add a trigger using password value when SASL user passwords " -"are edited" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type - If not found, priority will apply" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:26 -msgid "Dashboard configuration" +#: plugins/workflow/tasks/class_tasksMail.inc:84 +msgid "Mail Type Object Selection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:27 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:48 +msgid "Mail Object" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:41 -msgid "Dashboard name schema" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:51 +msgid "Mail Template Name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:55 +msgid "Mail Subject" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:44 -msgid "Number of digits to use after prefix" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Mail Template Body" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:59 +msgid "Text to be sent to recipient" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:50 -msgid "Prefixes to be used for computer ids" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:63 +msgid "Mail Signature" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:58 -msgid "Dashboard expired users" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:67 +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:68 +msgid "Read Receipt" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "Number of days" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:73 +msgid "Attachments" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:61 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:77 +msgid "The name of the attachment file" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:28 -#: plugins/addons/dashboard/class_pluginsManager.inc:26 -#: plugins/addons/dashboard/class_pluginsManager.inc:38 -msgid "Plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Attachment" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Configuration for plugins" +#: plugins/workflow/mailtemplate/class_mailTemplate.inc:81 +msgid "Import a file for this e-mail" msgstr "" -#: plugins/config/class_recoveryConfig.inc:26 -msgid "Recovery" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Settings for the password recovery feature" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Group memberships" msgstr "" -#: plugins/config/class_recoveryConfig.inc:41 -msgid "Password recovery settings" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Activate password recovery" +#: plugins/personal/roles/class_userRoles.inc:207 +#: plugins/personal/roles/class_userRoles.inc:351 +#, php-format +msgid "Could not remove membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:47 -msgid "Whether to activate the password recovery feature or not" +#: plugins/personal/roles/class_userRoles.inc:234 +#: plugins/personal/roles/class_userRoles.inc:400 +#, php-format +msgid "Could not remove membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -#: plugins/addons/tasks/class_tasksMail.inc:61 -#: plugins/addons/tasks/class_tasksMail.inc:64 -msgid "Sender email address" +#: plugins/personal/roles/class_userRoles.inc:327 +#, php-format +msgid "Could not add membership to group %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:53 -#: plugins/addons/tasks/class_tasksMail.inc:65 -msgid "Email address from which mails will be sent" +#: plugins/personal/roles/class_userRoles.inc:376 +#, php-format +msgid "Could not add membership to role %s: %s" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Link validity (minutes)" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password method" msgstr "" -#: plugins/config/class_recoveryConfig.inc:60 -msgid "Number of minutes before a recovery link expires" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "Salt for tokens" -msgstr "" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +#: plugins/personal/generic/class_user.inc:180 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/login.tpl.c:14 ihtml/themes/breezy/login.tpl.c:17 +#: ihtml/themes/breezy/login.tpl.c:20 +msgid "Password" +msgstr "å£ä»¤" -#: plugins/config/class_recoveryConfig.inc:67 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "Allow the use of alternate addresses" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Password again" msgstr "" -#: plugins/config/class_recoveryConfig.inc:74 -msgid "" -"Users will also be able to enter one of their alternate addresses to recover" -" their password" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -#: plugins/config/class_configInLdap.inc:159 -msgid "Login attribute" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:79 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 +msgid "Whether accounts created with this template will be locked" msgstr "" -#: plugins/config/class_recoveryConfig.inc:86 -msgid "First email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 +#, php-format +msgid "Too many elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 +#, php-format +msgid "Not enough elements in array value: %d instead of %d" msgstr "" -#: plugins/config/class_recoveryConfig.inc:90 -msgid "Subject of the first email" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 +msgid "Array value for password field must have numeric keys" msgstr "" -#: plugins/config/class_recoveryConfig.inc:93 -msgid "[FusionDirectory] Password recovery link" +#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 +msgid "Invalid value type for password field, must be array or string" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/personal/generic/class_user.inc:54 +#: plugins/personal/generic/class_user.inc:62 +msgid "User" +msgstr "用户" + +#: plugins/personal/generic/class_user.inc:55 +msgid "User account information" msgstr "" -#: plugins/config/class_recoveryConfig.inc:97 -#, 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/personal/generic/class_user.inc:63 +msgid "User account" msgstr "" -#: plugins/config/class_recoveryConfig.inc:100 -#, 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:105 -msgid "Second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:109 -msgid "Subject of the second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:112 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/personal/generic/class_user.inc:76 +msgid "User lock status" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "Body (%s is login)" -msgstr "" +#: plugins/personal/generic/class_user.inc:89 +msgid "Personal information" +msgstr "个人信æ¯" -#: plugins/config/class_recoveryConfig.inc:116 -#, 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:94 +msgid "Last name" +msgstr "å§“" -#: plugins/config/class_recoveryConfig.inc:119 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/personal/generic/class_user.inc:94 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:27 -#: plugins/config/class_hooksConfig.inc:48 -#: plugins/config/class_hooksConfig.inc:87 -msgid "Triggers" -msgstr "" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name" +msgstr "å" -#: plugins/config/class_hooksConfig.inc:28 -msgid "Triggers configuration" +#: plugins/personal/generic/class_user.inc:99 +msgid "First name of this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:52 -msgid "Display trigger output" +#: plugins/personal/generic/class_user.inc:104 +msgid "Initials" msgstr "" -#: plugins/config/class_hooksConfig.inc:53 +#: plugins/personal/generic/class_user.inc:104 msgid "" -"When enabled successful trigger execution output is displayed to the user " -"using a dialog." +"The initials of some or all of the individual's names, but not the " +"surname(s)" msgstr "" -#: plugins/config/class_hooksConfig.inc:58 -msgid "Triggers that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:109 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -#: plugins/config/class_hooksConfig.inc:106 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:113 +msgid "Picture" msgstr "" -#: plugins/config/class_hooksConfig.inc:62 -msgid "The tab that this trigger concerns" +#: plugins/personal/generic/class_user.inc:113 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_hooksConfig.inc:67 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:120 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -#: plugins/config/class_hooksConfig.inc:108 -msgid "Deactivated" +#: plugins/personal/generic/class_user.inc:132 +msgid "Business postal address" msgstr "" -#: plugins/config/class_hooksConfig.inc:74 -msgid "Use this to temporarily deactivate a trigger" -msgstr "" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room No." +msgstr "房间å·" -#: plugins/config/class_hooksConfig.inc:80 -#: plugins/config/class_hooksConfig.inc:109 -msgid "Command" +#: plugins/personal/generic/class_user.inc:136 +msgid "Room number" msgstr "" -#: plugins/config/class_hooksConfig.inc:80 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:140 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:27 -#: plugins/config/class_configInLdap.inc:42 -msgid "Configuration" -msgstr "" +#: plugins/personal/generic/class_user.inc:146 +msgid "Mobile" +msgstr "手机" -#: plugins/config/class_configInLdap.inc:28 -#: plugins/config/class_configInLdap.inc:34 -msgid "FusionDirectory configuration" +#: plugins/personal/generic/class_user.inc:146 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:29 -msgid "Configuration screen of FusionDirectory" -msgstr "" +#: plugins/personal/generic/class_user.inc:152 +msgid "Pager" +msgstr "呼机" -#: plugins/config/class_configInLdap.inc:56 -msgid "Look and feel" +#: plugins/personal/generic/class_user.inc:152 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:59 -msgid "Language" -msgstr "è¯è¨€" - -#: plugins/config/class_configInLdap.inc:59 -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/personal/generic/class_user.inc:156 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme" -msgstr "" +#: plugins/personal/generic/class_user.inc:160 +msgid "Homepage" +msgstr "个人主页" -#: plugins/config/class_configInLdap.inc:64 -msgid "Theme to be used" +#: plugins/personal/generic/class_user.inc:160 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone" +#: plugins/personal/generic/class_user.inc:166 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:70 -msgid "Timezone to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login" +msgstr "登录å" -#: plugins/config/class_configInLdap.inc:79 -msgid "Core settings" +#: plugins/personal/generic/class_user.inc:171 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "LDAP size limit" +#: plugins/personal/generic/class_user.inc:175 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:82 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/personal/generic/class_user.inc:180 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:87 -msgid "Edit locking" +#: plugins/personal/generic/class_user.inc:186 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" +#: plugins/personal/generic/class_user.inc:190 +msgid "Display name" +msgstr "显示åç§°" -#: plugins/config/class_configInLdap.inc:93 -msgid "Enable logging" +#: plugins/personal/generic/class_user.inc:190 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:94 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/generic/class_user.inc:194 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:99 -msgid "Schema validation" -msgstr "" +#: plugins/personal/generic/class_user.inc:194 +msgid "Home postal address" +msgstr "ä½å®…地å€" -#: plugins/config/class_configInLdap.inc:100 -msgid "Enables schema checking during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:198 +msgid "Private phone" +msgstr "ç§äººç”µè¯" -#: plugins/config/class_configInLdap.inc:105 -msgid "Wildcard foreign keys" +#: plugins/personal/generic/class_user.inc:198 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:105 -msgid "" -"Enables wildcard searches like member=* when moving a whole department. This" -" will open all existing groups and roles to make sure foreign keys are " -"respected. Slow on big trees." -msgstr "" +#: plugins/personal/generic/class_user.inc:204 +msgid "Organizational information" +msgstr "组织信æ¯" -#: plugins/config/class_configInLdap.inc:112 -msgid "Password settings" -msgstr "" +#: plugins/personal/generic/class_user.inc:209 +msgid "Title" +msgstr "ç§°è°“" -#: plugins/config/class_configInLdap.inc:116 -msgid "Allowed password hashes" +#: plugins/personal/generic/class_user.inc:209 +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:116 -msgid "Password hashes which may be used for user passwords" +#: plugins/personal/generic/class_user.inc:218 +msgid "Unit" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:218 +msgid "Organizational unit this user belongs to" msgstr "" -#: plugins/config/class_configInLdap.inc:122 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department No." +msgstr "部门编å·" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:222 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:127 -msgid "Force the use of the default password hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee No." +msgstr "员工编å·" -#: plugins/config/class_configInLdap.inc:131 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:226 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Minimum length of user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:230 +msgid "Employee type" +msgstr "员工类别" -#: plugins/config/class_configInLdap.inc:136 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:244 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:248 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:142 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" -msgstr "" +#: plugins/personal/generic/class_user.inc:252 +msgid "Postal code" +msgstr "邮编" -#: plugins/config/class_configInLdap.inc:146 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:476 +#, php-format +msgid "Ppolicy \"%s\" could not be found in LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:506 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:150 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:517 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:529 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:534 +#: plugins/personal/generic/class_user.inc:538 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:166 -msgid "Enforce encrypted connections" -msgstr "" +#: plugins/personal/generic/class_user.inc:545 +msgid "You need to specify your current password in order to proceed." +msgstr "您需è¦è¾“入当å‰å£ä»¤æ‰èƒ½ç»§ç»ã€‚" -#: plugins/config/class_configInLdap.inc:167 +#: plugins/personal/generic/class_user.inc:547 msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" - -#: plugins/config/class_configInLdap.inc:171 -msgid "Warn if session is not encrypted" -msgstr "" - -#: plugins/config/class_configInLdap.inc:172 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Session lifetime" -msgstr "" - -#: plugins/config/class_configInLdap.inc:177 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" - -#: plugins/config/class_configInLdap.inc:182 -msgid "Login method" -msgstr "" - -#: plugins/config/class_configInLdap.inc:183 -msgid "Which login method should be used for connecting to FusionDirectory" -msgstr "" - -#: plugins/config/class_configInLdap.inc:187 -msgid "Header name" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:187 -msgid "Name of the header containing user identifier." -msgstr "" +#: plugins/personal/generic/class_user.inc:549 +#: ihtml/themes/breezy/recovery.tpl.c:23 ihtml/themes/breezy/recovery.tpl.c:26 +#: ihtml/themes/breezy/recovery.tpl.c:29 +msgid "New password" +msgstr "æ–°å£ä»¤" -#: plugins/config/class_configInLdap.inc:194 -msgid "SSL" -msgstr "" +#: plugins/personal/generic/class_user.inc:551 +msgid "The password used as new and current are too similar." +msgstr "输入的新å£ä»¤å’Œå½“å‰å£ä»¤éžå¸¸ç›¸ä¼¼ã€‚" -#: plugins/config/class_configInLdap.inc:197 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:553 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:197 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:555 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:38 +msgid "Subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:202 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/configuration/core/class_licenceInfo.inc:39 +#: plugins/configuration/core/class_licenceInfo.inc:45 +#: plugins/configuration/core/class_licenceInfo.inc:60 +msgid "Subscription information" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -#: plugins/config/class_configInLdap.inc:217 -msgid "CA certificate path" +#: plugins/configuration/core/class_licenceInfo.inc:40 +msgid "Information about your FusionDirectory subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:207 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/configuration/core/class_licenceInfo.inc:66 +msgid "Information text for subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:217 -msgid "Path to the CA certificate of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:70 +msgid "Subscription name" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Id" msgstr "" -#: plugins/config/class_configInLdap.inc:222 -msgid "Host of the CAS server" +#: plugins/configuration/core/class_licenceInfo.inc:74 +msgid "Subscription id" msgstr "" -#: plugins/config/class_configInLdap.inc:227 -msgid "Port" -msgstr "端å£" - -#: plugins/config/class_configInLdap.inc:227 -msgid "Port the CAS server is listening on" +#: plugins/configuration/core/class_licenceInfo.inc:78 +msgid "Subscription type" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract" msgstr "" -#: plugins/config/class_configInLdap.inc:232 -msgid "CAS context to be used" +#: plugins/configuration/core/class_licenceInfo.inc:82 +msgid "Contract reference" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Verbose error" +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date" msgstr "" -#: plugins/config/class_configInLdap.inc:237 -msgid "Activate verbose errors in phpCAS. Avoid in production." +#: plugins/configuration/core/class_licenceInfo.inc:86 +msgid "Start date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Library CAS 1.6" +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Activate if library CAS >= 1.6 is being used." +#: plugins/configuration/core/class_licenceInfo.inc:91 +msgid "End date of this subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "Client service" +#: plugins/configuration/core/class_licenceInfo.inc:98 +msgid "Import your subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:245 -msgid "The client service name" +#: plugins/configuration/core/class_licenceInfo.inc:101 +msgid "Information text for expired subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "People and group storage" +#: plugins/configuration/core/class_licenceInfo.inc:105 +msgid "Import subscription" msgstr "" -#: plugins/config/class_configInLdap.inc:255 -msgid "People DN attribute" -msgstr "" +#: plugins/configuration/core/class_licenceInfo.inc:111 +msgid "Import" +msgstr "导入" -#: plugins/config/class_configInLdap.inc:255 -msgid "Attribute to use at the beginning of the user dn" +#: plugins/configuration/core/class_licenceInfo.inc:128 +#, php-format +msgid "" +"You do not have a valid subscription for this instance of FusionDirectory.\n" +"Please visit %s for a list of available options." msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "CN pattern" +#: plugins/configuration/core/class_licenceInfo.inc:133 +#, php-format +msgid "" +"Your subscription is expired for this instance of FusionDirectory.\n" +"Please visit %s to renew it." msgstr "" -#: plugins/config/class_configInLdap.inc:260 -msgid "The pattern to use to build the common name field" +#: plugins/configuration/core/class_licenceInfo.inc:177 +msgid "No data. Did you forgot to upload a file?" msgstr "" -#: plugins/config/class_configInLdap.inc:265 -msgid "Mandatory first name" +#: plugins/configuration/core/class_licenceInfo.inc:184 +msgid "Failed to parse imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Whether first name (givenName) should be a mandatory field on users" +#: plugins/configuration/core/class_licenceInfo.inc:191 +#, php-format +msgid "Missing section \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "Strict naming policy" +#: plugins/configuration/core/class_licenceInfo.inc:196 +#, php-format +msgid "Missing attribute \"%s\" in imported file" msgstr "" -#: plugins/config/class_configInLdap.inc:272 -msgid "Enables strict checking of user and group names" +#: plugins/configuration/core/class_tasksConfig.inc:27 +msgid "FusionDirectory Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "Users RDN" +#: plugins/configuration/core/class_tasksConfig.inc:38 +msgid "Tasks Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:277 -msgid "The branch where users are stored." +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Tasks RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "ACL role RDN" +#: plugins/configuration/core/class_tasksConfig.inc:41 +msgid "Branch in which Tasks will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "The branch where ACL roles are stored." +#: plugins/configuration/core/class_tasksConfig.inc:48 +msgid "Mail Anti-Spam Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "Restrict role members" +#: plugins/configuration/core/class_tasksConfig.inc:51 +msgid "Last Sent Mail" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Maximum number of e-mails processed per time" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "Separate address fields" +#: plugins/configuration/core/class_tasksConfig.inc:55 +msgid "Select max emails to be proccessed" msgstr "" -#: plugins/config/class_configInLdap.inc:291 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Time interval between e-mails processing (Minutes) " msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "Postal address pattern" +#: plugins/configuration/core/class_tasksConfig.inc:59 +msgid "Select min interval time between emails processing" msgstr "" -#: plugins/config/class_configInLdap.inc:295 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/configuration/core/class_mailTemplateConfig.inc:26 +msgid "mail template configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "Avatar max size" +#: plugins/configuration/core/class_mailTemplateConfig.inc:27 +msgid "FusionDirectory mail template plugin configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:299 -msgid "" -"Maximum user picture width and height in pixels. Bigger uploaded pictures " -"will be resized." +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Mail Template RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:306 -msgid "Debugging" +#: plugins/configuration/core/class_mailTemplateConfig.inc:43 +msgid "Branch in which mails templates will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:309 -msgid "Display PHP errors" +#: plugins/configuration/core/class_snapshotConfig.inc:27 +msgid "FusionDirectory Snapshot Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:310 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" production deployments, because it may contain passwords." +#: plugins/configuration/core/class_snapshotConfig.inc:40 +msgid "Snapshots Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:314 -msgid "Maximum LDAP query time" +#: plugins/configuration/core/class_snapshotConfig.inc:43 +msgid "Enable snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:314 +#: plugins/configuration/core/class_snapshotConfig.inc:43 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/config/class_configInLdap.inc:319 -msgid "Log LDAP statistics" +#: plugins/configuration/core/class_snapshotConfig.inc:48 +msgid "Enable automatic snapshots" msgstr "" -#: plugins/config/class_configInLdap.inc:320 +#: plugins/configuration/core/class_snapshotConfig.inc:48 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:325 -msgid "Debug level" +"This enables you to automatically create a snapshot upon saving if any " +"modifications have been found." msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "Display certain information on each page load." +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "Snapshot base" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "Log debug messages" +#: plugins/configuration/core/class_snapshotConfig.inc:53 +msgid "The base where snapshots should be stored inside the LDAP directory." msgstr "" -#: plugins/config/class_configInLdap.inc:337 -msgid "Sends debug output to syslog as well" +#: plugins/configuration/core/class_snapshotConfig.inc:60 +msgid "Snapshots Advance Configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:343 -msgid "Miscellaneous" -msgstr "æ‚项" - -#: plugins/config/class_configInLdap.inc:346 -msgid "Display summary in listings" +#: plugins/configuration/core/class_snapshotConfig.inc:63 +msgid "Minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:347 -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/configuration/core/class_snapshotConfig.inc:63 +msgid "Set the minimum number of snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:352 -msgid "Show ACL tab on all objects" +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Retention time in days" msgstr "" -#: plugins/config/class_configInLdap.inc:353 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/configuration/core/class_snapshotConfig.inc:67 +msgid "Set the retention time in days for a snapshots to be kept" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available department categories" +#: plugins/configuration/core/class_snapshotConfig.inc:73 +msgid "List of available sources / origin of data" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "Available categories in the departments dropdown" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:365 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/configuration/core/class_snapshotConfig.inc:77 +msgid "Origin / Source of data" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Group or role" +#: plugins/configuration/core/class_mainPluginsConfig.inc:26 +msgid "Plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:374 -msgid "Plugin to blacklist" +#: plugins/configuration/core/class_mainPluginsConfig.inc:27 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Plugin menu blacklist" -msgstr "" +#: plugins/configuration/core/class_mainPluginsConfig.inc:41 +msgid "Object groups" +msgstr "对象组" -#: plugins/config/class_configInLdap.inc:389 -msgid "ACL target filter limit" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Groups RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:389 -msgid "" -"Defines the maximum number of entries an ACL target filter is allowed to " -"return" +#: plugins/configuration/core/class_mainPluginsConfig.inc:44 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -#: setup/class_setupStepLanguage.inc:82 -msgid "Automatic" +#: plugins/configuration/core/class_mainPluginsConfig.inc:51 +msgid "SASL" msgstr "" -#: plugins/config/class_configInLdap.inc:427 -#, php-format -msgid "Group %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "Force asking for a password" msgstr "" -#: plugins/config/class_configInLdap.inc:434 -#, php-format -msgid "Role %s" +#: plugins/configuration/core/class_mainPluginsConfig.inc:54 +msgid "" +"Useful if you add a trigger using password value when SASL user passwords " +"are edited" msgstr "" -#: plugins/config/class_configInLdap.inc:561 -#, php-format -msgid "" -"It seems the selected language \"%s\" is not installed on the system. Please" -" install it or select an other one." +#: plugins/configuration/core/class_pluginsConfigInLdap.inc:29 +msgid "Configuration for plugins" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:27 -msgid "Plugins List" +#: plugins/configuration/core/class_recoveryConfig.inc:26 +msgid "Recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Version" +#: plugins/configuration/core/class_recoveryConfig.inc:28 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Authors" +#: plugins/configuration/core/class_recoveryConfig.inc:41 +msgid "Password recovery settings" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Origin" +#: plugins/configuration/core/class_recoveryConfig.inc:46 +msgid "Activate password recovery" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Provider" +#: plugins/configuration/core/class_recoveryConfig.inc:47 +msgid "Whether to activate the password recovery feature or not" msgstr "" -#: plugins/addons/dashboard/class_pluginsManager.inc:66 -msgid "Support URL" +#: plugins/configuration/core/class_recoveryConfig.inc:59 +msgid "Link validity (minutes)" 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/configuration/core/class_recoveryConfig.inc:60 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:29 -msgid "Statistics and various information" +#: plugins/configuration/core/class_recoveryConfig.inc:66 +msgid "Salt for tokens" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:42 -msgid "See dashboard" +#: plugins/configuration/core/class_recoveryConfig.inc:67 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:51 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:73 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/addons/dashboard/class_dashboard.inc:79 -#, php-format +#: plugins/configuration/core/class_recoveryConfig.inc:74 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Users will also be able to enter one of their alternate addresses to recover" +" their password" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:28 -msgid "Statistics about users" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +#: plugins/configuration/core/class_configInLdap.inc:159 +msgid "Login attribute" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:40 -msgid "Users statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:79 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:45 -msgid "Groups statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:86 +msgid "First email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:50 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/configuration/core/class_recoveryConfig.inc:89 +#: plugins/configuration/core/class_recoveryConfig.inc:108 +msgid "Subject" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:63 -#: plugins/personal/generic/class_user.inc:170 -msgid "Login" -msgstr "登录å" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:66 -msgid "Expiration date" +#: plugins/configuration/core/class_recoveryConfig.inc:90 +msgid "Subject of the first email" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:70 -#: plugins/addons/tasks/class_tasksGranular.inc:64 -#: plugins/addons/tasks/class_tasksGranular.inc:67 -#: ihtml/themes/legacy/recovery.tpl.c:83 ihtml/themes/breezy/recovery.tpl.c:83 -msgid "Email" -msgstr "邮件" - -#: plugins/addons/dashboard/class_dashboardUsers.inc:91 -#, php-format -msgid "" -"User statistics could not be computed because of the following LDAP error: " -"%s" +#: plugins/configuration/core/class_recoveryConfig.inc:93 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:126 +#: plugins/configuration/core/class_recoveryConfig.inc:96 #, php-format -msgid "" -"Group statistics could not be computed because of the following LDAP error: " -"%s" +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/addons/dashboard/class_dashboardUsers.inc:194 +#: plugins/configuration/core/class_recoveryConfig.inc:97 #, php-format msgid "" -"Expired user information could not be computed because of the following LDAP" -" error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:205 +#: plugins/configuration/core/class_recoveryConfig.inc:100 #, php-format msgid "" -"Expired user information could not be computed because of the following " -"error: %s" +"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/addons/dashboard/class_dashboardUsers.inc:249 -#, php-format -msgid "Not found (%s)" +#: plugins/configuration/core/class_recoveryConfig.inc:105 +msgid "Second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:26 -msgid "Passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:109 +msgid "Subject of the second email" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/configuration/core/class_recoveryConfig.inc:112 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:39 -msgid "Passwords statistics" +#: plugins/configuration/core/class_recoveryConfig.inc:115 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/addons/dashboard/class_dashboardPasswords.inc:67 +#: plugins/configuration/core/class_recoveryConfig.inc:116 #, php-format msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:38 -msgid "Subscription" +#: plugins/configuration/core/class_recoveryConfig.inc:119 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:39 -#: plugins/addons/subscription/class_subscriptionInfo.inc:45 -#: plugins/addons/subscription/class_subscriptionInfo.inc:60 -msgid "Subscription information" +#: plugins/configuration/core/class_hooksConfig.inc:27 +#: plugins/configuration/core/class_hooksConfig.inc:48 +#: plugins/configuration/core/class_hooksConfig.inc:87 +msgid "Triggers" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:40 -msgid "Information about your FusionDirectory subscription" +#: plugins/configuration/core/class_hooksConfig.inc:28 +msgid "Triggers configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:66 -msgid "Information text for subscription" +#: plugins/configuration/core/class_hooksConfig.inc:52 +msgid "Display trigger output" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:70 -msgid "Subscription name" +#: plugins/configuration/core/class_hooksConfig.inc:53 +msgid "" +"When enabled successful trigger execution output is displayed to the user " +"using a dialog." msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Id" +#: plugins/configuration/core/class_hooksConfig.inc:58 +msgid "Triggers that are called when specific actions happens" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:74 -msgid "Subscription id" +#: plugins/configuration/core/class_hooksConfig.inc:62 +#: plugins/configuration/core/class_hooksConfig.inc:106 +msgid "Tab" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:78 -msgid "Subscription type" +#: plugins/configuration/core/class_hooksConfig.inc:62 +msgid "The tab that this trigger concerns" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract" +#: plugins/configuration/core/class_hooksConfig.inc:67 +msgid "When to call this command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:82 -msgid "Contract reference" +#: plugins/configuration/core/class_hooksConfig.inc:74 +#: plugins/configuration/core/class_hooksConfig.inc:108 +msgid "Deactivated" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date" +#: plugins/configuration/core/class_hooksConfig.inc:74 +msgid "Use this to temporarily deactivate a trigger" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:86 -msgid "Start date of this subscription" +#: plugins/configuration/core/class_hooksConfig.inc:80 +#: plugins/configuration/core/class_hooksConfig.inc:109 +msgid "Command" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date" +#: plugins/configuration/core/class_hooksConfig.inc:80 +msgid "The command that will be called" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:91 -msgid "End date of this subscription" +#: plugins/configuration/core/class_configInLdap.inc:27 +#: plugins/configuration/core/class_configInLdap.inc:42 +msgid "Configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:98 -msgid "Import your subscription" +#: plugins/configuration/core/class_configInLdap.inc:28 +#: plugins/configuration/core/class_configInLdap.inc:34 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:101 -msgid "Information text for expired subscription" +#: plugins/configuration/core/class_configInLdap.inc:29 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:105 -msgid "Import subscription" +#: plugins/configuration/core/class_configInLdap.inc:56 +msgid "Look and feel" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:111 -msgid "Import" -msgstr "导入" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:128 -#, php-format -msgid "" -"You do not have a valid subscription for this instance of FusionDirectory.\n" -"Please visit %s for a list of available options." -msgstr "" +#: plugins/configuration/core/class_configInLdap.inc:59 +msgid "Language" +msgstr "è¯è¨€" -#: plugins/addons/subscription/class_subscriptionInfo.inc:133 -#, php-format +#: plugins/configuration/core/class_configInLdap.inc:59 msgid "" -"Your subscription is expired for this instance of FusionDirectory.\n" -"Please visit %s to renew it." -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:177 -msgid "No data. Did you forgot to upload a file?" -msgstr "" - -#: plugins/addons/subscription/class_subscriptionInfo.inc:184 -msgid "Failed to parse imported file" +"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/addons/subscription/class_subscriptionInfo.inc:191 -#, php-format -msgid "Missing section \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme" msgstr "" -#: plugins/addons/subscription/class_subscriptionInfo.inc:196 -#, php-format -msgid "Missing attribute \"%s\" in imported file" +#: plugins/configuration/core/class_configInLdap.inc:64 +msgid "Theme to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:28 -#: plugins/addons/tasks/class_tasksGranular.inc:53 -msgid "Tasks Granular" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:29 -msgid "Granular tasks mangement allowing details reports" +#: plugins/configuration/core/class_configInLdap.inc:70 +msgid "Timezone to be used" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:34 -msgid "TasksGranular" +#: plugins/configuration/core/class_configInLdap.inc:79 +msgid "Core settings" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -msgid "Task Granular Name" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "LDAP size limit" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:56 -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Name for this task" +#: plugins/configuration/core/class_configInLdap.inc:82 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:65 -msgid "Email address to which messages will be sent" +#: plugins/configuration/core/class_configInLdap.inc:87 +msgid "Edit locking" msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:68 -msgid "Email address from which emails will be sent" +#: plugins/configuration/core/class_configInLdap.inc:88 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/addons/tasks/class_tasksGranular.inc:70 -#: plugins/addons/tasks/class_tasks.inc:55 -msgid "Schedule" +#: plugins/configuration/core/class_configInLdap.inc:93 +msgid "Enable logging" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:48 -msgid "Tasks Generic | Saving will create un-modifiable subtasks" +#: plugins/configuration/core/class_configInLdap.inc:94 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:51 -msgid "Task Name" +#: plugins/configuration/core/class_configInLdap.inc:99 +msgid "Schema validation" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:64 -msgid "Creation of Sub Tasks - Starting this task" +#: plugins/configuration/core/class_configInLdap.inc:100 +msgid "Enables schema checking during login." msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Activate SubTasks" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "Wildcard foreign keys" msgstr "" -#: plugins/addons/tasks/class_tasks.inc:67 -msgid "Trigger the creation of this task and related subtasks" +#: plugins/configuration/core/class_configInLdap.inc:105 +msgid "" +"Enables wildcard searches like member=* when moving a whole department. This" +" will open all existing groups and roles to make sure foreign keys are " +"respected. Slow on big trees." msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:29 -msgid "Tasks Mail" +#: plugins/configuration/core/class_configInLdap.inc:112 +msgid "Password settings" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:30 -msgid "Tasks Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Allowed password hashes" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:51 -msgid "Task Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:116 +msgid "Password hashes which may be used for user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:54 -msgid "Mail Template Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Password default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:69 -msgid "Recipients Users and/or Groups" +#: plugins/configuration/core/class_configInLdap.inc:122 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:72 -msgid "Users or groups to assign to this task." +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force default hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:78 -msgid "Type of e-mail address desired" +#: plugins/configuration/core/class_configInLdap.inc:127 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type - If not found, priority will apply" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Password minimum length" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:81 -msgid "Mail Type Object Selection" +#: plugins/configuration/core/class_configInLdap.inc:131 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/tasks/class_tasksMail.inc:269 -#, php-format -msgid "Error : \"%s\", already exist ! Editing existing tasks is forbidden." +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:48 -msgid "Mail Object" +#: plugins/configuration/core/class_configInLdap.inc:136 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:51 -msgid "Mail Template Name" +#: plugins/configuration/core/class_configInLdap.inc:141 +msgid "Use account expiration" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:55 -msgid "Mail Subject" +#: plugins/configuration/core/class_configInLdap.inc:142 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Mail Template Body" +#: plugins/configuration/core/class_configInLdap.inc:146 +msgid "SASL Realm" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:59 -msgid "Text to be sent to recipient" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "SASL Exop" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:63 -msgid "Mail Signature" +#: plugins/configuration/core/class_configInLdap.inc:150 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Attachment" +#: plugins/configuration/core/class_configInLdap.inc:156 +msgid "Login and session" msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:67 -msgid "Import a file for this e-mail" +#: plugins/configuration/core/class_configInLdap.inc:160 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/mailtemplate/class_mailTemplate.inc:71 -#: plugins/addons/mailtemplate/class_mailTemplate.inc:72 -msgid "Read Receipt" +#: plugins/configuration/core/class_configInLdap.inc:166 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/configuration/core/class_configInLdap.inc:167 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Group memberships" +#: plugins/configuration/core/class_configInLdap.inc:171 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/configuration/core/class_configInLdap.inc:172 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:207 -#: plugins/personal/roles/class_userRoles.inc:351 -#, php-format -msgid "Could not remove membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Session lifetime" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:234 -#: plugins/personal/roles/class_userRoles.inc:400 -#, php-format -msgid "Could not remove membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:177 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:327 -#, php-format -msgid "Could not add membership to group %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:182 +msgid "Login method" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:376 -#, php-format -msgid "Could not add membership to role %s: %s" +#: plugins/configuration/core/class_configInLdap.inc:183 +msgid "Which login method should be used for connecting to FusionDirectory" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password method" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:44 -msgid "Password hash method to use" +#: plugins/configuration/core/class_configInLdap.inc:187 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -#: plugins/personal/generic/class_user.inc:179 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/legacy/login.tpl.c:17 ihtml/themes/legacy/login.tpl.c:20 -#: ihtml/themes/legacy/login.tpl.c:23 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/configuration/core/class_configInLdap.inc:194 +msgid "SSL" +msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:49 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Password again" +#: plugins/configuration/core/class_configInLdap.inc:197 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:53 -msgid "Same password as above, to avoid errors" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Locked" +#: plugins/configuration/core/class_configInLdap.inc:202 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:61 -msgid "Whether accounts created with this template will be locked" +#: plugins/configuration/core/class_configInLdap.inc:207 +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:285 -#, php-format -msgid "Too many elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:207 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:290 -#, php-format -msgid "Not enough elements in array value: %d instead of %d" +#: plugins/configuration/core/class_configInLdap.inc:217 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:295 -msgid "Array value for password field must have numeric keys" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host" msgstr "" -#: plugins/personal/generic/class_UserPasswordAttribute.inc:304 -msgid "Invalid value type for password field, must be array or string" +#: plugins/configuration/core/class_configInLdap.inc:222 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:53 -#: plugins/personal/generic/class_user.inc:61 -msgid "User" -msgstr "用户" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port" +msgstr "端å£" -#: plugins/personal/generic/class_user.inc:54 -msgid "User account information" +#: plugins/configuration/core/class_configInLdap.inc:227 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/personal/generic/class_user.inc:62 -msgid "User account" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:75 -msgid "User lock status" +#: plugins/configuration/core/class_configInLdap.inc:232 +msgid "CAS context to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:88 -msgid "Personal information" -msgstr "个人信æ¯" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name" -msgstr "å§“" - -#: plugins/personal/generic/class_user.inc:93 -msgid "Last name of this user" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Verbose error" msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name" -msgstr "å" +#: plugins/configuration/core/class_configInLdap.inc:237 +msgid "Activate verbose errors in phpCAS. Avoid in production." +msgstr "" -#: plugins/personal/generic/class_user.inc:98 -msgid "First name of this user" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Library CAS 1.6" msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "Initials" +#: plugins/configuration/core/class_configInLdap.inc:241 +msgid "Activate if library CAS >= 1.6 is being used." msgstr "" -#: plugins/personal/generic/class_user.inc:103 -msgid "" -"The initials of some or all of the individual's names, but not the " -"surname(s)" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "Client service" msgstr "" -#: plugins/personal/generic/class_user.inc:108 -msgid "Short description of the user" +#: plugins/configuration/core/class_configInLdap.inc:245 +msgid "The client service name" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "Picture" +#: plugins/configuration/core/class_configInLdap.inc:251 +msgid "People and group storage" msgstr "" -#: plugins/personal/generic/class_user.inc:112 -msgid "The avatar for this user" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "People DN attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:119 -msgid "Organizational contact information" +#: plugins/configuration/core/class_configInLdap.inc:255 +msgid "Attribute to use at the beginning of the user dn" msgstr "" -#: plugins/personal/generic/class_user.inc:131 -msgid "Business postal address" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "CN pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room No." -msgstr "房间å·" +#: plugins/configuration/core/class_configInLdap.inc:260 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/personal/generic/class_user.inc:135 -msgid "Room number" +#: plugins/configuration/core/class_configInLdap.inc:265 +msgid "Mandatory first name" msgstr "" -#: plugins/personal/generic/class_user.inc:139 -msgid "Business phone number" +#: plugins/configuration/core/class_configInLdap.inc:266 +msgid "Whether first name (givenName) should be a mandatory field on users" msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Mobile" -msgstr "手机" +#: plugins/configuration/core/class_configInLdap.inc:271 +msgid "Strict naming policy" +msgstr "" -#: plugins/personal/generic/class_user.inc:145 -msgid "Business mobile number" +#: plugins/configuration/core/class_configInLdap.inc:272 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Pager" -msgstr "呼机" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "Users RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:151 -msgid "Business pager number" +#: plugins/configuration/core/class_configInLdap.inc:277 +msgid "The branch where users are stored." msgstr "" -#: plugins/personal/generic/class_user.inc:155 -msgid "Business fax number" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "ACL role RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Homepage" -msgstr "个人主页" +#: plugins/configuration/core/class_configInLdap.inc:282 +msgid "The branch where ACL roles are stored." +msgstr "" -#: plugins/personal/generic/class_user.inc:159 -msgid "Personal homepage" +#: plugins/configuration/core/class_configInLdap.inc:287 +msgid "Restrict role members" msgstr "" -#: plugins/personal/generic/class_user.inc:165 -msgid "Account information" +#: plugins/configuration/core/class_configInLdap.inc:287 +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:170 -msgid "Login of this user" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "Separate address fields" msgstr "" -#: plugins/personal/generic/class_user.inc:174 -#: setup/class_setupStepLanguage.inc:30 -msgid "Preferred language" +#: plugins/configuration/core/class_configInLdap.inc:291 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/personal/generic/class_user.inc:179 -msgid "Password of the user" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "Postal address pattern" msgstr "" -#: plugins/personal/generic/class_user.inc:185 -msgid "Personal contact information" +#: plugins/configuration/core/class_configInLdap.inc:295 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Display name" -msgstr "显示åç§°" +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "Avatar max size" +msgstr "" -#: plugins/personal/generic/class_user.inc:189 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/configuration/core/class_configInLdap.inc:299 +msgid "" +"Maximum user picture width and height in pixels. Bigger uploaded pictures " +"will be resized." msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home address" +#: plugins/configuration/core/class_configInLdap.inc:306 +msgid "Debugging" msgstr "" -#: plugins/personal/generic/class_user.inc:193 -msgid "Home postal address" -msgstr "ä½å®…地å€" +#: plugins/configuration/core/class_configInLdap.inc:309 +msgid "Display PHP errors" +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Private phone" -msgstr "ç§äººç”µè¯" +#: plugins/configuration/core/class_configInLdap.inc:310 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" production deployments, because it may contain passwords." +msgstr "" -#: plugins/personal/generic/class_user.inc:197 -msgid "Home phone number" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/personal/generic/class_user.inc:203 -msgid "Organizational information" -msgstr "组织信æ¯" +#: plugins/configuration/core/class_configInLdap.inc:314 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" -#: plugins/personal/generic/class_user.inc:208 -msgid "Title" -msgstr "ç§°è°“" +#: plugins/configuration/core/class_configInLdap.inc:319 +msgid "Log LDAP statistics" +msgstr "" -#: plugins/personal/generic/class_user.inc:208 +#: plugins/configuration/core/class_configInLdap.inc:320 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Unit" +#: plugins/configuration/core/class_configInLdap.inc:325 +msgid "Debug level" msgstr "" -#: plugins/personal/generic/class_user.inc:217 -msgid "Organizational unit this user belongs to" +#: plugins/configuration/core/class_configInLdap.inc:326 +msgid "Display certain information on each page load." msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department No." -msgstr "部门编å·" +#: plugins/configuration/core/class_configInLdap.inc:336 +msgid "Log debug messages" +msgstr "" -#: plugins/personal/generic/class_user.inc:221 -msgid "Department number" +#: plugins/configuration/core/class_configInLdap.inc:337 +msgid "Sends debug output to syslog as well" msgstr "" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee No." -msgstr "员工编å·" +#: plugins/configuration/core/class_configInLdap.inc:343 +msgid "Miscellaneous" +msgstr "æ‚项" -#: plugins/personal/generic/class_user.inc:225 -msgid "Employee number" +#: plugins/configuration/core/class_configInLdap.inc:346 +msgid "Display summary in listings" msgstr "" -#: plugins/personal/generic/class_user.inc:229 -msgid "Employee type" -msgstr "员工类别" - -#: plugins/personal/generic/class_user.inc:243 -msgid "Street" +#: plugins/configuration/core/class_configInLdap.inc:347 +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/personal/generic/class_user.inc:243 -msgid "Street part of the address" +#: plugins/configuration/core/class_configInLdap.inc:352 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/personal/generic/class_user.inc:247 -msgid "Post office box" +#: plugins/configuration/core/class_configInLdap.inc:353 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/personal/generic/class_user.inc:251 -msgid "Postal code" -msgstr "邮编" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available department categories" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#, php-format -msgid "Ppolicy \"%s\" could not be found in LDAP!" +#: plugins/configuration/core/class_configInLdap.inc:358 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/personal/generic/class_user.inc:476 -msgid "You are not allowed to change your own password" +#: plugins/configuration/core/class_configInLdap.inc:365 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/personal/generic/class_user.inc:487 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/configuration/core/class_configInLdap.inc:369 +msgid "Group or role" msgstr "" -#: plugins/personal/generic/class_user.inc:499 -msgid "Password is in history of old passwords" +#: plugins/configuration/core/class_configInLdap.inc:374 +msgid "Plugin to blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:504 -#: plugins/personal/generic/class_user.inc:508 -msgid "Password is not being changed from existing value" +#: plugins/configuration/core/class_configInLdap.inc:380 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/personal/generic/class_user.inc:515 -msgid "You need to specify your current password in order to proceed." -msgstr "您需è¦è¾“入当å‰å£ä»¤æ‰èƒ½ç»§ç»ã€‚" +#: plugins/configuration/core/class_configInLdap.inc:389 +msgid "ACL target filter limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:517 +#: plugins/configuration/core/class_configInLdap.inc:389 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"Defines the maximum number of entries an ACL target filter is allowed to " +"return" msgstr "" -#: plugins/personal/generic/class_user.inc:519 -#: ihtml/themes/legacy/recovery.tpl.c:23 ihtml/themes/legacy/recovery.tpl.c:26 -#: ihtml/themes/legacy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:26 ihtml/themes/breezy/recovery.tpl.c:29 -msgid "New password" -msgstr "æ–°å£ä»¤" +#: plugins/configuration/core/class_configInLdap.inc:405 +#: setup/class_setupStepLanguage.inc:82 +msgid "Automatic" +msgstr "" -#: plugins/personal/generic/class_user.inc:521 -msgid "The password used as new and current are too similar." -msgstr "输入的新å£ä»¤å’Œå½“å‰å£ä»¤éžå¸¸ç›¸ä¼¼ã€‚" +#: plugins/configuration/core/class_configInLdap.inc:427 +#, php-format +msgid "Group %s" +msgstr "" -#: plugins/personal/generic/class_user.inc:523 -msgid "The password used as new is too short." +#: plugins/configuration/core/class_configInLdap.inc:434 +#, php-format +msgid "Role %s" msgstr "" -#: plugins/personal/generic/class_user.inc:525 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/configuration/core/class_configInLdap.inc:561 +#, php-format +msgid "" +"It seems the selected language \"%s\" is not installed on the system. Please" +" install it or select an other one." msgstr "" #: plugins/generic/references/class_reference.inc:27 @@ -4936,108 +4849,30 @@ msgstr "" msgid "No session found!" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 +#: plugins/management/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 +#: plugins/management/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 +#: plugins/management/acl/remove.tpl.c:8 msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:5 +#: plugins/management/aclrole/acleditiondialog.tpl.c:5 msgid "Show/hide advanced settings" msgstr "" -#: plugins/admin/aclrole/acleditiondialog.tpl.c:8 +#: plugins/management/aclrole/acleditiondialog.tpl.c:8 msgid "Complete object" 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 are no expired accounts" -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 "There are no groups" -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:11 -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 uses %1 method" -msgid_plural "%2 of them use the %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 are locked" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "There are no users" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "One of them has a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:11 -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 "" @@ -5220,125 +5055,14 @@ msgstr "" msgid "Show changes" msgstr "" -#: ihtml/themes/legacy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:2 -msgid "Lost password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:5 ihtml/themes/breezy/recovery.tpl.c:5 -msgid "Information to reset password for %1 has been sent to email address %2" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:8 ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:11 ihtml/themes/breezy/recovery.tpl.c:11 -msgid "" -"This dialog provides a simple way to change your password.<br/> Enter the " -"new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:14 ihtml/themes/legacy/recovery.tpl.c:17 -#: ihtml/themes/legacy/recovery.tpl.c:20 ihtml/themes/legacy/login.tpl.c:8 -#: ihtml/themes/legacy/login.tpl.c:11 ihtml/themes/legacy/login.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 -#: ihtml/themes/breezy/recovery.tpl.c:20 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/legacy/recovery.tpl.c:32 ihtml/themes/legacy/recovery.tpl.c:35 -#: ihtml/themes/legacy/recovery.tpl.c:38 ihtml/themes/breezy/recovery.tpl.c:32 -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:41 ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:44 ihtml/themes/legacy/recovery.tpl.c:47 -#: ihtml/themes/legacy/recovery.tpl.c:50 ihtml/themes/legacy/recovery.tpl.c:86 -#: ihtml/themes/legacy/recovery.tpl.c:89 ihtml/themes/legacy/recovery.tpl.c:92 -#: ihtml/themes/legacy/login.tpl.c:29 ihtml/themes/legacy/login.tpl.c:32 -#: ihtml/themes/legacy/login.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:44 -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:50 -#: ihtml/themes/breezy/recovery.tpl.c:86 ihtml/themes/breezy/recovery.tpl.c:89 -#: ihtml/themes/breezy/recovery.tpl.c:92 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/legacy/recovery.tpl.c:53 ihtml/themes/legacy/recovery.tpl.c:98 -#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 -msgid "Change" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:56 -#: ihtml/themes/legacy/recovery.tpl.c:101 -#: ihtml/themes/breezy/recovery.tpl.c:56 -#: ihtml/themes/breezy/recovery.tpl.c:101 -msgid "Click here to change your password" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:59 ihtml/themes/legacy/recovery.tpl.c:62 -#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 -msgid "Success" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:65 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:68 ihtml/themes/legacy/recovery.tpl.c:95 -#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 -msgid "Return to login screen" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:71 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:74 ihtml/themes/breezy/recovery.tpl.c:74 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/legacy/recovery.tpl.c:104 -#: ihtml/themes/breezy/recovery.tpl.c:104 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/legacy/login.tpl.c:5 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/legacy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" +#: ihtml/themes/breezy/secondfactor.tpl.c:2 +msgid "Two factor authentication" msgstr "" -#: ihtml/themes/legacy/login.tpl.c:41 ihtml/themes/breezy/login.tpl.c:41 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "您的æµè§ˆå™¨å·²ç»ç¦ç”¨ cookies。请å¯ç”¨ cookies 并在登录å‰é‡æ–°åŠ è½½æœ¬é¡µé¢ï¼" - -#: ihtml/themes/legacy/login.tpl.c:47 ihtml/themes/breezy/secondfactor.tpl.c:8 -#: ihtml/themes/breezy/login.tpl.c:47 +#: ihtml/themes/breezy/secondfactor.tpl.c:8 ihtml/themes/breezy/login.tpl.c:44 msgid "Click here to log in" msgstr "点击这里登录" -#: ihtml/themes/breezy/secondfactor.tpl.c:2 -msgid "Two factor authentication" -msgstr "" - #: ihtml/themes/breezy/simple-remove.tpl.c:2 msgid "Warning: you are about to delete the following objects" msgstr "" @@ -5417,6 +5141,86 @@ msgstr "" msgid "Continue" msgstr "ç»§ç»" +#: ihtml/themes/breezy/recovery.tpl.c:2 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:5 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "" +"This dialog provides a simple way to change your password.<br/> Enter the " +"new password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 ihtml/themes/breezy/recovery.tpl.c:17 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/login.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +msgid "Username" +msgstr "用户å" + +#: ihtml/themes/breezy/recovery.tpl.c:32 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:47 +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:86 +#: ihtml/themes/breezy/recovery.tpl.c:89 ihtml/themes/breezy/recovery.tpl.c:92 +#: ihtml/themes/breezy/login.tpl.c:26 ihtml/themes/breezy/login.tpl.c:29 +#: ihtml/themes/breezy/login.tpl.c:32 +msgid "Directory" +msgstr "目录" + +#: ihtml/themes/breezy/recovery.tpl.c:53 ihtml/themes/breezy/recovery.tpl.c:98 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +#: ihtml/themes/breezy/recovery.tpl.c:101 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 ihtml/themes/breezy/recovery.tpl.c:62 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:65 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:68 ihtml/themes/breezy/recovery.tpl.c:95 +msgid "Return to login screen" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:71 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:104 +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 "检测到é”定冲çª" @@ -5440,6 +5244,22 @@ msgstr "" msgid "Read only" msgstr "" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "您的æµè§ˆå™¨å·²ç»ç¦ç”¨ cookies。请å¯ç”¨ cookies 并在登录å‰é‡æ–°åŠ è½½æœ¬é¡µé¢ï¼" + #: ihtml/themes/breezy/restore-confirm.tpl.c:2 msgid "Warning: you are about to restore the following snapshot" msgstr "" diff --git a/plugins/configuration/config/class_dashBoardConfig.inc b/plugins/configuration/config/class_dashBoardConfig.inc deleted file mode 100644 index a74e23110d4b40e2c97456919815073c0e6970fa..0000000000000000000000000000000000000000 --- a/plugins/configuration/config/class_dashBoardConfig.inc +++ /dev/null @@ -1,69 +0,0 @@ -<?php -/* - This code is part of FusionDirectory (http://www.fusiondirectory.org/) - Copyright (C) 2013-2016 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. -*/ - -class dashboardConfig extends multiPluginSection -{ - static function plInfo (): array - { - return [ - 'plShortName' => _('Dashboard configuration'), - 'plDescription' => _('FusionDirectory dashboard plugin configuration'), - 'plCategory' => ['configuration'], - 'plObjectClass' => ['fdDashboardPluginConf'], - 'plObjectType' => ['smallConfig'], - 'plPriority' => 2, - - 'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo()) - ]; - } - - static function getAttributesInfo (): array - { - return [ - 'systems' => [ - 'name' => _('Dashboard name schema'), - 'attrs' => [ - new IntAttribute( - _('Number of digits'), _('Number of digits to use after prefix'), - 'fdDashboardNumberOfDigit', FALSE, - 1, 20, 3 - ), - new SetAttribute( - new StringAttribute( - _('Prefixes'), _('Prefixes to be used for computer ids'), - 'fdDashboardPrefix', TRUE - ), - ["PC"] - ) - ] - ], - 'users' => [ - 'name' => _('Dashboard expired users'), - 'attrs' => [ - new IntAttribute( - _('Number of days'), _('Number of days before expiration needed for an account to show in the dashboard next expired accounts list'), - 'fdDashboardExpiredAccountsDays', FALSE, - 1, FALSE, 15 - ), - ] - ], - ]; - } -} diff --git a/plugins/configuration/config/class_DebugLevelAttribute.inc b/plugins/configuration/core/class_DebugLevelAttribute.inc similarity index 100% rename from plugins/configuration/config/class_DebugLevelAttribute.inc rename to plugins/configuration/core/class_DebugLevelAttribute.inc diff --git a/plugins/configuration/config/class_configInLdap.inc b/plugins/configuration/core/class_configInLdap.inc similarity index 99% rename from plugins/configuration/config/class_configInLdap.inc rename to plugins/configuration/core/class_configInLdap.inc index 8cf0034b45ef282dcfce54cfaf8bb38848e47d40..e7836b8ada7e4e6a2f71c0d068ca96db6ba02f2a 100644 --- a/plugins/configuration/config/class_configInLdap.inc +++ b/plugins/configuration/core/class_configInLdap.inc @@ -39,7 +39,7 @@ class configInLdap extends simplePlugin 'ou' => preg_replace('/^[^,]+,/', '', CONFIGRDN) ] ], - 'plSection' => ['conf' => ['name' => _('Configuration'), 'priority' => 20]], + 'plSection' => ['conf' => ['name' => _('Configuration'), 'priority' => 7]], 'plManages' => ['configuration'], 'plPriority' => 0, diff --git a/plugins/configuration/config/class_configInLdapTabs.inc b/plugins/configuration/core/class_configInLdapTabs.inc similarity index 100% rename from plugins/configuration/config/class_configInLdapTabs.inc rename to plugins/configuration/core/class_configInLdapTabs.inc diff --git a/plugins/configuration/config/class_hooksConfig.inc b/plugins/configuration/core/class_hooksConfig.inc similarity index 100% rename from plugins/configuration/config/class_hooksConfig.inc rename to plugins/configuration/core/class_hooksConfig.inc diff --git a/plugins/configuration/subscription/class_subscriptionInfo.inc b/plugins/configuration/core/class_licenceInfo.inc similarity index 99% rename from plugins/configuration/subscription/class_subscriptionInfo.inc rename to plugins/configuration/core/class_licenceInfo.inc index f60b3ad85d9f87331bad86010341095a04dbee39..81e4b8ffbe90b635a75dcb00e9807c0fdedea731 100644 --- a/plugins/configuration/subscription/class_subscriptionInfo.inc +++ b/plugins/configuration/core/class_licenceInfo.inc @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ -class subscriptionInfo extends simplePlugin +class licenceInfo extends simplePlugin { /* ldap attribute => ini variable */ public static $subscriptionAttributes = [ diff --git a/plugins/configuration/config/class_mailTemplateConfig.inc b/plugins/configuration/core/class_mailTemplateConfig.inc similarity index 100% rename from plugins/configuration/config/class_mailTemplateConfig.inc rename to plugins/configuration/core/class_mailTemplateConfig.inc diff --git a/plugins/configuration/config/class_mainPluginsConfig.inc b/plugins/configuration/core/class_mainPluginsConfig.inc similarity index 100% rename from plugins/configuration/config/class_mainPluginsConfig.inc rename to plugins/configuration/core/class_mainPluginsConfig.inc diff --git a/plugins/configuration/config/class_pluginsConfigInLdap.inc b/plugins/configuration/core/class_pluginsConfigInLdap.inc similarity index 100% rename from plugins/configuration/config/class_pluginsConfigInLdap.inc rename to plugins/configuration/core/class_pluginsConfigInLdap.inc diff --git a/plugins/configuration/config/class_recoveryConfig.inc b/plugins/configuration/core/class_recoveryConfig.inc similarity index 100% rename from plugins/configuration/config/class_recoveryConfig.inc rename to plugins/configuration/core/class_recoveryConfig.inc diff --git a/plugins/configuration/config/class_snapshotConfig.inc b/plugins/configuration/core/class_snapshotConfig.inc similarity index 100% rename from plugins/configuration/config/class_snapshotConfig.inc rename to plugins/configuration/core/class_snapshotConfig.inc diff --git a/plugins/configuration/config/class_tasksConfig.inc b/plugins/configuration/core/class_tasksConfig.inc similarity index 100% rename from plugins/configuration/config/class_tasksConfig.inc rename to plugins/configuration/core/class_tasksConfig.inc diff --git a/plugins/configuration/mailtemplate/class_mailTemplate.inc b/plugins/configuration/mailtemplate/class_mailTemplate.inc deleted file mode 100644 index e447ae0a36a7f732c34cb21cfe6b070aaa75f82c..0000000000000000000000000000000000000000 --- a/plugins/configuration/mailtemplate/class_mailTemplate.inc +++ /dev/null @@ -1,88 +0,0 @@ -<?php -/* - This code is part of FusionDirectory (http://www.fusiondirectory.org/) - - Copyright (C) 2012-2022 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. -*/ - -class mailTemplate extends simplePlugin -{ - var $displayHeader = FALSE; - - public static function plInfo (): array - { - return [ - 'plShortName' => _('Mail Template'), - 'plDescription' => _('Mail Template'), - 'plObjectClass' => ['fdMailTemplate'], - 'plFilter' => '(objectClass=fdMailTemplate)', - 'plObjectType' => ['mailTemplate' => [ - 'name' => _('Mail Template'), - 'ou' => get_ou('mailTemplateRDN'), - 'icon' => 'geticon.php?context=applications&icon=mail-template&size=16', - ]], - 'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo()) - ]; - } - - static function getAttributesInfo (): array - { - global $config; - return [ - // Attributes are grouped by section - 'mailTemplate' => [ - 'name' => _('Mail Object'), - 'attrs' => [ - new StringAttribute( - _('Mail Template Name'), _('Mail Template Name'), - 'cn', TRUE - ), - new StringAttribute( - _('Mail Subject'), _('Mail Subject'), - 'fdMailTemplateSubject', TRUE - ), - new TextAreaAttribute( - _('Mail Template Body'), _('Text to be sent to recipient'), - 'fdMailTemplateBody', TRUE - ), - new TextAreaAttribute( - _('Mail Signature'), _('Mail Signature'), - 'fdMailTemplateSignature', FALSE - ), - new FileDownloadAttribute( - _('Attachment'), _('Import a file for this e-mail'), - 'fdMailTemplateAttachment', FALSE, '', TRUE - ), - new BooleanAttribute( - _('Read Receipt'), - _('Read Receipt'), - 'fdMailTemplateReadReceipt', FALSE - ), - ] - ], - ]; - } - - - function __construct ($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE) - { - global $config; - parent::__construct($dn, $object, $parent, $mainTab); - - } - -} diff --git a/plugins/configuration/tasks/class_tasks.inc b/plugins/configuration/tasks/class_tasks.inc deleted file mode 100644 index 53ffe01da9d28b7676a73785954fa33972e63602..0000000000000000000000000000000000000000 --- a/plugins/configuration/tasks/class_tasks.inc +++ /dev/null @@ -1,84 +0,0 @@ -<?php -/* - This code is part of FusionDirectory (http://www.fusiondirectory.org/) - - Copyright (C) 2012-2022 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. -*/ - -class tasks extends simplePlugin -{ - protected $displayHeader = FALSE; - - static function plInfo (): array - { - return [ - 'plShortName' => _('Tasks'), - 'plDescription' => _('Tasks'), - 'plObjectClass' => ['fdTasks'], - 'plFilter' => '(objectClass=fdTasks)', - 'plPriority' => 41, - 'plObjectType' => ['tasks' => [ - 'name' => _('Tasks'), - 'ou' => get_ou('tasksRDN'), - 'icon' => 'geticon.php?context=applications&icon=tasks&size=16', - ]], - 'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo()) - ]; - } - - static function getAttributesInfo (): array - { - return [ - // Attributes are grouped by section - 'tasks' => [ - 'name' => _('Tasks Generic | Saving will create un-modifiable subtasks'), - 'attrs' => [ - new StringAttribute( - _('Task Name'), _('Name for this task'), - 'cn', TRUE - ), - new DateTimeAttribute( - _('Schedule'), '', - 'fdTasksScheduleDate', FALSE - ), - - new HiddenAttribute('fdTasksStatus', TRUE, '1', '', 'Status', 'Status of the task'), - new HiddenAttribute('fdTasksCreationDate', TRUE, date("Y-m-d h:i:sa"), '', 'StartDate', 'Start Date And Time Of A Task'), - ] - ], - 'subTasks' => [ - 'name' => _('Creation of Sub Tasks - Starting this task'), - 'attrs' => [ - new BooleanAttribute( - _('Activate SubTasks'), _('Trigger the creation of this task and related subtasks'), - 'fdSubTasksActivation', FALSE - ), - ] - ], - ]; - } - - - function __construct ($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE) - { - global $config; - parent::__construct($dn, $object, $parent, $mainTab); - - $this->attributesAccess['fdSubTasksActivation']->setInLdap(FALSE); - } - -} diff --git a/plugins/dashboard/pluginmanager/class_pluginsManager.inc b/plugins/dashboard/pluginmanager/class_pluginsManager.inc index c107f7017f131b47ea56b56d976d4d094a92d9bf..398918c49e2bf2ec198e0e1304be7d6bb01c38cb 100644 --- a/plugins/dashboard/pluginmanager/class_pluginsManager.inc +++ b/plugins/dashboard/pluginmanager/class_pluginsManager.inc @@ -32,8 +32,8 @@ class pluginsManager extends simplePlugin ], 'plTitle' => _('Plugins Manager'), 'plIcon' => 'geticon.php?context=applications&icon=pluginManager&size=48', - 'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 30]], - 'plPriority' => 10, + 'plSection' => 'Dashboard', + 'plPriority' => 1, 'plDescription' => _('Provide a reporting mechanism of installed plugins'), 'plProvidedAcls' => [ 'pluginManager' => _('See pluginManager') diff --git a/plugins/dashboard/tasks/class_tasksDashboard.inc b/plugins/dashboard/tasks/class_tasksDashboard.inc index bf4149c3740be5dd3f0f580e630e6e68833fa099..66b0e2080102096c07d3ec31ac9a902f7924a5fa 100644 --- a/plugins/dashboard/tasks/class_tasksDashboard.inc +++ b/plugins/dashboard/tasks/class_tasksDashboard.inc @@ -29,9 +29,8 @@ class tasksDashboard extends management $this->setupFilters(); } - // Actions collumn are removed compared to parent. + // Actions column are removed compared to parent. public static $columns = [ - ['Column', ['attributes' => 'cn', 'label' => 'Tasks']], ['TasksColumn', ['attributes' => 'fdTasksGranularMaster', 'label' => 'Master Task']], ['Column', ['attributes' => 'fdTasksGranularType', 'label' => 'Types']], ['Column', ['attributes' => 'fdTasksGranularMail', 'label' => 'Email']], @@ -52,8 +51,8 @@ class tasksDashboard extends management 'plDescription' => _('Provide a reporting mechanism for tasks'), 'plTitle' => _('Tasks Dashboard'), 'plIcon' => 'geticon.php?context=applications&icon=tasks-dashboard&size=48', - 'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 30]], - 'plPriority' => 10, + 'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 4]], + 'plPriority' => 0, 'plManages' => ['tasksGranular'], 'plProvidedAcls' => [], ]; diff --git a/plugins/admin/acl/class_ACLsAssignmentAttribute.inc b/plugins/management/acl/class_ACLsAssignmentAttribute.inc similarity index 100% rename from plugins/admin/acl/class_ACLsAssignmentAttribute.inc rename to plugins/management/acl/class_ACLsAssignmentAttribute.inc diff --git a/plugins/admin/acl/class_ACLsAssignmentDialog.inc b/plugins/management/acl/class_ACLsAssignmentDialog.inc similarity index 100% rename from plugins/admin/acl/class_ACLsAssignmentDialog.inc rename to plugins/management/acl/class_ACLsAssignmentDialog.inc diff --git a/plugins/admin/acl/class_aclAssignment.inc b/plugins/management/acl/class_aclAssignment.inc similarity index 100% rename from plugins/admin/acl/class_aclAssignment.inc rename to plugins/management/acl/class_aclAssignment.inc diff --git a/plugins/admin/acl/class_aclAssignmentDialogWindow.inc b/plugins/management/acl/class_aclAssignmentDialogWindow.inc similarity index 100% rename from plugins/admin/acl/class_aclAssignmentDialogWindow.inc rename to plugins/management/acl/class_aclAssignmentDialogWindow.inc diff --git a/plugins/admin/acl/class_aclManagement.inc b/plugins/management/acl/class_aclManagement.inc similarity index 98% rename from plugins/admin/acl/class_aclManagement.inc rename to plugins/management/acl/class_aclManagement.inc index 9d8c0c4039a50312eeb6d0a74085a9e6ba119b0b..857fa2c3f203aca922733397473ba28e6fcda067 100644 --- a/plugins/admin/acl/class_aclManagement.inc +++ b/plugins/management/acl/class_aclManagement.inc @@ -147,8 +147,8 @@ class aclManagement extends management 'plTitle' => _('ACL assignments management'), 'plDescription' => _('Manage ACL roles assignments to users'), 'plIcon' => 'geticon.php?context=categories&icon=acl&size=48', - 'plSection' => 'accounts', - 'plPriority' => 28, + 'plSection' => 'accessControl', + 'plPriority' => 1, 'plManages' => ['aclAssignment'], 'plProvidedAcls' => [] diff --git a/plugins/admin/acl/remove.tpl b/plugins/management/acl/remove.tpl similarity index 100% rename from plugins/admin/acl/remove.tpl rename to plugins/management/acl/remove.tpl diff --git a/plugins/admin/aclrole/acleditiondialog.tpl b/plugins/management/aclrole/acleditiondialog.tpl similarity index 100% rename from plugins/admin/aclrole/acleditiondialog.tpl rename to plugins/management/aclrole/acleditiondialog.tpl diff --git a/plugins/admin/aclrole/class_aclEditionDialog.inc b/plugins/management/aclrole/class_aclEditionDialog.inc similarity index 100% rename from plugins/admin/aclrole/class_aclEditionDialog.inc rename to plugins/management/aclrole/class_aclEditionDialog.inc diff --git a/plugins/admin/aclrole/class_aclRole.inc b/plugins/management/aclrole/class_aclRole.inc similarity index 100% rename from plugins/admin/aclrole/class_aclRole.inc rename to plugins/management/aclrole/class_aclRole.inc diff --git a/plugins/admin/aclrole/class_aclRoleManagement.inc b/plugins/management/aclrole/class_aclRoleManagement.inc similarity index 91% rename from plugins/admin/aclrole/class_aclRoleManagement.inc rename to plugins/management/aclrole/class_aclRoleManagement.inc index b17c194bee2c50f882b2dc09f047b6d379e5a69f..39ca1bcfde873fa6cdba599e61745cb65b197c38 100644 --- a/plugins/admin/aclrole/class_aclRoleManagement.inc +++ b/plugins/management/aclrole/class_aclRoleManagement.inc @@ -27,8 +27,8 @@ class aclRoleManagement extends management 'plTitle' => _('ACL roles management'), 'plDescription' => _('Manage ACL roles'), 'plIcon' => 'geticon.php?context=categories&icon=acl&size=48', - 'plSection' => 'accounts', - 'plPriority' => 27, + 'plSection' => ['accessControl' => ['name' => _('Access Control'), 'priority' => 1]], + 'plPriority' => 0, 'plCategory' => ['acl'], 'plManages' => ['aclRole'], diff --git a/plugins/admin/departments/class_country.inc b/plugins/management/departments/class_country.inc similarity index 100% rename from plugins/admin/departments/class_country.inc rename to plugins/management/departments/class_country.inc diff --git a/plugins/admin/departments/class_dcObject.inc b/plugins/management/departments/class_dcObject.inc similarity index 100% rename from plugins/admin/departments/class_dcObject.inc rename to plugins/management/departments/class_dcObject.inc diff --git a/plugins/admin/departments/class_department.inc b/plugins/management/departments/class_department.inc similarity index 100% rename from plugins/admin/departments/class_department.inc rename to plugins/management/departments/class_department.inc diff --git a/plugins/admin/departments/class_departmentManagement.inc b/plugins/management/departments/class_departmentManagement.inc similarity index 100% rename from plugins/admin/departments/class_departmentManagement.inc rename to plugins/management/departments/class_departmentManagement.inc diff --git a/plugins/admin/departments/class_domain.inc b/plugins/management/departments/class_domain.inc similarity index 100% rename from plugins/admin/departments/class_domain.inc rename to plugins/management/departments/class_domain.inc diff --git a/plugins/admin/departments/class_locality.inc b/plugins/management/departments/class_locality.inc similarity index 100% rename from plugins/admin/departments/class_locality.inc rename to plugins/management/departments/class_locality.inc diff --git a/plugins/admin/departments/class_organization.inc b/plugins/management/departments/class_organization.inc similarity index 100% rename from plugins/admin/departments/class_organization.inc rename to plugins/management/departments/class_organization.inc diff --git a/plugins/admin/departments/tabs_department.inc b/plugins/management/departments/tabs_department.inc similarity index 100% rename from plugins/admin/departments/tabs_department.inc rename to plugins/management/departments/tabs_department.inc diff --git a/plugins/admin/groups/class_GroupContentColumn.inc b/plugins/management/groups/class_GroupContentColumn.inc similarity index 100% rename from plugins/admin/groups/class_GroupContentColumn.inc rename to plugins/management/groups/class_GroupContentColumn.inc diff --git a/plugins/admin/groups/class_GroupContentFilterElement.inc b/plugins/management/groups/class_GroupContentFilterElement.inc similarity index 100% rename from plugins/admin/groups/class_GroupContentFilterElement.inc rename to plugins/management/groups/class_GroupContentFilterElement.inc diff --git a/plugins/admin/groups/class_GroupMembersAttribute.inc b/plugins/management/groups/class_GroupMembersAttribute.inc similarity index 100% rename from plugins/admin/groups/class_GroupMembersAttribute.inc rename to plugins/management/groups/class_GroupMembersAttribute.inc diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/management/groups/class_groupManagement.inc similarity index 100% rename from plugins/admin/groups/class_groupManagement.inc rename to plugins/management/groups/class_groupManagement.inc diff --git a/plugins/admin/groups/class_ogroup.inc b/plugins/management/groups/class_ogroup.inc similarity index 100% rename from plugins/admin/groups/class_ogroup.inc rename to plugins/management/groups/class_ogroup.inc diff --git a/plugins/admin/groups/class_roleGeneric.inc b/plugins/management/groups/class_roleGeneric.inc similarity index 100% rename from plugins/admin/groups/class_roleGeneric.inc rename to plugins/management/groups/class_roleGeneric.inc diff --git a/plugins/admin/groups/tabs_ogroups.inc b/plugins/management/groups/tabs_ogroups.inc similarity index 100% rename from plugins/admin/groups/tabs_ogroups.inc rename to plugins/management/groups/tabs_ogroups.inc diff --git a/plugins/admin/mailtemplate/class_mailTemplateManagement.inc b/plugins/management/mailtemplate/class_mailTemplateManagement.inc similarity index 97% rename from plugins/admin/mailtemplate/class_mailTemplateManagement.inc rename to plugins/management/mailtemplate/class_mailTemplateManagement.inc index cfbcd572d98b735b3f4b089df4c3d5cf56014a3b..4f273dbe59848b3797f9a4d8766c6f24aaec3ea4 100644 --- a/plugins/admin/mailtemplate/class_mailTemplateManagement.inc +++ b/plugins/management/mailtemplate/class_mailTemplateManagement.inc @@ -36,8 +36,8 @@ class mailTemplateManagement extends management 'plDescription' => _('Manages mails templates'), 'plIcon' => 'geticon.php?context=applications&icon=mail-template&size=48', 'plManages' => ['mailTemplate'], - 'plSection' => 'conf', - 'plPriority' => 30, + 'plSection' => ['workflow' => ['name' => _('Workflow'), 'priority' => 2]], + 'plPriority' => 0, 'plProvidedAcls' => [], ]; } diff --git a/plugins/dashboard/tasks/class_tasksColumn.inc b/plugins/management/tasks/class_tasksColumn.inc similarity index 97% rename from plugins/dashboard/tasks/class_tasksColumn.inc rename to plugins/management/tasks/class_tasksColumn.inc index 85a7fa3b0b1d290d86c9e8abfc224cd2dd05151b..191daf42c45042d669c600ae6c618590761e1992 100644 --- a/plugins/dashboard/tasks/class_tasksColumn.inc +++ b/plugins/management/tasks/class_tasksColumn.inc @@ -61,10 +61,10 @@ class TasksColumn extends Column // A call towards a status map would be interesting here. switch ($status) { case "1" : - return "Created"; + return "Scheduled"; case "2" : - return "Processed"; + return "Completed"; default : return $status; diff --git a/plugins/configuration/tasks/class_tasksManagement.inc b/plugins/management/tasks/class_tasksManagement.inc similarity index 85% rename from plugins/configuration/tasks/class_tasksManagement.inc rename to plugins/management/tasks/class_tasksManagement.inc index 821b34bcb4c62e9c018a3a16f66dffefa644182e..c8fb6eab7c165c76b5ec29be33f95124461ea977 100644 --- a/plugins/configuration/tasks/class_tasksManagement.inc +++ b/plugins/management/tasks/class_tasksManagement.inc @@ -24,12 +24,12 @@ class tasksManagement extends management protected $skipCpHandler = TRUE; /* - * LinkColumn exists by class collumn - * TasksColumn is a new class for Tasks bassed on argonaut column definition + * LinkColumn exists by class column + * TasksColumn is a new class for Tasks based on argonaut column definition */ public static $columns = [ + //below fdTasksMailObject must be changed to have a type defined within task creation (new ldap attributes ?hidden) ['LinkColumn', ['attributes' => 'cn', 'label' => 'Tasks']], - //below fdTasksMailObject must be change to have a type defined within task creation (new ldap attributes ?hidden) ['TasksColumn', ['attributes' => 'fdTasksMailObject', 'label' => 'Types']], ['Column', ['attributes' => 'fdTasksCreationDate', 'label' => 'Creation Date']], ['TasksColumn', ['attributes' => 'fdTasksScheduleDate', 'label' => 'Scheduled']], @@ -43,8 +43,8 @@ class tasksManagement extends management 'plDescription' => _('Provide a mechanism to create and manage tasks'), 'plTitle' => _('Tasks'), 'plIcon' => 'geticon.php?context=applications&icon=tasks&size=48', - 'plSection' => 'conf', - 'plPriority' => 40, + 'plSection' => 'workflow', + 'plPriority' => 1, 'plManages' => ['tasks'], 'plProvidedAcls' => [], ]; diff --git a/plugins/admin/users/class_LockAction.inc b/plugins/management/users/class_LockAction.inc similarity index 100% rename from plugins/admin/users/class_LockAction.inc rename to plugins/management/users/class_LockAction.inc diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/management/users/class_userManagement.inc similarity index 72% rename from plugins/admin/users/class_userManagement.inc rename to plugins/management/users/class_userManagement.inc index 041dc47aeaa671dbfce86873249dfd2477ddd17c..575cbc9c993d711c142584d0ff59827963377d94 100644 --- a/plugins/admin/users/class_userManagement.inc +++ b/plugins/management/users/class_userManagement.inc @@ -25,14 +25,15 @@ class userManagement extends management public static $skipTemplates = FALSE; - public static $columns = [ - ['ObjectTypeColumn', []], - ['LinkColumn', ['attributes' => 'sn', 'label' => 'Last name']], - ['LinkColumn', ['attributes' => 'givenName', 'label' => 'First name']], - ['Column', ['attributes' => 'uid', 'label' => 'Login']], - ['PropertiesColumn', ['label' => 'Properties']], - ['ActionsColumn', ['label' => 'Actions']], - ]; + public static $columns + = [ + ['ObjectTypeColumn', []], + ['LinkColumn', ['attributes' => 'sn', 'label' => 'Last name']], + ['LinkColumn', ['attributes' => 'givenName', 'label' => 'First name']], + ['Column', ['attributes' => 'uid', 'label' => 'Login']], + ['PropertiesColumn', ['label' => 'Properties']], + ['ActionsColumn', ['label' => 'Actions']], + ]; static function plInfo (): array { @@ -93,6 +94,10 @@ class userManagement extends management // Detect the password method and try to lock/unlock. static::lockUser($action['subaction'], ($entry['userPassword'][0] ?? ''), $dn); + + // Small procedure in order to re-open the user in order to trigger plugins to update accordingly. + $userObject = objects::open($dn, 'user'); + $userObject->save(); } } @@ -102,10 +107,10 @@ class userManagement extends management * \param string $pwd userPassword value * \param string $dn dn of the LDAP node */ - static function lockUser (string $action, string $pwd, string $dn) + static function lockUser (string $action, string $pwd, string $dn, bool $lockEverything = TRUE) { $method = passwordMethod::get_method($pwd, $dn); - if ($method instanceOf passwordMethod) { + if ($method instanceof passwordMethod) { if (!$method->is_lockable()) { $hn = $method->get_hash_name(); if (is_array($hn)) { @@ -113,10 +118,10 @@ class userManagement extends management } $error = new FusionDirectoryError( htmlescape(sprintf( - _('Password method "%s" does not support locking. Account "%s" has not been locked!'), - $hn, - $dn - )) + _('Password method "%s" does not support locking. Account "%s" has not been locked!'), + $hn, + $dn + )) ); $error->display(); return; @@ -124,9 +129,17 @@ class userManagement extends management $success = TRUE; if (($action == 'lock') && !$method->is_locked($dn)) { - $success = $method->lock_account($dn); + $success = $method->lock_account($dn, $lockEverything); + // Requiring logging mechanism for audit. + if ($success) { + logging::log('security', 'account', $dn, [], 'DN : ' . $dn . ' is locked.'); + } } elseif (($action == 'unlock') && $method->is_locked($dn)) { $success = $method->unlock_account($dn); + // Requiring logging mechanism for audit. + if ($success) { + logging::log('security', 'account', $dn, [], 'DN : ' . $dn . ' is unlocked.'); + } } // Check if everything went fine. @@ -137,10 +150,10 @@ class userManagement extends management } $error = new FusionDirectoryError( htmlescape(sprintf( - _('Locking failed using password method "%s". Account "%s" has not been locked!'), - $hn, - $dn - )) + _('Locking failed using password method "%s". Account "%s" has not been locked!'), + $hn, + $dn + )) ); $error->display(); } diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc index 08f4f2053bf3fe8230c6e64064b54c325b369f20..91074042bb3d250b5e1c7d9cdc16a445f6eddfe6 100644 --- a/plugins/personal/generic/class_user.inc +++ b/plugins/personal/generic/class_user.inc @@ -23,8 +23,8 @@ class PostalAddressAttribute extends TextAreaAttribute function inputValue ($ldapValue) { return str_replace( - ['$', '\24','\5C'], - ["\n", '$', '\\'], + ['$', '\24', '\5C'], + ["\n", '$', '\\'], $ldapValue ); } @@ -36,7 +36,7 @@ class PostalAddressAttribute extends TextAreaAttribute '$', str_replace( ['\\', '$'], - ['\5C','\24'], + ['\5C', '\24'], $this->getValue() ) ); @@ -45,30 +45,31 @@ class PostalAddressAttribute extends TextAreaAttribute class user extends simplePlugin { + // This is used to see if the password is locked. The "was" is better interpreted as "is" - it is historical here. private $was_locked; static function plInfo (): array { return [ - 'plShortName' => _('User'), + 'plShortName' => _('User'), 'plDescription' => _('User account information'), - 'plIcon' => 'geticon.php?context=applications&icon=user-info&size=48', - 'plSmallIcon' => 'geticon.php?context=applications&icon=user-info&size=16', - 'plSelfModify' => TRUE, - 'plObjectClass' => ['inetOrgPerson','organizationalPerson','person'], - 'plFilter' => '(objectClass=inetOrgPerson)', - 'plObjectType' => ['user' => [ - 'name' => _('User'), + 'plIcon' => 'geticon.php?context=applications&icon=user-info&size=48', + 'plSmallIcon' => 'geticon.php?context=applications&icon=user-info&size=16', + 'plSelfModify' => TRUE, + 'plObjectClass' => ['inetOrgPerson', 'organizationalPerson', 'person'], + 'plFilter' => '(objectClass=inetOrgPerson)', + 'plObjectType' => ['user' => [ + 'name' => _('User'), 'description' => _('User account'), - 'mainAttr' => 'uid', - 'nameAttr' => 'cn', - 'icon' => 'geticon.php?context=types&icon=user&size=16', - 'ou' => get_ou('userRDN'), + 'mainAttr' => 'uid', + 'nameAttr' => 'cn', + 'icon' => 'geticon.php?context=types&icon=user&size=16', + 'ou' => get_ou('userRDN'), ]], - 'plForeignKeys' => [ - 'manager' => ['user','dn','manager=%oldvalue%','*'] + 'plForeignKeys' => [ + 'manager' => ['user', 'dn', 'manager=%oldvalue%', '*'] ], - 'plSearchAttrs' => ['uid','description'], + 'plSearchAttrs' => ['uid', 'description'], 'plProvidedAcls' => array_merge( parent::generatePlProvidedAcls(static::getAttributesInfo()), @@ -82,11 +83,11 @@ class user extends simplePlugin global $config; $languages = Language::getList(TRUE); asort($languages); - $languages = array_merge(['' => ''], $languages); + $languages = array_merge(['' => ''], $languages); $attributesInfo = [ 'perso' => [ - 'name' => _('Personal information'), - 'icon' => 'geticon.php?context=types&icon=user&size=16', + 'name' => _('Personal information'), + 'icon' => 'geticon.php?context=types&icon=user&size=16', 'attrs' => [ new HiddenAttribute('cn'), new StringAttribute( @@ -116,8 +117,8 @@ class user extends simplePlugin ] ], 'contact' => [ - 'name' => _('Organizational contact information'), - 'icon' => 'geticon.php?context=types&icon=contact&size=16', + 'name' => _('Organizational contact information'), + 'icon' => 'geticon.php?context=types&icon=user&size=16', 'attrs' => [ new StringAttribute( _('Location'), _('Location'), @@ -162,8 +163,8 @@ class user extends simplePlugin ] ], 'account' => [ - 'name' => _('Account information'), - 'icon' => 'geticon.php?context=applications&icon=ldap&size=16', + 'name' => _('Account information'), + 'icon' => 'geticon.php?context=applications&icon=ldap&size=16', 'attrs' => [ new BaseSelectorAttribute(get_ou("userRDN")), new UidAttribute( @@ -182,8 +183,8 @@ class user extends simplePlugin ] ], 'homecontact' => [ - 'name' => _('Personal contact information'), - 'icon' => 'geticon.php?context=types&icon=contact&size=16', + 'name' => _('Personal contact information'), + 'icon' => 'geticon.php?context=types&icon=user&size=16', 'attrs' => [ new StringAttribute( _('Display name'), _('Name this user should appear as. Used by Exchange.'), @@ -200,8 +201,8 @@ class user extends simplePlugin ] ], 'organization' => [ - 'name' => _('Organizational information'), - 'icon' => 'geticon.php?context=places&icon=folder&size=16', + 'name' => _('Organizational information'), + 'icon' => 'geticon.php?context=places&icon=folder&size=16', 'attrs' => [ new SetAttribute( new StringAttribute( @@ -259,8 +260,18 @@ class user extends simplePlugin function __construct ($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE) { + global $config; parent::__construct($dn, $object, $parent, $mainTab); + // verify if the attribute password is locked + $this->was_locked = $this->attributesAccess['userPassword']->isLocked(); + + if ($this->was_locked) { + $this->read_only = TRUE; + // This will update the parent class (simplePlugin) via class-level state allowing children to get read only state. + self::setUserLocked(TRUE); + } + if ($this->is_template && !$this->initially_was_account) { $this->attributesAccess['userPassword']->setValue('%askme%'); } @@ -273,7 +284,16 @@ class user extends simplePlugin $fd = fopen($filename, 'rb'); $this->attributesAccess['jpegPhoto']->setPlaceholder(fread($fd, filesize($filename))); - $this->was_locked = $this->attributesAccess['userPassword']->isLocked(); + + // Do not apply automatic snap on templates nor if the DN is not yet processed (new creation from template) + if ($this->is_template !== TRUE && $this->dn !== 'new') { + // Verification is snapshot is enabled and automatic. + if (isset($config->current['ENABLEAUTOMATICSNAPSHOTS']) && isset($config->current['ENABLESNAPSHOTS'])) { + if (strtolower($config->current['ENABLEAUTOMATICSNAPSHOTS']) === 'true' && strtolower($config->current['ENABLESNAPSHOTS']) === 'true') { + $this->generateAutomaticSnapshot(); + } + } + } } function resetCopyInfos () @@ -285,14 +305,14 @@ class user extends simplePlugin private function update_cn () { global $config; - $pattern = $config->get_cfg_value('CnPattern', '%givenName% %sn%'); + $pattern = $config->get_cfg_value('CnPattern', '%givenName% %sn%'); $this->attributesAccess['cn']->setValue($this->applyPattern($pattern)); } private function applyPattern ($pattern) { - $fields = templateHandling::listFields($pattern); - $attrs = []; + $fields = templateHandling::listFields($pattern); + $attrs = []; foreach ($fields as $field) { if (in_array($field, $this->attributes)) { $attrs[$field] = $this->$field; @@ -307,7 +327,7 @@ class user extends simplePlugin } } } - trigger_error('Could not find field '.$field.' in any tab!'); + trigger_error('Could not find field ' . $field . ' in any tab!'); } return templateHandling::parseString($pattern, $attrs); @@ -318,13 +338,13 @@ class user extends simplePlugin global $config; if ($this->is_template) { - return 'cn='.ldap_escape_dn($this->_template_cn).',ou=templates,'.get_ou('userRDN').$this->base; + return 'cn=' . ldap_escape_dn($this->_template_cn) . ',ou=templates,' . get_ou('userRDN') . $this->base; } $this->update_cn(); $attribute = $config->get_cfg_value('accountPrimaryAttribute', 'uid'); - return $this->create_unique_dn($attribute, get_ou('userRDN').$this->base); + return $this->create_unique_dn($attribute, get_ou('userRDN') . $this->base); } public function render (): string @@ -365,8 +385,8 @@ class user extends simplePlugin } if (!$this->is_template && $this->was_locked && $this->attributesAccess['userPassword']->hasChanged()) { - $methods = passwordMethod::get_available_methods(); - $pmethod = new $methods[$this->attributesAccess['userPassword']->getMethod()]($this->dn); + $methods = passwordMethod::get_available_methods(); + $pmethod = new $methods[$this->attributesAccess['userPassword']->getMethod()]($this->dn); $pmethod->lock_account($this->dn); } @@ -383,24 +403,34 @@ class user extends simplePlugin session::set('ui', $ui); session::set('Last_init_lang', 'update'); } - // Verification is snapshot is enabled and automatic. - // Note : string values are stored in that array. - if (isset($config->current['ENABLEAUTOMATICSNAPSHOTS']) && isset($config->current['ENABLESNAPSHOTS'])) { - if (strtolower($config->current['ENABLEAUTOMATICSNAPSHOTS']) === 'true' && strtolower($config->current['ENABLESNAPSHOTS']) === 'true' ) { - $this->generateAutomaticSnapshot(); - } - } return parent::post_save(); } - /* - * Create the snapshot object in case of automated snapshot. + /** + * @return void + * Note : Create a snapshot of current data before save, verifying if data have changed before taking a snap. */ public function generateAutomaticSnapshot () { - $snapshotHandler = new SnapshotHandler(); - $snapshotHandler->createSnapshot($this->dn, 'automatic snapshot', 'USER', 'FD'); - $snapshotHandler->verifySnapshotRetention($this->dn); + // Get the hash of current data before modifications. + global $config; + $ldap = $config->get_ldap_link(); + $currentSnapHash = md5($ldap->generateLdif($this->dn, '(!(objectClass=gosaDepartment))', 'sub')); + + // Verify if current snap hash already exist in the list of existing snapshots - not taking a snap if it exists. + $snapshotHandler = new SnapshotHandler(); + $existingSnapshots = $snapshotHandler->getAvailableSnapsShots($this->dn); + $sameHashExist = FALSE; + foreach ($existingSnapshots as $snap) { + if (!empty($snap['fdSnapshotHash'][0]) && $snap['fdSnapshotHash'][0] === $currentSnapHash) { + $sameHashExist = TRUE; + } + } + // Create the snapshot + if ($sameHashExist === FALSE) { + $snapshotHandler->createSnapshot($this->dn, 'automatic snapshot', 'USER', 'FD'); + $snapshotHandler->verifySnapshotRetention($this->dn); + } } function adapt_from_template (array $attrs, array $skip = []) @@ -430,7 +460,7 @@ class user extends simplePlugin $ldap = $config->get_ldap_link(); $ldap->cat($userdn, ['pwdPolicySubentry', 'pwdHistory', 'pwdChangedTime', 'userPassword']); - $attrs = $ldap->fetch(TRUE); + $attrs = $ldap->fetch(TRUE); $ppolicydn = ''; if (isset($attrs['pwdPolicySubentry'][0])) { $ppolicydn = $attrs['pwdPolicySubentry'][0]; @@ -482,7 +512,7 @@ class user extends simplePlugin if (isset($policy['pwdMinAge'][0]) && isset($attrs['pwdChangedTime'][0])) { $date = LdapGeneralizedTime::fromString($attrs['pwdChangedTime'][0]); $date->setTimezone(timezone::utc()); - $now = new DateTime('now', timezone::utc()); + $now = new DateTime('now', timezone::utc()); if ($now->getTimeStamp() < $date->getTimeStamp() + $policy['pwdMinAge'][0]) { return sprintf(_('You must wait %d seconds before changing your password again'), $policy['pwdMinAge'][0] - ($now->getTimeStamp() - $date->getTimeStamp())); } @@ -494,7 +524,7 @@ class user extends simplePlugin unset($attrs['pwdHistory']['count']); foreach ($attrs['pwdHistory'] as $pwdHistory) { $pwdHistory = explode('#', $pwdHistory, 4); - $method = passwordMethod::get_method($pwdHistory[3], $user); + $method = passwordMethod::get_method($pwdHistory[3], $user); if (($method !== NULL) && $method->checkPassword($new_password, $pwdHistory[3])) { return _('Password is in history of old passwords'); } diff --git a/plugins/workflow/mailtemplate/class_mailTemplate.inc b/plugins/workflow/mailtemplate/class_mailTemplate.inc new file mode 100644 index 0000000000000000000000000000000000000000..ff3906a5e9d2135e80c4a25a6cf4431b2ebdf3ef --- /dev/null +++ b/plugins/workflow/mailtemplate/class_mailTemplate.inc @@ -0,0 +1,118 @@ +<?php +/* + This code is part of FusionDirectory (http://www.fusiondirectory.org/) + + Copyright (C) 2012-2022 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. +*/ + +class mailTemplate extends simplePlugin +{ + var $displayHeader = FALSE; + + public static function plInfo (): array + { + return [ + 'plShortName' => _('Mail Template'), + 'plDescription' => _('Mail Template'), + 'plObjectClass' => ['fdMailTemplate'], + 'plFilter' => '(objectClass=fdMailTemplate)', + 'plObjectType' => ['mailTemplate' => [ + 'name' => _('Mail Template'), + 'ou' => get_ou('mailTemplateRDN'), + 'icon' => 'geticon.php?context=applications&icon=mail-template&size=16', + ]], + 'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo()) + ]; + } + + static function getAttributesInfo (): array + { + global $config; + return [ + // Attributes are grouped by section + 'mailTemplate' => [ + 'name' => _('Mail Object'), + 'attrs' => [ + new StringAttribute( + _('Mail Template Name'), _('Mail Template Name'), + 'cn', TRUE + ), + new StringAttribute( + _('Mail Subject'), _('Mail Subject'), + 'fdMailTemplateSubject', TRUE + ), + new TextAreaAttribute( + _('Mail Template Body'), _('Text to be sent to recipient'), + 'fdMailTemplateBody', TRUE + ), + new TextAreaAttribute( + _('Mail Signature'), _('Mail Signature'), + 'fdMailTemplateSignature', FALSE + ), + new BooleanAttribute( + _('Read Receipt'), + _('Read Receipt'), + 'fdMailTemplateReadReceipt', FALSE + ), + // Management of attachments files in a sub-node ldap format. + new SubNodesAttribute( + '', _('Attachments'), + 'attachments', ['fdMailAttachments'], + [ + new StringAttribute( + _('Name'), _('The name of the attachment file'), + 'cn', TRUE + ), + new FileDownloadAttribute( + _('Attachment'), _('Import a file for this e-mail'), + 'fdMailAttachmentsContent', FALSE, '', TRUE + ), + ], + FALSE, /* no order */ + [], + TRUE /* edit enabled */ + ), + ] + ], + ]; + } + + + function __construct ($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE) + { + global $config; + parent::__construct($dn, $object, $parent, $mainTab); + + } + + protected function shouldSave (): bool + { + // Trigger a save method required due to sub nodes not being triggered by default. (Modification and suppression). + return TRUE; + } + + + function ldap_save (): array + { + global $config; + $errors = parent::ldap_save(); + $this->attributesAccess['attachments']->postLdapSave($config->get_ldap_link()); + return $errors; + } + + +} diff --git a/plugins/workflow/tasks/class_tasks.inc b/plugins/workflow/tasks/class_tasks.inc new file mode 100644 index 0000000000000000000000000000000000000000..b181c6849c258ae11e382a67d7ff73c1417fce21 --- /dev/null +++ b/plugins/workflow/tasks/class_tasks.inc @@ -0,0 +1,297 @@ +<?php +/* + This code is part of FusionDirectory (http://www.fusiondirectory.org/) + + Copyright (C) 2012-2022 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. +*/ + +class tasks extends simplePlugin +{ + protected $displayHeader = FALSE; + + static function plInfo (): array + { + return [ + 'plShortName' => _('Tasks'), + 'plDescription' => _('Tasks'), + 'plObjectClass' => ['fdTasks'], + 'plFilter' => '(objectClass=fdTasks)', + 'plPriority' => 41, + 'plObjectType' => ['tasks' => [ + 'name' => _('Tasks'), + 'ou' => get_ou('tasksRDN'), + 'icon' => 'geticon.php?context=applications&icon=tasks&size=16', + ]], + 'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo()) + ]; + } + + static function getAttributesInfo (): array + { + return [ + // Attributes are grouped by section + 'tasks' => [ + 'name' => _('Tasks Generic'), + 'attrs' => [ + new StringAttribute( + _('Task Name'), _('Name for this task'), + 'cn', TRUE + ), + new DateTimeAttribute( + _('Schedule'), '', + 'fdTasksScheduleDate', FALSE + ), + + new HiddenAttribute('fdTasksStatus', TRUE, '1', '', 'Status', 'Status of the task'), + new HiddenAttribute('fdTasksLastExec', FALSE, '', '', 'LastExec', 'Last exec date'), + new HiddenAttribute('fdTasksCreationDate', TRUE, date("Y-m-d h:i:sa"), '', 'StartDate', 'Start Date And Time Of A Task'), + ] + ], + 'subTasks' => [ + 'name' => _('Creation of Sub Tasks - Starting this task'), + 'attrs' => [ + new BooleanAttribute( + _('Activate SubTasks'), _('Trigger the creation of this task and related subtasks'), + 'fdSubTasksActivation', FALSE + ), + ] + ], + 'taskSetting' => [ + 'name' => _('Advanced settings'), + 'attrs' => [ + new BooleanAttribute( + _('Only with new members'), _('Allows creation of sub-tasks for "NEW MEMBERS" only. (Case of Dynamic Group)'), + 'fdTasksUpdatable', FALSE, TRUE + ), + new BooleanAttribute( + _('Repeatable Task'), _('Set the task to be repeatable.'), + 'fdTasksRepeatable', FALSE + ), + new SelectAttribute( + _('Repeatable Schedule'), _('Select the desired schedule.'), + 'fdTasksRepeatableSchedule', TRUE, ['Yearly', 'Monthly', 'Weekly', 'Daily', 'Hourly'], 'Daily', + ['Yearly', 'Monthly', 'Weekly', 'Daily', 'Hourly'] + ), + ] + ], + ]; + } + + + function __construct ($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE) + { + parent::__construct($dn, $object, $parent, $mainTab); + + $this->attributesAccess['fdTasksRepeatable']->setManagedAttributes( + [ + 'disable' => [ + FALSE => [ + 'fdTasksRepeatableSchedule', + ] + ] + ] + ); + + $this->attributesAccess['fdSubTasksActivation']->setInLdap(FALSE); + } + + function save (): array + { + // Verification if the bool of activation is ticked and activate the last exec accordingly. + if ($this->fdSubTasksActivation === TRUE) { + $currentDateTime = date("Y-m-d H:i:s"); + $this->fdTasksLastExec = $currentDateTime; + } + return parent::save(); + } + + /** + * @param array $listOfDN + * @param string $attributeType + * @param array|NULL $attrs + * @param string $taskType + * @return void + * Note : $taskType is present to define the object name related to life cycle (core) and any new plugins added to tasks. + */ + public function createSlaveTasks (array $listOfDN, string $attributeType, array $attrs = NULL, string $taskType = ''): void + { + global $config; + $ldap = $config->get_ldap_link(); + + // Take the attribute from the other tabs - attribute cannot be null or unset by default + $schedule = $this->fdTasksScheduleDate ?? NULL; + // Verify if members can have multiple sub-tasks for that main task. + $newMemberOnly = $this->fdTasksUpdatable; + + // remove 'dn' keeping only 'cn' + $rmDn = preg_replace('/(?=,).*/', '', $this->dn); + // only take the cn without dc + preg_match('/cn=(.*)/', $rmDn, $matches); + + if (!empty($listOfDN)) { + // Condition allowing the creation of subtasks for existing members + if ($newMemberOnly === TRUE) { + $ldap->cd($config->current['BASE']); + $filter = '(&(objectClass=fdTasksGranular)(fdTasksGranularMaster=' . $this->dn . '))'; + $ldap->search($filter, [$attributeType]); + + // The while loop is important to get all info from ldap into the array. + while ($info = $ldap->fetch()) { + $subTasks[] = $info; + } + + if (!empty($subTasks)) { + // Recuperate members DN from the ldap search. + foreach ($subTasks as $subTask) { + + // For lifeCycle we check DN and for mailObject we check mail + switch ($attributeType) { + case 'fdTasksGranularDN': + $membersDN[] = $subTask['fdTasksGranularDN'][0]; + break; + case 'fdTasksGranularMail': + $membersDN[] = $subTask['fdTasksGranularMail'][0]; + break; + } + } + // Verify the DN differences and only keep those. + if (!empty($membersDN)) { + $listOfDN = array_diff($listOfDN, $membersDN); + } + // Simple re-index the array. + $listOfDN = array_values($listOfDN); + } + } + + foreach ($listOfDN as $dn) { + // Here we create the object taskGranular + $tabObject = objects::create('TasksGranular'); + + // Create a unique ID based on timestamp (Allowing duplicate subtasks for same members in case of repeat). + $timestamp = microtime(TRUE); // Get the current timestamp with microseconds + $timestamp = (string)$timestamp; // Convert the float to a string, str_replace expect array or string. + $uniqueID = str_replace(".", "_", $timestamp); // Remove . with _ for correct CN + + // Array matches come from preg_match function above with rmDn + $subTaskName = $matches[1] . '-SubTask-' . $uniqueID; + + // Define the type of the granular task based on the attribute type passed to this method. + $prepData = NULL; + switch ($attributeType) { + case 'fdTasksGranularMail': + $prepData['tasksGranular'] = [ + "fdTasksGranularMail" => $dn, + "fdTasksGranularType" => 'Mail Object', + "fdTasksGranularRef" => $attrs['ref'], + "fdTasksGranularMailFrom" => $attrs['from'], + "fdTasksGranularMailBCC" => $attrs['bcc'] + ]; + break; + case 'fdTasksGranularDN' : + $prepData['tasksGranular'] = [ + "fdTasksGranularDN" => $dn, + "fdTasksGranularType" => $taskType, + // Verification as 'ref' could potentially not be present depending on the logic of the main task. + "fdTasksGranularRef" => !empty($attrs['ref'][$dn]) ? array_values($attrs['ref'][$dn]) : [], + // Verification if any helper reference must be added to help further backend processing. + "fdTasksGranularHelper" => !empty($attrs['helper']) ? array_values($attrs['helper']) : [], + ]; + break; + } + + // Common attributes to be filled for object tasksGranular. + $defaultData['tasksGranular'] = [ + "cn" => $subTaskName, + "fdTasksGranularMaster" => $this->dn, + "fdTasksGranularSchedule" => $schedule, + ]; + // Simply merged the common values and the custom ones depending on the attribute type passed. + $values['tasksGranular'] = array_merge($prepData['tasksGranular'], $defaultData['tasksGranular']); + + foreach ($values as $tab => $tabvalues) { + if (!isset($tabObject->by_object[$tab])) { + echo "Error tab does not contains attributes values" . PHP_EOL; + } + $error = $tabObject->by_object[$tab]->deserializeValues($tabvalues); + if ($error !== TRUE) { + echo 'Error during deserializing' . $error . PHP_EOL; + } + + $tabObject->current = $tab; + $tabObject->update(); + $tabObject->loadTabs(); + } + $errors = $tabObject->save(); + + if (!empty($errors)) { + msg_dialog::displayChecks($errors); + } + } + } + } + + /** + * @param array $groups + * @return array + */ + public static function extractMembersFromGroups (array $groups): array + { + global $config; + + $ldap = $config->get_ldap_link(); + $listMemberDN = []; + + if (!empty($groups)) { + // Verify if the values received is a member or a group and collect the members DN + foreach ($groups as $group) { + if (strpos($group, "ou=groups") !== FALSE) { + + // Position ldap to the dn required (limit search). + $ldap->cd($group); + $filter = '(|(objectClass=groupOfUrls)(objectClass=groupOfNames))'; + $attrs = ['member']; + + $ldap->search($filter, $attrs); + $info = $ldap->fetch(); + + // Verify if the group is not empty of members + if (!empty($info['member'])) { + //unset the count from the array + unset($info['member']['count']); + foreach ($info['member'] as $memberDN) { + $listMemberDN[] = $memberDN; + } + // case of member not within a group or dyngroup + } + } else { + $listMemberDN[] = $group; //Here group is indeed a sole user + } + // Make sure no duplicate can happens, case of same member in an existing group. + $listMemberDN = array_unique($listMemberDN); + } + + // Iterate on the DN list to remove any members representing a group (members of that potential groups were extracted). + foreach ($listMemberDN as $key => $value) { + if (strpos($value, 'ou=groups') !== FALSE) { + unset($listMemberDN[$key]); + } + } + } + return $listMemberDN; + } + +} diff --git a/plugins/configuration/tasks/class_tasksGranular.inc b/plugins/workflow/tasks/class_tasksGranular.inc similarity index 57% rename from plugins/configuration/tasks/class_tasksGranular.inc rename to plugins/workflow/tasks/class_tasksGranular.inc index bd5e4285e7100734746d887f789d5c2708302bd9..9c51c4ca14109e718c06bd9a68e9ede0c31dd5fe 100644 --- a/plugins/configuration/tasks/class_tasksGranular.inc +++ b/plugins/workflow/tasks/class_tasksGranular.inc @@ -25,15 +25,15 @@ class tasksGranular extends simplePlugin static function plInfo (): array { return [ - 'plShortName' => _('Tasks Granular'), - 'plDescription' => _('Granular tasks mangement allowing details reports'), - 'plObjectClass' => ['fdTasksGranular'], - 'plFilter' => '(objectClass=fdTasksGranular)', - 'plPriority' => 41, - 'plObjectType' => ['tasksGranular' => [ - 'name' => _('TasksGranular'), - 'ou' => get_ou('tasksRDN'), - 'icon' => 'geticon.php?context=applications&icon=tasks&size=16', + 'plShortName' => _('Tasks Granular'), + 'plDescription' => _('Granular tasks management allowing details reports'), + 'plObjectClass' => ['fdTasksGranular'], + 'plFilter' => '(objectClass=fdTasksGranular)', + 'plPriority' => 41, + 'plObjectType' => ['tasksGranular' => [ + 'name' => _('TasksGranular'), + 'ou' => get_ou('tasksRDN'), + 'icon' => 'geticon.php?context=applications&icon=tasks&size=16', ]], 'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo()) ]; @@ -59,17 +59,27 @@ class tasksGranular extends simplePlugin new HiddenAttribute('fdTasksGranularStatus', TRUE, '1', '', 'Status', 'Status of the task'), new HiddenAttribute('fdTasksGranularMaster', TRUE, '', '', 'Master CN', 'Name of the Master task'), new HiddenAttribute('fdTasksGranularType', TRUE, '', '', 'Type', 'Type of the task'), - new HiddenAttribute('fdTasksGranularRef', TRUE, '', '', 'Type', 'Reference towards a required CN (mail template E.g'), + new HiddenArrayAttribute('fdTasksGranularRef', FALSE, '', '', 'Type', 'Reference towards a required CN (mail template E.g'), + new HiddenArrayAttribute('fdTasksGranularHelper', FALSE, '', '', 'Type', 'Reference towards important info from main tasks (user reminder two different call E.g'), + new DateTimeAttribute( + _('Schedule'), '', + 'fdTasksGranularSchedule', FALSE + ), + // Below attribute are for tasks of type lifeCycle and other tasks added as plugin + new StringAttribute( // Attribute is mostly used to store important DN requiring processing by Orchestrator. + _('Related DN'), _('DN list filled by main tasks'), + 'fdTasksGranularDN', FALSE + ), + // Below attributes are for tasks of type Mail new MailAttribute( - _('Email'), - _('Email address to which messages will be sent'), 'fdTasksGranularMail', TRUE), + _('Email'), + _('Email address to which messages will be sent'), 'fdTasksGranularMail', FALSE), new MailAttribute( - _('Email'), - _('Email address from which emails will be sent'), 'fdTasksGranularMailFrom', TRUE), - new DateTimeAttribute( - _('Schedule'), '', - 'fdTasksGranularSchedule', FALSE - ) + _('Email'), + _('Email address from which emails will be sent'), 'fdTasksGranularMailFrom', FALSE), + new MailAttribute( + _('Email'), + _('BCC Email address'), 'fdTasksGranularMailBCC', FALSE), ] ] ]; @@ -77,7 +87,6 @@ class tasksGranular extends simplePlugin function __construct ($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE) { - global $config; parent::__construct($dn, $object, $parent, $mainTab); } diff --git a/plugins/configuration/tasks/class_tasksMail.inc b/plugins/workflow/tasks/class_tasksMail.inc similarity index 52% rename from plugins/configuration/tasks/class_tasksMail.inc rename to plugins/workflow/tasks/class_tasksMail.inc index c657987c739e9eae0245701bf5871d447ca43173..e8cf6a684338b401b5791c28decb460c19b5ab2c 100644 --- a/plugins/configuration/tasks/class_tasksMail.inc +++ b/plugins/workflow/tasks/class_tasksMail.inc @@ -26,18 +26,18 @@ class tasksMail extends simplePlugin static function plInfo (): array { return [ - 'plShortName' => _('Tasks Mail'), - 'plDescription' => _('Tasks Mail Object'), - 'plIcon' => 'geticon.php?context=applications&icon=tasks&size=16', - 'plPriority' => 42, - 'plObjectClass' => ['fdTasksMail'], - 'plFilter' => '(objectClass=fdTasksMail)', - 'plObjectType' => ['tasks'], - 'plConflicts' => [''], - 'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo()), + 'plShortName' => _('Tasks Mail'), + 'plDescription' => _('Tasks Mail Object'), + 'plIcon' => 'geticon.php?context=applications&icon=tasks&size=16', + 'plPriority' => 42, + 'plObjectClass' => ['fdTasksMail'], + 'plFilter' => '(objectClass=fdTasksMail)', + 'plObjectType' => ['tasks'], + 'plConflicts' => ['tasksLifeCycle'], + 'plProvidedAcls' => parent::generatePlProvidedAcls(static::getAttributesInfo()), 'plForeignKeys' => [ 'fdTasksMailUsers' => [ - ['user','dn','fdTasksMailUsers=%oldvalue%','*'] + ['user', 'dn', 'fdTasksMailUsers=%oldvalue%', '*'] ] ], ]; @@ -47,7 +47,7 @@ class tasksMail extends simplePlugin { return [ // Attributes are grouped by section - 'taskMail' => [ + 'taskMail' => [ 'name' => _('Task Mail Object'), 'attrs' => [ new SelectAttribute( @@ -57,12 +57,15 @@ class tasksMail extends simplePlugin new HiddenArrayAttribute('fdTasksEmailsFromDN', FALSE, ''), ] ], - 'From Component' => [ - 'name' => _('Sender email address'), + 'From Component' => [ + 'name' => _('Sender and BCC email address'), 'attrs' => [ - new MailAttribute( - _('Sender email address'), - _('Email address from which mails will be sent'), 'fdTasksEmailSender', TRUE, 'to.be@chang.ed'), + new MailAttribute( + _('Sender email address'), + _('Email address from which mails will be sent'), 'fdTasksEmailSender', TRUE, 'to.be@chang.ed'), + new MailAttribute( + _('BCC email address'), + _('Email address to put in BCC'), 'fdTasksEmailBCC', FALSE, ''), ] ], 'UserGroupSelection' => [ @@ -74,7 +77,7 @@ class tasksMail extends simplePlugin ), ], ], - 'tasksMailType' => [ + 'tasksMailType' => [ 'name' => _('Type of e-mail address desired'), 'attrs' => [ new SelectAttribute( @@ -124,16 +127,22 @@ class tasksMail extends simplePlugin parent::update(); // get the value of type mail desired and if null set default - $mailAttr = $this->attributesAccess['fdTasksMailType']->getValue(); + $mailAttr = $this->attributesAccess['fdTasksMailType']->getValue(); if (empty($mailAttr)) { $mailAttr = 'mail'; } // create a method which return the objectype and attribute names required $mailObject = $this->getMailObject($mailAttr); + // Get the members or groups selected + $attributeValue = $this->attributesAccess['fdTasksMailUsers']->getValue(); + // Extract members from potential groups and dyn-groups. + $listOfDN = tasks::extractMembersFromGroups($attributeValue); // send the objectype and attrs name to the below method - $this->setEmailsFromSelectedDN($mailObject, $mailAttr); + $this->attributesAccess['fdTasksEmailsFromDN']->setValue( + array_values(static::getEmailsFromSelectedDN($mailObject, $mailAttr, $listOfDN)) + ); return TRUE; } @@ -141,7 +150,7 @@ class tasksMail extends simplePlugin /* * Return the objectype searched for by setEmailFromSelectedDN */ - public function getMailObject (string $mailAttr) : string + public function getMailObject (string $mailAttr): string { switch ($mailAttr) { case 'mail' : @@ -159,40 +168,40 @@ class tasksMail extends simplePlugin } } - /* - * Populate the fdTasksEmailsFromDN attribute with related mails addresses. - */ - public function setEmailsFromSelectedDN ($mailObject, $mailAttr) : void + /* + * Retrieve registered emails for each DN passed. + */ + public static function getEmailsFromSelectedDN ($mailObject, $mailAttr, $listOfDN): array { global $config; + $ldap = $config->get_ldap_link(); + $mailList = []; - $ldap = $config->get_ldap_link(); - $attributeValue = $this->attributesAccess['fdTasksMailUsers']->getValue(); - - if ($attributeValue && !empty($attributeValue)) { + foreach ($listOfDN as $dn) { + // Position ldap to the dn required (limit search). + $ldap->cd($dn); - $mailList = []; + // filter and attributes should be equals to the arguments passed to this method + $filter = "(objectClass=$mailObject)"; + $attrs = [$mailAttr]; - foreach ($this->attributesAccess['fdTasksMailUsers']->getValue() as $dn) { + $ldap->search($filter, $attrs); + $info = $ldap->fetch(); - $ldap->cd($dn); + if (!empty($info[$mailAttr][0])) { - // filter and attributes should be equals to the arguments passed to this method - $filter = "(objectClass=$mailObject)"; - $attrs = [$mailAttr]; + // Remove anything between curly braces (e.g., {PERSO}, {PRO} as well as supann labels) + $cleanMail = preg_replace('/.+?(?=supann)/', '', $info[$mailAttr][0]); + $finalMail = preg_replace('/\{.*?\}/', '', $cleanMail); - $ldap->search($filter, $attrs); - $info = $ldap->fetch(); + $mailList[] = $finalMail; - if (!empty($info[$mailAttr][0]) && isset($info[$mailAttr][0])) { - // In case of private supann mail, remove the prefix - $mailList[] = preg_replace('/.+?(?=supann)/', '', $info[$mailAttr][0]); - - // A possible enhancement is to recall itself with another mailObject / attr - } + // Render the mailing list unique, somewhat mandatory when updating the members lists with dynGroups and members. + $mailList = array_unique($mailList); + // A possible enhancement is to recall itself with another mailObject / attr } - $this->attributesAccess['fdTasksEmailsFromDN']->setValue(array_values($mailList)); } + return $mailList; } function save (): array @@ -203,73 +212,24 @@ class tasksMail extends simplePlugin $this->generateSlaveTasks(); } - $errors = parent::save(); - return $errors; + return parent::save(); } /* - * Generate slave tasks, carefull that main task cannot be changed cause subtasks are not updated. + * Generate slave tasks, careful that main task cannot be changed cause subtasks are not updated. * It would be dangerous to edit subs tasks if some are under processed already. */ public function generateSlaveTasks () { - $emails = $this->attributesAccess['fdTasksEmailsFromDN']->getValue(); + $listOfDN = $this->attributesAccess['fdTasksEmailsFromDN']->getValue(); + $attributeType = 'fdTasksGranularMail'; + // Ref is supposed to be the mail object CN in this class - $ref = $this->attributesAccess['fdTasksMailObject']->getValue(); - $from = $this->attributesAccess['fdTasksEmailSender']->getValue(); - // Incremental id allowing creation of different CN for sub tasks - $id = 0; - - // Take the attribute from the other tabs - attribute cannot be null or unset by default - $schedule = $this->parent->getBaseObject()->fdTasksScheduleDate ?? NULL; - - if (isset($emails) && !empty($emails)) { - foreach ($emails as $email) { - $id ++; - - // Here we create the object taskGranular - $tabObject = objects::create('TasksGranular'); - - // remove 'dn' keeping only 'cn' - $rmDn = preg_replace('/(?=,).*/', '', $this->dn); - - // only take the cn without dc - preg_match('/cn=(.*)/', $rmDn, $matches); - - $subTaskName = $matches[1].'-SubTask-'.$id; - - $values['tasksGranular'] = [ - "cn" => $subTaskName, - "fdTasksGranularType" => 'Mail Object', - "fdTasksGranularMaster" => $this->dn, - "fdTasksGranularMail" => $email, - "fdTasksGranularSchedule" => $schedule, - "fdTasksGranularRef" => $ref, - "fdTasksGranularMailFrom" => $from - ]; - - foreach ($values as $tab => $tabvalues) { - if (!isset($tabObject->by_object[$tab])) { - echo "Error tab does not contains attributes values" .PHP_EOL; - } - $error = $tabObject->by_object[$tab]->deserializeValues($tabvalues); - if ($error !== TRUE) { - echo 'Error during deserializing' .$error .PHP_EOL; - } - - $tabObject->current = $tab; - $tabObject->update(); - $tabObject->loadTabs(); - } - - $errors = $tabObject->save(); - - // Showing errors should be better, enhancement here required. - if (!empty($errors)) { - $show_error = new SimplePluginError($this, htmlescape(sprintf(_('Error : "%s", already exist ! Editing existing tasks is forbidden.'), $subTaskName))); - $show_error->display(); - } - } - } + $attrs['ref'] = $this->attributesAccess['fdTasksMailObject']->getValue(); + $attrs['from'] = $this->attributesAccess['fdTasksEmailSender']->getValue(); + $attrs['bcc'] = $this->attributesAccess['fdTasksEmailBCC']->getValue(); + + // Call the method from parent tasks object (first tab) to create sub-tasks. + $this->parent->getBaseObject()->createSlaveTasks($listOfDN, $attributeType, $attrs); } }