From cd10389100047a75ade7d05befb675d71d2ab620 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Thu, 30 Aug 2018 01:41:57 +0200 Subject: [PATCH] * [ADD] Added default permissions for accounts based on user, group and profiles. * [MOD] Updated translations * [MOD] Code refactoring --- app/config/actions.xml | 38 +- app/locales/de_DE/LC_MESSAGES/messages.mo | Bin 68049 -> 69026 bytes app/locales/de_DE/LC_MESSAGES/messages.po | 513 +- app/locales/en_GB/LC_MESSAGES/messages.mo | Bin 99895 -> 101725 bytes app/locales/en_GB/LC_MESSAGES/messages.po | 643 +- app/locales/en_US/LC_MESSAGES/messages.mo | Bin 99893 -> 101725 bytes app/locales/en_US/LC_MESSAGES/messages.po | 641 +- app/locales/fr_FR/LC_MESSAGES/messages.mo | Bin 99565 -> 65971 bytes app/locales/fr_FR/LC_MESSAGES/messages.po | 11701 +++++++-------- app/locales/it_IT/LC_MESSAGES/messages.mo | Bin 533 -> 8066 bytes app/locales/it_IT/LC_MESSAGES/messages.po | 10650 +++++++------- app/locales/nl_NL/LC_MESSAGES/messages.mo | Bin 80295 -> 58128 bytes app/locales/nl_NL/LC_MESSAGES/messages.po | 11820 ++++++++-------- .../Controllers/AccessManagerController.php | 20 + .../AccountDefaultPermissionController.php | 352 + .../web/Controllers/AuthTokenController.php | 2 +- .../web/Controllers/CustomFieldController.php | 2 +- .../Helpers/Account/AccountHelper.php | 67 +- .../Grid/AccountDefaultPermissionGrid.php | 199 + .../Controllers/Helpers/Grid/ClientGrid.php | 4 +- .../web/Controllers/PublicLinkController.php | 2 +- .../web/Controllers/UserController.php | 2 +- .../web/Controllers/UserGroupController.php | 2 +- .../web/Controllers/UserProfileController.php | 2 +- .../Forms/AccountDefaultPermissionForm.php | 126 + .../itemshow/account_default_permission.inc | 211 + .../{authtoken.inc => auth_token.inc} | 0 .../material-blue/views/itemshow/client.inc | 4 +- .../{customfield.inc => custom_field.inc} | 0 .../{publiclink.inc => public_link.inc} | 0 .../{usergroup.inc => user_group.inc} | 0 .../itemshow/{userpass.inc => user_pass.inc} | 0 .../{userprofile.inc => user_profile.inc} | 0 lib/SP/Core/Acl/Acl.php | 7 + lib/SP/Core/Acl/ActionsInterface.php | 6 + .../AccountDefaultPermissionData.php | 237 + lib/SP/DataModel/AccountPermission.php | 141 + lib/SP/DataModel/CategoryData.php | 2 +- lib/SP/DataModel/ProfileData.php | 24 + .../AccountDefaultPermissionRepository.php | 334 + .../Account/AccountToUserGroupRepository.php | 12 +- .../AccountDefaultPermissionService.php | 197 + lib/SP/Services/Account/AccountService.php | 77 +- lib/SP/Services/Install/Installer.php | 2 +- .../Upgrade/UpgradeDatabaseService.php | 2 +- schemas/30018083001.sql | 29 + schemas/dbstructure.sql | 31 + ...AccountDefaultPermissionRepositoryTest.php | 406 + .../AccountDefaultPermissionServiceTest.php | 361 + tests/res/config/config.xml | 8 +- tests/res/datasets/syspass.xml | 1 + tests/res/datasets/syspass_account.xml | 1 + tests/res/datasets/syspass_accountAcl.xml | 23 - tests/res/datasets/syspass_accountCrypt.xml | 23 - .../syspass_accountDefaultPermission.xml | 197 + 55 files changed, 21491 insertions(+), 17631 deletions(-) create mode 100644 app/modules/web/Controllers/AccountDefaultPermissionController.php create mode 100644 app/modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php create mode 100644 app/modules/web/Forms/AccountDefaultPermissionForm.php create mode 100644 app/modules/web/themes/material-blue/views/itemshow/account_default_permission.inc rename app/modules/web/themes/material-blue/views/itemshow/{authtoken.inc => auth_token.inc} (100%) rename app/modules/web/themes/material-blue/views/itemshow/{customfield.inc => custom_field.inc} (100%) rename app/modules/web/themes/material-blue/views/itemshow/{publiclink.inc => public_link.inc} (100%) rename app/modules/web/themes/material-blue/views/itemshow/{usergroup.inc => user_group.inc} (100%) rename app/modules/web/themes/material-blue/views/itemshow/{userpass.inc => user_pass.inc} (100%) rename app/modules/web/themes/material-blue/views/itemshow/{userprofile.inc => user_profile.inc} (100%) create mode 100644 lib/SP/DataModel/AccountDefaultPermissionData.php create mode 100644 lib/SP/DataModel/AccountPermission.php create mode 100644 lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php create mode 100644 lib/SP/Services/Account/AccountDefaultPermissionService.php create mode 100644 schemas/30018083001.sql create mode 100644 tests/SP/Repositories/AccountDefaultPermissionRepositoryTest.php create mode 100644 tests/SP/Services/Account/AccountDefaultPermissionServiceTest.php create mode 100644 tests/res/datasets/syspass_accountDefaultPermission.xml diff --git a/app/config/actions.xml b/app/config/actions.xml index 768a5b1d..25f9c729 100644 --- a/app/config/actions.xml +++ b/app/config/actions.xml @@ -328,7 +328,7 @@ 304 CLIENT_CREATE - Nuevo CLiente + Nuevo Cliente client/create @@ -829,4 +829,40 @@ Buscar Notificación notification/search + + 1801 + ACCOUNT_DEFAULT_PERMISSION + Gestión Permisos + accountDefaultPermission/index + + + 1802 + ACCOUNT_DEFAULT_PERMISSION_SEARCH + Buscar Permiso + accountDefaultPermission/search + + + 1803 + ACCOUNT_DEFAULT_PERMISSION_VIEW + Ver Permiso + accountDefaultPermission/view + + + 1804 + ACCOUNT_DEFAULT_PERMISSION_CREATE + Nuevo Permiso + accountDefaultPermission/create + + + 1805 + ACCOUNT_DEFAULT_PERMISSION_EDIT + Editar Permiso + accountDefaultPermission/edit + + + 1806 + ACCOUNT_DEFAULT_PERMISSION_DELETE + Eliminar Permiso + accountDefaultPermission/delete + \ No newline at end of file diff --git a/app/locales/de_DE/LC_MESSAGES/messages.mo b/app/locales/de_DE/LC_MESSAGES/messages.mo index ac43ded1aa836e9d34ad927b3f147ea8e89efa2d..c3f3e4830e6cde50bb6dfcee5949a48c2aebf78c 100644 GIT binary patch delta 19550 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 hVX4O+mGho^>S9=G{ug&WQfI${{xB&8m|BV diff --git a/app/locales/de_DE/LC_MESSAGES/messages.po b/app/locales/de_DE/LC_MESSAGES/messages.po index 96a0f8f3..38b31068 100644 --- a/app/locales/de_DE/LC_MESSAGES/messages.po +++ b/app/locales/de_DE/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-28 01:42+0100\n" -"PO-Revision-Date: 2018-08-28 01:44+0100\n" +"POT-Creation-Date: 2018-08-30 01:27+0100\n" +"PO-Revision-Date: 2018-08-30 01:27+0100\n" "Last-Translator: nuxsmin \n" "Language-Team: \n" "Language: de_DE\n" @@ -92,10 +92,10 @@ msgstr "Anfragen" #: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:125 #: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:156 #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:74 -#: ../../../modules/web/Controllers/ConfigManagerController.php:167 +#: ../../../modules/web/Controllers/ConfigManagerController.php:171 #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:389 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:20 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:389 #: ../../../config/actions.xml:13 msgid "Cuentas" msgstr "Konten" @@ -181,30 +181,32 @@ msgstr "Aktualisiere verschlüsselte Daten" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:91 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:293 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 msgid "Categorías" msgstr "Kategorien" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:325 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 msgid "Clientes" msgstr "Kunden" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:102 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:13 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:47 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:50 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:245 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:118 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:245 msgid "Usuarios" msgstr "Benutzer" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:93 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:51 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:261 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:157 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 msgid "Grupos" msgstr "Gruppen" @@ -510,12 +512,12 @@ msgstr "Senden Sie Details mit der Rückantwort" #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:250 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:257 #: ../../../modules/web/themes/material-blue/views/install/index.inc:42 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:46 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:53 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:93 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:101 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:38 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:38 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 #: ../../../modules/web/themes/material-blue/views/login/index.inc:26 #: ../../../modules/web/themes/material-blue/views/login/index.inc:88 #: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:20 @@ -737,6 +739,28 @@ msgstr "Konto entfernen" msgid "Modificar Clave de Cuenta" msgstr "Kontopasswort ändern" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:71 +#: ../../../config/actions.xml:847 +msgid "Ver Permiso" +msgstr "View Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:156 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:157 +#: ../../../config/actions.xml:853 +msgid "Nuevo Permiso" +msgstr "New Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:211 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:174 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:175 +#: ../../../config/actions.xml:859 +msgid "Editar Permiso" +msgstr "Edit Permission" + #: ../../../modules/web/Controllers/AccountFileController.php:183 #, php-format msgid "Extensión: %s" @@ -789,10 +813,12 @@ msgstr "Kategorie ändern" msgid "Ver Categoría" msgstr "Kategorie anzeigen" +#. (itstool) path: action/text #: ../../../modules/web/Controllers/ClientController.php:100 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:152 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:153 #: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:331 msgid "Nuevo Cliente" msgstr "Neuer Kunde" @@ -831,66 +857,66 @@ msgstr "Importierte Benutzer: %d / %d" msgid "Errores: %d" msgstr "Fehler: %d" -#: ../../../modules/web/Controllers/ConfigManagerController.php:153 +#: ../../../modules/web/Controllers/ConfigManagerController.php:157 #: ../../../modules/web/themes/material-blue/views/install/index.inc:131 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:425 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:425 msgid "General" msgstr "Allgemein" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:182 +#: ../../../modules/web/Controllers/ConfigManagerController.php:186 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 #: ../../../config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:201 +#: ../../../modules/web/Controllers/ConfigManagerController.php:205 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:222 +#: ../../../modules/web/Controllers/ConfigManagerController.php:231 #: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 msgid "Correo" msgstr "E-Mail" -#: ../../../modules/web/Controllers/ConfigManagerController.php:259 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:441 +#: ../../../modules/web/Controllers/ConfigManagerController.php:268 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 msgid "Encriptación" msgstr "Verschlüsselung" -#: ../../../modules/web/Controllers/ConfigManagerController.php:299 +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 msgid "Último backup" msgstr "Letztes Backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:299 +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 msgid "No se encontraron backups" msgstr "Keine Backups vorhanden" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 msgid "Última exportación" msgstr "Letzter Export" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 msgid "No se encontró archivo de exportación" msgstr "Keine Exportdatei gefunden" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:313 +#: ../../../modules/web/Controllers/ConfigManagerController.php:322 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 #: ../../../config/actions.xml:721 msgid "Copia de Seguridad" msgstr "Sicherung" -#: ../../../modules/web/Controllers/ConfigManagerController.php:330 +#: ../../../modules/web/Controllers/ConfigManagerController.php:339 msgid "Importar Cuentas" msgstr "Importiere Konten" -#: ../../../modules/web/Controllers/ConfigManagerController.php:348 +#: ../../../modules/web/Controllers/ConfigManagerController.php:357 msgid "No instalado" msgstr "Nicht installiert" -#: ../../../modules/web/Controllers/ConfigManagerController.php:352 +#: ../../../modules/web/Controllers/ConfigManagerController.php:361 msgid "Información" msgstr "Information" @@ -980,7 +1006,7 @@ msgstr "Öffentlichen Link erstellen" #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:374 #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:64 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 #: ../../../config/actions.xml:169 ../../../config/actions.xml:259 msgid "Ver Clave" msgstr "Passwort anzeigen" @@ -1052,13 +1078,13 @@ msgstr "Nach Kunde sortieren" #: ../../../modules/web/themes/material-blue/views/config/info.inc:30 #: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:16 #: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:19 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:19 #: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:13 #: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:16 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:19 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:15 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:512 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:15 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:512 msgid "Nombre" msgstr "Name" @@ -1084,6 +1110,7 @@ msgid "Ordenar por Categoría" msgstr "Nach Kategorie sortieren" #: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 #: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:55 @@ -1101,12 +1128,15 @@ msgstr "Nach Kategorie sortieren" #: ../../../modules/web/themes/material-blue/views/config/mail.inc:111 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:230 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:244 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:18 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:60 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:17 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:18 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:62 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:11 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:76 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:76 #: ../../../modules/web/themes/material-blue/views/login/index.inc:15 #: ../../../modules/web/themes/material-blue/views/login/index.inc:84 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 @@ -1134,6 +1164,71 @@ msgstr "URL/IP" msgid "Ordenar por URL / IP" msgstr "Nach URL/IP sortieren" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:90 +msgid "Permisos por Defecto" +msgstr "Default Permissions" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:137 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:15 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:269 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:272 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:213 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:36 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:139 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:141 +msgid "Grupo" +msgstr "Gruppe" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:56 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 +msgid "Perfil" +msgstr "Profil" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:69 +msgid "Prioridad" +msgstr "Priority" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:105 +msgid "Forzado" +msgstr "Forced" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:66 +msgid "SI" +msgstr "Ja" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:67 +msgid "NO" +msgstr "Nein" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:141 +#: ../../../config/actions.xml:841 +msgid "Buscar Permiso" +msgstr "Search for Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:192 +#: ../../../config/actions.xml:865 +msgid "Eliminar Permiso" +msgstr "Delete Permission" + #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:132 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:143 @@ -1178,13 +1273,13 @@ msgid "Restaurar Cuenta" msgstr "Kontowiederherstellung" #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:357 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 msgid "Autorizaciones API" msgstr "API Berechtigungen" #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:32 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:30 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:32 msgid "Acción" msgstr "Aktion" @@ -1209,7 +1304,7 @@ msgstr "Autorisierung entfernen" #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:106 #: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:28 #: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:32 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:32 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:54 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 msgid "Descripción" @@ -1228,16 +1323,6 @@ msgstr "Suche nach Kategorie" msgid "Eliminar Categoría" msgstr "Kategorie entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 -#: ../../../config/strings.js.inc:66 -msgid "SI" -msgstr "Ja" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 -#: ../../../config/strings.js.inc:67 -msgid "NO" -msgstr "Nein" - #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:137 #: ../../../config/actions.xml:349 @@ -1253,21 +1338,21 @@ msgstr "Kunde entfernen" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:91 #: ../../../modules/web/themes/material-blue/views/account/account.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:341 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:341 msgid "Campos Personalizados" msgstr "Benutzerfelder" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:47 msgid "Módulo" msgstr "Module" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:33 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:33 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:16 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 msgid "Tipo" @@ -1280,7 +1365,7 @@ msgstr "Eigenschaften" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:124 #: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:13 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:86 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:86 msgid "Encriptado" msgstr "Verschlüsselt" @@ -1322,7 +1407,7 @@ msgstr "Ereignis" #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:26 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:26 msgid "Login" msgstr "Anmeldung" @@ -1348,8 +1433,8 @@ msgstr "Ereignisprotokoll leeren" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:90 #: ../../../modules/web/themes/material-blue/views/account/account.inc:35 #: ../../../modules/web/themes/material-blue/views/config/accounts.inc:277 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:145 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:405 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:405 #: ../../../config/actions.xml:19 msgid "Archivos" msgstr "Dateien" @@ -1358,8 +1443,8 @@ msgstr "Dateien" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 #: ../../../modules/web/themes/material-blue/views/account/account-history.inc:15 #: ../../../modules/web/themes/material-blue/views/account/account.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:16 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:18 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:18 msgid "Cuenta" msgstr "Konto" @@ -1510,22 +1595,22 @@ msgid "Enlaces" msgstr "Links" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:44 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:46 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:46 msgid "Fecha Creación" msgstr "Erstellungsdatum" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:54 msgid "Fecha Caducidad" msgstr "Ablaufdatum" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:34 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:38 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:38 msgid "Notificar" msgstr "Benachrichtigen" @@ -1533,8 +1618,8 @@ msgstr "Benachrichtigen" #: ../../../modules/web/themes/material-blue/views/account/details.inc:9 #: ../../../modules/web/themes/material-blue/views/account/details.inc:11 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:70 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:68 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:70 msgid "Visitas" msgstr "Besuche" @@ -1566,7 +1651,7 @@ msgstr "Link entfernen" #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:91 #: ../../../modules/web/themes/material-blue/views/account/account.inc:203 #: ../../../modules/web/themes/material-blue/views/account/account.inc:205 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:309 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:309 msgid "Etiquetas" msgstr "Tags" @@ -1599,24 +1684,6 @@ msgstr "Tag bearbeiten" msgid "Eliminar Etiqueta" msgstr "Tag entfernen" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 -msgid "Perfil" -msgstr "Profil" - -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 -#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:137 -#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:15 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:269 -#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:272 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:186 -#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:139 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:141 -msgid "Grupo" -msgstr "Gruppe" - #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:154 #: ../../../config/actions.xml:589 @@ -1703,7 +1770,7 @@ msgid "Eliminar Grupo" msgstr "Gruppe entfernen" #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:277 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 msgid "Perfiles" msgstr "Profile" @@ -1760,7 +1827,7 @@ msgstr "Artikel und Anpassungen" #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:317 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 #: ../../../config/actions.xml:673 msgid "Configuración" msgstr "Konfiguration" @@ -1895,6 +1962,7 @@ msgstr "Ereignisprotokoll leeren?" #: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:87 #: ../../../modules/web/themes/material-blue/views/config/import.inc:57 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:40 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:145 msgid "Seleccionar Grupo" msgstr "Gruppe auswählen" @@ -1904,12 +1972,14 @@ msgstr "Gruppe auswählen" #: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:112 #: ../../../modules/web/themes/material-blue/views/config/import.inc:30 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:258 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:21 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:74 msgid "Seleccionar Usuario" msgstr "Benutzer auswählen" #: ../../../config/strings.js.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:57 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:128 msgid "Seleccionar Perfil" msgstr "Profil auswählen" @@ -1984,7 +2054,7 @@ msgid "Longitud" msgstr "Länge" #: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:36 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 msgid "Seleccionar Acción" msgstr "Aktion auswählen" @@ -2180,8 +2250,8 @@ msgstr "Keine Datensätze gefunden" #: ../../../modules/web/themes/material-blue/views/install/index.inc:61 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:59 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 #: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:31 msgid "Clave (repetir)" msgstr "Passwort (Wiederholung)" @@ -2232,24 +2302,32 @@ msgstr "Letzte Änderung" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:17 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:55 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:161 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 msgid "Ver" msgstr "Ansehen" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:21 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:126 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 msgid "Seleccionar Usuarios" msgstr "Benutzer auswählen" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:97 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:177 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 msgid "Editar" msgstr "Ändern" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:59 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:75 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:165 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:181 msgid "Seleccionar Grupos" msgstr "Gruppen auswählen" @@ -2266,12 +2344,12 @@ msgid "Grupo Principal" msgstr "Primärgruppe" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:131 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:177 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 msgid "Privada" msgstr "Privat" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:193 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 msgid "Privada Grupo" msgstr "Privat für Gruppe" @@ -2293,7 +2371,7 @@ msgstr "Senden" #: ../../../modules/web/themes/material-blue/views/account/account.inc:31 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:120 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:209 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:209 msgid "Permisos" msgstr "Berechtigungen" @@ -2302,7 +2380,7 @@ msgid "Seleccionar Etiquetas" msgstr "Tags auswählen" #: ../../../modules/web/themes/material-blue/views/account/account.inc:238 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 msgid "Seleccionar Cuenta" msgstr "Konto auswählen" @@ -2444,8 +2522,8 @@ msgstr "Operator für Spezialparameter" #: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:50 #: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:225 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:226 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:225 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:226 msgid "Búsqueda global" msgstr "Globale Suche" @@ -2584,7 +2662,7 @@ msgstr "" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/config/accounts.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:373 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:373 #: ../../../config/actions.xml:73 msgid "Enlaces Públicos" msgstr "Öffentliche Links" @@ -2635,7 +2713,7 @@ msgid "Número máximo de visitas" msgstr "Maximale Abrufanzahl" #: ../../../modules/web/themes/material-blue/views/config/accounts.inc:295 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:406 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:406 msgid "Gestión de archivos" msgstr "Dateiverwaltung" @@ -3738,19 +3816,41 @@ msgstr "" "Berechtigungen des Benutzers für die Datenbank werden weder erstellt, noch " "überprüft" -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:58 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:75 +msgid "" +"Prioridad de asignación en caso de coincidir con otros permisos asignados " +"por usuario, grupo o perfil." +msgstr "" +"Assignment priority if permissions match with others assigned by user, group " +"or profile." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:86 +msgid "Prioridad de asignación" +msgstr "Assignment Priority" + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:107 +msgid "Indica si los permisos serán forzados al crear o modificar la cuenta." +msgstr "" +"Enforces the permissions to be set either on creating or updating an " +"account ." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:109 +msgid "Los permisos serán añadidos a los existentes." +msgstr "Permissions will be merged with the existing ones." + +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:58 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:12 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:85 msgid "Opciones" msgstr "Optionen" -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:65 msgid "Regenerar Autorización" msgstr "Autorisierung erneuern" -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:73 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:73 msgid "Token" msgstr "Token" @@ -3766,19 +3866,19 @@ msgstr "" "Standardmäßig sind Kunden, die bereits Konten zugeordnet sind, nur für " "Benutzer mit Zugriff auf diese Konten sichtbar." -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:26 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:26 msgid "Nombre del campo" msgstr "Feldname" -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:59 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 msgid "Texto Ayuda" msgstr "Hilfetext" -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 msgid "Ayuda del campo" msgstr "Feldhilfe" -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:76 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 msgid "Obligatorio" msgstr "Benötigt" @@ -3807,18 +3907,18 @@ msgstr "Autor" msgid "Autor del plugin" msgstr "Plugin-Autor" -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:76 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:78 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:76 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:78 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:84 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:86 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:86 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:95 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:95 msgid "Uso" msgstr "Benutzen" @@ -3890,178 +3990,178 @@ msgstr "Erstelldatum des Masterpassworts" msgid "Usado en" msgstr "Verwendet in" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:26 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:26 msgid "Nombre del grupo" msgstr "Gruppenname" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:39 msgid "Descripción del grupo" msgstr "Beschreibung der Gruppe" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:67 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:527 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:529 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:69 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:527 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:529 msgid "Usado por" msgstr "Verwendet von" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:87 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 msgid "(*) Incluido en grupo" msgstr "(*) Gelistet in der Gruppe" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:21 msgid "Gestión" msgstr "Verwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 msgid "Otros" msgstr "Andere" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:31 msgid "Crear" msgstr "Erstellen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:32 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:32 msgid "Crear nueva cuenta" msgstr "Neues Konto erstellen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:49 msgid "Ver detalles de cuenta" msgstr "Kontodetails anzeigen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 msgid "Ver clave de cuenta" msgstr "Passwort anzeigen" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:81 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 #: ../../../config/actions.xml:253 msgid "Ver Historial" msgstr "Verlauf anzeigen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:82 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:82 msgid "Ver historial de cuenta" msgstr "Kontohistorie anzeigen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:98 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:98 msgid "Editar cuenta" msgstr "Konto ändern" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:113 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:113 msgid "Editar Clave" msgstr "Passwort ändern" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:114 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:114 msgid "Editar clave de cuenta" msgstr "Passwort des Kontos ändern" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:129 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:129 msgid "Eliminar" msgstr "Entfernen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:130 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 msgid "Eliminar cuenta" msgstr "Konto entfernen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:146 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:146 msgid "Ver archivos de cuenta" msgstr "Dateien des Kontos anzeigen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:161 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:161 msgid "Publicar Enlace" msgstr "Teile Link" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:162 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:162 msgid "Publicar enlace a cuenta" msgstr "Teile Link mit Konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:178 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:178 msgid "Crear cuenta privada" msgstr "Erstelle privates Konto" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:194 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:194 msgid "Crear cuenta privada para grupo" msgstr "Erstellen Sie ein privates Konto für die Gruppe" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:210 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:210 msgid "Asignar permisos" msgstr "Berechtigungen zuweisen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:246 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:246 msgid "Gestión de usuarios" msgstr "Benutzerverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:262 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:262 msgid "Gestión de grupos" msgstr "Gruppenverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:278 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:278 msgid "Gestión de perfiles" msgstr "Profilverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:294 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:294 msgid "Gestión de categorías" msgstr "Kategorieverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:310 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:310 msgid "Gestión de etiquetas" msgstr "Tag-Verwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:326 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:326 msgid "Gestión de clientes" msgstr "Kundenverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:342 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:342 msgid "Gestión de campos personalizados" msgstr "Spezifische Felderverwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:358 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:358 msgid "Gestión de autorizaciones API" msgstr "API Berechtigungsmanagement" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:374 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:374 msgid "Gestión de enlaces" msgstr "Link-Verwaltung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:390 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:390 msgid "Gestión de cuentas" msgstr "Kontenverwaltung" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:426 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 #: ../../../config/actions.xml:679 msgid "Configuración General" msgstr "Allgemeine Einstellungen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:442 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 msgid "Opciones de encriptación" msgstr "Verschlüsselungsoptionen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:457 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 msgid "Backup" msgstr "Sicherung" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:458 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 msgid "Realizar copia de seguridad y exportar" msgstr "Backup erstellen und exportieren" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:473 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 msgid "Importar" msgstr "Importieren" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:474 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 msgid "Realizar importación de cuentas" msgstr "Kontoimport" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:493 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:493 msgid "Log de Eventos" msgstr "Ereignisprotokoll" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:494 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 msgid "Ver log de eventos" msgstr "Ereignisprotokoll ansehen" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:520 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:520 msgid "Nombre del perfil" msgstr "Profilname" @@ -4389,11 +4489,6 @@ msgstr "Wiki bearbeiten" msgid "Eliminar Wiki" msgstr "Wiki entfernen" -#. (itstool) path: action/text -#: ../../../config/actions.xml:331 -msgid "Nuevo CLiente" -msgstr "Neuer Kunde" - #. (itstool) path: action/text #: ../../../config/actions.xml:355 msgid "Nuevo Token API" @@ -4574,6 +4669,11 @@ msgstr "Account Management (H)" msgid "Crear Notificación" msgstr "Benachrichtigung erstellen" +#. (itstool) path: action/text +#: ../../../config/actions.xml:835 +msgid "Gestión Permisos" +msgstr "Permissions Management" + #. (itstool) path: strings/text #: ../../../config/strings.xml:4 msgid "Color" @@ -5007,6 +5107,9 @@ msgstr "Link" #~ msgid "Error al eliminar usuarios asociados a la cuenta" #~ msgstr "Fehler beim Entfernen der Benutzer eines Kontos" +#~ msgid "Error al eliminar archivos asociados a la cuenta" +#~ msgstr "Fehler beim Löschen der Dateien eines Kontos" + #~ msgid "Inicio" #~ msgstr "Start" @@ -5098,6 +5201,9 @@ msgstr "Link" #~ msgid "No es posible generar las claves RSA" #~ msgstr "RSA-Schlüssel konnte nicht erstellt werden" +#~ msgid "El archivo de clave no existe" +#~ msgstr "Die Schlüsseldatei existiert nicht" + #~ msgid "Error importando cuenta" #~ msgstr "Fehler beim Importieren des Kontos" @@ -5630,6 +5736,9 @@ msgstr "Link" #~ msgid "Añadir Cliente" #~ msgstr "Kunden hinzufügen" +#~ msgid "Observador no inicializado" +#~ msgstr "Observer nicht initialisiert" + #~ msgid "Es necesario un objeto" #~ msgstr "Ein Objekt wird benötigt" @@ -6447,3 +6556,55 @@ msgstr "Link" #~ msgid "Error al obtener la clave maestra del contexto" #~ msgstr "Fehler beim Abrufen des Masterpassworts vom Kontext" + +#~ msgid "Nuevo CLiente" +#~ msgstr "Neuer Kunde" + +#~ msgid "" +#~ "Si está importando un archivo exportado desde el mismo origen, los datos " +#~ "pueden estar comprometidos." +#~ msgstr "" +#~ "If you are importing an exported file from the same origin, the data " +#~ "could be compromised." + +#~ msgid "Categoría visualizada" +#~ msgstr "Category displayed" + +#~ msgid "Cliente visualizado" +#~ msgstr "Client displayed" + +#~ msgid "Etiqueta visualizada" +#~ msgstr "Tag displayed" + +#~ msgid "Error al crear permiso" +#~ msgstr "Error while creating the permission" + +#~ msgid "Error al actualizar permiso" +#~ msgstr "Error while updating the permission" + +#~ msgid "Error al eliminar permiso" +#~ msgstr "Error while removing the permission" + +#~ msgid "Error al eliminar los permisos" +#~ msgstr "Error while removing the permissions" + +#~ msgid "Permiso no encontrada" +#~ msgstr "Permission not found" + +#~ msgid "Permisos eliminados" +#~ msgstr "Permissions deleted" + +#~ msgid "Permiso eliminado" +#~ msgstr "Permission deleted" + +#~ msgid "Permiso creado" +#~ msgstr "Permission added" + +#~ msgid "Permiso actualizado" +#~ msgstr "Permission updated" + +#~ msgid "Es necesario asignar un elemento del tipo usuario, grupo o perfil" +#~ msgstr "An element of type user, group or profile need to be set" + +#~ msgid "No hay permisos definidos" +#~ msgstr "There aren't any defined permissions" diff --git a/app/locales/en_GB/LC_MESSAGES/messages.mo b/app/locales/en_GB/LC_MESSAGES/messages.mo index 51322f32cb1a92704121df839116630209bf70e4..60bae8c647d5bd16908ccfacf4d1dbda866623d9 100644 GIT binary patch delta 30329 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 rq%i`^b\n" "Language-Team: nuxsmin@syspass.org\n" "Language: en_GB\n" @@ -73,23 +73,23 @@ msgid "Consulte con el administrador" msgstr "Please contact to the administrator" # Not available -#: ../../../../lib/SP/Core/Acl/Acl.php:275 +#: ../../../../lib/SP/Core/Acl/Acl.php:282 #: ../../../../lib/SP/Services/Auth/LoginService.php:582 msgid "N/D" msgstr "N/A" -#: ../../../../lib/SP/Core/Acl/Acl.php:280 +#: ../../../../lib/SP/Core/Acl/Acl.php:287 msgid "Acceso denegado" msgstr "Access denied" -#: ../../../../lib/SP/Core/Acl/Acl.php:281 +#: ../../../../lib/SP/Core/Acl/Acl.php:288 #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:33 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:30 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:32 msgid "Acción" msgstr "Action" -#: ../../../../lib/SP/Core/Acl/Acl.php:282 +#: ../../../../lib/SP/Core/Acl/Acl.php:289 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapBase.php:410 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:165 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:114 @@ -102,13 +102,14 @@ msgstr "Action" #: ../../../../lib/SP/Services/Auth/LoginService.php:586 #: ../../../../lib/SP/Services/Ldap/LdapImportService.php:230 #: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 #: ../../../modules/web/Controllers/LoginController.php:102 #: ../../../modules/web/Controllers/UserController.php:278 #: ../../../modules/web/Controllers/UserController.php:312 -#: ../../../modules/web/Controllers/UserController.php:372 -#: ../../../modules/web/Controllers/UserController.php:411 +#: ../../../modules/web/Controllers/UserController.php:373 +#: ../../../modules/web/Controllers/UserController.php:412 #: ../../../modules/web/Controllers/UserPassResetController.php:187 #: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:55 #: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:61 @@ -125,12 +126,15 @@ msgstr "Action" #: ../../../modules/web/themes/material-blue/views/config/mail.inc:111 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:230 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:244 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:19 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:17 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:18 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:62 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:11 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:77 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:76 #: ../../../modules/web/themes/material-blue/views/login/index.inc:15 #: ../../../modules/web/themes/material-blue/views/login/index.inc:84 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 @@ -186,8 +190,8 @@ msgstr "The key file does not exist" #: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:333 #: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:388 #: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:416 -#: ../../../../lib/SP/Services/Account/AccountService.php:232 #: ../../../../lib/SP/Services/Account/AccountService.php:237 +#: ../../../../lib/SP/Services/Account/AccountService.php:242 #: ../../../../lib/SP/Services/Api/ApiService.php:129 #: ../../../../lib/SP/Services/Api/ApiService.php:227 #: ../../../../lib/SP/Services/Api/ApiService.php:235 @@ -324,15 +328,15 @@ msgstr "New Plugin" #: ../../../modules/web/themes/material-blue/views/account/account.inc:59 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:43 #: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:20 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:19 #: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:13 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:15 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:513 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:29 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:15 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:512 msgid "Nombre" msgstr "Name" @@ -394,6 +398,7 @@ msgstr "Error while searching the group RDN" #: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:115 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:127 #: ../../../../lib/SP/Services/Ldap/LdapImportService.php:137 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:103 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 #: ../../../modules/web/Controllers/UserGroupController.php:220 #: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:137 @@ -402,8 +407,11 @@ msgstr "Error while searching the group RDN" #: ../../../modules/web/themes/material-blue/views/config/encryption.inc:272 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:186 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:36 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:139 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:141 msgid "Grupo" msgstr "Group" @@ -454,10 +462,10 @@ msgstr "Request" #: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:156 #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:74 #: ../../../modules/web/Controllers/ConfigBackupController.php:120 -#: ../../../modules/web/Controllers/ConfigManagerController.php:167 +#: ../../../modules/web/Controllers/ConfigManagerController.php:171 #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:390 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:20 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:389 #: ../../../config/actions.xml:13 msgid "Cuentas" msgstr "Accounts" @@ -468,6 +476,23 @@ msgstr "Accounts" msgid "Notificación" msgstr "Notification" +#: ../../../../lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php:74 +msgid "Error al crear permiso" +msgstr "Error while creating the permission" + +#: ../../../../lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php:111 +msgid "Error al actualizar permiso" +msgstr "Error while updating the permission" + +#: ../../../../lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php:130 +msgid "Error al eliminar permiso" +msgstr "Error while removing the permission" + +#: ../../../../lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php:244 +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:187 +msgid "Error al eliminar los permisos" +msgstr "Error while removing the permissions" + #: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:77 msgid "No se pudo guardar el archivo" msgstr "Error while saving file" @@ -492,7 +517,7 @@ msgstr "Error while deleting the account" #: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:292 #: ../../../../lib/SP/Repositories/Account/AccountRepository.php:455 -#: ../../../../lib/SP/Services/Account/AccountService.php:480 +#: ../../../../lib/SP/Services/Account/AccountService.php:538 msgid "Error al eliminar las cuentas" msgstr "Error while deleting the accounts" @@ -508,7 +533,7 @@ msgid "Error al crear la cuenta" msgstr "Error while creating the account" #: ../../../../lib/SP/Repositories/Account/AccountRepository.php:303 -#: ../../../../lib/SP/Services/Account/AccountService.php:445 +#: ../../../../lib/SP/Services/Account/AccountService.php:504 msgid "Error al restaurar cuenta" msgstr "Error on restoring the account" @@ -921,6 +946,11 @@ msgstr "Update Master Password (H)" msgid "Errores al actualizar las claves de las cuentas del histórico" msgstr "Error while updating the accounts' passwords in history" +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:84 +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:105 +msgid "Permiso no encontrada" +msgstr "Permission not found" + #: ../../../../lib/SP/Services/Account/AccountFileService.php:145 msgid "Error al eliminar archivos" msgstr "Error while deleting the files" @@ -929,18 +959,18 @@ msgstr "Error while deleting the files" msgid "Archivo no encontrado" msgstr "File not found" -#: ../../../../lib/SP/Services/Account/AccountService.php:88 -#: ../../../../lib/SP/Services/Account/AccountService.php:536 -#: ../../../../lib/SP/Services/Account/AccountService.php:591 +#: ../../../../lib/SP/Services/Account/AccountService.php:92 +#: ../../../../lib/SP/Services/Account/AccountService.php:594 +#: ../../../../lib/SP/Services/Account/AccountService.php:649 msgid "La cuenta no existe" msgstr "The account doesn't exist" -#: ../../../../lib/SP/Services/Account/AccountService.php:175 -#: ../../../../lib/SP/Services/Account/AccountService.php:462 +#: ../../../../lib/SP/Services/Account/AccountService.php:179 +#: ../../../../lib/SP/Services/Account/AccountService.php:521 msgid "Cuenta no encontrada" msgstr "Account not found" -#: ../../../../lib/SP/Services/Account/AccountService.php:225 +#: ../../../../lib/SP/Services/Account/AccountService.php:230 msgid "Clave maestra no establecida" msgstr "Master password not set" @@ -1022,8 +1052,8 @@ msgstr "The Master Password either is not saved or is wrong" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:33 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:16 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 msgid "Tipo" @@ -1206,31 +1236,33 @@ msgstr "Error while updating the custom fields data" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 #: ../../../modules/web/Controllers/ConfigBackupController.php:122 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:91 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:294 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 msgid "Categorías" msgstr "Categories" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 #: ../../../modules/web/Controllers/ConfigBackupController.php:121 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:326 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 msgid "Clientes" msgstr "Clients" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:102 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:13 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:51 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:246 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:118 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:245 msgid "Usuarios" msgstr "Users" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:93 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:51 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:262 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:157 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 msgid "Grupos" msgstr "Groups" @@ -1905,7 +1937,7 @@ msgstr "Error while updating the database" #: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:155 #: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:157 msgid "El archivo de actualización no contiene datos" -msgstr "The updating file does not contain data" +msgstr "The update file does not contain data" #: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:187 msgid "Actualización de la Base de Datos realizada correctamente." @@ -1958,9 +1990,9 @@ msgstr "Error while deleting the groups" #: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 #: ../../../modules/web/Controllers/UserController.php:224 -#: ../../../modules/web/Controllers/UserController.php:342 +#: ../../../modules/web/Controllers/UserController.php:343 #: ../../../modules/web/Controllers/UserPassResetController.php:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:232 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:231 msgid "Cambio de Clave" msgstr "Password Change" @@ -2087,6 +2119,13 @@ msgid "Opción no disponible" msgstr "Option unavailable" #: ../../../../lib/SP/Util/ErrorUtil.php:140 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:68 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:142 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:177 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:208 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:238 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:277 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:313 #: ../../../modules/web/Controllers/AccountFileController.php:259 #: ../../../modules/web/Controllers/AccountHistoryManagerController.php:59 #: ../../../modules/web/Controllers/AccountManagerController.php:57 @@ -2150,9 +2189,9 @@ msgstr "Option unavailable" #: ../../../modules/web/Controllers/UserController.php:218 #: ../../../modules/web/Controllers/UserController.php:254 #: ../../../modules/web/Controllers/UserController.php:296 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserController.php:397 -#: ../../../modules/web/Controllers/UserController.php:434 +#: ../../../modules/web/Controllers/UserController.php:357 +#: ../../../modules/web/Controllers/UserController.php:398 +#: ../../../modules/web/Controllers/UserController.php:435 #: ../../../modules/web/Controllers/UserGroupController.php:70 #: ../../../modules/web/Controllers/UserGroupController.php:102 #: ../../../modules/web/Controllers/UserGroupController.php:168 @@ -2220,8 +2259,8 @@ msgstr "Account displayed" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 #: ../../../modules/web/themes/material-blue/views/account/account-history.inc:15 #: ../../../modules/web/themes/material-blue/views/account/account.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:18 msgid "Cuenta" msgstr "Account" @@ -2239,6 +2278,9 @@ msgstr "Account" #: ../../../modules/api/Controllers/ClientController.php:126 #: ../../../modules/api/Controllers/ClientController.php:155 #: ../../../modules/api/Controllers/TagController.php:118 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:260 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:290 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:326 #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 #: ../../../modules/web/themes/material-blue/views/account/details.inc:138 #: ../../../modules/web/themes/material-blue/views/account/details.inc:140 @@ -2255,8 +2297,8 @@ msgstr "Password viewed" #: ../../../modules/api/Controllers/AccountController.php:137 #: ../../../modules/web/Controllers/AccountController.php:775 #: ../../../modules/web/Controllers/AccountController.php:786 -#: ../../../modules/web/Controllers/UserController.php:410 -#: ../../../modules/web/Controllers/UserController.php:414 +#: ../../../modules/web/Controllers/UserController.php:411 +#: ../../../modules/web/Controllers/UserController.php:415 #: ../../../modules/web/Controllers/UserPassResetController.php:186 #: ../../../modules/web/Controllers/UserPassResetController.php:190 msgid "Clave actualizada" @@ -2397,12 +2439,12 @@ msgstr "Send details in the response" #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:250 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:257 #: ../../../modules/web/themes/material-blue/views/install/index.inc:42 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:47 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:102 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:38 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:46 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:101 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:38 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 #: ../../../modules/web/themes/material-blue/views/login/index.inc:26 #: ../../../modules/web/themes/material-blue/views/login/index.inc:88 #: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:20 @@ -2524,29 +2566,29 @@ msgid "Operador de filtrado" msgstr "Filtering operator" #: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:23 msgid "Nombre de la categoría" msgstr "Category name" #: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:36 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:35 msgid "Descripción de la categoría" msgstr "Category description" #: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:27 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:26 msgid "Nombre del cliente" msgstr "Client name" #: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:39 msgid "Descripción del cliente" msgstr "Client description" #: ../../../modules/api/Controllers/Help/ClientHelp.php:56 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:104 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:62 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 msgid "Global" msgstr "Global" @@ -2557,7 +2599,7 @@ msgid "Id de etiqueta" msgstr "Tag Id" #: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:23 msgid "Nombre de la etiqueta" msgstr "Tag name" @@ -2688,9 +2730,9 @@ msgstr "Requester" #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:106 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:121 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:33 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:32 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:32 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:54 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 msgid "Descripción" @@ -2700,6 +2742,48 @@ msgstr "Description" msgid "Solicitud realizada" msgstr "Request done" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:71 +#: ../../../config/actions.xml:847 +msgid "Ver Permiso" +msgstr "View Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:156 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:157 +#: ../../../config/actions.xml:853 +msgid "Nuevo Permiso" +msgstr "New Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:211 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:174 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:175 +#: ../../../config/actions.xml:859 +msgid "Editar Permiso" +msgstr "Edit Permission" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:248 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:251 +msgid "Permisos eliminados" +msgstr "Permissions deleted" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:259 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:263 +msgid "Permiso eliminado" +msgstr "Permission deleted" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:289 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:293 +msgid "Permiso creado" +msgstr "Permission added" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:325 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:329 +msgid "Permiso actualizado" +msgstr "Permission updated" + #: ../../../modules/web/Controllers/AccountFavoriteController.php:55 msgid "Favorito añadido" msgstr "Favorite added" @@ -2856,10 +2940,12 @@ msgstr "Categories deleted" msgid "Ver Categoría" msgstr "View Category" +#. (itstool) path: action/text #: ../../../modules/web/Controllers/ClientController.php:100 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:152 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:153 #: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:331 msgid "Nuevo Cliente" msgstr "New Client" @@ -2928,7 +3014,7 @@ msgstr "Verification of exported data finished" #: ../../../modules/web/Controllers/ConfigBackupController.php:119 #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:124 #: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:13 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:87 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:86 msgid "Encriptado" msgstr "Encrypted" @@ -2946,7 +3032,7 @@ msgstr "No" #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:91 #: ../../../modules/web/themes/material-blue/views/account/account.inc:203 #: ../../../modules/web/themes/material-blue/views/account/account.inc:205 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:310 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:309 msgid "Etiquetas" msgstr "Tags" @@ -3117,66 +3203,66 @@ msgstr "Mail disabled" msgid "Compruebe su buzón de correo" msgstr "Please, check your inbox" -#: ../../../modules/web/Controllers/ConfigManagerController.php:153 +#: ../../../modules/web/Controllers/ConfigManagerController.php:157 #: ../../../modules/web/themes/material-blue/views/install/index.inc:131 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:426 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:425 msgid "General" msgstr "General" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:182 +#: ../../../modules/web/Controllers/ConfigManagerController.php:186 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 #: ../../../config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:201 +#: ../../../modules/web/Controllers/ConfigManagerController.php:205 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:222 +#: ../../../modules/web/Controllers/ConfigManagerController.php:231 #: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 msgid "Correo" msgstr "Mail" -#: ../../../modules/web/Controllers/ConfigManagerController.php:259 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:442 +#: ../../../modules/web/Controllers/ConfigManagerController.php:268 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 msgid "Encriptación" msgstr "Encryption" -#: ../../../modules/web/Controllers/ConfigManagerController.php:299 +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 msgid "Último backup" msgstr "Last backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:299 +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 msgid "No se encontraron backups" msgstr "There aren't any backups available" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 msgid "Última exportación" msgstr "Last export" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 msgid "No se encontró archivo de exportación" msgstr "No export file found" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:313 +#: ../../../modules/web/Controllers/ConfigManagerController.php:322 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 #: ../../../config/actions.xml:721 msgid "Copia de Seguridad" msgstr "Backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:330 +#: ../../../modules/web/Controllers/ConfigManagerController.php:339 msgid "Importar Cuentas" msgstr "Import Accounts" -#: ../../../modules/web/Controllers/ConfigManagerController.php:348 +#: ../../../modules/web/Controllers/ConfigManagerController.php:357 msgid "No instalado" msgstr "Not installed" -#: ../../../modules/web/Controllers/ConfigManagerController.php:352 +#: ../../../modules/web/Controllers/ConfigManagerController.php:361 #: ../../../modules/web/themes/material-blue/inc/Icons.php:65 msgid "Información" msgstr "Information" @@ -3312,7 +3398,7 @@ msgstr "Create Public Link" #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 #: ../../../modules/web/themes/material-blue/inc/Icons.php:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 #: ../../../config/actions.xml:169 ../../../config/actions.xml:259 msgid "Ver Clave" msgstr "View password" @@ -3372,6 +3458,56 @@ msgstr "URL / IP" msgid "Ordenar por URL / IP" msgstr "Sort by URL / IP" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:90 +msgid "Permisos por Defecto" +msgstr "Default Permissions" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: ../../../modules/web/Controllers/UserProfileController.php:216 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:56 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 +msgid "Perfil" +msgstr "Profile" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:69 +msgid "Prioridad" +msgstr "Priority" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:105 +msgid "Forzado" +msgstr "Forced" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:66 +msgid "SI" +msgstr "YES" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:67 +msgid "NO" +msgstr "NO" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:141 +#: ../../../config/actions.xml:841 +msgid "Buscar Permiso" +msgstr "Search for Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:192 +#: ../../../config/actions.xml:865 +msgid "Eliminar Permiso" +msgstr "Delete Permission" + #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:132 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:143 @@ -3416,7 +3552,7 @@ msgid "Restaurar Cuenta" msgstr "Account Restore" #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:358 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 msgid "Autorizaciones API" msgstr "API Authorizations" @@ -3447,16 +3583,6 @@ msgstr "Search for Category" msgid "Eliminar Categoría" msgstr "Delete Category" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 -#: ../../../config/strings.js.inc:66 -msgid "SI" -msgstr "YES" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 -#: ../../../config/strings.js.inc:67 -msgid "NO" -msgstr "NO" - #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:137 #: ../../../config/actions.xml:349 @@ -3472,13 +3598,13 @@ msgstr "Delete Client" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:91 #: ../../../modules/web/themes/material-blue/views/account/account.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:342 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:341 msgid "Campos Personalizados" msgstr "Custom Fields" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:47 msgid "Módulo" msgstr "Module" @@ -3518,8 +3644,8 @@ msgstr "Event" #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:26 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:26 msgid "Login" msgstr "Login" @@ -3545,8 +3671,8 @@ msgstr "Clear event log" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:90 #: ../../../modules/web/themes/material-blue/views/account/account.inc:35 #: ../../../modules/web/themes/material-blue/views/config/accounts.inc:277 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:406 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:405 #: ../../../config/actions.xml:19 msgid "Archivos" msgstr "Files" @@ -3695,22 +3821,22 @@ msgid "Enlaces" msgstr "Links" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:46 msgid "Fecha Creación" msgstr "Creation Date" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:54 msgid "Fecha Caducidad" msgstr "Expiry Date " #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:38 msgid "Notificar" msgstr "Notify" @@ -3718,8 +3844,8 @@ msgstr "Notify" #: ../../../modules/web/themes/material-blue/views/account/details.inc:9 #: ../../../modules/web/themes/material-blue/views/account/details.inc:11 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:68 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:70 msgid "Visitas" msgstr "Visits" @@ -3777,13 +3903,6 @@ msgstr "Edit Tag" msgid "Eliminar Etiqueta" msgstr "Delete Tag" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/UserProfileController.php:216 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:123 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:125 -msgid "Perfil" -msgstr "Profile" - #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:154 #: ../../../config/actions.xml:589 @@ -3870,7 +3989,7 @@ msgid "Eliminar Grupo" msgstr "Delete Group" #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:278 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 msgid "Perfiles" msgstr "Profiles" @@ -3929,7 +4048,7 @@ msgstr "Items and Customizations" #: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:317 #: ../../../modules/web/themes/material-blue/inc/Icons.php:63 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 #: ../../../config/actions.xml:673 msgid "Configuración" msgstr "Configuration" @@ -4083,13 +4202,13 @@ msgstr "User deleted" msgid "Usuario creado" msgstr "User added" -#: ../../../modules/web/Controllers/UserController.php:371 -#: ../../../modules/web/Controllers/UserController.php:377 +#: ../../../modules/web/Controllers/UserController.php:372 +#: ../../../modules/web/Controllers/UserController.php:378 msgid "Usuario actualizado" msgstr "User updated" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:438 +#: ../../../modules/web/Controllers/UserController.php:439 #: ../../../config/actions.xml:559 msgid "Ver Usuario" msgstr "View User" @@ -4176,6 +4295,14 @@ msgstr "Preferences updated" msgid "Preferencias" msgstr "Preferences" +#: ../../../modules/web/Forms/AccountDefaultPermissionForm.php:111 +msgid "Es necesario asignar un elemento del tipo usuario, grupo o perfil" +msgstr "An element of type user, group or profile need to be set" + +#: ../../../modules/web/Forms/AccountDefaultPermissionForm.php:115 +msgid "No hay permisos definidos" +msgstr "There aren't any defined permissions" + #: ../../../modules/web/Forms/AccountForm.php:139 msgid "Es necesaria una clave" msgstr "A key is needed" @@ -4284,13 +4411,15 @@ msgstr "View Details" #: ../../../modules/web/themes/material-blue/inc/Icons.php:37 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:98 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:177 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 msgid "Editar" msgstr "Edit" #: ../../../modules/web/themes/material-blue/inc/Icons.php:38 #: ../../../modules/web/themes/material-blue/inc/Icons.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:130 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:129 msgid "Eliminar" msgstr "Delete" @@ -4299,12 +4428,12 @@ msgid "Cambiar Clave" msgstr "Change Password" #: ../../../modules/web/themes/material-blue/inc/Icons.php:40 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:194 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 msgid "Admin Aplicación" msgstr "Application Admin" #: ../../../modules/web/themes/material-blue/inc/Icons.php:41 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:212 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 msgid "Admin Cuentas" msgstr "Accounts Admin" @@ -4313,7 +4442,7 @@ msgid "Usuario de LDAP" msgstr "LDAP User" #: ../../../modules/web/themes/material-blue/inc/Icons.php:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:251 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 msgid "Deshabilitado" msgstr "Disabled" @@ -4332,7 +4461,7 @@ msgid "Copiar" msgstr "Copy" #: ../../../modules/web/themes/material-blue/inc/Icons.php:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:79 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:78 msgid "Email" msgstr "Email" @@ -4482,7 +4611,8 @@ msgstr "Clear event log?" #: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:87 #: ../../../modules/web/themes/material-blue/views/config/import.inc:57 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:145 msgid "Seleccionar Grupo" msgstr "Select Group" @@ -4491,13 +4621,15 @@ msgstr "Select Group" #: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:112 #: ../../../modules/web/themes/material-blue/views/config/import.inc:30 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:258 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:21 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:74 msgid "Seleccionar Usuario" msgstr "Select User" #: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:57 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:128 msgid "Seleccionar Perfil" msgstr "Select Profile" @@ -4571,7 +4703,7 @@ msgid "Longitud" msgstr "Length" #: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:37 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 msgid "Seleccionar Acción" msgstr "Select Action" @@ -4737,10 +4869,10 @@ msgstr "No records found" #: ../../../modules/web/themes/material-blue/views/account/account.inc:160 #: ../../../modules/web/themes/material-blue/views/account/account.inc:167 #: ../../../modules/web/themes/material-blue/views/install/index.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:109 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:116 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:59 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 #: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:31 msgid "Clave (repetir)" msgstr "Password (repeat)" @@ -4763,8 +4895,8 @@ msgstr "Details" #: ../../../modules/web/themes/material-blue/views/account/account-history.inc:117 #: ../../../modules/web/themes/material-blue/views/account/account-link.inc:71 #: ../../../modules/web/themes/material-blue/views/account/account.inc:192 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:157 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:156 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:162 msgid "Notas" msgstr "Notes" @@ -4784,25 +4916,31 @@ msgstr "Select date" #: ../../../modules/web/themes/material-blue/views/account/account.inc:264 #: ../../../modules/web/themes/material-blue/views/account/details.inc:27 #: ../../../modules/web/themes/material-blue/views/account/details.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:285 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:287 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:286 msgid "Última Modificación" msgstr "Last Modification" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:17 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:55 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:161 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 msgid "Ver" msgstr "View" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:21 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:126 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 msgid "Seleccionar Usuarios" msgstr "Select Users" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:59 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:75 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:165 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:181 msgid "Seleccionar Grupos" msgstr "Select Groups" @@ -4819,12 +4957,12 @@ msgid "Grupo Principal" msgstr "Main Group" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:131 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:178 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 msgid "Privada" msgstr "Private" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:194 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 msgid "Privada Grupo" msgstr "Private for Group" @@ -4846,7 +4984,7 @@ msgstr "Send" #: ../../../modules/web/themes/material-blue/views/account/account.inc:31 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:120 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:210 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:209 msgid "Permisos" msgstr "Permissions" @@ -4855,7 +4993,7 @@ msgid "Seleccionar Etiquetas" msgstr "Select Tags" #: ../../../modules/web/themes/material-blue/views/account/account.inc:238 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 msgid "Seleccionar Cuenta" msgstr "Select Account" @@ -4995,8 +5133,8 @@ msgstr "Operator for special parameters" #: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:50 #: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:226 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:227 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:225 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:226 msgid "Búsqueda global" msgstr "Global searching" @@ -5135,7 +5273,7 @@ msgstr "" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/config/accounts.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:374 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:373 #: ../../../config/actions.xml:73 msgid "Enlaces Públicos" msgstr "Public Links" @@ -5182,7 +5320,7 @@ msgid "Número máximo de visitas" msgstr "Maximum visits" #: ../../../modules/web/themes/material-blue/views/config/accounts.inc:295 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:407 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:406 msgid "Gestión de archivos" msgstr "Files management" @@ -6234,27 +6372,49 @@ msgstr "Hosting Mode" msgid "No crea ni verifica los permisos del usuario sobre la BBDD" msgstr "It does not create or verify the user's permissions on the DB" -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:59 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:75 +msgid "" +"Prioridad de asignación en caso de coincidir con otros permisos asignados " +"por usuario, grupo o perfil." +msgstr "" +"Assignment priority if permissions match with others assigned by user, group " +"or profile." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:86 +msgid "Prioridad de asignación" +msgstr "Assignment Priority" + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:107 +msgid "Indica si los permisos serán forzados al crear o modificar la cuenta." +msgstr "" +"Enforces the permissions to be set either on creating or updating an " +"account ." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:109 +msgid "Los permisos serán añadidos a los existentes." +msgstr "Permissions will be merged with the existing ones." + +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:58 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:12 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:85 msgid "Opciones" msgstr "Options" -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:65 msgid "Regenerar Autorización" msgstr "Refresh Authorization" -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:72 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:74 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:73 msgid "Token" msgstr "Token" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:50 msgid "Indica si el cliente es visible para todos los usuarios." msgstr "Sets whether the client is visible by all users" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:53 msgid "" "Por defecto los clientes asignados a cuentas sólo son visibles para los " "usuarios con acceso a las cuentas." @@ -6262,19 +6422,19 @@ msgstr "" "By default, the clients assigned to accounts only will be visible to users " "who are granted to access to the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:27 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:26 msgid "Nombre del campo" msgstr "Field name" -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 msgid "Texto Ayuda" msgstr "Help Text" -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 msgid "Ayuda del campo" msgstr "Field help" -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:77 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 msgid "Obligatorio" msgstr "Required" @@ -6303,241 +6463,241 @@ msgstr "Author" msgid "Autor del plugin" msgstr "Plugin author" -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:79 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:76 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:78 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:85 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:87 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:86 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:96 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:95 msgid "Uso" msgstr "Use" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:38 msgid "Nombre de usuario completo" msgstr "Full username" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:52 msgid "Login de inicio de sesión" msgstr "Session login" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:64 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:63 msgid "Login SSO" msgstr "SSO Login " -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:72 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:71 msgid "Login de inicio de sesión con SSO" msgstr "Session login with SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:86 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:85 msgid "Dirección de correo" msgstr "Email address" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:196 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:195 msgid "Administrador de la aplicación" msgstr "Application administrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:214 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:213 msgid "Administrador de cuentas" msgstr "Accounts administrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:234 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:233 msgid "Forzar cambio de clave" msgstr "Force password change" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:267 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:269 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:266 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:268 msgid "Entradas" msgstr "Entries" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:276 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:278 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:277 msgid "Último Acceso" msgstr "Last Access" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:294 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:296 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:295 msgid "Fecha Clave Maestra" msgstr "Master Password Date" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:303 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:305 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:304 msgid "Usado en" msgstr "Used in" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:27 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:26 msgid "Nombre del grupo" msgstr "Group name" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:39 msgid "Descripción del grupo" msgstr "Group description" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:528 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:530 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:69 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:527 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:529 msgid "Usado por" msgstr "Used by" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 msgid "(*) Incluido en grupo" msgstr "(*) Listed in group" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:21 msgid "Gestión" msgstr "Management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 msgid "Otros" msgstr "Others" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:32 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:31 msgid "Crear" msgstr "Add" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:33 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:32 msgid "Crear nueva cuenta" msgstr "Add a new account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:50 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:49 msgid "Ver detalles de cuenta" msgstr "View account details" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 msgid "Ver clave de cuenta" msgstr "View account password" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:82 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 #: ../../../config/actions.xml:253 msgid "Ver Historial" msgstr "View History" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:83 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:82 msgid "Ver historial de cuenta" msgstr "View account history" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:99 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:98 msgid "Editar cuenta" msgstr "Edit account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:114 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:113 msgid "Editar Clave" msgstr "Edit Password" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:115 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:114 msgid "Editar clave de cuenta" msgstr "Edit account password" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 msgid "Eliminar cuenta" msgstr "Remove account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:147 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:146 msgid "Ver archivos de cuenta" msgstr "View account files" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:162 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:161 msgid "Publicar Enlace" msgstr "Share Link" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:163 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:162 msgid "Publicar enlace a cuenta" msgstr "Share link to account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:179 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:178 msgid "Crear cuenta privada" msgstr "Create private account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:195 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:194 msgid "Crear cuenta privada para grupo" msgstr "Create private account for group" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:211 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:210 msgid "Asignar permisos" msgstr "Assign permissions" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:247 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:246 msgid "Gestión de usuarios" msgstr "Users management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:263 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:262 msgid "Gestión de grupos" msgstr "Groups management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:279 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:278 msgid "Gestión de perfiles" msgstr "Profiles management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:295 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:294 msgid "Gestión de categorías" msgstr "Categories management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:311 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:310 msgid "Gestión de etiquetas" msgstr "Tags management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:327 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:326 msgid "Gestión de clientes" msgstr "Customers management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:343 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:342 msgid "Gestión de campos personalizados" msgstr "Custom fields management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:359 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:358 msgid "Gestión de autorizaciones API" msgstr "API authorizations management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:375 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:374 msgid "Gestión de enlaces" msgstr "Links management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:391 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:390 msgid "Gestión de cuentas" msgstr "Accounts management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:427 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 #: ../../../config/actions.xml:679 msgid "Configuración General" msgstr "General Configuration" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:443 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 msgid "Opciones de encriptación" msgstr "Encryption options" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:458 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 msgid "Backup" msgstr "Backup" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:459 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 msgid "Realizar copia de seguridad y exportar" msgstr "Make a backup and export" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:474 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 msgid "Importar" msgstr "Import" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:475 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 msgid "Realizar importación de cuentas" msgstr "Make accounts import" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:494 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:493 msgid "Log de Eventos" msgstr "Event Log" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:495 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 msgid "Ver log de eventos" msgstr "View event log" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:521 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:520 msgid "Nombre del perfil" msgstr "Profile name" @@ -6854,11 +7014,6 @@ msgstr "Edit Wiki" msgid "Eliminar Wiki" msgstr "Delete Wiki" -#. (itstool) path: action/text -#: ../../../config/actions.xml:331 -msgid "Nuevo CLiente" -msgstr "New Client" - #. (itstool) path: action/text #: ../../../config/actions.xml:355 msgid "Nuevo Token API" @@ -7034,6 +7189,11 @@ msgstr "Account Management (H)" msgid "Crear Notificación" msgstr "Create Notification" +#. (itstool) path: action/text +#: ../../../config/actions.xml:835 +msgid "Gestión Permisos" +msgstr "Permissions Management" + #. (itstool) path: strings/text #: ../../../config/strings.xml:4 msgid "Color" @@ -7064,6 +7224,13 @@ msgstr "Text" msgid "Link" msgstr "Link" +#, fuzzy +#~ msgid "Error al eliminar permisos" +#~ msgstr "Error while removing the profile" + +#~ msgid "Nuevo CLiente" +#~ msgstr "New Client" + #~ msgid "El archivo de estructura de la BBDD no existe" #~ msgstr "The database structure file does not exist" diff --git a/app/locales/en_US/LC_MESSAGES/messages.mo b/app/locales/en_US/LC_MESSAGES/messages.mo index 9d4c9ea2b65772e2e1b112cf5ccedf3b6f84f3ee..c2df69ea0f20bedab65de438731d6a9ccf02c0b5 100644 GIT binary patch delta 30290 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 AU;qFB delta 28723 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 xE^fzS(11oU%$?!2)8*9wZN^b&T zF%9{(*2~JLAOZ0R8{{(ac79%bAb45+N)|8!YksN2yY2`Hd9`QLjQZz?6VFZQ?T38Wvueobb5`v?KJ$2^8b-P zf^>OoL|zH<^qjN$iVvdAOwuQa*Cgzrety#5*aTJQPE5u>W`jMa@DPPd2?eY}Rnk-Y zv-Ho@&raPS>*!zN@2NA?(&MbZ4fv6=VwN9^^hx@uY2`5~d#m&R^i;Eg22|4DCF%34 z|94_NQ>nb0{2MOm9Ve}42yGr)y8)!1QRfor%{Hj&{Gfl>QO}Uv4P^$(G$pozGQ$(q>~WztDv6P#IF%z z&|etk*=)kG>1&0JNj0BW&k~)eP?5?H{LS4z{)Iy1C1nu)h~S+forh47HluMkWf{oN zOgg9a6GYx>8;mMmEXwt4r#ut!1)r785BQQl#?g70HU7~m4|i?6ujy=^<^4{bCp6}l zF)usLAxt9gJ#})-DAzHWZ@u+W!iEUIhU9%`Jt+Gb|CnNF4U(CVle`Y}GL*WPh>s-i zJ$3#fZy4!vgizAy2)C%Smi)%pA3IQ{XJQQZE_(yWSZJBGsgQ%^>Dfqw-$_rmvLnPh z5@wU$iW#WKU$=PI33{#)QWNKQMQHNf}QvRQ{J59Pa=~tGnK%EKX<+il?xUGNi#HFvT z)ICT@LEM*^P8U!xmJr%1Ztz@_xZ!s}qF*R<9^^Hu&@H{Ckk`tMyQk0rdNJ0|vcn4K@((O1MU&4usO` zoI0(Ezb1byZT`b9g!}|O$4tdL6CXyKP`3O5@f5VHf+KxIG7|Je5sDB$V1p_zISurj zb9iGgHFXM7=L&;H5?@SS9pdM0zzxJ>6Q57n5-d#J2=eq)BduS-S5nr3xNj1P3PkD= zekc5-T0Em@Faz88Q%sJsPtOH9OhN~G?h`*m2qR>qP9Vm@0|fnX=s$lg{?LFe=rbGT z-_dq8>2vy7I+e^gWY$$<3g!}DOx|*9c!u~J^1=!22%kT3sNaP0N#yq-Oeahv93{W4 z`l8QIPub7n%BxDb|NT1*UlU%Cv4_r5(Lo&B_C=&8Q}*d;K%Fn>s1W&jT9VF8de-Ogy=OJl5aVSql$WG`)*`MT3*ZH@h!vcgGWS%GJ8A$pPWw-DNd2#Rx z;nP!+PKsOlAeqMq38{At$IoEWHAc&S;<){ zXC?jV39#9IOa2M#P-U0ttU2K*@e>TD=b5Sa1VR@2*?}1d`qOKFf}ZqhOWp5rn7$-4 ziF|tU(5MoLq*#^#^%s11KNaFAt6Q25Du34Q8Fh!#<_p3*LQB#YKK;3~$`M-jr1n47 zVjiUpKWn|57MU&mh`Qeq{~ITNR)?gwZHE5zbJ`YqT3MexTgVTg=i;~o!)aaC>b58T z2cZ?AC!_sG`4h^D(EbDIEu{4<#8=pdvX|svwD#wT>*=qb*f+_H&;VrAq#!NvRfIo@ z&meq5c~jE!7_1lZLWCHcU|r6w;KK~Fi-KUjGIj2p-$ zZB0RS8tX|($MvmpH!5^j9w9yDi7a3B^o*js8bMD5Q}Gwn3%0Aao_71m%gw-_p0}UH z)96n>XRPDdR9;W|XFB`M^7>&>i)SG}vo(HCd;*~wz4oHK74bi$yVEOX_u^;53;fh%dKF?P-vScn9)|(D6#rcd;b(o)AAlct<=nd94X` zsauP>yT~t2(DM)Z(F8r)$lFAG7WMuizQE=C$M@pWQ35jWQCNq#o@o5mI!a3Aqr{sN zQj(vO^atwPp?*q&o`DW8K3kujycmQ5)cb`tZwP7aNVb!g*XjoAPe0ix*hz&o6tuE} zhh|MWSx&y5!3rmE}u!wXO{6L)~Hjyc$SL*!r zT&F@?+=ZW>>O=|>_?IC5XAEU&30>%9KkgvJv@%ubMYv4aQ$lg;_crCp3GpmFmoh!2 z9G>qukqc!0f#)rA2o3U(7lPjt$`HPzgV)x08}<5HTul-%k;~S$Cq5*dm^MpkGo1K- zTub@{@lVe((medX5V0NVs~P_YrQ$T=X{_^mR7zyqwVJYDt%GjVc}4si@={@c>itTa z?!*UCHlC1>c8@6EMVLVTCh~GxUsZ`$B7cj{zX}aox!I7-N5cP4Rz>~{!UBTY9i>44 zas6edp0#v(l<*_*P1e3J<&DXkMO{4?$p4BwJx|HINZB;<4q2Xi|0oP1GcOg+5a&;1 z{wEWavk|*NS#26jC!UKii~Qe6zp_F8B5yJ2LbwVa6P6KvvU0M$!nDzok-kO{A40hv z-(eyj$oP>kg9g1x4<`f>vQQznHGDz5C*@@@ADy(c{PEP&^NXctTRJ!XNBEn%^=Ox# zEzCvy(=(LFNuB>jGACIsRuc&kRvkn4?x23Eab|EaIenIMm zFwhv45h5wqGmQMxq~jC+gZMW3pHI-g*YuK6sRxPdRyhG3q##|4itB0689zNch##^< z8{!eV7(6*>d(YY{U5mjQSvpb~_PoK0gw3>VMR}P1Ux3as*r%r$nct9jZ+XeBlS_0M zmr#R-Uy}ELxSkqTKF;b7q&yFKdnijxSW9|5W%q~|Cu}F4i!g%ri%7G6zECvSNal6y zLBUjI^5i7cCtZd7QN*_@lV?43r;(SI&KD8%v?gyZ{*U^%2uqbu_?FO}@VhGU?4v9L z>2icKfsB8c3_U9e!z`YT&h;dr(_5IF%AKw31!axMUx6dBBxQQ;5O!I-mbE`bn~VNZ zCWg%|{)xl-Tl`t1GSHEpMb5nfW}yURZ|P;dt)5n{6P>!kBjF&?2k72}bY zlK4#W+tXP%d5fvLhM?y>>DbhnhY1N!sXKs>oxI-E`JH$u^$J>je=5hA-#flNq>(2KQZ@$n1r6>v`IpF z8N5$A4f)k|{vXI(N8`~H93})4rqk(TD(xiRh4L2afu}j~f;M1z%JjU&QkFM}@>9fD z5c;}eZzFkn#*x>Qx`|2q@C~7j&OafMh7@jb_5A;=K>ioRe#0-B+%nWtow%Nlq_@(h z9bu=-@_w~CUz4ZjDPa_OKUtgd#HTTqo~x$sAeAqX@rX(th$o`bG78h#w)t!Gk1>>Q zr@S8VVCv+sLEc#BzmQjsyz!R51mn|Be(G|YzOvX!gfbM8Or{rZp#B&wyspV|xZ S=pP3K6iFKW*Mxu`G5!z4_@g=i diff --git a/app/locales/en_US/LC_MESSAGES/messages.po b/app/locales/en_US/LC_MESSAGES/messages.po index c067a7b6..fe1808c5 100644 --- a/app/locales/en_US/LC_MESSAGES/messages.po +++ b/app/locales/en_US/LC_MESSAGES/messages.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-28 00:31+0100\n" -"PO-Revision-Date: 2018-08-28 01:45+0100\n" +"POT-Creation-Date: 2018-08-30 01:29+0100\n" +"PO-Revision-Date: 2018-08-30 01:29+0100\n" "Last-Translator: nuxsmin \n" "Language-Team: nuxsmin@syspass.org\n" "Language: en_US\n" @@ -73,23 +73,23 @@ msgid "Consulte con el administrador" msgstr "Please contact to the administrator" # Not available -#: ../../../../lib/SP/Core/Acl/Acl.php:275 +#: ../../../../lib/SP/Core/Acl/Acl.php:282 #: ../../../../lib/SP/Services/Auth/LoginService.php:582 msgid "N/D" msgstr "N/A" -#: ../../../../lib/SP/Core/Acl/Acl.php:280 +#: ../../../../lib/SP/Core/Acl/Acl.php:287 msgid "Acceso denegado" msgstr "Access denied" -#: ../../../../lib/SP/Core/Acl/Acl.php:281 +#: ../../../../lib/SP/Core/Acl/Acl.php:288 #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:31 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:33 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:30 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:32 msgid "Acción" msgstr "Action" -#: ../../../../lib/SP/Core/Acl/Acl.php:282 +#: ../../../../lib/SP/Core/Acl/Acl.php:289 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapBase.php:410 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapMsAds.php:165 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:114 @@ -102,13 +102,14 @@ msgstr "Action" #: ../../../../lib/SP/Services/Auth/LoginService.php:586 #: ../../../../lib/SP/Services/Ldap/LdapImportService.php:230 #: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:102 #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 #: ../../../modules/web/Controllers/LoginController.php:102 #: ../../../modules/web/Controllers/UserController.php:278 #: ../../../modules/web/Controllers/UserController.php:312 -#: ../../../modules/web/Controllers/UserController.php:372 -#: ../../../modules/web/Controllers/UserController.php:411 +#: ../../../modules/web/Controllers/UserController.php:373 +#: ../../../modules/web/Controllers/UserController.php:412 #: ../../../modules/web/Controllers/UserPassResetController.php:187 #: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:55 #: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:61 @@ -125,12 +126,15 @@ msgstr "Action" #: ../../../modules/web/themes/material-blue/views/config/mail.inc:111 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:230 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:244 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:19 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:17 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:18 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:62 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:11 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:77 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:76 #: ../../../modules/web/themes/material-blue/views/login/index.inc:15 #: ../../../modules/web/themes/material-blue/views/login/index.inc:84 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 @@ -186,8 +190,8 @@ msgstr "The key file does not exist" #: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:333 #: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:388 #: ../../../../lib/SP/Repositories/AuthToken/AuthTokenRepository.php:416 -#: ../../../../lib/SP/Services/Account/AccountService.php:232 #: ../../../../lib/SP/Services/Account/AccountService.php:237 +#: ../../../../lib/SP/Services/Account/AccountService.php:242 #: ../../../../lib/SP/Services/Api/ApiService.php:129 #: ../../../../lib/SP/Services/Api/ApiService.php:227 #: ../../../../lib/SP/Services/Api/ApiService.php:235 @@ -324,15 +328,15 @@ msgstr "New Plugin" #: ../../../modules/web/themes/material-blue/views/account/account.inc:59 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:43 #: ../../../modules/web/themes/material-blue/views/config/info.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:20 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:19 #: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:13 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:30 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:20 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:15 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:513 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:29 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:15 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:512 msgid "Nombre" msgstr "Name" @@ -394,6 +398,7 @@ msgstr "Error while searching the group RDN" #: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:115 #: ../../../../lib/SP/Providers/Auth/Ldap/LdapStd.php:127 #: ../../../../lib/SP/Services/Ldap/LdapImportService.php:137 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:103 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 #: ../../../modules/web/Controllers/UserGroupController.php:220 #: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:137 @@ -402,8 +407,11 @@ msgstr "Error while searching the group RDN" #: ../../../modules/web/themes/material-blue/views/config/encryption.inc:272 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:186 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:213 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:140 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:36 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:139 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:141 msgid "Grupo" msgstr "Group" @@ -454,10 +462,10 @@ msgstr "Request" #: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:156 #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:74 #: ../../../modules/web/Controllers/ConfigBackupController.php:120 -#: ../../../modules/web/Controllers/ConfigManagerController.php:167 +#: ../../../modules/web/Controllers/ConfigManagerController.php:171 #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:88 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:390 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:20 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:389 #: ../../../config/actions.xml:13 msgid "Cuentas" msgstr "Accounts" @@ -468,6 +476,23 @@ msgstr "Accounts" msgid "Notificación" msgstr "Notification" +#: ../../../../lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php:74 +msgid "Error al crear permiso" +msgstr "Error while creating the permission" + +#: ../../../../lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php:111 +msgid "Error al actualizar permiso" +msgstr "Error while updating the permission" + +#: ../../../../lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php:130 +msgid "Error al eliminar permiso" +msgstr "Error while removing the permission" + +#: ../../../../lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php:244 +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:187 +msgid "Error al eliminar los permisos" +msgstr "Error while removing the permissions" + #: ../../../../lib/SP/Repositories/Account/AccountFileRepository.php:77 msgid "No se pudo guardar el archivo" msgstr "Error while saving file" @@ -492,7 +517,7 @@ msgstr "Error while deleting the account" #: ../../../../lib/SP/Repositories/Account/AccountHistoryRepository.php:292 #: ../../../../lib/SP/Repositories/Account/AccountRepository.php:455 -#: ../../../../lib/SP/Services/Account/AccountService.php:480 +#: ../../../../lib/SP/Services/Account/AccountService.php:538 msgid "Error al eliminar las cuentas" msgstr "Error while deleting the accounts" @@ -508,7 +533,7 @@ msgid "Error al crear la cuenta" msgstr "Error while creating the account" #: ../../../../lib/SP/Repositories/Account/AccountRepository.php:303 -#: ../../../../lib/SP/Services/Account/AccountService.php:445 +#: ../../../../lib/SP/Services/Account/AccountService.php:504 msgid "Error al restaurar cuenta" msgstr "Error on restoring the account" @@ -921,6 +946,11 @@ msgstr "Update Master Password (H)" msgid "Errores al actualizar las claves de las cuentas del histórico" msgstr "Error while updating the accounts' passwords in history" +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:84 +#: ../../../../lib/SP/Services/Account/AccountDefaultPermissionService.php:105 +msgid "Permiso no encontrada" +msgstr "Permission not found" + #: ../../../../lib/SP/Services/Account/AccountFileService.php:145 msgid "Error al eliminar archivos" msgstr "Error while deleting the files" @@ -929,18 +959,18 @@ msgstr "Error while deleting the files" msgid "Archivo no encontrado" msgstr "File not found" -#: ../../../../lib/SP/Services/Account/AccountService.php:88 -#: ../../../../lib/SP/Services/Account/AccountService.php:536 -#: ../../../../lib/SP/Services/Account/AccountService.php:591 +#: ../../../../lib/SP/Services/Account/AccountService.php:92 +#: ../../../../lib/SP/Services/Account/AccountService.php:594 +#: ../../../../lib/SP/Services/Account/AccountService.php:649 msgid "La cuenta no existe" msgstr "The account doesn't exist" -#: ../../../../lib/SP/Services/Account/AccountService.php:175 -#: ../../../../lib/SP/Services/Account/AccountService.php:462 +#: ../../../../lib/SP/Services/Account/AccountService.php:179 +#: ../../../../lib/SP/Services/Account/AccountService.php:521 msgid "Cuenta no encontrada" msgstr "Account not found" -#: ../../../../lib/SP/Services/Account/AccountService.php:225 +#: ../../../../lib/SP/Services/Account/AccountService.php:230 msgid "Clave maestra no establecida" msgstr "Master password not set" @@ -1022,8 +1052,8 @@ msgstr "The Master Password either is not saved or is wrong" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:33 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:16 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 msgid "Tipo" @@ -1206,31 +1236,33 @@ msgstr "Error while updating the custom fields data" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 #: ../../../modules/web/Controllers/ConfigBackupController.php:122 #: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:91 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:294 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 msgid "Categorías" msgstr "Categories" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 #: ../../../modules/web/Controllers/ConfigBackupController.php:121 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:90 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:326 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 msgid "Clientes" msgstr "Clients" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:102 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:13 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:51 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:246 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:118 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:245 msgid "Usuarios" msgstr "Users" #: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:93 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:51 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:262 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:157 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 msgid "Grupos" msgstr "Groups" @@ -1958,9 +1990,9 @@ msgstr "Error while deleting the groups" #: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 #: ../../../modules/web/Controllers/UserController.php:224 -#: ../../../modules/web/Controllers/UserController.php:342 +#: ../../../modules/web/Controllers/UserController.php:343 #: ../../../modules/web/Controllers/UserPassResetController.php:105 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:232 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:231 msgid "Cambio de Clave" msgstr "Password Change" @@ -2087,6 +2119,13 @@ msgid "Opción no disponible" msgstr "Option unavailable" #: ../../../../lib/SP/Util/ErrorUtil.php:140 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:68 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:142 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:177 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:208 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:238 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:277 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:313 #: ../../../modules/web/Controllers/AccountFileController.php:259 #: ../../../modules/web/Controllers/AccountHistoryManagerController.php:59 #: ../../../modules/web/Controllers/AccountManagerController.php:57 @@ -2150,9 +2189,9 @@ msgstr "Option unavailable" #: ../../../modules/web/Controllers/UserController.php:218 #: ../../../modules/web/Controllers/UserController.php:254 #: ../../../modules/web/Controllers/UserController.php:296 -#: ../../../modules/web/Controllers/UserController.php:356 -#: ../../../modules/web/Controllers/UserController.php:397 -#: ../../../modules/web/Controllers/UserController.php:434 +#: ../../../modules/web/Controllers/UserController.php:357 +#: ../../../modules/web/Controllers/UserController.php:398 +#: ../../../modules/web/Controllers/UserController.php:435 #: ../../../modules/web/Controllers/UserGroupController.php:70 #: ../../../modules/web/Controllers/UserGroupController.php:102 #: ../../../modules/web/Controllers/UserGroupController.php:168 @@ -2220,8 +2259,8 @@ msgstr "Account displayed" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 #: ../../../modules/web/themes/material-blue/views/account/account-history.inc:15 #: ../../../modules/web/themes/material-blue/views/account/account.inc:24 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:17 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:18 msgid "Cuenta" msgstr "Account" @@ -2239,6 +2278,9 @@ msgstr "Account" #: ../../../modules/api/Controllers/ClientController.php:126 #: ../../../modules/api/Controllers/ClientController.php:155 #: ../../../modules/api/Controllers/TagController.php:118 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:260 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:290 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:326 #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 #: ../../../modules/web/themes/material-blue/views/account/details.inc:138 #: ../../../modules/web/themes/material-blue/views/account/details.inc:140 @@ -2255,8 +2297,8 @@ msgstr "Password viewed" #: ../../../modules/api/Controllers/AccountController.php:137 #: ../../../modules/web/Controllers/AccountController.php:775 #: ../../../modules/web/Controllers/AccountController.php:786 -#: ../../../modules/web/Controllers/UserController.php:410 -#: ../../../modules/web/Controllers/UserController.php:414 +#: ../../../modules/web/Controllers/UserController.php:411 +#: ../../../modules/web/Controllers/UserController.php:415 #: ../../../modules/web/Controllers/UserPassResetController.php:186 #: ../../../modules/web/Controllers/UserPassResetController.php:190 msgid "Clave actualizada" @@ -2397,12 +2439,12 @@ msgstr "Send details in the response" #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:250 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:257 #: ../../../modules/web/themes/material-blue/views/install/index.inc:42 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:47 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:102 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:38 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:46 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:101 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:38 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 #: ../../../modules/web/themes/material-blue/views/login/index.inc:26 #: ../../../modules/web/themes/material-blue/views/login/index.inc:88 #: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:20 @@ -2524,29 +2566,29 @@ msgid "Operador de filtrado" msgstr "Filtering operator" #: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:23 msgid "Nombre de la categoría" msgstr "Category name" #: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:36 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:35 msgid "Descripción de la categoría" msgstr "Category description" #: ../../../modules/api/Controllers/Help/ClientHelp.php:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:27 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:26 msgid "Nombre del cliente" msgstr "Client name" #: ../../../modules/api/Controllers/Help/ClientHelp.php:55 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:39 msgid "Descripción del cliente" msgstr "Client description" #: ../../../modules/api/Controllers/Help/ClientHelp.php:56 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:104 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:63 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:62 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 msgid "Global" msgstr "Global" @@ -2557,7 +2599,7 @@ msgid "Id de etiqueta" msgstr "Tag Id" #: ../../../modules/api/Controllers/Help/TagHelp.php:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:23 msgid "Nombre de la etiqueta" msgstr "Tag name" @@ -2688,9 +2730,9 @@ msgstr "Requester" #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:106 #: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:121 #: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:106 -#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:33 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:33 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:32 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:32 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:54 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 msgid "Descripción" @@ -2700,6 +2742,48 @@ msgstr "Description" msgid "Solicitud realizada" msgstr "Request done" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:71 +#: ../../../config/actions.xml:847 +msgid "Ver Permiso" +msgstr "View Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:156 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:157 +#: ../../../config/actions.xml:853 +msgid "Nuevo Permiso" +msgstr "New Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:211 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:174 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:175 +#: ../../../config/actions.xml:859 +msgid "Editar Permiso" +msgstr "Edit Permission" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:248 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:251 +msgid "Permisos eliminados" +msgstr "Permissions deleted" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:259 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:263 +msgid "Permiso eliminado" +msgstr "Permission deleted" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:289 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:293 +msgid "Permiso creado" +msgstr "Permission added" + +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:325 +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:329 +msgid "Permiso actualizado" +msgstr "Permission updated" + #: ../../../modules/web/Controllers/AccountFavoriteController.php:55 msgid "Favorito añadido" msgstr "Favorite added" @@ -2856,10 +2940,12 @@ msgstr "Categories deleted" msgid "Ver Categoría" msgstr "View Category" +#. (itstool) path: action/text #: ../../../modules/web/Controllers/ClientController.php:100 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:152 #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:153 #: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:331 msgid "Nuevo Cliente" msgstr "New Client" @@ -2928,7 +3014,7 @@ msgstr "Verification of exported data finished" #: ../../../modules/web/Controllers/ConfigBackupController.php:119 #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:124 #: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:13 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:87 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:86 msgid "Encriptado" msgstr "Encrypted" @@ -2946,7 +3032,7 @@ msgstr "No" #: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:91 #: ../../../modules/web/themes/material-blue/views/account/account.inc:203 #: ../../../modules/web/themes/material-blue/views/account/account.inc:205 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:310 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:309 msgid "Etiquetas" msgstr "Tags" @@ -3117,66 +3203,66 @@ msgstr "Mail disabled" msgid "Compruebe su buzón de correo" msgstr "Please, check your inbox" -#: ../../../modules/web/Controllers/ConfigManagerController.php:153 +#: ../../../modules/web/Controllers/ConfigManagerController.php:157 #: ../../../modules/web/themes/material-blue/views/install/index.inc:131 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:426 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:425 msgid "General" msgstr "General" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:182 +#: ../../../modules/web/Controllers/ConfigManagerController.php:186 #: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 #: ../../../config/actions.xml:37 msgid "Wiki" msgstr "Wiki" -#: ../../../modules/web/Controllers/ConfigManagerController.php:201 +#: ../../../modules/web/Controllers/ConfigManagerController.php:205 msgid "LDAP" msgstr "LDAP" -#: ../../../modules/web/Controllers/ConfigManagerController.php:222 +#: ../../../modules/web/Controllers/ConfigManagerController.php:231 #: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 msgid "Correo" msgstr "Mail" -#: ../../../modules/web/Controllers/ConfigManagerController.php:259 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:442 +#: ../../../modules/web/Controllers/ConfigManagerController.php:268 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 msgid "Encriptación" msgstr "Encryption" -#: ../../../modules/web/Controllers/ConfigManagerController.php:299 +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 msgid "Último backup" msgstr "Last backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:299 +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 msgid "No se encontraron backups" msgstr "There aren't any backups available" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 msgid "Última exportación" msgstr "Last export" -#: ../../../modules/web/Controllers/ConfigManagerController.php:311 +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 msgid "No se encontró archivo de exportación" msgstr "No export file found" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/ConfigManagerController.php:313 +#: ../../../modules/web/Controllers/ConfigManagerController.php:322 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 #: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 #: ../../../config/actions.xml:721 msgid "Copia de Seguridad" msgstr "Backup" -#: ../../../modules/web/Controllers/ConfigManagerController.php:330 +#: ../../../modules/web/Controllers/ConfigManagerController.php:339 msgid "Importar Cuentas" msgstr "Import Accounts" -#: ../../../modules/web/Controllers/ConfigManagerController.php:348 +#: ../../../modules/web/Controllers/ConfigManagerController.php:357 msgid "No instalado" msgstr "Not installed" -#: ../../../modules/web/Controllers/ConfigManagerController.php:352 +#: ../../../modules/web/Controllers/ConfigManagerController.php:361 #: ../../../modules/web/themes/material-blue/inc/Icons.php:65 msgid "Información" msgstr "Information" @@ -3312,7 +3398,7 @@ msgstr "Create Public Link" #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 #: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 #: ../../../modules/web/themes/material-blue/inc/Icons.php:36 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 #: ../../../config/actions.xml:169 ../../../config/actions.xml:259 msgid "Ver Clave" msgstr "View password" @@ -3372,6 +3458,56 @@ msgstr "URL / IP" msgid "Ordenar por URL / IP" msgstr "Sort by URL / IP" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:90 +msgid "Permisos por Defecto" +msgstr "Default Permissions" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: ../../../modules/web/Controllers/UserProfileController.php:216 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:56 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 +msgid "Perfil" +msgstr "Profile" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:69 +msgid "Prioridad" +msgstr "Priority" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:105 +msgid "Forzado" +msgstr "Forced" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:66 +msgid "SI" +msgstr "YES" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:67 +msgid "NO" +msgstr "NO" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:141 +#: ../../../config/actions.xml:841 +msgid "Buscar Permiso" +msgstr "Search for Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:192 +#: ../../../config/actions.xml:865 +msgid "Eliminar Permiso" +msgstr "Delete Permission" + #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:132 #: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:143 @@ -3416,7 +3552,7 @@ msgid "Restaurar Cuenta" msgstr "Account Restore" #: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:358 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 msgid "Autorizaciones API" msgstr "API Authorizations" @@ -3447,16 +3583,6 @@ msgstr "Search for Category" msgid "Eliminar Categoría" msgstr "Delete Category" -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 -#: ../../../config/strings.js.inc:66 -msgid "SI" -msgstr "YES" - -#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 -#: ../../../config/strings.js.inc:67 -msgid "NO" -msgstr "NO" - #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:137 #: ../../../config/actions.xml:349 @@ -3472,13 +3598,13 @@ msgstr "Delete Client" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:91 #: ../../../modules/web/themes/material-blue/views/account/account.inc:27 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:342 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:341 msgid "Campos Personalizados" msgstr "Custom Fields" #: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:46 -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:48 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:47 msgid "Módulo" msgstr "Module" @@ -3518,8 +3644,8 @@ msgstr "Event" #: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:26 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:26 msgid "Login" msgstr "Login" @@ -3545,8 +3671,8 @@ msgstr "Clear event log" #: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:90 #: ../../../modules/web/themes/material-blue/views/account/account.inc:35 #: ../../../modules/web/themes/material-blue/views/config/accounts.inc:277 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:146 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:406 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:405 #: ../../../config/actions.xml:19 msgid "Archivos" msgstr "Files" @@ -3695,22 +3821,22 @@ msgid "Enlaces" msgstr "Links" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:45 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:46 msgid "Fecha Creación" msgstr "Creation Date" #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:53 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:54 msgid "Fecha Caducidad" msgstr "Expiry Date " #: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:32 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:35 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:38 msgid "Notificar" msgstr "Notify" @@ -3718,8 +3844,8 @@ msgstr "Notify" #: ../../../modules/web/themes/material-blue/views/account/details.inc:9 #: ../../../modules/web/themes/material-blue/views/account/details.inc:11 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:184 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:69 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:68 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:70 msgid "Visitas" msgstr "Visits" @@ -3777,13 +3903,6 @@ msgstr "Edit Tag" msgid "Eliminar Etiqueta" msgstr "Delete Tag" -#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 -#: ../../../modules/web/Controllers/UserProfileController.php:216 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:123 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:125 -msgid "Perfil" -msgstr "Profile" - #. (itstool) path: action/text #: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:154 #: ../../../config/actions.xml:589 @@ -3870,7 +3989,7 @@ msgid "Eliminar Grupo" msgstr "Delete Group" #: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:93 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:278 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 msgid "Perfiles" msgstr "Profiles" @@ -3929,7 +4048,7 @@ msgstr "Items and Customizations" #: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:317 #: ../../../modules/web/themes/material-blue/inc/Icons.php:63 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 #: ../../../config/actions.xml:673 msgid "Configuración" msgstr "Configuration" @@ -4083,13 +4202,13 @@ msgstr "User deleted" msgid "Usuario creado" msgstr "User added" -#: ../../../modules/web/Controllers/UserController.php:371 -#: ../../../modules/web/Controllers/UserController.php:377 +#: ../../../modules/web/Controllers/UserController.php:372 +#: ../../../modules/web/Controllers/UserController.php:378 msgid "Usuario actualizado" msgstr "User updated" #. (itstool) path: action/text -#: ../../../modules/web/Controllers/UserController.php:438 +#: ../../../modules/web/Controllers/UserController.php:439 #: ../../../config/actions.xml:559 msgid "Ver Usuario" msgstr "View User" @@ -4176,6 +4295,14 @@ msgstr "Preferences updated" msgid "Preferencias" msgstr "Preferences" +#: ../../../modules/web/Forms/AccountDefaultPermissionForm.php:111 +msgid "Es necesario asignar un elemento del tipo usuario, grupo o perfil" +msgstr "An element of type user, group or profile need to be set" + +#: ../../../modules/web/Forms/AccountDefaultPermissionForm.php:115 +msgid "No hay permisos definidos" +msgstr "There aren't any defined permissions" + #: ../../../modules/web/Forms/AccountForm.php:139 msgid "Es necesaria una clave" msgstr "A key is needed" @@ -4284,13 +4411,15 @@ msgstr "View Details" #: ../../../modules/web/themes/material-blue/inc/Icons.php:37 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:71 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:98 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:177 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 msgid "Editar" msgstr "Edit" #: ../../../modules/web/themes/material-blue/inc/Icons.php:38 #: ../../../modules/web/themes/material-blue/inc/Icons.php:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:130 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:129 msgid "Eliminar" msgstr "Delete" @@ -4299,12 +4428,12 @@ msgid "Cambiar Clave" msgstr "Change Password" #: ../../../modules/web/themes/material-blue/inc/Icons.php:40 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:194 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 msgid "Admin Aplicación" msgstr "Application Admin" #: ../../../modules/web/themes/material-blue/inc/Icons.php:41 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:212 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 msgid "Admin Cuentas" msgstr "Accounts Admin" @@ -4313,7 +4442,7 @@ msgid "Usuario de LDAP" msgstr "LDAP User" #: ../../../modules/web/themes/material-blue/inc/Icons.php:43 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:251 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 msgid "Deshabilitado" msgstr "Disabled" @@ -4332,7 +4461,7 @@ msgid "Copiar" msgstr "Copy" #: ../../../modules/web/themes/material-blue/inc/Icons.php:48 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:79 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:78 msgid "Email" msgstr "Email" @@ -4482,7 +4611,8 @@ msgstr "Clear event log?" #: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:87 #: ../../../modules/web/themes/material-blue/views/config/import.inc:57 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:145 msgid "Seleccionar Grupo" msgstr "Select Group" @@ -4491,13 +4621,15 @@ msgstr "Select Group" #: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:112 #: ../../../modules/web/themes/material-blue/views/config/import.inc:30 #: ../../../modules/web/themes/material-blue/views/config/ldap.inc:258 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:21 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:74 msgid "Seleccionar Usuario" msgstr "Select User" #: ../../../config/strings.js.inc:49 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:57 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:128 msgid "Seleccionar Perfil" msgstr "Select Profile" @@ -4571,7 +4703,7 @@ msgid "Longitud" msgstr "Length" #: ../../../config/strings.js.inc:65 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:37 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 msgid "Seleccionar Acción" msgstr "Select Action" @@ -4737,10 +4869,10 @@ msgstr "No records found" #: ../../../modules/web/themes/material-blue/views/account/account.inc:160 #: ../../../modules/web/themes/material-blue/views/account/account.inc:167 #: ../../../modules/web/themes/material-blue/views/install/index.inc:61 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:109 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:116 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:52 -#: ../../../modules/web/themes/material-blue/views/itemshow/userpass.inc:59 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 #: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:31 msgid "Clave (repetir)" msgstr "Password (repeat)" @@ -4763,8 +4895,8 @@ msgstr "Details" #: ../../../modules/web/themes/material-blue/views/account/account-history.inc:117 #: ../../../modules/web/themes/material-blue/views/account/account-link.inc:71 #: ../../../modules/web/themes/material-blue/views/account/account.inc:192 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:157 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:156 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:162 msgid "Notas" msgstr "Notes" @@ -4784,25 +4916,31 @@ msgstr "Select date" #: ../../../modules/web/themes/material-blue/views/account/account.inc:264 #: ../../../modules/web/themes/material-blue/views/account/details.inc:27 #: ../../../modules/web/themes/material-blue/views/account/details.inc:29 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:285 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:287 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:286 msgid "Última Modificación" msgstr "Last Modification" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:17 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:55 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:161 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 msgid "Ver" msgstr "View" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:21 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:126 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 msgid "Seleccionar Usuarios" msgstr "Select Users" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:59 #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:75 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:165 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:181 msgid "Seleccionar Grupos" msgstr "Select Groups" @@ -4819,12 +4957,12 @@ msgid "Grupo Principal" msgstr "Main Group" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:131 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:178 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 msgid "Privada" msgstr "Private" #: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:144 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:194 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 msgid "Privada Grupo" msgstr "Private for Group" @@ -4846,7 +4984,7 @@ msgstr "Send" #: ../../../modules/web/themes/material-blue/views/account/account.inc:31 #: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:120 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:210 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:209 msgid "Permisos" msgstr "Permissions" @@ -4855,7 +4993,7 @@ msgid "Seleccionar Etiquetas" msgstr "Select Tags" #: ../../../modules/web/themes/material-blue/views/account/account.inc:238 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 msgid "Seleccionar Cuenta" msgstr "Select Account" @@ -4995,8 +5133,8 @@ msgstr "Operator for special parameters" #: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:50 #: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:54 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:226 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:227 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:225 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:226 msgid "Búsqueda global" msgstr "Global searching" @@ -5135,7 +5273,7 @@ msgstr "" #. (itstool) path: action/text #: ../../../modules/web/themes/material-blue/views/config/accounts.inc:194 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:374 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:373 #: ../../../config/actions.xml:73 msgid "Enlaces Públicos" msgstr "Public Links" @@ -5182,7 +5320,7 @@ msgid "Número máximo de visitas" msgstr "Maximum visits" #: ../../../modules/web/themes/material-blue/views/config/accounts.inc:295 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:407 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:406 msgid "Gestión de archivos" msgstr "Files management" @@ -6234,27 +6372,49 @@ msgstr "Hosting Mode" msgid "No crea ni verifica los permisos del usuario sobre la BBDD" msgstr "It does not create or verify the user's permissions on the DB" -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:59 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:75 +msgid "" +"Prioridad de asignación en caso de coincidir con otros permisos asignados " +"por usuario, grupo o perfil." +msgstr "" +"Assignment priority if permissions match with others assigned by user, group " +"or profile." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:86 +msgid "Prioridad de asignación" +msgstr "Assignment Priority" + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:107 +msgid "Indica si los permisos serán forzados al crear o modificar la cuenta." +msgstr "" +"Enforces the permissions to be set either on creating or updating an " +"account ." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:109 +msgid "Los permisos serán añadidos a los existentes." +msgstr "Permissions will be merged with the existing ones." + +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:58 #: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:12 #: ../../../modules/web/themes/material-blue/views/notification/notification.inc:85 msgid "Opciones" msgstr "Options" -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:62 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:65 msgid "Regenerar Autorización" msgstr "Refresh Authorization" -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:72 -#: ../../../modules/web/themes/material-blue/views/itemshow/authtoken.inc:74 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:73 msgid "Token" msgstr "Token" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:50 msgid "Indica si el cliente es visible para todos los usuarios." msgstr "Sets whether the client is visible by all users" -#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:53 msgid "" "Por defecto los clientes asignados a cuentas sólo son visibles para los " "usuarios con acceso a las cuentas." @@ -6262,19 +6422,19 @@ msgstr "" "By default, the clients assigned to accounts only will be visible to users " "who are granted to access to the accounts." -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:27 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:26 msgid "Nombre del campo" msgstr "Field name" -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 msgid "Texto Ayuda" msgstr "Help Text" -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 msgid "Ayuda del campo" msgstr "Field help" -#: ../../../modules/web/themes/material-blue/views/itemshow/customfield.inc:77 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 msgid "Obligatorio" msgstr "Required" @@ -6303,241 +6463,241 @@ msgstr "Author" msgid "Autor del plugin" msgstr "Plugin author" -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:77 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:79 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:76 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:78 msgid "Hash" msgstr "Hash" -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:85 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:87 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:86 msgid "URL" msgstr "URL" -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:94 -#: ../../../modules/web/themes/material-blue/views/itemshow/publiclink.inc:96 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:95 msgid "Uso" msgstr "Use" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:38 msgid "Nombre de usuario completo" msgstr "Full username" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:52 msgid "Login de inicio de sesión" msgstr "Session login" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:64 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:63 msgid "Login SSO" msgstr "SSO Login " -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:72 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:71 msgid "Login de inicio de sesión con SSO" msgstr "Session login with SSO" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:86 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:85 msgid "Dirección de correo" msgstr "Email address" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:196 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:195 msgid "Administrador de la aplicación" msgstr "Application administrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:214 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:213 msgid "Administrador de cuentas" msgstr "Accounts administrator" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:234 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:233 msgid "Forzar cambio de clave" msgstr "Force password change" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:267 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:269 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:266 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:268 msgid "Entradas" msgstr "Entries" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:276 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:278 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:277 msgid "Último Acceso" msgstr "Last Access" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:294 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:296 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:295 msgid "Fecha Clave Maestra" msgstr "Master Password Date" -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:303 -#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:305 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:304 msgid "Usado en" msgstr "Used in" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:27 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:26 msgid "Nombre del grupo" msgstr "Group name" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:39 msgid "Descripción del grupo" msgstr "Group description" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:68 -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:70 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:528 -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:530 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:69 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:527 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:529 msgid "Usado por" msgstr "Used by" -#: ../../../modules/web/themes/material-blue/views/itemshow/usergroup.inc:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 msgid "(*) Incluido en grupo" msgstr "(*) Listed in group" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:21 msgid "Gestión" msgstr "Management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 msgid "Otros" msgstr "Others" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:32 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:31 msgid "Crear" msgstr "Add" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:33 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:32 msgid "Crear nueva cuenta" msgstr "Add a new account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:50 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:49 msgid "Ver detalles de cuenta" msgstr "View account details" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:66 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 msgid "Ver clave de cuenta" msgstr "View account password" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:82 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 #: ../../../config/actions.xml:253 msgid "Ver Historial" msgstr "View History" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:83 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:82 msgid "Ver historial de cuenta" msgstr "View account history" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:99 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:98 msgid "Editar cuenta" msgstr "Edit account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:114 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:113 msgid "Editar Clave" msgstr "Edit Password" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:115 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:114 msgid "Editar clave de cuenta" msgstr "Edit account password" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 msgid "Eliminar cuenta" msgstr "Remove account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:147 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:146 msgid "Ver archivos de cuenta" msgstr "View account files" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:162 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:161 msgid "Publicar Enlace" msgstr "Share Link" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:163 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:162 msgid "Publicar enlace a cuenta" msgstr "Share link to account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:179 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:178 msgid "Crear cuenta privada" msgstr "Create private account" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:195 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:194 msgid "Crear cuenta privada para grupo" msgstr "Create private account for group" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:211 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:210 msgid "Asignar permisos" msgstr "Assign permissions" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:247 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:246 msgid "Gestión de usuarios" msgstr "Users management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:263 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:262 msgid "Gestión de grupos" msgstr "Groups management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:279 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:278 msgid "Gestión de perfiles" msgstr "Profiles management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:295 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:294 msgid "Gestión de categorías" msgstr "Categories management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:311 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:310 msgid "Gestión de etiquetas" msgstr "Tags management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:327 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:326 msgid "Gestión de clientes" msgstr "Customers management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:343 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:342 msgid "Gestión de campos personalizados" msgstr "Custom fields management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:359 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:358 msgid "Gestión de autorizaciones API" msgstr "API authorizations management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:375 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:374 msgid "Gestión de enlaces" msgstr "Links management" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:391 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:390 msgid "Gestión de cuentas" msgstr "Accounts management" #. (itstool) path: action/text -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:427 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 #: ../../../config/actions.xml:679 msgid "Configuración General" msgstr "General Configuration" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:443 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 msgid "Opciones de encriptación" msgstr "Encryption options" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:458 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 msgid "Backup" msgstr "Backup" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:459 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 msgid "Realizar copia de seguridad y exportar" msgstr "Make a backup and export" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:474 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 msgid "Importar" msgstr "Import" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:475 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 msgid "Realizar importación de cuentas" msgstr "Make accounts import" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:494 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:493 msgid "Log de Eventos" msgstr "Event Log" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:495 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 msgid "Ver log de eventos" msgstr "View event log" -#: ../../../modules/web/themes/material-blue/views/itemshow/userprofile.inc:521 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:520 msgid "Nombre del perfil" msgstr "Profile name" @@ -6854,11 +7014,6 @@ msgstr "Edit Wiki" msgid "Eliminar Wiki" msgstr "Delete Wiki" -#. (itstool) path: action/text -#: ../../../config/actions.xml:331 -msgid "Nuevo CLiente" -msgstr "New Client" - #. (itstool) path: action/text #: ../../../config/actions.xml:355 msgid "Nuevo Token API" @@ -7034,6 +7189,11 @@ msgstr "Account Management (H)" msgid "Crear Notificación" msgstr "Create Notification" +#. (itstool) path: action/text +#: ../../../config/actions.xml:835 +msgid "Gestión Permisos" +msgstr "Permissions Management" + #. (itstool) path: strings/text #: ../../../config/strings.xml:4 msgid "Color" @@ -7064,6 +7224,13 @@ msgstr "Text" msgid "Link" msgstr "Link" +#, fuzzy +#~ msgid "Error al eliminar permisos" +#~ msgstr "Error while removing the profile" + +#~ msgid "Nuevo CLiente" +#~ msgstr "New Client" + #~ msgid "El archivo de estructura de la BBDD no existe" #~ msgstr "The database structure file does not exist" diff --git a/app/locales/fr_FR/LC_MESSAGES/messages.mo b/app/locales/fr_FR/LC_MESSAGES/messages.mo index 3bdbf328963ce8613f49173d6240b710c355fbd3..8c6dc7722b33c6ce5d746a3c1d45ddb45b0e82ed 100644 GIT binary patch literal 65971 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 XEr~4k?Hwmjt&e8#uXT2-`Z)UkeWGx9 diff --git a/app/locales/fr_FR/LC_MESSAGES/messages.po b/app/locales/fr_FR/LC_MESSAGES/messages.po index d737c726..12e9cc21 100644 --- a/app/locales/fr_FR/LC_MESSAGES/messages.po +++ b/app/locales/fr_FR/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-20 17:02+0100\n" -"PO-Revision-Date: 2017-08-18 09:57+0100\n" +"POT-Creation-Date: 2018-08-30 01:30+0100\n" +"PO-Revision-Date: 2018-08-30 01:30+0100\n" "Last-Translator: nuxsmin \n" "Language-Team: \n" "Language: fr_FR\n" @@ -16,3056 +16,2624 @@ msgstr "" "X-Generator: Poedit 1.6.10\n" "X-Contributors: Akirohs, Aurelien, Fabian Rodriguez, Fabien, Jérémy Donas\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: ../../../..\n" - -#: ../../../../ajax/ajax_accGetFiles.php:50 -#: ../../../../ajax/ajax_accSearch.php:44 -#: ../../../../ajax/ajax_filesMgmt.php:54 -#: ../../../../ajax/ajax_filesMgmt.php:70 -#: ../../../../ajax/ajax_passReset.php:48 -#: ../../../../ajax/ajax_userPrefsSave.php:58 -msgid "CONSULTA INVÁLIDA" -msgstr "REQUETE INVALIDE" - -#: ../../../../ajax/ajax_accSearch.php:38 -#: ../../../../ajax/ajax_userPrefsSave.php:51 -#: ../../../../inc/SP/Controller/RequestControllerTrait.class.php:119 -msgid "La sesión no se ha iniciado o ha caducado" -msgstr "Session non démarrée ou expirée" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:146 -msgid "Es necesario un nombre de cuenta" -msgstr "Nom du compte requis" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:148 -#: ../../../../inc/SP/Forms/CustomerForm.class.php:83 -msgid "Es necesario un nombre de cliente" -msgstr "Nom de client requis" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:150 -msgid "Es necesario un usuario" -msgstr "Nom d'utilisateur requis" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:134 -msgid "Es necesaria una clave" -msgstr "Une clé est requise" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:152 -msgid "Es necesario una categoría" -msgstr "Une catégorie est requise" - -#: ../../../../ajax/ajax_filesMgmt.php:209 -#: ../../../../ajax/ajax_userPrefsSave.php:97 -#: ../../../../inc/SP/Api/ApiRequest.class.php:241 -#: ../../../../inc/SP/Controller/RequestControllerTrait.class.php:108 -msgid "Acción Inválida" -msgstr "Action Invalide" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:710 -#: ../../../../inc/SP/Forms/AccountForm.class.php:136 -#: ../../../../inc/SP/Forms/UserForm.class.php:150 -msgid "Las claves no coinciden" -msgstr "Les mots de passe ne correspondent pas" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:189 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:932 -#: ../../../../inc/SP/Import/ImportBase.class.php:158 -msgid "Cuenta creada" -msgstr "Compte ajouté" - -#: ../../../../inc/SP/Account/Account.class.php:273 -msgid "Error al crear la cuenta" -msgstr "Erreur pendant la création du compte" - -#: ../../../../js/strings.js.php:80 -msgid "Sin cambios" -msgstr "Aucun changement" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:942 -msgid "Cuenta actualizada" -msgstr "Compte actualisé" - -#: ../../../../inc/SP/Account/Account.class.php:127 -msgid "Error al modificar la cuenta" -msgstr "Erreur pendant la modification du compte" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:227 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:987 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1037 -msgid "Cuenta eliminada" -msgstr "Compte supprimé" - -#: ../../../../inc/SP/Account/Account.class.php:355 -#: ../../../../inc/SP/Account/AccountHistory.class.php:516 -msgid "Error al eliminar la cuenta" -msgstr "Erreur pendant la suppression du compte" - -#: ../../../../ajax/ajax_passReset.php:99 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:285 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:951 -msgid "Clave actualizada" -msgstr "Mot de passe actualisé" - -#: ../../../../inc/SP/Account/Account.class.php:437 -msgid "Error al actualizar la clave" -msgstr "Erreur pendant l'actualisation du mot de passe" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:960 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1012 -msgid "Cuenta restaurada" -msgstr "Compte restauré" - -#: ../../../../inc/SP/Account/Account.class.php:173 -#: ../../../../inc/SP/Account/AccountHistoryUtil.class.php:154 -msgid "Error al restaurar cuenta" -msgstr "Erreur pendant la restauration du compte" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:126 -msgid "Ver Usuario" -msgstr "Voir Utilisateur" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:552 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:553 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:131 -msgid "Editar Usuario" -msgstr "Éditer Utilisateur" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:515 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:516 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:139 -msgid "Nuevo Usuario" -msgstr "Nouvel Utilisateur" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:143 -msgid "Ver Grupo" -msgstr "Voir Groupe" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:637 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:638 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:148 -msgid "Editar Grupo" -msgstr "Éditer Groupe" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:626 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:627 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:152 -msgid "Nuevo Grupo" -msgstr "Nouveau Groupe" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:156 -msgid "Ver Perfil" -msgstr "Voir Profil" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:719 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:720 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:161 -msgid "Editar Perfil" -msgstr "Éditer Profil" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:698 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:699 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:165 -msgid "Nuevo Perfil" -msgstr "Nouveau Profil" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:169 -msgid "Ver Cliente" -msgstr "Voir Client" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:175 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:176 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:174 -#: ../../../../inc/SP/Core/Acl.class.php:205 -msgid "Editar Cliente" -msgstr "Éditer Client" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:164 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:165 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:178 -#: ../../../../inc/themes/material-blue/views/account/account.inc:67 -msgid "Nuevo Cliente" -msgstr "Nouveau Client" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:182 -msgid "Ver Categoría" -msgstr "Voir Catégorie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:101 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:102 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:187 -#: ../../../../inc/SP/Core/Acl.class.php:200 -msgid "Editar Categoría" -msgstr "Éditer Catégorie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:90 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:91 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:191 -#: ../../../../inc/themes/material-blue/views/account/account.inc:90 -msgid "Nueva Categoría" -msgstr "Nouvelle Catégorie" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:195 -msgid "Ver Autorización" -msgstr "Voir Autorisation" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:782 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:783 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:200 -msgid "Nueva Autorización" -msgstr "Nouvelle Autorisation" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:803 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:804 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:204 -msgid "Editar Autorización" -msgstr "Éditer Autorisation" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:240 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:241 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:208 -msgid "Nuevo Campo" -msgstr "Nouveau champ" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:251 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:252 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:212 -msgid "Editar Campo" -msgstr "Éditer Champ" - -#: ../../../../inc/SP/Forms/UserForm.class.php:110 -msgid "Es necesario un nombre de usuario" -msgstr "Nom d'utilisateur requis" - -#: ../../../../inc/SP/Forms/UserForm.class.php:114 -msgid "Es necesario un login" -msgstr "Login requis" - -#: ../../../../inc/SP/Forms/UserForm.class.php:118 -msgid "Es necesario un perfil" -msgstr "Profil requis" - -#: ../../../../inc/SP/Forms/UserForm.class.php:122 -msgid "Es necesario un grupo" -msgstr "Groupe requis" - -#: ../../../../inc/SP/Forms/UserForm.class.php:126 -msgid "Es necesario un email" -msgstr "Courriel requis" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:237 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:529 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:613 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:683 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:733 -#: ../../../../inc/SP/Forms/UserForm.class.php:130 -#: ../../../../inc/SP/Forms/UserForm.class.php:142 -#: ../../../../inc/SP/Forms/UserForm.class.php:160 -msgid "Ey, esto es una DEMO!!" -msgstr "Hey, ceci est une DEMO" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:98 -#: ../../../../inc/SP/Forms/UserForm.class.php:146 -msgid "La clave no puede estar en blanco" -msgstr "Le mot de passe ne peut pas être vide" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:233 -msgid "Usuario creado" -msgstr "Utilisateur ajouté" - -#: ../../../../inc/SP/Core/Upgrade/User.class.php:156 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:88 -msgid "Error al crear el usuario" -msgstr "Erreur pendant la création de l'utilisateur" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:253 -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:104 -msgid "Usuario actualizado" -msgstr "Utilisateur actualisé" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:181 -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:195 -msgid "Error al actualizar el usuario" -msgstr "Erreur pendant l'actualisation de l'utilisateur" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:280 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:323 -msgid "Error al modificar la clave" -msgstr "Erreur pendant la modification du mot de passe" - -#: ../../../../inc/SP/Forms/UserForm.class.php:166 -msgid "No es posible eliminar, usuario en uso" -msgstr "Impossible à supprimer, utilisateur en cours d'utilisation" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:267 -msgid "Usuario eliminado" -msgstr "Utilisateur supprimé" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:130 -msgid "Error al eliminar el usuario" -msgstr "Erreur pendant la suppression de l'utilisateur" - -#: ../../../../inc/SP/Forms/GroupForm.class.php:84 -msgid "Es necesario un nombre de grupo" -msgstr "Nom de groupe requis" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:58 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:194 -msgid "Nombre de grupo duplicado" -msgstr "Nom de groupe dupliqué" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:374 -msgid "Grupo creado" -msgstr "Groupe ajouté" - -#: ../../../../inc/SP/Core/Upgrade/Group.class.php:115 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:68 -msgid "Error al crear el grupo" -msgstr "Erreur pendant la création du groupe" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:382 -msgid "Grupo actualizado" -msgstr "Groupe actualisé" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:205 -msgid "Error al actualizar el grupo" -msgstr "Erreur pendant l'actualisation du groupe" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:498 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:93 -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:24 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:46 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:48 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:51 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:140 -msgid "Usuarios" -msgstr "Utilisateurs" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:309 -#: ../../../../inc/SP/Controller/ConfigController.class.php:205 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:365 -#: ../../../../inc/SP/Controller/MainController.class.php:615 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:90 -#: ../../../../inc/themes/material-blue/views/account/linkedAccounts.inc:13 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:30 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:32 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:196 -msgid "Cuentas" -msgstr "Comptes" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:115 -msgid "No es posible eliminar" -msgstr "Impossible à supprimer" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:395 -msgid "Grupo eliminado" -msgstr "Groupe supprimé" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:120 -msgid "Error al eliminar el grupo" -msgstr "Erreur pendant la suppression du groupe" - -#: ../../../../inc/SP/Forms/ProfileForm.class.php:111 -msgid "Es necesario un nombre de perfil" -msgstr "Nom de profil requis" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:57 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:183 -msgid "Nombre de perfil duplicado" -msgstr "Nom de profil dupliqué" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:434 -msgid "Perfil creado" -msgstr "Profil ajouté" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:442 -msgid "Perfil actualizado" -msgstr "Profil actualisé" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:455 -msgid "Perfil eliminado" -msgstr "Profil supprimé" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:369 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:496 -#: ../../../../inc/SP/Import/ImportBase.class.php:204 -msgid "Cliente creado" -msgstr "Client ajouté" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:504 -msgid "Cliente actualizado" -msgstr "Client actualisé" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:405 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:517 -msgid "Cliente eliminado" -msgstr "Client supprimé" - -#: ../../../../inc/SP/Forms/CategoryForm.class.php:83 -msgid "Es necesario un nombre de categoría" -msgstr "Nom de catégorie requis" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:280 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:558 -#: ../../../../inc/SP/Import/ImportBase.class.php:182 -msgid "Categoría creada" -msgstr "Catégorie ajoutée" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:566 -msgid "Categoría actualizada" -msgstr "Catégorie actualisée" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:316 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:580 -msgid "Categoría eliminada" -msgstr "Catégorie supprimée" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:624 -msgid "Autorización creada" -msgstr "Autorisation ajoutée" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:637 -msgid "Autorización actualizada" -msgstr "Autorisation mise à jour" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:648 -msgid "Autorización eliminada" -msgstr "Autorisation supprimée" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:87 -msgid "Nombre del campo no indicado" -msgstr "Nom de champ indéfini" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:89 -msgid "Tipo del campo no indicado" -msgstr "Type de champ indéfini" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:91 -msgid "Módulo del campo no indicado" -msgstr "Module de champ indéfini" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:678 -msgid "Campo creado" -msgstr "Champ ajouté" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:685 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:288 -msgid "Campo actualizado" -msgstr "Champ mis à jour" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:696 -msgid "Campo eliminado" -msgstr "Champ supprimé" - -#: ../../../../inc/SP/Core/Backup.class.php:55 -msgid "Realizar Backup" -msgstr "Effectuer une sauvegarde" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:434 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:738 -#: ../../../../inc/SP/Core/Backup.class.php:75 -msgid "Error al realizar el backup" -msgstr "Erreur pendant la sauvegarde" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:435 -#: ../../../../inc/SP/Controller/ChecksController.class.php:113 -#: ../../../../inc/SP/Controller/ChecksController.class.php:142 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:716 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:739 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1099 -#: ../../../../inc/SP/Import/Import.class.php:117 -msgid "Revise el registro de eventos para más detalles" -msgstr "Veuillez consulter le journal des évènements pour plus de détails" - -#: ../../../../inc/SP/Core/Backup.class.php:84 -msgid "Copia de la aplicación y base de datos realizada correctamente" -msgstr "" -"Sauvegarde de l'application et de la base de données effectuées correctement" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:428 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:743 -msgid "Proceso de backup finalizado" -msgstr "Processus de sauvegarde terminé" - -#: ../../../../inc/SP/Core/XmlExport.class.php:146 -msgid "Error al realizar la exportación de cuentas" -msgstr "Erreur pendant l'exportation de comptes" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:715 -msgid "Error al realizar la exportación" -msgstr "Problème durant l'export" - -#: ../../../../inc/SP/Core/XmlExport.class.php:155 -msgid "Exportación de cuentas realizada correctamente" -msgstr "Export réalisé avec succès" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:720 -msgid "Proceso de exportación finalizado" -msgstr "Processus d'export terminé" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:124 -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:464 -#: ../../../../inc/SP/Controller/ChecksController.class.php:92 -msgid "Los parámetros de LDAP no están configurados" -msgstr "Les paramètres LDAP ne sont pas définis" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:138 -#: ../../../../inc/SP/Controller/ChecksController.class.php:107 -msgid "Conexión a LDAP correcta" -msgstr "Connexion LDAP OK" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:139 -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:78 -msgid "Objetos encontrados" -msgstr "Objets trouvés" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:257 -msgid "Modificar Configuración" -msgstr "Modifier Configuration" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:290 -msgid "El tamaño máximo por archivo es de 16MB" -msgstr "La taille maximale par fichier est de 16 MB" - -#: ../../../../js/strings.js.php:45 -msgid "Extensión no permitida" -msgstr "Extension non autorisée" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:205 -msgid "Faltan parámetros de Proxy" -msgstr "Paramètres proxy manquant" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:216 -msgid "Proxy habiltado" -msgstr "Proxy activé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:220 -msgid "Proxy deshabilitado" -msgstr "Proxy désactivé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:223 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:309 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:375 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:422 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:475 -msgid "Sección" -msgstr "Section" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:223 -#: ../../../../inc/SP/Controller/ConfigController.class.php:155 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:226 -#: ../../../../inc/themes/material-blue/views/main/install.inc:132 -msgid "General" -msgstr "Générale" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:329 -msgid "Faltan parámetros de Wiki" -msgstr "Paramètres Wiki manquants" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:339 -msgid "Wiki habiltada" -msgstr "Wiki activé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:343 -msgid "Wiki deshabilitada" -msgstr "Wiki désactivé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:375 -#: ../../../../inc/SP/Controller/ConfigController.class.php:237 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:63 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:10 -msgid "Wiki" -msgstr "Wiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:400 -msgid "Faltan parámetros de LDAP" -msgstr "Paramètres LDAP manquants" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:415 -msgid "LDAP habiltado" -msgstr "LDAP activé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:419 -msgid "LDAP deshabilitado" -msgstr "LDAP désactivé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:422 -#: ../../../../inc/SP/Controller/ConfigController.class.php:270 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:7 -msgid "LDAP" -msgstr "LDAP" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:448 -msgid "Faltan parámetros de Correo" -msgstr "Paramètres de Courriel manquants" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:466 -msgid "Correo habiltado" -msgstr "Courriel activé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:472 -msgid "Correo deshabilitado" -msgstr "Courriel désactivé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:475 -#: ../../../../inc/SP/Controller/ConfigController.class.php:301 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:7 -msgid "Correo" -msgstr "Courriel" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:251 -msgid "Configuración actualizada" -msgstr "Configuration actualisée" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:497 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:592 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:277 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:520 -#: ../../../../inc/SP/Controller/LoginController.class.php:316 -#: ../../../../inc/SP/Controller/LoginController.class.php:326 -msgid "Clave maestra actualizada" -msgstr "Mot de Passe Maître actualisé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:498 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:594 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:277 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:520 -msgid "Reinicie la sesión para cambiarla" -msgstr "Redémarrez la session pour mettre à jour" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:504 -msgid "Clave maestra no indicada" -msgstr "Mot de Passe Maître requis" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:509 -msgid "Se ha de confirmar el cambio de clave" -msgstr "Le changement de mot de passe doit être confirmé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:514 -msgid "Las claves son idénticas" -msgstr "Les mots de passe sont identiques" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:519 -msgid "Las claves maestras no coinciden" -msgstr "Les Mots de passe Maîtres ne correspondent pas" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:524 -msgid "La clave maestra actual no coincide" -msgstr "Le Mot de Passe Maître actuel indiqué est incorrect" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:550 -msgid "Errores al actualizar las claves de las cuentas" -msgstr "Erreur pendant la modification des mots de passe des comptes" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:561 -msgid "Errores al actualizar las claves de las cuentas del histórico" -msgstr "Erreur lors de la mise à jour des mots de passe dans l'historique" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:570 -msgid "Errores al actualizar datos de campos personalizados" -msgstr "Erreur pendant la mise à jour de champs personnalisés" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:69 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:92 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:199 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:215 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:589 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:617 -msgid "Actualizar Clave Maestra" -msgstr "Mettre à jour le Mot de Passe Maître" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:597 -msgid "Error al guardar el hash de la clave maestra" -msgstr "Erreur pendant la sauvegarde du hash du Mot de passe Maître" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:646 -msgid "Generar Clave Temporal" -msgstr "Générer un Mot de Passe Temporaire" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:498 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:64 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:56 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:62 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:73 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:76 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:79 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:87 -#: ../../../../inc/themes/material-blue/views/account/account.inc:124 -#: ../../../../inc/themes/material-blue/views/account/account.inc:131 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:31 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:269 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:272 -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:61 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:138 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:77 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:84 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:229 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:236 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:46 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:53 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:102 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:109 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:35 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:41 -#: ../../../../inc/themes/material-blue/views/main/install.inc:43 -#: ../../../../inc/themes/material-blue/views/main/login.inc:27 -#: ../../../../inc/themes/material-blue/views/main/login.inc:88 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:34 -msgid "Clave" -msgstr "Mot de passe" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:649 -msgid "Clave Temporal Generada" -msgstr "Mot de Passe Temporaire Géneré" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:669 -msgid "Error al generar clave temporal" -msgstr "Erreur pendant la génération du mot de passe temporaire" - -#: ../../../../inc/SP/Controller/LoginController.class.php:124 -msgid "Usuario/Clave no introducidos" -msgstr "Utilisateur/Mot de Passe non saisi" - -#: ../../../../inc/SP/Controller/LoginController.class.php:108 -msgid "Inicio sesión" -msgstr "Se connecter" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:114 -msgid "Error al guardar los datos de LDAP" -msgstr "Erreur pendant la sauvegarde des données utilisateur LDAP" - -#: ../../../../inc/SP/Account/Account.class.php:321 -#: ../../../../inc/SP/Account/Account.class.php:324 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:138 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:255 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:147 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:273 -#: ../../../../inc/SP/Api/ApiBase.class.php:200 -#: ../../../../inc/SP/Api/ApiBase.class.php:203 -#: ../../../../inc/SP/Api/ApiRequest.class.php:160 -#: ../../../../inc/SP/Api/ApiUtil.class.php:55 -#: ../../../../inc/SP/Controller/LoginController.class.php:201 -#: ../../../../inc/SP/Controller/LoginController.class.php:229 -#: ../../../../inc/SP/Controller/LoginController.class.php:248 -#: ../../../../inc/SP/Controller/LoginController.class.php:346 -#: ../../../../inc/SP/Controller/LoginController.class.php:377 -#: ../../../../inc/SP/Controller/LoginController.class.php:477 -#: ../../../../inc/SP/Controller/LoginController.class.php:502 -#: ../../../../inc/SP/Core/OldCrypt.class.php:169 -#: ../../../../inc/SP/Core/OldCrypt.class.php:181 -#: ../../../../inc/SP/Import/XmlFileImport.class.php:106 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:93 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:179 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:238 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:300 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:364 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomField.class.php:71 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomField.class.php:138 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:88 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:159 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:208 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:229 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:250 -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:135 +"X-Poedit-SearchPath-0: ../../../modules\n" +"X-Poedit-SearchPath-1: ../../../../lib\n" +"X-Poedit-SearchPath-2: ../../../config\n" + +#: ../../../../lib/SP/Bootstrap.php:265 +#, php-format +msgid "Versión de PHP requerida >= %s <= %s" +msgstr "Version de PHP requise >= %s <= %s" + +#: ../../../../lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Actual: %s - Necesario: 750" +msgstr "Actuel: %s - Requis: 750" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 msgid "Error interno" msgstr "Erreur Interne" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:224 -msgid "Error al actualizar la clave del usuario en la BBDD" +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +msgid "No se puede usar el módulo de encriptación" +msgstr "Le module de chiffrement ne peut pas être chargé" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 +msgid "Error al generar datos cifrados" +msgstr "Erreur pendant la création des données de chiffrement" + +#: ../../../../lib/SP/DataModel/TrackData.php:155 +#: ../../../../lib/SP/Repositories/Track/TrackRequest.php:56 +msgid "IP inválida" +msgstr "IP invalide" + +#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:306 +#: ../../../../lib/SP/Mvc/View/Template.php:122 +#, php-format +msgid "No es posible obtener la plantilla \"%s\" : %s" +msgstr "Impossible d'obtenir le modèle \"%s\" : %s" + +#: ../../../../lib/SP/Mvc/View/Template.php:274 +#: ../../../../lib/SP/Mvc/View/Template.php:276 +#, php-format +msgid "No es posible obtener la variable \"%s\"" +msgstr "Impossible d'obtenir la variable \"%s\"" + +#: ../../../../lib/SP/Mvc/View/Template.php:322 +#: ../../../../lib/SP/Mvc/View/Template.php:324 +#, php-format +msgid "No es posible destruir la variable \"%s\"" +msgstr "Impossible de détruire la variable \"%s\"" + +#: ../../../../lib/SP/Plugin/PluginManager.php:113 +#: ../../../../lib/SP/Plugin/PluginManager.php:256 +#, php-format +msgid "No es posible cargar el plugin \"%s\"" +msgstr "Impossible de charger le plugin \"%s\"" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:87 +#, php-format +msgid "Realizado por: %s (%s)" +msgstr "Réalisé par: %s (%s)" + +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:88 +#, php-format +msgid "Dirección IP: %s" +msgstr "Adresse IP: %s" + +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 +msgid "Solicitud" +msgstr "Requête" + +#. (itstool) path: action/text +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:125 +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:156 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: ../../../modules/web/Controllers/ConfigManagerController.php:171 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:20 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:389 +#: ../../../config/actions.xml:13 +msgid "Cuentas" +msgstr "Comptes" + +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notificación" +msgstr "Notification" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 +msgid "Actualizar Clave Maestra" +msgstr "Mettre à jour le Mot de Passe Maître" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Cuentas actualizadas: %d / %d" +msgstr "Comptes actualisés: %d / %d" + +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Comtpes actualisés: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: ../../../../lib/SP/Services/Auth/LoginService.php:582 +msgid "N/D" +msgstr "N/A" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:135 +#, php-format +msgid "No es posible crear el directorio de backups (\"%s\")" +msgstr "Impossible de créer le répertoire de sauvegarde (\"%s\")" + +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:297 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:9 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:5 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:10 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:9 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:9 +#, php-format +msgid "La extensión '%s' no está disponible" +msgstr "The '%s' extension is unavailable" + +#: ../../../../lib/SP/Services/Config/ConfigService.php:68 +#: ../../../../lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parámetro no encontrado (%s)" +msgstr "Paramètre introuvable (%s)" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:212 +#, php-format +msgid "Clave Maestra %s" +msgstr "Mot de Passe Maître %s" + +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +msgid "" +"Se ha generado una nueva clave para el acceso a sysPass y se solicitará en " +"el siguiente inicio." msgstr "" -"Erreur pendant l'actualisation du mot de passe utilisateur dans la base de " -"données" +"Un nouveau Mot de Passe Maître sysPass a été généré et sera demandé lors du " +"prochain démarrage" -#: ../../../../inc/SP/Controller/LoginController.class.php:151 -#: ../../../../inc/SP/Controller/LoginController.class.php:458 -#: ../../../../inc/SP/Controller/LoginController.class.php:520 -#: ../../../../inc/SP/Controller/LoginController.class.php:546 -msgid "Login incorrecto" -msgstr "Login incorrect" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:215 +#, php-format +msgid "La nueva clave es: %s" +msgstr "Le nouveau Mot de Passe Maître est: %s" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:565 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:158 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:111 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:365 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:748 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:835 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:625 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:638 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:735 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:745 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:760 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:410 -#: ../../../../inc/SP/Controller/LoginController.class.php:262 -#: ../../../../inc/SP/Controller/LoginController.class.php:371 -#: ../../../../inc/SP/Controller/LoginController.class.php:455 -#: ../../../../inc/SP/Controller/LoginController.class.php:521 -#: ../../../../inc/SP/Controller/LoginController.class.php:548 -#: ../../../../inc/SP/Core/Init.class.php:630 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:78 -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:110 -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:64 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:45 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:51 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:54 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:60 -#: ../../../../inc/themes/material-blue/views/account/account.inc:111 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:20 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:63 -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:47 -#: ../../../../inc/themes/material-blue/views/config/info.inc:46 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:117 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:64 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:71 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:209 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:223 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:31 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:35 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:37 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:16 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:18 -#: ../../../../inc/themes/material-blue/views/main/login.inc:15 -#: ../../../../inc/themes/material-blue/views/main/login.inc:87 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:16 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:90 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:92 -msgid "Usuario" -msgstr "Utilisateur" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:217 +#, php-format +msgid "Esta clave estará activa hasta: %s" +msgstr "Ce mot de passe sera valid jusqu'au: %s" -#: ../../../../inc/SP/Controller/LoginController.class.php:466 -msgid "Cuenta expirada" -msgstr "Compte expiré" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:219 +msgid "No olvide acceder lo antes posible para guardar los cambios." +msgstr "N'oubliez pas de vous reconnecter pour enregistrer les changements" -#: ../../../../inc/SP/Controller/LoginController.class.php:472 -msgid "El usuario no tiene grupos asociados" -msgstr "L'utilisateur n'a pas de groupe associé" +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Actualizando datos encriptados" +msgstr "Actualisation des données chiffrées" -#: ../../../../inc/SP/Controller/LoginController.class.php:549 -msgid "Autentificación" -msgstr "Authentification" +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 +msgid "Categorías" +msgstr "Catégories" -#: ../../../../inc/SP/Controller/LoginController.class.php:261 -#: ../../../../inc/SP/Controller/LoginController.class.php:266 -msgid "Usuario deshabilitado" -msgstr "Utilisateur désactivé" +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 +#, fuzzy +msgid "Clientes" +msgstr "Clients" -#: ../../../../inc/SP/Controller/LoginController.class.php:246 -msgid "Error al obtener los datos del usuario de la BBDD" +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:102 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:13 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:118 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:245 +msgid "Usuarios" +msgstr "Utilisateurs" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:93 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:157 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 +msgid "Grupos" +msgstr "Groupes" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:114 +#: ../../../../lib/SP/Storage/File/FileCache.php:74 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "No es posible crear el directorio (%s)" +msgstr "Impossible de créer le dossier (%s)" + +#: ../../../../lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Formato detectado: %s" +msgstr "Format détecté: %s" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:130 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "El número de campos es incorrecto (%d)" +msgstr "Mauvais numéro de champs (%d)" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 +#, php-format +msgid "Compruebe el formato del archivo CSV en línea %s" +msgstr "Veuillez vérifier le format CSV à la ligne %s" + +#: ../../../../lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Tipo mime no soportado (\"%s\")" +msgstr "Le type MIME n'est pas supporté (\"%s\")" + +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 +#, php-format +msgid "El nodo \"%s\" no existe" +msgstr "Le \"%s\" node n'existe pas" + +#: ../../../../lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "No es posible comprobar el usuario de sysPass (%s)" +msgstr "Impossible de vérifier l'utilisateur sysPass (%s)" + +#: ../../../../lib/SP/Services/Install/MySQL.php:213 +#: ../../../../lib/SP/Services/Install/MySQL.php:329 +#: ../../../../lib/SP/Services/Install/MySQL.php:341 +#, php-format +msgid "Error al crear la BBDD ('%s')" +msgstr "Erreur lors de la création de la BDD ('%s')" + +#: ../../../../lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error al establecer permisos de la BBDD ('%s')" msgstr "" -"Erreur pendant la récupération des données utilisateur à partir de la base " -"de données" - -#: ../../../../inc/SP/Controller/LoginController.class.php:337 -msgid "La clave maestra no ha sido guardada o es incorrecta" -msgstr "Mot de Passe Maître non sauvegardé ou incorrect" - -#: ../../../../inc/SP/Controller/LoginController.class.php:309 -#: ../../../../inc/SP/Controller/LoginController.class.php:313 -#: ../../../../inc/SP/Controller/LoginController.class.php:319 -#: ../../../../inc/SP/Controller/LoginController.class.php:323 -#: ../../../../inc/SP/Controller/LoginController.class.php:342 -#: ../../../../inc/SP/Controller/LoginController.class.php:344 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:63 -msgid "Clave maestra incorrecta" -msgstr "Mot de Passe Maître invalide" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:475 -#: ../../../../inc/SP/Controller/LoginController.class.php:372 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:55 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:57 -msgid "Perfil" -msgstr "Profil" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:599 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:137 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:149 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:159 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:110 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:476 -#: ../../../../inc/SP/Controller/LoginController.class.php:373 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:251 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:254 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:174 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:201 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:71 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:73 -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:21 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:137 -msgid "Grupo" -msgstr "Groupe" - -#: ../../../../ajax/ajax_accGetFiles.php:43 -#: ../../../../ajax/ajax_filesMgmt.php:58 -msgid "Gestión de archivos deshabilitada" -msgstr "Gestion des fichiers désactivée" - -#: ../../../../ajax/ajax_filesMgmt.php:73 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:95 -msgid "Subir Archivo" -msgstr "Envoyer Fichier" - -#: ../../../../ajax/ajax_filesMgmt.php:79 -msgid "No hay extensiones permitidas" -msgstr "Il n'y a pas d'extensions permises" - -#: ../../../../ajax/ajax_filesMgmt.php:96 -#: ../../../../inc/SP/Import/FileImport.class.php:97 -msgid "Tipo de archivo no soportado" -msgstr "Types de fichiers non supportés" - -#: ../../../../ajax/ajax_filesMgmt.php:103 -msgid "Archivo inválido" -msgstr "Fichier invalide" - -#: ../../../../ajax/ajax_filesMgmt.php:117 -#: ../../../../ajax/ajax_filesMgmt.php:135 -#: ../../../../inc/SP/Import/FileImport.class.php:113 -#: ../../../../inc/SP/Import/FileImport.class.php:157 -#: ../../../../inc/SP/Import/FileImport.class.php:185 -msgid "Error interno al leer el archivo" -msgstr "Erreur interne à la lecture du fichier" - -#: ../../../../ajax/ajax_filesMgmt.php:144 -msgid "Archivo guardado" -msgstr "Fichier sauvegardé" - -#: ../../../../ajax/ajax_filesMgmt.php:146 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:79 -msgid "No se pudo guardar el archivo" -msgstr "Erreur pendant la sauvegarde du fichier" - -#: ../../../../ajax/ajax_filesMgmt.php:154 -#: ../../../../ajax/ajax_filesMgmt.php:198 -msgid "No es un ID de archivo válido" -msgstr "ID de fichier invalide" - -#: ../../../../ajax/ajax_filesMgmt.php:160 -msgid "El archivo no existe" -msgstr "Fichier inexistant" - -#: ../../../../ajax/ajax_filesMgmt.php:163 -#: ../../../../inc/themes/material-blue/views/account/files-list.inc:34 -msgid "Descargar Archivo" -msgstr "Télécharger Fichier" - -#: ../../../../ajax/ajax_filesMgmt.php:164 -#: ../../../../inc/SP/Api/SyspassApi.class.php:84 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:533 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:19 -msgid "ID" -msgstr "ID" - -#: ../../../../ajax/ajax_filesMgmt.php:104 -#: ../../../../ajax/ajax_filesMgmt.php:166 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:850 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:437 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:97 -#: ../../../../inc/themes/material-blue/views/config/import.inc:66 -#: ../../../../inc/themes/material-blue/views/config/import.inc:69 -msgid "Archivo" -msgstr "Fichier" - -#: ../../../../ajax/ajax_filesMgmt.php:167 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:206 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:283 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:55 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:733 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:743 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:758 -#: ../../../../inc/SP/Controller/LoginController.class.php:454 -#: ../../../../inc/SP/Controller/LoginController.class.php:485 -#: ../../../../inc/SP/Controller/LoginController.class.php:529 -#: ../../../../inc/SP/Controller/LoginController.class.php:547 -#: ../../../../inc/SP/Controller/LoginController.class.php:557 -#: ../../../../inc/SP/Controller/MainActionController.class.php:124 -#: ../../../../inc/SP/Core/Init.class.php:449 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:98 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:76 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:31 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:33 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:39 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:46 -msgid "Tipo" -msgstr "Type" - -#: ../../../../ajax/ajax_filesMgmt.php:125 -#: ../../../../ajax/ajax_filesMgmt.php:168 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:284 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:99 -msgid "Tamaño" -msgstr "Taille" - -#: ../../../../ajax/ajax_filesMgmt.php:204 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:842 -msgid "Archivo eliminado" -msgstr "Fichier supprimé" - -#: ../../../../ajax/ajax_filesMgmt.php:206 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:125 -msgid "Error al eliminar el archivo" -msgstr "Erreur pendant la suppression du fichier" - -#: ../../../../ajax/ajax_getContent.php:55 -#: ../../../../inc/SP/Api/ApiBase.class.php:175 -#: ../../../../inc/SP/Api/ApiRequest.class.php:225 -msgid "Parámetros incorrectos" -msgstr "Paramètres incorrects" - -#: ../../../../ajax/ajax_passReset.php:61 -msgid "Recuperación de Clave" -msgstr "Recupération de Mot de Passe" - -#: ../../../../ajax/ajax_passReset.php:62 -msgid "Solicitado para" -msgstr "Requis pour" - -#: ../../../../ajax/ajax_passReset.php:69 -msgid "Solicitud enviada" -msgstr "Requête envoyée" - -#: ../../../../ajax/ajax_passReset.php:73 -msgid "En breve recibirá un correo para completar la solicitud." -msgstr "Vous recevrez un courriel de confirmation sous peu" - -#: ../../../../ajax/ajax_passReset.php:86 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:329 -msgid "Modificar Clave Usuario" -msgstr "Modifier le Mot de Passe Utilisateur" - -#: ../../../../ajax/ajax_passReset.php:100 -#: ../../../../inc/SP/Auth/Database/Database.class.php:92 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:474 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:235 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:255 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:276 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:287 -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:105 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:330 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:37 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:23 -msgid "Login" -msgstr "Login" - -#: ../../../../ajax/ajax_passReset.php:107 -msgid "La clave es incorrecta o no coincide" -msgstr "Le mot de passe est incorrect ou ne correspond pas" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1158 -#: ../../../../inc/SP/Forms/NoticeForm.class.php:95 -msgid "Es necesaria una descripción" -msgstr "Description requise" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1173 -msgid "Solicitud de Modificación de Cuenta" -msgstr "Demande de Modification de Compte" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1174 -msgid "Solicitante" -msgstr "Demandeur" - -#: ../../../../ajax/ajax_filesMgmt.php:165 -#: ../../../../inc/SP/Api/SyspassApi.class.php:85 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:280 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:832 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:734 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:744 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:759 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:848 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1175 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:534 -#: ../../../../inc/SP/Controller/MainController.class.php:608 -#: ../../../../inc/SP/Import/ImportBase.class.php:165 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:96 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:77 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:11 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:13 -msgid "Cuenta" -msgstr "Compte" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:344 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:281 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:350 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:403 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:849 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1176 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:23 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:29 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:21 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:27 -#: ../../../../inc/themes/material-blue/views/account/account.inc:54 -#: ../../../../inc/themes/material-blue/views/account/account.inc:56 -#: ../../../../inc/themes/material-blue/views/account/request.inc:24 -#: ../../../../inc/themes/material-blue/views/account/request.inc:31 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:21 -msgid "Cliente" -msgstr "Client" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:57 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:131 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:593 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:57 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1177 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:37 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:28 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:32 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:33 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:77 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:83 -msgid "Descripción" -msgstr "Description" - -#: ../../../../inc/SP/Mgmt/Users/UserPreferences.class.php:80 -msgid "Error al actualizar preferencias" -msgstr "Erreur pendant l'actualisation des préférences" - -#: ../../../../ajax/ajax_userPrefsSave.php:90 -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:89 -msgid "Preferencias actualizadas" -msgstr "Préférences mises à jour" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:509 -msgid "La clave maestra no coincide" -msgstr "Le Mot de Passe Maître ne correspond pas" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:274 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:516 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "Vous n'avez pas les permissions pour accéder à ce compte" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:83 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:225 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:226 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:532 -#: ../../../../inc/SP/Core/Acl.class.php:192 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:48 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:87 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:54 -msgid "Ver Clave" -msgstr "Voir Mot de Passe" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:229 -#: ../../../../js/strings.js.php:72 -msgid "Clave de Cuenta" -msgstr "Mot de Passe du Compte" - -#: ../../../../inc/SP/Http/Request.class.php:55 -msgid "No es posible acceder directamente a este archivo" -msgstr "Impossible d'accéder directement à ce fichier" - -#: ../../../../inc/SP/Account/AccountHistory.class.php:192 -msgid "Error al actualizar el historial" -msgstr "Erreur pendant l'actualisation de l'historique" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:941 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:950 -msgid "Actualizar Cuenta" -msgstr "Actualiser Compte" - -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:100 -msgid "Error al actualizar los grupos secundarios" -msgstr "Erreur pendant l'actualisation des groupes secondaires" - -#: ../../../../inc/SP/Account/UserAccounts.class.php:130 -msgid "Error al actualizar los usuarios de la cuenta" -msgstr "Erreur pendant la modification des comptes utilisateurs" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:444 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:445 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:959 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1011 -msgid "Restaurar Cuenta" -msgstr "Restaurer Compte" - -#: ../../../../inc/SP/Account/Account.class.php:201 -#: ../../../../inc/SP/Account/Account.class.php:508 -#: ../../../../inc/SP/Account/AccountHistory.class.php:216 -#: ../../../../inc/SP/Account/AccountHistory.class.php:393 -msgid "No se pudieron obtener los datos de la cuenta" -msgstr "Erreur lors de la récupération des données du compte" - -#: ../../../../inc/SP/Controller/AccountController.class.php:227 -#: ../../../../inc/SP/Controller/MainController.class.php:273 -#: ../../../../inc/SP/Core/Acl.class.php:188 -msgid "Nueva Cuenta" -msgstr "Nouveau Compte" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:226 -#: ../../../../inc/SP/Controller/AccountController.class.php:549 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:274 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:275 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:383 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:384 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:454 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:455 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:978 -#: ../../../../inc/SP/Core/Acl.class.php:193 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:39 -msgid "Eliminar Cuenta" -msgstr "Supprimer Compte" - -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:70 -msgid "Error al eliminar grupos asociados a la cuenta" -msgstr "Erreur pendant la suppression du groupe du compte" - -#: ../../../../inc/SP/Account/UserAccounts.class.php:89 -msgid "Error al eliminar usuarios asociados a la cuenta" -msgstr "Erreur pendant la suppression des utilisateurs du compte" - -#: ../../../../inc/SP/Mgmt/Files/FileUtil.class.php:102 -msgid "Error al eliminar archivos asociados a la cuenta" -msgstr "Erreur pendant la supression des fichiers du compte" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:70 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:200 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:73 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:208 -msgid "Inicio" -msgstr "Début" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:74 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:77 -msgid "Error en el módulo de encriptación" -msgstr "Erreur dans le module de chiffrement" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:84 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:207 -msgid "Error al obtener las claves de las cuentas" -msgstr "Erreur pendant la récupération des mots de passe des comptes" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:148 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:151 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:265 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:268 -msgid "Fallo al actualizar la clave de la cuenta" -msgstr "Erreur à la mise à jour des mots de passe des comptes" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:112 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:155 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:233 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:272 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:117 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:164 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:245 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:290 -msgid "Cuentas actualizadas" -msgstr "Comptes à jour" - -#: ../../../../inc/SP/Account/AccountUtil.class.php:132 -msgid "No se pudieron obtener los datos de las cuentas" -msgstr "Impossible de récupérer les données des comptes" - -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:72 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:99 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:207 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:227 -msgid "Actualizar Clave Maestra (H)" -msgstr "Mettre à jour le Mot de Passe Maître (H)" - -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:134 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:260 -msgid "La clave maestra del registro no coincide" -msgstr "L'enregistrement du mot de passe maître ne correspond pas" - -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:157 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:160 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:283 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:286 -msgid "Fallo al actualizar la clave del histórico" -msgstr "Erreur pendant la mise à jour du Mot de passe Maître de l'historique" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:114 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:185 -msgid "Registros actualizados" -msgstr "Enregistrements à jour" - -#: ../../../../inc/SP/Core/Acl.class.php:185 -msgid "Buscar Cuentas" -msgstr "Rechercher des Comptes" - -#: ../../../../inc/SP/Core/Acl.class.php:186 -msgid "Ver Cuenta" -msgstr "Voir Compte" - -#: ../../../../inc/SP/Controller/AccountController.class.php:363 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:263 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:264 -#: ../../../../inc/SP/Core/Acl.class.php:187 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:117 -msgid "Copiar Cuenta" -msgstr "Copier Compte" - -#: ../../../../inc/SP/Controller/AccountController.class.php:409 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:252 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:253 -#: ../../../../inc/SP/Core/Acl.class.php:189 -msgid "Editar Cuenta" -msgstr "Éditer Compte" - -#: ../../../../inc/SP/Core/Acl.class.php:190 -msgid "Editar Clave de Cuenta" -msgstr "Éditer Mot de Passe du Compte" - -#: ../../../../inc/SP/Core/Acl.class.php:191 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 -msgid "Ver Historial" -msgstr "Voir Historique" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:302 -#: ../../../../inc/SP/Core/Acl.class.php:194 -#: ../../../../inc/themes/material-blue/views/account/files.inc:5 -#: ../../../../inc/themes/material-blue/views/account/files.inc:15 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:231 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:89 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:203 -msgid "Archivos" -msgstr "Fichiers" - -#: ../../../../inc/SP/Core/Acl.class.php:195 -msgid "Peticiones" -msgstr "Requêtes" - -#: ../../../../inc/SP/Core/Acl.class.php:196 -msgid "Gestión Aplicación" -msgstr "Gestion des Applications" - -#: ../../../../inc/SP/Core/Acl.class.php:197 -msgid "Gestión Categorías" -msgstr "Gestion des Catégories" - -#: ../../../../inc/SP/Core/Acl.class.php:202 -msgid "Gestión Clientes" -msgstr "Gestion des Clients" - -#: ../../../../inc/SP/Core/Acl.class.php:207 -msgid "Gestión Campos Personalizados" -msgstr "Gestion des Champs Personnalisés" - -#: ../../../../inc/SP/Core/Acl.class.php:208 -msgid "Gestión Autorizaciones API" -msgstr "Gestion des Autorisations d'APIs" - -#: ../../../../inc/SP/Core/Acl.class.php:212 -#: ../../../../inc/SP/Core/Acl.class.php:213 -msgid "Gestión Usuarios" -msgstr "Gestion des Utilisateurs" - -#: ../../../../inc/SP/Core/Acl.class.php:214 -msgid "Gestión Grupos" -msgstr "Gestion des Groupes" - -#: ../../../../inc/SP/Core/Acl.class.php:215 -msgid "Gestión Perfiles" -msgstr "Gestion des Profils" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:107 -#: ../../../../inc/SP/Config/ConfigDB.class.php:147 -#: ../../../../inc/SP/Controller/MainController.class.php:303 -#: ../../../../inc/SP/Core/Acl.class.php:216 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:75 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:216 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:218 -msgid "Configuración" -msgstr "Configuration" - -#: ../../../../inc/SP/Core/Acl.class.php:217 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:226 -msgid "Configuración General" -msgstr "Configuration Générale" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:330 -#: ../../../../inc/SP/Core/Acl.class.php:218 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:233 -msgid "Encriptación" -msgstr "Chiffrement" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:388 -#: ../../../../inc/SP/Core/Acl.class.php:219 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:7 -msgid "Copia de Seguridad" -msgstr "Sauvegarde de sécurité" - -#: ../../../../inc/SP/Core/Acl.class.php:220 -msgid "Exportar" -msgstr "Exporter" - -#: ../../../../inc/SP/Core/Acl.class.php:221 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 -msgid "Importar" -msgstr "Importer" - -#: ../../../../inc/SP/Api/ApiBase.class.php:99 -#: ../../../../inc/SP/Api/ApiBase.class.php:159 -#: ../../../../inc/SP/Api/ApiBase.class.php:218 -#: ../../../../inc/SP/Api/ApiBase.class.php:252 -#: ../../../../inc/SP/Api/SyspassApi.class.php:76 -#: ../../../../inc/SP/Api/SyspassApi.class.php:148 -msgid "Acceso no permitido" -msgstr "Accès non autorisé" - -#: ../../../../inc/SP/Util/Json.class.php:71 -msgid "Error de codificación" -msgstr "Erreur d'encodage" - -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:60 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:202 -msgid "La autorización ya existe" -msgstr "L'autorisation existe déjà" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:636 -msgid "Actualizar Autorización" -msgstr "Mise à jour de l'autorisation" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:813 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:814 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:651 -msgid "Eliminar Autorización" -msgstr "Supprimer Autorisation" - -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:157 -msgid "Usuario no pertenece al grupo" -msgstr "L'utilisateur ne fait pas partie du groupe" - -#: ../../../../inc/SP/Auth/AuthUtil.class.php:61 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:135 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:170 +"Erreur lors du paramétrage des permissions de la base de données ('%s')" + +#: ../../../../lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error al seleccionar la BBDD '%s' (%s)" +msgstr "Error while selecting database '%s' (%s)" + +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:131 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:221 +msgid "Importado desde LDAP" +msgstr "Importé depuis LDAP" + +#: ../../../../lib/SP/Services/Task/TaskService.php:81 +msgid "No es posible crear archivo de bloqueo" +msgstr "Impossible de créer le fichier vérouillé" + +#: ../../../../lib/SP/Services/Task/TaskService.php:184 +msgid "Esperando actualización de progreso ..." +msgstr "Patientez pendant la mise à jour" + +#: ../../../../lib/SP/Services/Track/TrackService.php:134 +#, php-format +msgid "Intentos excedidos (%d/%d)" +msgstr "Tentatives dépassées (%d/%d)" + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:155 +msgid "El archivo de actualización no contiene datos" +msgstr "The update file does not contain data" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: ../../../modules/web/Controllers/UserController.php:224 +#: ../../../modules/web/Controllers/UserController.php:343 +#: ../../../modules/web/Controllers/UserPassResetController.php:105 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:231 msgid "Cambio de Clave" msgstr "Changement de Mot de Passe" -#: ../../../../inc/SP/Auth/AuthUtil.class.php:62 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 msgid "Se ha solicitado el cambio de su clave de usuario." msgstr "" "Une demande de changement de mot de passe pour votre utilisateur a été faite" -#: ../../../../inc/SP/Auth/AuthUtil.class.php:64 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" msgstr "Afin de terminer le traitement, veuillez aller sur cet URL:" -#: ../../../../inc/SP/Auth/AuthUtil.class.php:68 +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 msgid "Si no ha solicitado esta acción, ignore este mensaje." msgstr "" "Si vous n'êtes pas à l'origine de cette demande, ne tenez pas compte de ce " "message" -#: ../../../../inc/SP/Core/Backup.class.php:249 -msgid "Esta operación sólo es posible en entornos Linux" -msgstr "Cette opération est uniquement possible en environnement Linux" +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error al descomprimir datos del archivo (%s)" +msgstr "Erreur lors de la décompression des données du fichier (%s)" -#: ../../../../inc/SP/Core/Backup.class.php:253 -msgid "Error al realizar backup en modo compatibilidad" -msgstr "Erreur pendant la sauvegarde en mode compatibilité" +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error al obtener los datos" +msgstr "Erreur lors de la récupérartion des données" -#: ../../../../inc/SP/Core/Backup.class.php:106 -#: ../../../../inc/SP/Core/XmlExport.class.php:526 -msgid "Compruebe los permisos del directorio de backups" -msgstr "Vérifiez les permissions du dossier de sauvegarde" +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error al comprimir datos del archivo (%s)" +msgstr "Erreur lors de la compression des données du fichier (%s)" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:174 -msgid "Nombre de categoría duplicado" -msgstr "Nom de catégorie dupliqué" +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Datos no cargados" +msgstr "Données non chargées" -#: ../../../../inc/SP/Core/Upgrade/Category.class.php:97 -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:65 -msgid "Error al crear la categoría" -msgstr "Erreur pendant la création de la catégorie" +#: ../../../../lib/SP/Storage/File/FileHandler.php:69 +#: ../../../../lib/SP/Storage/File/FileHandler.php:132 +#, php-format +msgid "No es posible escribir en el archivo (%s)" +msgstr "Impossible de lire/écrire le fichier (%s)" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:358 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:32 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:38 -#: ../../../../inc/themes/material-blue/views/account/account.inc:77 -#: ../../../../inc/themes/material-blue/views/account/account.inc:79 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:57 -msgid "Categoría" -msgstr "Catégorie" +#: ../../../../lib/SP/Storage/File/FileHandler.php:86 +#, php-format +msgid "No es posible abrir el archivo (%s)" +msgstr "Impossible d'ouvrir le fichier (%s)" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:119 -msgid "Error al eliminar la categoría" -msgstr "Erreur pendant la suppression de la catégorie" +#: ../../../../lib/SP/Storage/File/FileHandler.php:101 +#: ../../../../lib/SP/Storage/File/FileHandler.php:115 +#, php-format +msgid "No es posible leer desde el archivo (%s)" +msgstr "Unable to read from file (%s)" -#: ../../../../inc/SP/Api/SyspassApi.class.php:315 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:111 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:112 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:585 -#: ../../../../inc/SP/Core/Acl.class.php:201 -msgid "Eliminar Categoría" -msgstr "Supprimer Catégorie" +#: ../../../../lib/SP/Storage/File/FileHandler.php:170 +#, php-format +msgid "No es posible cerrar el archivo (%s)" +msgstr "Impossible de fermer le fichier (%s)" -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:190 -msgid "Error al actualizar la categoría" -msgstr "Erreur pendant l'actualisation de la catégorie" +#: ../../../../lib/SP/Storage/File/FileHandler.php:185 +#, php-format +msgid "No es posible escribir el archivo (%s)" +msgstr "Unable to write in file (%s)" -#: ../../../../inc/SP/Config/ConfigDB.class.php:108 -#: ../../../../inc/SP/Config/ConfigDB.class.php:148 -msgid "Modificar configuración" -msgstr "Modifier Configuration" +#: ../../../../lib/SP/Storage/File/FileHandler.php:200 +#, php-format +msgid "Archivo no encontrado (%s)" +msgstr "File not found (%s)" -#: ../../../../inc/SP/Config/ConfigDB.class.php:149 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:410 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:416 -msgid "Parámetro" -msgstr "Paramètre" +#: ../../../../lib/SP/Storage/File/FileHandler.php:225 +#: ../../../../lib/SP/Storage/File/FileHandler.php:280 +#, php-format +msgid "No es posible leer el archivo (%s)" +msgstr "Impossible de lire/écrire le fichier (%s)" -#: ../../../../inc/SP/Config/ConfigDB.class.php:152 -msgid "Valor" -msgstr "Valeur" +#: ../../../../lib/SP/Storage/File/FileHandler.php:252 +#, php-format +msgid "No es posible eliminar el archivo (%s)" +msgstr "Unable to delete file (%s)" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:273 +#: ../../../../lib/SP/Util/ErrorUtil.php:128 msgid "Opción no disponible" msgstr "Option indisponible" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:273 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:274 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:275 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:276 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:278 -#: ../../../../inc/SP/Core/Init.class.php:510 +#: ../../../../lib/SP/Util/ErrorUtil.php:129 +#: ../../../../lib/SP/Util/ErrorUtil.php:133 +#: ../../../../lib/SP/Util/ErrorUtil.php:137 +#: ../../../../lib/SP/Util/ErrorUtil.php:141 +#: ../../../../lib/SP/Util/ErrorUtil.php:149 +#: ../../../../lib/SP/Util/ErrorUtil.php:156 +#: ../../../modules/web/Controllers/ErrorController.php:124 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 msgid "Consulte con el administrador" msgstr "Veuillez contacter votre administrateur" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:275 +#: ../../../../lib/SP/Util/ErrorUtil.php:132 +msgid "No tiene permisos para acceder a esta cuenta" +msgstr "Vous n'avez pas les permissions pour accéder à ce compte" + +#: ../../../../lib/SP/Util/ErrorUtil.php:136 msgid "No tiene permisos para acceder a esta página" msgstr "Vous n'avez pas les permissions pour accéder à cette page" -#: ../../../../inc/SP/Controller/ControllerBase.class.php:276 +#: ../../../../lib/SP/Util/ErrorUtil.php:140 msgid "No tiene permisos para realizar esta operación" msgstr "Vous n'avez pas les permissions pour effectuer cette opération" -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:105 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:116 -#: ../../../../inc/SP/Log/Email.class.php:141 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:70 -#: ../../../../js/strings.js.php:85 -msgid "Aviso" -msgstr "Attention" +#: ../../../../lib/SP/Util/ErrorUtil.php:144 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#, fuzzy +msgid "Clave maestra actualizada" +msgstr "Mot de Passe Maître actualisé" -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:105 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:116 -msgid "" -"Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." -msgstr "" -"Le hash du Mot de Passe Maître a été régénéré, aucune autre action n'est " -"nécessaire" +#: ../../../../lib/SP/Util/ErrorUtil.php:145 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +msgid "Reinicie la sesión para cambiarla" +msgstr "Redémarrez la session pour mettre à jour" -#: ../../../../inc/SP/Core/OldCrypt.class.php:170 -msgid "No se puede usar el módulo de encriptación" -msgstr "Le module de chiffrement ne peut pas être chargé" +#: ../../../../lib/SP/Util/ErrorUtil.php:148 +#: ../../../../lib/SP/Util/ErrorUtil.php:155 +#, fuzzy +msgid "Se ha producido una excepción" +msgstr "Une erreur est survenue" -#: ../../../../inc/SP/Core/OldCrypt.class.php:182 -msgid "Error al generar datos cifrados" -msgstr "Erreur pendant la création des données de chiffrement" +#: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 +msgid "Fallo de autentificación" +msgstr "Erreur d'authentification" -#: ../../../../inc/SP/Core/CryptPKI.class.php:48 -msgid "No es posible generar las claves RSA" -msgstr "Impossible de générer les clés RSA" +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:194 +msgid "Error al realizar la consulta" +msgstr "Erreur durant la requête" -#: ../../../../inc/SP/Core/CryptPKI.class.php:116 -#: ../../../../inc/SP/Core/CryptPKI.class.php:118 -#: ../../../../inc/SP/Core/CryptPKI.class.php:151 -#: ../../../../inc/SP/Core/CryptPKI.class.php:153 -msgid "El archivo de clave no existe" -msgstr "Le fichier de clé n'existe pas" +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:226 +msgid "URL de conexión no establecida" +msgstr "URL de connexion non paramétré" -#: ../../../../inc/SP/Import/CsvImportBase.class.php:84 -msgid "El número de campos es incorrecto (%d)" -msgstr "Mauvais numéro de champs (%d)" +#: ../../../modules/api/Controllers/AccountController.php:137 +msgid "Clave actualizada" +msgstr "Mot de passe actualisé" -#: ../../../../inc/SP/Import/CsvImportBase.class.php:85 -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Veuillez vérifier le format CSV à la ligne %s" +#: ../../../modules/api/Controllers/AccountController.php:184 +msgid "Cuenta creada" +msgstr "Compte ajouté" -#: ../../../../inc/SP/Controller/ConfigController.class.php:410 -#: ../../../../inc/SP/Import/Import.class.php:68 -#: ../../../../inc/SP/Import/ImportBase.class.php:86 +#: ../../../modules/api/Controllers/AccountController.php:233 +msgid "Cuenta actualizada" +msgstr "Compte actualisé" + +#: ../../../modules/api/Controllers/AccountController.php:306 +#, fuzzy +msgid "Cuenta eliminada" +msgstr "Compte supprimé" + +#: ../../../modules/api/Controllers/CategoryController.php:95 +msgid "Categoría creada" +msgstr "Catégorie ajoutée" + +#: ../../../modules/api/Controllers/CategoryController.php:125 +msgid "Categoría actualizada" +msgstr "Catégorie actualisée" + +#: ../../../modules/api/Controllers/CategoryController.php:154 +msgid "Categoría eliminada" +msgstr "Catégorie supprimée" + +#: ../../../modules/api/Controllers/ClientController.php:98 +#, fuzzy +msgid "Cliente creado" +msgstr "Client ajouté" + +#: ../../../modules/api/Controllers/ClientController.php:129 +#, fuzzy +msgid "Cliente actualizado" +msgstr "Client actualisé" + +#: ../../../modules/api/Controllers/ClientController.php:158 +#, fuzzy +msgid "Cliente eliminado" +msgstr "Client supprimé" + +#: ../../../modules/api/Controllers/ConfigController.php:61 +msgid "Proceso de backup finalizado" +msgstr "Processus de sauvegarde terminé" + +#: ../../../modules/api/Controllers/ConfigController.php:94 +msgid "Proceso de exportación finalizado" +msgstr "Processus d'export terminé" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:43 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:54 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:67 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:104 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:142 +msgid "Id de la cuenta" +msgstr "ID du Compte" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:55 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:68 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:81 +#, fuzzy +msgid "Clave del token" +msgstr "Mot de Passe Token" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Devolver detalles en la respuesta" +msgstr "Envoyer les détails de la réponse" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:66 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:72 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:83 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:82 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:93 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:147 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:31 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:288 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:291 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:79 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:150 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:117 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:124 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:250 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:257 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:42 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:46 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:101 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:38 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:26 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:20 +msgid "Clave" +msgstr "Mot de passe" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:89 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:104 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:173 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:129 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:131 +msgid "Fecha Caducidad Clave" +msgstr "Date d'Expiration" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:105 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:28 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:42 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:24 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:67 +msgid "Nombre de cuenta" +msgstr "Nom du compte" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:78 +msgid "Id de categoría" +msgstr "ID de la catégorie" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:79 +#, fuzzy +msgid "Id de cliente" +msgstr "ID du client" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:99 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 +msgid "Usuario de acceso" +msgstr "Login de connexion" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:86 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 +msgid "URL o IP de acceso" +msgstr "Adresse du site (URL ou IP)" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:124 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:199 +msgid "Notas sobre la cuenta" +msgstr "Notes sur le compte" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:126 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:106 +msgid "Cuenta Privada" +msgstr "Compte Privé" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:139 +msgid "Cuenta Privada Grupo" +msgstr "Compte Privé pour le Groupe" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:228 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:230 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:9 +msgid "Cuenta Vinculada" +msgstr "Compte Lié" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 +msgid "Array con Ids de etiquetas" +msgstr "Array with tags id" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:126 +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 +#: ../../../modules/api/Controllers/Help/TagHelp.php:65 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:16 +msgid "Texto a buscar" +msgstr "Texte à rechercher" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:127 +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 +#: ../../../modules/api/Controllers/Help/TagHelp.php:66 +msgid "Número de resultados a mostrar" +msgstr "Nombre de résultats à afficher" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 +msgid "Id de categoría a filtrar" +msgstr "ID de la catégorie à filtrer" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 +#, fuzzy +msgid "Id de cliente a filtrar" +msgstr "ID du client à filtrer" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Array con Ids de etiquetas a filtrar" +msgstr "Array with tags id for filtering" + +#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Operador de filtrado" +msgstr "Filtering operator" + +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:23 +msgid "Nombre de la categoría" +msgstr "Nom de la catégorie" + +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:35 +msgid "Descripción de la categoría" +msgstr "Description de la catégorie" + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:26 +#, fuzzy +msgid "Nombre del cliente" +msgstr "Nom du client" + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:39 +#, fuzzy +msgid "Descripción del cliente" +msgstr "Description du client" + +#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:144 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:62 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Global" +msgstr "Global" + +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:43 +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Ruta" +msgstr "Path" + +#: ../../../modules/api/Controllers/Help/TagHelp.php:43 +#: ../../../modules/api/Controllers/Help/TagHelp.php:77 +msgid "Id de etiqueta" +msgstr "Id d'étiquette" + +#: ../../../modules/api/Controllers/Help/TagHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:23 +msgid "Nombre de la etiqueta" +msgstr "Nom de tag" + +#: ../../../modules/api/Controllers/TagController.php:92 +msgid "Etiqueta creada" +msgstr "Tag ajouté" + +#: ../../../modules/api/Controllers/TagController.php:121 +msgid "Etiqueta actualizada" +msgstr "Tag mis à jour" + +#: ../../../modules/api/Controllers/TagController.php:149 +msgid "Etiqueta eliminada" +msgstr "Tag supprimé" + +#: ../../../modules/web/Controllers/AccountController.php:146 +#: ../../../modules/web/Controllers/AccountController.php:201 +#: ../../../modules/web/Controllers/AccountController.php:473 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:26 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:45 +msgid "Detalles de Cuenta" +msgstr "Détails du Compte" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:253 +#: ../../../modules/web/Controllers/AccountController.php:297 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:275 +#: ../../../config/actions.xml:151 +msgid "Nueva Cuenta" +msgstr "Nouveau Compte" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:341 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:18 +#: ../../../config/actions.xml:157 +msgid "Editar Cuenta" +msgstr "Éditer Compte" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:386 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:312 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:313 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:147 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:148 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:175 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:176 +#: ../../../config/actions.xml:163 ../../../config/actions.xml:481 +#: ../../../config/actions.xml:781 +msgid "Eliminar Cuenta" +msgstr "Supprimer Compte" + +#: ../../../modules/web/Controllers/AccountController.php:429 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +msgid "Modificar Clave de Cuenta" +msgstr "Modifier Mot de Passe du Compte" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:71 +#: ../../../config/actions.xml:847 +msgid "Ver Permiso" +msgstr "View Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:156 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:157 +#: ../../../config/actions.xml:853 +msgid "Nuevo Permiso" +msgstr "New Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:211 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:174 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:175 +#: ../../../config/actions.xml:859 +msgid "Editar Permiso" +msgstr "Edit Permission" + +#: ../../../modules/web/Controllers/AccountFileController.php:183 +#, php-format +msgid "Extensión: %s" +msgstr "Extension: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:368 +msgid "Gestión de archivos deshabilitada" +msgstr "Gestion des fichiers désactivée" + +#: ../../../modules/web/Controllers/AccountFileController.php:385 +msgid "No hay archivos asociados a la cuenta" +msgstr "There are no linked files for the account" + +#: ../../../modules/web/Controllers/AuthTokenController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:153 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:154 +msgid "Nueva Autorización" +msgstr "Nouvelle Autorisation" + +#: ../../../modules/web/Controllers/AuthTokenController.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:188 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:189 +msgid "Editar Autorización" +msgstr "Éditer Autorisation" + +#: ../../../modules/web/Controllers/AuthTokenController.php:322 +msgid "Ver Autorización" +msgstr "Voir Autorisation" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:149 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:150 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:110 +#: ../../../config/actions.xml:301 +msgid "Nueva Categoría" +msgstr "Nouvelle Catégorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:162 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:168 +#: ../../../config/actions.xml:307 +msgid "Editar Categoría" +msgstr "Éditer Catégorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:315 +#: ../../../config/actions.xml:295 +msgid "Ver Categoría" +msgstr "Voir Catégorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:152 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:153 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:331 +#, fuzzy +msgid "Nuevo Cliente" +msgstr "Nouveau Client" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:170 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:171 +#: ../../../config/actions.xml:337 +#, fuzzy +msgid "Editar Cliente" +msgstr "Éditer Client" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:307 +#: ../../../config/actions.xml:325 +#, fuzzy +msgid "Ver Cliente" +msgstr "Voir Client" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:147 +#: ../../../modules/web/Controllers/ConfigLdapController.php:189 +msgid "Resultados" +msgstr "Résultats" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:153 +#: ../../../modules/web/Controllers/ConfigLdapController.php:196 +#, php-format +msgid "Objetos encontrados: %d" +msgstr "Objet trouvé : %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:267 +#, php-format +msgid "Usuarios importados: %d / %d" +msgstr "Utilisateurs importés: %d / %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:268 +#, php-format +msgid "Errores: %d" +msgstr "Erreurs: %d" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:157 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:425 +msgid "General" +msgstr "Générale" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:186 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 +#: ../../../config/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:205 +msgid "LDAP" +msgstr "LDAP" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:231 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 +msgid "Correo" +msgstr "Courriel" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:268 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 +msgid "Encriptación" +msgstr "Chiffrement" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 +msgid "Último backup" +msgstr "Dernière sauvegarde" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 +msgid "No se encontraron backups" +msgstr "Il n'y a pas de sauvegardes disponible" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 +msgid "Última exportación" +msgstr "Dernier export" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 +msgid "No se encontró archivo de exportación" +msgstr "Aucun fichier d'export trouvé" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:322 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 +#: ../../../config/actions.xml:721 +msgid "Copia de Seguridad" +msgstr "Sauvegarde de sécurité" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:339 msgid "Importar Cuentas" msgstr "Importer comptes" -#: ../../../../inc/SP/Import/CsvImportBase.class.php:111 -msgid "Error importando cuenta" -msgstr "Erreur pendant l'importation des comptes" +#: ../../../modules/web/Controllers/ConfigManagerController.php:357 +msgid "No instalado" +msgstr "Non installé" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:222 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:59 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:130 -#: ../../../../inc/themes/material-blue/views/account/account.inc:258 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:175 -msgid "Campos Personalizados" -msgstr "Champs personnalisés" +#: ../../../modules/web/Controllers/ConfigManagerController.php:361 +msgid "Información" +msgstr "Information" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:77 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:148 -msgid "Actualizando datos encriptados" -msgstr "Actualisation des données chiffrées" +#: ../../../modules/web/Controllers/CustomFieldController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:156 +msgid "Nuevo Campo" +msgstr "Nouveau champ" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:113 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:184 -msgid "Registros no actualizados" -msgstr "Enregistrements non mis à jour" +#: ../../../modules/web/Controllers/CustomFieldController.php:162 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:173 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:174 +msgid "Editar Campo" +msgstr "Éditer Champ" -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:62 -msgid "Texto" -msgstr "Texte" +#: ../../../modules/web/Controllers/CustomFieldController.php:298 +msgid "Ver Campo" +msgstr "Voir le champ" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:404 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:54 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:65 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../../inc/themes/material-blue/views/account/account.inc:158 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:64 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:71 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:24 -msgid "Fecha" -msgstr "Date" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:66 -msgid "Número" -msgstr "Numéro" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:67 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:60 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:87 -msgid "Email" -msgstr "Courriel" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:68 -msgid "Teléfono" -msgstr "Téléphone" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:69 -msgid "Link" -msgstr "Lien" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:70 -msgid "Color" -msgstr "Couleur" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:72 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:91 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:161 -msgid "Categorías" -msgstr "Catégories" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:146 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:92 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:168 -msgid "Clientes" -msgstr "Clients" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:608 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:94 -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:46 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:147 -msgid "Grupos" -msgstr "Groupes" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:55 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:179 -msgid "Cliente duplicado" -msgstr "Client dupliqué" - -#: ../../../../inc/SP/Core/Upgrade/Customer.class.php:98 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:69 -msgid "Error al crear el cliente" -msgstr "Erreur pendant la création du client" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:195 -msgid "Error al actualizar el cliente" -msgstr "Erreur pendant l'actualisation du client" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:503 -msgid "Actualizar Cliente" -msgstr "Mettre à jour le Client" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:124 -msgid "Error al eliminar el cliente" -msgstr "Erreur pendant la suppression du client" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:404 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:185 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:186 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:522 -#: ../../../../inc/SP/Core/Acl.class.php:206 -msgid "Eliminar Cliente" -msgstr "Supprimer Client" - -#: ../../../../inc/SP/Core/Installer.class.php:203 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:133 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:136 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:160 -msgid "No es posible conectar con la BD" -msgstr "Impossible de se connecter à la base de données" - -#: ../../../../inc/SP/Core/Installer.class.php:204 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:133 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:137 -msgid "Compruebe los datos de conexión" -msgstr "Veuillez vérifier les paramètres de connexion" - -#. Not available -#: ../../../../inc/SP/Log/Email.class.php:62 -msgid "N/D" -msgstr "N/A" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:749 -#: ../../../../inc/SP/Log/Email.class.php:63 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:30 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:32 -msgid "Acción" -msgstr "Action" - -#: ../../../../inc/SP/Log/Email.class.php:64 -msgid "Realizado por" -msgstr "Réalisé par" - -#: ../../../../inc/SP/Log/Email.class.php:76 -#: ../../../../inc/SP/Log/Email.class.php:191 -msgid "Enviar Email" -msgstr "Envoyer courriel" - -#: ../../../../inc/SP/Log/Email.class.php:81 -#: ../../../../inc/SP/Log/Email.class.php:198 -msgid "Correo enviado" -msgstr "Courriel envoyé" - -#: ../../../../inc/SP/Log/Email.class.php:91 -#: ../../../../inc/SP/Log/Email.class.php:202 -msgid "Error al enviar correo" -msgstr "Erreur pendant l'envoi du courriel" - -#: ../../../../inc/SP/Log/Email.class.php:82 -#: ../../../../inc/SP/Log/Email.class.php:192 -msgid "Destinatario" -msgstr "Destinataire" - -#: ../../../../inc/SP/Log/Email.class.php:85 -msgid "CC" -msgstr "CC" - -#: ../../../../inc/SP/Import/FileImport.class.php:86 -msgid "Archivo no subido correctamente" -msgstr "Fichier transféré avec succès" - -#: ../../../../inc/SP/Import/FileImport.class.php:87 -msgid "Verifique los permisos del usuario del servidor web" -msgstr "Veuillez vérifier les permissions de l'utilisateur du serveur web" - -#: ../../../../inc/SP/Import/FileImport.class.php:98 -msgid "Compruebe la extensión del archivo" -msgstr "Veuillez vérifier l'extension de fichier" - -#: ../../../../inc/SP/Import/FileImport.class.php:114 -msgid "Compruebe la configuración de PHP para subir archivos" -msgstr "Veuillez vérifier la configuration PHP pour le transfert de fichier" - -#: ../../../../inc/SP/Import/FileImport.class.php:158 -#: ../../../../inc/SP/Import/FileImport.class.php:186 -msgid "Compruebe los permisos del directorio temporal" -msgstr "Veuillez vérifiez les permissions du dossier temporaire" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:330 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:331 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:845 -#: ../../../../inc/themes/material-blue/views/account/files-list.inc:26 -msgid "Eliminar Archivo" -msgstr "Supprimer Fichier" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:647 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:648 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:400 -msgid "Eliminar Grupo" -msgstr "Supprimer Groupe" - -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:72 -msgid "Error al eliminar los usuarios del grupo" -msgstr "Erreur pendant la suppression des utilisateurs du groupe" - -#: ../../../../inc/SP/Import/Import.class.php:86 -msgid "Compruebe el formato del archivo" -msgstr "Veuillez vérifier le format de fichier" - -#: ../../../../inc/SP/Import/Import.class.php:116 -msgid "Importación finalizada" -msgstr "Importation terminée" - -#: ../../../../inc/SP/Core/Init.class.php:183 -msgid "Error en la verificación de la base de datos" -msgstr "Erreur pendant la vérification de la base de données" - -#: ../../../../inc/SP/Core/Init.class.php:506 -#: ../../../../inc/SP/Core/Init.class.php:510 -msgid "La sesión no puede ser inicializada" -msgstr "La session ne peut pas être initialisée" - -#: ../../../../inc/SP/Core/Init.class.php:469 -msgid "El directorio \"/config\" no existe" -msgstr "Le dossier \"/config\" n'existe pas" - -#: ../../../../inc/SP/Core/Init.class.php:474 -msgid "No es posible escribir en el directorio \"config\"" -msgstr "Impossible d'écrire dans le dossier \"/config\"" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Los permisos del directorio \"/config\" son incorrectos" -msgstr "Les permissions du dossier \"/config\" sont incorrectes" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Actual:" -msgstr "Actuel :" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Necesario: 750" -msgstr "Nécessaire : 750" - -#: ../../../../inc/SP/Core/Init.class.php:594 +#: ../../../modules/web/Controllers/ErrorController.php:107 msgid "Aplicación en mantenimiento" msgstr "Application en maintenance" -#: ../../../../inc/SP/Core/Init.class.php:594 +#: ../../../modules/web/Controllers/ErrorController.php:108 msgid "En breve estará operativa" msgstr "Sera opérationnel sous peu" -#: ../../../../inc/SP/Core/Init.class.php:629 -msgid "Finalizar sesión" -msgstr "Déconnexion" +#: ../../../modules/web/Controllers/ErrorController.php:123 +msgid "Error en la verificación de la base de datos" +msgstr "Erreur pendant la vérification de la base de données" -#: ../../../../inc/SP/Core/Init.class.php:631 -msgid "Tiempo inactivo" -msgstr "Temps d'inactivité" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "Ver Actual" +msgstr "Voir Actuel" -#: ../../../../inc/SP/Core/Init.class.php:632 -msgid "Tiempo total" -msgstr "Temps total" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:114 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:60 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:357 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:166 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:305 +#: ../../../modules/web/themes/material-blue/views/config/general.inc:22 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:89 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:151 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:275 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:291 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:167 +msgid "Atrás" +msgstr "Retour" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -msgid "La aplicación necesita actualizarse" -msgstr "L'application a besoin d'être mise à jour" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Solicitar Modificación" +msgstr "Demande de Modification" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -msgid "Si es un administrador pulse en el enlace: %s" -msgstr "Si vous êtes un administrateur, cliquez sur ce lien: %s" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restaurar cuenta desde este punto" +msgstr "Restaurer les comptes à partir de ce point" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:57 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:172 -msgid "Actualizar" -msgstr "Mise à jour" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:121 +msgid "Guardar" +msgstr "Sauvegarder" -#: ../../../../inc/SP/Controller/MainActionController.class.php:62 -#: ../../../../inc/SP/Controller/MainActionController.class.php:121 -#: ../../../../inc/SP/Core/Init.class.php:446 -msgid "Actualización" -msgstr "Actualisation" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:332 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:333 +#: ../../../config/actions.xml:433 +msgid "Actualizar Enlace Público" +msgstr "Mettre à jour le lien publique" -#: ../../../../inc/SP/Controller/MainActionController.class.php:122 -#: ../../../../inc/SP/Core/Init.class.php:447 -msgid "Actualización de versión realizada." -msgstr "Mise à jour de version effectuée." +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:352 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:353 +#: ../../../config/actions.xml:415 +msgid "Crear Enlace Público" +msgstr "Créer un Lien Publique" -#: ../../../../inc/SP/Controller/ChecksController.class.php:138 -#: ../../../../inc/SP/Controller/MainActionController.class.php:123 -#: ../../../../inc/SP/Core/Init.class.php:448 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:207 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:220 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:430 -#: ../../../../inc/themes/material-blue/views/config/info.inc:40 -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:25 -msgid "Versión" -msgstr "Version" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:373 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:374 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:259 +msgid "Ver Clave" +msgstr "Voir Mot de Passe" -#: ../../../../inc/SP/Core/Installer.class.php:139 -msgid "Indicar nombre de usuario admin" -msgstr "Saisir le nom de l'utilisateur admin" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:395 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:396 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +msgid "Copiar Clave en Portapapeles" +msgstr "Copier Mot de Passe dans le Presse-Papier" -#: ../../../../inc/SP/Core/Installer.class.php:140 -msgid "Usuario admin para acceso a la aplicación" -msgstr "Utilisateur administrateur pour se connecter à l'application" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: ../../../config/actions.xml:187 +msgid "Copiar Cuenta" +msgstr "Copier Compte" -#: ../../../../inc/SP/Core/Installer.class.php:144 -msgid "Indicar la clave de admin" -msgstr "Saisir le mot de passe administrateur" +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:113 +#: ../../../config/strings.js.inc:72 +msgid "Clave de Cuenta" +msgstr "Mot de Passe du Compte" -#: ../../../../inc/SP/Core/Installer.class.php:145 -msgid "Clave del usuario admin de la aplicación" -msgstr "Mot de passe administrateur de l'application" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:161 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:162 +msgid "Más Acciones" +msgstr "Plus d'Actions" -#: ../../../../inc/SP/Core/Installer.class.php:149 -msgid "Indicar la clave maestra" -msgstr "Saisir le Mot de Passe Maître" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:214 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:33 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:39 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:47 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:49 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:27 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:33 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:29 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:72 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:74 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:21 +#, fuzzy +msgid "Cliente" +msgstr "Client" -#: ../../../../inc/SP/Core/Installer.class.php:150 -msgid "Clave maestra para encriptar las claves" -msgstr "Mot de Passe Maître pour chiffrer les mots de passe" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:215 +#, fuzzy +msgid "Ordenar por Cliente" +msgstr "Trier par Client" -#: ../../../../inc/SP/Core/Installer.class.php:154 -msgid "Clave maestra muy corta" -msgstr "Mot de Passe Maître trop court" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:114 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:33 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:15 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:18 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:59 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:43 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:13 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:29 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:15 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:512 +msgid "Nombre" +msgstr "Nom" -#: ../../../../inc/SP/Core/Installer.class.php:155 -msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -msgstr "La longueur du Mot de Passe Maître doit être de 11 caractères minimum" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:222 +msgid "Ordenar por Nombre" +msgstr "Trier par Nom" -#: ../../../../inc/SP/Core/Installer.class.php:159 -msgid "Indicar el usuario de la BBDD" -msgstr "Saisir l'utilisateur de la base de données" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:62 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:64 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:38 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:44 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:96 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:98 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:57 +msgid "Categoría" +msgstr "Catégorie" -#: ../../../../inc/SP/Core/Installer.class.php:160 -msgid "Usuario con permisos de administrador de la Base de Datos" -msgstr "Un utilisateur avec des droits d'administration sur la base de données" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:229 +msgid "Ordenar por Categoría" +msgstr "Trier par Catégorie" -#: ../../../../inc/SP/Core/Installer.class.php:169 -msgid "Indicar el nombre de la BBDD" -msgstr "Saisir le nom de la base de données" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:61 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:91 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:60 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:66 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:133 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:63 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:20 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:65 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:52 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:129 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:104 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:111 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:230 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:244 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:17 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:18 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:11 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:76 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:15 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:84 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:70 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "Usuario" +msgstr "Utilisateur" -#: ../../../../inc/SP/Core/Installer.class.php:170 -msgid "Nombre para la BBDD de la aplicación pej. syspass" -msgstr "Nom pour la base de données de l'application. eg. syspass" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:236 +msgid "Ordenar por Usuario" +msgstr "Trier par Nom d'Utilisateur" -#: ../../../../inc/SP/Core/Installer.class.php:174 -msgid "El nombre de la BBDD no puede contener \".\"" -msgstr "Le nom de la base de données ne peut pas contenir \".\"" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:242 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:44 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:50 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:49 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:120 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:68 +msgid "URL / IP" +msgstr "Adresse URL / IP" -#: ../../../../inc/SP/Core/Installer.class.php:175 -msgid "Elimine los puntos del nombre de la Base de Datos" -msgstr "" -"Veuillez supprimer les points (\".\") dans le nommage de la base de données" +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:243 +msgid "Ordenar por URL / IP" +msgstr "Trier par URL / IP" -#: ../../../../inc/SP/Core/Installer.class.php:179 -msgid "Indicar el servidor de la BBDD" -msgstr "Saisir le serveur de base de données" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:90 +msgid "Permisos por Defecto" +msgstr "Default Permissions" -#: ../../../../inc/SP/Core/Installer.class.php:180 -msgid "Servidor donde se instalará la Base de Datos" -msgstr "Serveur où la base de données sera installée" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:137 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:15 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:269 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:272 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:213 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:36 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:139 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:141 +msgid "Grupo" +msgstr "Groupe" -#: ../../../../inc/SP/Core/Installer.class.php:238 -msgid "No es posible comprobar el usuario de sysPass" -msgstr "Utilisateur impossible à vérifier" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:56 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 +msgid "Perfil" +msgstr "Profil" -#: ../../../../inc/SP/Core/Installer.class.php:239 -msgid "Compruebe los permisos del usuario de conexión a la BD" -msgstr "" -"Vérifiez les permissions de l'utilisateur de connexion à la base de données" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:69 +msgid "Prioridad" +msgstr "Priority" -#: ../../../../inc/SP/Core/Installer.class.php:301 -msgid "La BBDD ya existe" -msgstr "La base de données existe déjà" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:105 +msgid "Forzado" +msgstr "Forced" -#: ../../../../inc/SP/Core/Installer.class.php:302 -msgid "Indique una nueva Base de Datos o elimine la existente" -msgstr "" -"Saisissez une nouvelle base de données ou supprimez celle qui existe déjà" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:66 +msgid "SI" +msgstr "OUI" -#: ../../../../inc/SP/Core/Installer.class.php:316 -#: ../../../../inc/SP/Core/Installer.class.php:419 -msgid "Error al crear la BBDD" -msgstr "Erreur pendant la création de la base de données" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:67 +msgid "NO" +msgstr "NON" -#: ../../../../inc/SP/Core/Installer.class.php:317 -#: ../../../../inc/SP/Core/Installer.class.php:337 -msgid "Verifique los permisos del usuario de la Base de Datos" -msgstr "" -"Veuillez vérifier les permissions de l'utilisateur de la base de données" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:141 +#: ../../../config/actions.xml:841 +msgid "Buscar Permiso" +msgstr "Search for Permission" -#: ../../../../inc/SP/Core/Installer.class.php:392 -msgid "El archivo de estructura de la BBDD no existe" -msgstr "Fichier de structure de base de données inexistant" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:192 +#: ../../../config/actions.xml:865 +msgid "Eliminar Permiso" +msgstr "Delete Permission" -#: ../../../../inc/SP/Core/Installer.class.php:393 -msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -msgstr "" -"Impossible de créer la base de données de l'application. Veuillez la " -"télécharger de nouveau." +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:132 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:143 +#: ../../../config/actions.xml:487 ../../../config/actions.xml:787 +msgid "Buscar Cuenta" +msgstr "Rechercher un Compte" -#: ../../../../inc/SP/Core/Installer.class.php:401 -msgid "Error al seleccionar la BBDD" -msgstr "Erreur pendant la sélection de la base de données" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:90 +msgid "Cuentas (H)" +msgstr "Comptes (H)" -#: ../../../../inc/SP/Core/Installer.class.php:402 -msgid "" -"No es posible usar la Base de Datos para crear la estructura. Compruebe los " -"permisos y que no exista." -msgstr "" -"Impossible d'utiliser la base de données pour créer la structure. Vérifiez " -"les permissions et l'inexistantce de la structure." +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:118 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:98 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:112 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:182 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:41 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +msgid "Fecha" +msgstr "Date" -#: ../../../../inc/SP/Core/Installer.class.php:420 -msgid "Error al crear la estructura de la Base de Datos." -msgstr "Erreur pendant la création de la structure de la base de données" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:122 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:102 +msgid "Estado" +msgstr "Status" -#: ../../../../inc/SP/Core/Installer.class.php:490 -msgid "Informe al desarrollador" -msgstr "Avertissez le développeur" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:127 +msgid "Modificada" +msgstr "Modifié" -#: ../../../../inc/SP/Core/Installer.class.php:484 -msgid "Error al actualizar la clave maestra del usuario \"admin\"" -msgstr "" -"Erreur pendant l'actualisation du Mot de Passe Maître pour l'utilisateur " -"\"admin\"" +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:128 +msgid "Eliminada" +msgstr "Supprimer" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:175 -msgid "No es posible conectar con el servidor de LDAP" -msgstr "Impossible de se connecter au server LDAP" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:158 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:159 +#: ../../../config/actions.xml:181 ../../../config/actions.xml:793 +msgid "Restaurar Cuenta" +msgstr "Restaurer Compte" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:223 -msgid "Error al conectar (BIND)" -msgstr "Erreur de connexion (BIND)" +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 +msgid "Autorizaciones API" +msgstr "Autorisations des APIs" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:246 -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:666 -msgid "Error al buscar objetos en DN base" -msgstr "Erreur pendant la recherche d'objets dans la base DN" +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:30 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:32 +msgid "Acción" +msgstr "Action" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:598 -msgid "Error al buscar RDN de grupo" -msgstr "Erreur pendant la recherche RDN du groupe" +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:138 +msgid "Buscar Token" +msgstr "Rechercher un Token" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:564 -msgid "Error al localizar el usuario en LDAP" -msgstr "Erreur pendant la recherche de l'utilisateur dans l'annuaire LDAP" +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:171 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:172 +msgid "Ver token de Autorización" +msgstr "Voir Token Autorisation" -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:136 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:109 -msgid "Error al buscar el grupo de usuarios" -msgstr "Erreur pendant la recherche de groupe d'utilisateurs" +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:205 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:206 +msgid "Eliminar Autorización" +msgstr "Supprimer Autorisation" -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:124 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:148 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:95 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:119 -msgid "Usuario verificado en grupo" -msgstr "Utilisateur vérifié dans le groupe" +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:121 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:32 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:32 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:54 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 +msgid "Descripción" +msgstr "Description" -#: ../../../../inc/SP/Controller/EventlogController.class.php:102 -msgid "Vaciar Eventos" -msgstr "Nettoyer les Évènements" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:134 +#: ../../../config/actions.xml:319 +msgid "Buscar Categoría" +msgstr "Rechercher une Catégorie" -#: ../../../../inc/SP/Controller/EventlogController.class.php:102 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:144 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:185 +#: ../../../config/actions.xml:313 +msgid "Eliminar Categoría" +msgstr "Supprimer Catégorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:137 +#: ../../../config/actions.xml:349 +#, fuzzy +msgid "Buscar Cliente" +msgstr "Rechercher un Client" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:187 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:188 +#: ../../../config/actions.xml:343 +#, fuzzy +msgid "Eliminar Cliente" +msgstr "Supprimer Client" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:27 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:341 +msgid "Campos Personalizados" +msgstr "Champs personnalisés" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:47 +msgid "Módulo" +msgstr "Module" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:33 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:16 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 +msgid "Tipo" +msgstr "Type" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +msgid "Propiedades" +msgstr "Propriétés" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:124 +#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:13 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:86 +msgid "Encriptado" +msgstr "Encrypted" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:140 +msgid "Buscar Campo" +msgstr "Rechercher un Champ" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:190 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:191 +msgid "Eliminar Campo" +msgstr "Supprimer Champ" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:88 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:331 +#: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: ../../../config/actions.xml:127 +msgid "Registro de Eventos" +msgstr "Journal d'évènements" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:138 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:140 +msgid "ID" +msgstr "ID" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Fecha / Hora" +msgstr "Date / Heure" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Nivel" +msgstr "Niveau" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +msgid "Evento" +msgstr "Evènement" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:26 +msgid "Login" +msgstr "Login" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +msgid "IP" +msgstr "IP" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:167 +msgid "Buscar Evento" +msgstr "Recherche d'Évènements" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +msgid "Refrescar" +msgstr "Actualiser" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 msgid "Vaciar registro de eventos" msgstr "Nettoyer le journal d'évènements" -#: ../../../../inc/SP/Api/SyspassApi.class.php:398 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:129 -msgid "Cliente no encontrado" -msgstr "Client introuvable" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:35 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:277 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:405 +#: ../../../config/actions.xml:19 +msgid "Archivos" +msgstr "Fichiers" -#: ../../../../inc/SP/Mgmt/Users/User.class.php:246 -msgid "Error al obtener los usuarios" -msgstr "Erreur pendant la récupération des utilisateurs" +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:15 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:18 +msgid "Cuenta" +msgstr "Compte" -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:52 -msgid "Migrar Perfiles" -msgstr "Migrer Profils" +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +msgid "Tamaño" +msgstr "Taille" -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:82 -msgid "Error al obtener perfiles" -msgstr "Erreur pendant l'obtention des profils" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:141 +#: ../../../config/actions.xml:469 +msgid "Buscar Archivo" +msgstr "Rechercher un Fichier" -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:144 -msgid "Operación realizada correctamente" -msgstr "Opération faite avec succès" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:157 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:445 +msgid "Ver Archivo" +msgstr "Voir Fichier" -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:149 -msgid "Fallo al realizar la operación" -msgstr "Erreur pendant l'opération" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:174 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 +#: ../../../config/actions.xml:211 ../../../config/actions.xml:451 +msgid "Descargar Archivo" +msgstr "Télécharger Fichier" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:729 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:730 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:460 -msgid "Eliminar Perfil" -msgstr "Supprimer Profil" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:191 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +msgid "Eliminar Archivo" +msgstr "Supprimer Fichier" -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:68 -msgid "Formato de XML inválido" -msgstr "Format XML invalide" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:105 +#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 +#: ../../../config/actions.xml:667 +msgid "Notificaciones" +msgstr "Notifications" -#: ../../../../inc/SP/Core/Template.class.php:125 -#: ../../../../inc/SP/Core/Template.class.php:127 -#: ../../../../inc/SP/Html/DataGrid/DataGridBase.class.php:263 -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "Impossible d'obtenir le modèle \"%s\" : %s" +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:120 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:28 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 +msgid "Componente" +msgstr "Composant" -#: ../../../../inc/SP/Core/Template.class.php:181 -#: ../../../../inc/SP/Core/Template.class.php:183 -msgid "No es posible obtener la variable \"%s\"" -msgstr "Impossible d'obtenir la variable \"%s\"" +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:142 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:104 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:108 +msgid "Leída" +msgstr "Lire" -#: ../../../../inc/SP/Core/Template.class.php:226 -#: ../../../../inc/SP/Core/Template.class.php:228 -msgid "No es posible destruir la variable \"%s\"" -msgstr "Impossible de détruire la variable \"%s\"" +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:143 +msgid "Sólo Admins" +msgstr "Admins seulement" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:89 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:232 -msgid "Error al aplicar la actualización de la Base de Datos" -msgstr "Erreur pendant la mise à jour de la base de données" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:160 +#: ../../../config/actions.xml:829 +msgid "Buscar Notificación" +msgstr "Rechercher une Notification" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:84 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:90 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:101 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:111 -msgid "Compruebe el registro de eventos para más detalles" -msgstr "Veuillez consulter le journal des évènements pour plus de détails" +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:175 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:176 +#: ../../../modules/web/Controllers/NotificationController.php:179 +msgid "Nueva Notificación" +msgstr "Nouvelle Notification" -#: ../../../../inc/themes/material-blue/views/main/login.inc:65 -msgid "Acceder" -msgstr "Se connecter" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:193 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:194 +#: ../../../modules/web/Controllers/NotificationController.php:103 +#: ../../../config/actions.xml:799 +msgid "Ver Notificación" +msgstr "Voir Notification" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:83 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:110 -msgid "Error al aplicar la actualización auxiliar" -msgstr "Erreur lors de l'application d'une mise à jour auxiliaire" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:223 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:224 +#: ../../../config/actions.xml:823 +msgid "Marcar Notificación" +msgstr "Marquer Notification" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:206 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:219 -msgid "Actualizar BBDD" -msgstr "Mis à jour base de données" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:241 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:242 +#: ../../../modules/web/Controllers/NotificationController.php:210 +#: ../../../config/actions.xml:811 +msgid "Editar Notificación" +msgstr "Éditer Notification" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:212 -msgid "No es necesario actualizar la Base de Datos." -msgstr "La mise à jour de la base de données n'est pas nécessaire" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:258 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:259 +#: ../../../config/actions.xml:817 +msgid "Eliminar Notificación" +msgstr "Supprimer Notification" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:246 -msgid "Actualización de la Base de Datos realizada correctamente." -msgstr "Mise à jour de la base de données effectuée" +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:89 +msgid "Plugins" +msgstr "Plugins" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:397 -msgid "Actualizar Configuración" -msgstr "Mettre à jour la configuration" +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:101 +msgid "Plugin" +msgstr "Plugin" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:240 -msgid "No se pudo realizar la petición de cambio de clave." -msgstr "Impossible d'effectuer la requête de changement de mot de passe" +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:118 +msgid "No disponible" +msgstr "Indisponible" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:573 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:574 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:272 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 +#: ../../../config/actions.xml:535 +msgid "Buscar Plugin" +msgstr "Recherche un Plugin" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:149 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:150 +#: ../../../modules/web/Controllers/PluginController.php:120 +#: ../../../config/actions.xml:529 +msgid "Ver Plugin" +msgstr "Voir Plugin" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:167 +msgid "Habilitar" +msgstr "Activer" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:186 +msgid "Deshabilitar" +msgstr "Désactiver" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:204 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:205 +msgid "Restablecer Datos" +msgstr "Réinitialiser Données" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:93 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:43 +msgid "Enlaces" +msgstr "Liens" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:46 +msgid "Fecha Creación" +msgstr "Date de Création" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:54 +msgid "Fecha Caducidad" +msgstr "Date d'Expiration" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:38 +msgid "Notificar" +msgstr "Notifier" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:9 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:11 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:184 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:68 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:70 +msgid "Visitas" +msgstr "Visites" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:146 +msgid "Buscar Enlace" +msgstr "Rechercher un Lien" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:161 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:162 +msgid "Nuevo Enlace" +msgstr "Nouveau lien" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:179 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:180 +#: ../../../modules/web/Controllers/PublicLinkController.php:336 +msgid "Ver Enlace" +msgstr "Voir Lien" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:195 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:196 +msgid "Renovar Enlace" +msgstr "Renouveler Lien" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:212 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:213 +msgid "Eliminar Enlace" +msgstr "Supprimer Lien" + +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:203 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:205 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:309 +msgid "Etiquetas" +msgstr "Tags" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:132 +#: ../../../config/actions.xml:517 +msgid "Buscar Etiqueta" +msgstr "Recherche un Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:147 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:148 +#: ../../../modules/web/Controllers/TagController.php:98 +#: ../../../config/actions.xml:493 +msgid "Nueva Etiqueta" +msgstr "Nouveau Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:166 +#: ../../../modules/web/Controllers/TagController.php:157 +#: ../../../config/actions.xml:505 +msgid "Editar Etiqueta" +msgstr "Éditer Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:183 +#: ../../../config/actions.xml:511 +msgid "Eliminar Etiqueta" +msgstr "Supprimer Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:154 +#: ../../../config/actions.xml:589 +msgid "Buscar Usuario" +msgstr "Rechercher un Utilisateur" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:169 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:170 +#: ../../../modules/web/Controllers/UserController.php:105 +#: ../../../config/actions.xml:565 +msgid "Nuevo Usuario" +msgstr "Nouvel Utilisateur" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:187 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:188 +#: ../../../modules/web/Controllers/UserController.php:190 +#: ../../../config/actions.xml:571 +msgid "Editar Usuario" +msgstr "Éditer Utilisateur" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:204 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:205 +#: ../../../config/actions.xml:577 msgid "Eliminar Usuario" msgstr "Supprimer Utilisateur" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:106 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:54 -msgid "Usuario de LDAP" -msgstr "Utilisateur LDAP" +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:222 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 +msgid "Importar usuarios de LDAP" +msgstr "Importer des utilisateurs depuis LDAP" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:122 -msgid "Activación Cuenta" -msgstr "Activation de Compte" +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:237 +msgid "Ver Detalles de Usuario" +msgstr "Voir Détails Utilisateur" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:123 -msgid "Su cuenta está pendiente de activación." -msgstr "Votre compte est en attente d'activation." +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:253 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:254 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:62 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:120 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:126 +msgid "Cambiar Clave de Usuario" +msgstr "Changer Mot de Passe Utilisateur" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:124 -msgid "En breve recibirá un email de confirmación." -msgstr "Vous recevrez un courriel de confirmation sous peu." +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:136 +#: ../../../config/actions.xml:619 +msgid "Buscar Grupo" +msgstr "Rechercher un Groupe" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:131 -msgid "Nuevo usuario de LDAP" -msgstr "Nouvel utilisateur LDAP" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:151 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:152 +#: ../../../modules/web/Controllers/UserGroupController.php:106 +#: ../../../config/actions.xml:601 +msgid "Nuevo Grupo" +msgstr "Nouveau Groupe" -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:152 -msgid "Error al migrar grupo del usuario" -msgstr "Erreur pendant la migration du groupe de l'utilisateur" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:169 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:170 +#: ../../../modules/web/Controllers/UserGroupController.php:319 +#: ../../../config/actions.xml:595 +msgid "Ver Grupo" +msgstr "Voir Groupe" -#: ../../../../inc/SP/Controller/MainController.class.php:367 -#: ../../../../inc/SP/Core/Init.class.php:129 -msgid "Versión de PHP requerida >= " -msgstr "Version PHP requise >=" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:186 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:187 +#: ../../../modules/web/Controllers/UserGroupController.php:171 +#: ../../../config/actions.xml:607 +msgid "Editar Grupo" +msgstr "Éditer Groupe" -#: ../../../../inc/SP/Controller/MainController.class.php:368 -#: ../../../../inc/SP/Core/Init.class.php:130 -msgid "" -"Actualice la versión de PHP para que la aplicación funcione correctamente" -msgstr "" -"Mettez à niveau votre version de PHP afin que l'application fonctionne " -"correctement" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:203 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:204 +#: ../../../config/actions.xml:613 +msgid "Eliminar Grupo" +msgstr "Supprimer Groupe" -#: ../../../../inc/SP/Controller/MainController.class.php:378 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:311 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 +msgid "Perfiles" +msgstr "Profils" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:134 +#: ../../../config/actions.xml:649 +msgid "Buscar Perfil" +msgstr "Rechercher un Profil" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:149 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:150 +#: ../../../modules/web/Controllers/UserProfileController.php:100 +#: ../../../config/actions.xml:631 +msgid "Nuevo Perfil" +msgstr "Nouveau Profil" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:168 +msgid "Ver Detalles de Perfil" +msgstr "Voir Détails Profil" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:185 +#: ../../../modules/web/Controllers/UserProfileController.php:166 +#: ../../../config/actions.xml:637 +msgid "Editar Perfil" +msgstr "Éditer Profil" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:201 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:202 +#: ../../../config/actions.xml:643 +msgid "Eliminar Perfil" +msgstr "Supprimer Profil" + +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:262 +msgid "Buscar" +msgstr "Rechercher" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:289 +#: ../../../config/actions.xml:103 +msgid "Usuarios y Accesos" +msgstr "Utilisateurs et accès" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:303 +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Eléments et personnalisation" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:317 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 +#: ../../../config/actions.xml:673 +msgid "Configuración" +msgstr "Configuration" + +#: ../../../modules/web/Controllers/InstallController.php:59 msgid "Módulo no disponible" msgstr "Module indisponible" -#: ../../../../inc/SP/Controller/MainController.class.php:379 +#: ../../../modules/web/Controllers/InstallController.php:60 msgid "Sin este módulo la aplicación puede no funcionar correctamente." msgstr "Sans ce module, l'application ne peut pas fonctionner correctement." -#: ../../../../inc/SP/Core/XmlExport.class.php:133 -msgid "Exportar XML" -msgstr "Exporter XML" +#: ../../../modules/web/Controllers/PublicLinkController.php:104 +msgid "Nuevo Enlace Público" +msgstr "Nouveau lien publique" -#: ../../../../inc/SP/Core/XmlExport.class.php:483 -msgid "Error al crear el archivo XML" -msgstr "Erreur pendant la création du fichier XML" +#: ../../../modules/web/Controllers/PublicLinkController.php:191 +msgid "Editar Enlace Público" +msgstr "Editer le lien publique" -#: ../../../../inc/SP/Import/XmlFileImport.class.php:107 -msgid "No es posible procesar el archivo XML" -msgstr "Impossible de traiter le fichier XML" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/TagController.php:283 +#: ../../../config/actions.xml:499 +msgid "Ver Etiqueta" +msgstr "Voir étiquette" -#: ../../../../inc/SP/Import/XmlFileImport.class.php:85 -msgid "Archivo XML no soportado" -msgstr "Fichier XML non supportés" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserController.php:439 +#: ../../../config/actions.xml:559 +msgid "Ver Usuario" +msgstr "Voir Utilisateur" -#: ../../../../inc/SP/Import/XmlFileImport.class.php:86 -msgid "No es posible detectar la aplicación que exportó los datos" -msgstr "" -"Impossible de détecter l'application depuis laquelle les données ont été " -"exportés" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserProfileController.php:307 +#: ../../../config/actions.xml:625 +msgid "Ver Perfil" +msgstr "Voir Profil" -#: ../../../../inc/SP/Storage/DB.class.php:285 -#: ../../../../inc/SP/Storage/DB.class.php:330 -#: ../../../../js/strings.js.php:26 +#: ../../../modules/web/Controllers/UserSettingsManagerController.php:89 +msgid "Preferencias" +msgstr "Préférences" + +#: ../../../config/strings.js.inc:26 msgid "Error en la consulta" msgstr "Erreur pendant la requête" -#: ../../../../js/strings.js.php:27 +#: ../../../config/strings.js.inc:27 msgid "Ha ocurrido un error" msgstr "Il y a une erreur" -#: ../../../../js/strings.js.php:28 ../../../../js/strings.js.php:86 +#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 msgid "Sesión finalizada" msgstr "Session terminée" -#: ../../../../js/strings.js.php:29 +#: ../../../config/strings.js.inc:29 msgid "Borrar la cuenta?" msgstr "Supprimer compte ?" -#: ../../../../js/strings.js.php:30 +#: ../../../config/strings.js.inc:30 msgid "Borrar el usuario?" msgstr "Supprimer utilisateur ?" -#: ../../../../js/strings.js.php:31 +#: ../../../config/strings.js.inc:31 msgid "Guarde la configuración para que sea efectiva" msgstr "" "Vous devez sauvegarder la configuration pour qu'elle soit prise en compte" -#: ../../../../js/strings.js.php:32 +#: ../../../config/strings.js.inc:32 msgid "Clave Generada" msgstr "Mot de passe généré" -#: ../../../../js/strings.js.php:33 +#: ../../../config/strings.js.inc:33 msgid "Nivel alto" msgstr "Niveau haut" -#: ../../../../js/strings.js.php:34 +#: ../../../config/strings.js.inc:34 msgid "Nivel medio" msgstr "Niveau moyen" -#: ../../../../js/strings.js.php:35 +#: ../../../config/strings.js.inc:35 msgid "Nivel bajo" msgstr "Niveau bas" -#: ../../../../js/strings.js.php:36 +#: ../../../config/strings.js.inc:36 msgid "Nivel muy alto" msgstr "Niveau très haut" -#: ../../../../js/strings.js.php:37 +#: ../../../config/strings.js.inc:37 msgid "Utilizar al menos 8 caracteres" msgstr "Vous devriez utiliser au moins 8 caractères" -#: ../../../../js/strings.js.php:38 +#: ../../../config/strings.js.inc:38 msgid "Borrar elemento?" msgstr "Supprimer élément ?" -#: ../../../../js/strings.js.php:39 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:8 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:17 +#: ../../../config/strings.js.inc:39 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:8 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:17 msgid "Página no encontrada" msgstr "Page introuvable" -#: ../../../../js/strings.js.php:40 +#: ../../../config/strings.js.inc:40 msgid "Archivo no soportado para visualizar" msgstr "Fichier non supporté pour la pré-visualisation" -#: ../../../../js/strings.js.php:41 +#: ../../../config/strings.js.inc:41 msgid "Eliminar archivo?" msgstr "Supprimer fichier ?" -#: ../../../../js/strings.js.php:42 +#: ../../../config/strings.js.inc:42 msgid "Su navegador no soporta subir archivos con HTML5" msgstr "Votre navigateur ne supporte pas le transfert de fichier HTML5" -#: ../../../../js/strings.js.php:43 +#: ../../../config/strings.js.inc:43 msgid "Demasiados archivos" msgstr "Trop de fichiers" -#: ../../../../js/strings.js.php:44 +#: ../../../config/strings.js.inc:44 msgid "Tamaño de archivo no permitido" msgstr "Taille de fichiers non supportés" -#: ../../../../js/strings.js.php:46 +#: ../../../config/strings.js.inc:45 +msgid "Extensión no permitida" +msgstr "Extension non autorisée" + +#: ../../../config/strings.js.inc:46 msgid "Vaciar el registro de eventos?" msgstr "Nettoyer journal d’événements ?" -#: ../../../../js/strings.js.php:47 -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:75 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:258 -#: ../../../../inc/themes/material-blue/views/config/import.inc:54 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:221 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:77 +#: ../../../config/strings.js.inc:47 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:112 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:276 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:87 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:57 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:145 msgid "Seleccionar Grupo" msgstr "Sélectionner un Groupe" -#: ../../../../js/strings.js.php:48 -#: ../../../../inc/themes/material-blue/views/config/import.inc:28 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:245 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:21 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:96 +#: ../../../config/strings.js.inc:48 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:95 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:112 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:30 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:258 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:21 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:74 msgid "Seleccionar Usuario" msgstr "Sélectionner un Utilisateur" -#: ../../../../js/strings.js.php:49 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:61 +#: ../../../config/strings.js.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:57 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:128 msgid "Seleccionar Perfil" msgstr "Sélectionner un Profil" -#: ../../../../js/strings.js.php:50 -#: ../../../../inc/themes/material-blue/views/account/account.inc:60 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:49 +#: ../../../config/strings.js.inc:50 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:60 +#, fuzzy msgid "Seleccionar Cliente" msgstr "Sélectionner un Client" -#: ../../../../js/strings.js.php:51 -#: ../../../../inc/themes/material-blue/views/account/account.inc:83 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:57 +#: ../../../config/strings.js.inc:51 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:68 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:102 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:69 msgid "Seleccionar Categoría" msgstr "Sélectionner une Catégorie" -#: ../../../../js/strings.js.php:52 +#: ../../../config/strings.js.inc:52 msgid "Sin resultados" msgstr "Aucun résultat" -#: ../../../../js/strings.js.php:53 +#: ../../../config/strings.js.inc:53 msgid "Opciones de clave" msgstr "Options de mot de passe" -#: ../../../../js/strings.js.php:54 +#: ../../../config/strings.js.inc:54 msgid "Generar clave aleatoria" msgstr "Générer un mot de passe aléatoire" -#: ../../../../js/strings.js.php:55 +#: ../../../config/strings.js.inc:55 msgid "Complejidad" msgstr "Compléxité" -#: ../../../../js/strings.js.php:56 +#: ../../../config/strings.js.inc:56 msgid "Restablecer" msgstr "Rétablir" -#: ../../../../js/strings.js.php:57 +#: ../../../config/strings.js.inc:57 msgid "Nivel de fortaleza de la clave" msgstr "Niveau de sécurité du mot de passe" -#: ../../../../js/strings.js.php:58 +#: ../../../config/strings.js.inc:58 msgid "Mostrar Clave" msgstr "Afficher Mot de Passe" -#: ../../../../js/strings.js.php:59 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:19 +#: ../../../config/strings.js.inc:59 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:19 msgid "Copiar Usuario" msgstr "Copier Nom d'Utilisateur" -#: ../../../../js/strings.js.php:60 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:30 +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:60 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:30 +#: ../../../config/actions.xml:193 ../../../config/actions.xml:265 msgid "Copiar Clave" msgstr "Copier Mot de Passe" -#: ../../../../js/strings.js.php:61 +#: ../../../config/strings.js.inc:61 msgid "Incluir Números" msgstr "Inclure des Nombres" -#: ../../../../js/strings.js.php:62 +#: ../../../config/strings.js.inc:62 msgid "Incluir Mayúsculas" msgstr "Inclure des Lettres Majuscules" -#: ../../../../js/strings.js.php:63 +#: ../../../config/strings.js.inc:63 msgid "Incluir Símbolos" msgstr "Inclure des Symboles" -#: ../../../../js/strings.js.php:64 +#: ../../../config/strings.js.inc:64 msgid "Longitud" msgstr "Longueur" -#: ../../../../js/strings.js.php:65 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:36 +#: ../../../config/strings.js.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 msgid "Seleccionar Acción" msgstr "Sélectionner une Action" -#: ../../../../js/strings.js.php:66 -msgid "SI" -msgstr "OUI" - -#: ../../../../js/strings.js.php:67 -msgid "NO" -msgstr "NON" - -#: ../../../../js/strings.js.php:68 +#: ../../../config/strings.js.inc:68 msgid "Aceptar" msgstr "Accepter" -#: ../../../../js/strings.js.php:69 +#: ../../../config/strings.js.inc:69 msgid "Cancelar" msgstr "Annuler" -#: ../../../../js/strings.js.php:70 +#: ../../../config/strings.js.inc:70 msgid "Clave Copiada al Portapapeles" msgstr "Mot de Passe Copié dans le Presse-Papier" -#: ../../../../js/strings.js.php:71 +#: ../../../config/strings.js.inc:71 msgid "Error al copiar al portapapeles" msgstr "Erreur lors de la copie dans le Presse-Papier" -#: ../../../../inc/SP/Controller/AccountController.class.php:136 -#: ../../../../inc/SP/Controller/AccountController.class.php:465 -#: ../../../../inc/SP/Controller/AccountController.class.php:497 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:214 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:215 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:45 -msgid "Detalles de Cuenta" -msgstr "Détails du Compte" - -#: ../../../../inc/SP/Controller/AccountController.class.php:437 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:132 -msgid "Modificar Clave de Cuenta" -msgstr "Modifier Mot de Passe du Compte" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:190 -#: ../../../../inc/SP/Api/SyspassApi.class.php:228 -#: ../../../../inc/SP/Api/SyspassApi.class.php:281 -#: ../../../../inc/SP/Api/SyspassApi.class.php:317 -#: ../../../../inc/SP/Api/SyspassApi.class.php:370 -#: ../../../../inc/SP/Api/SyspassApi.class.php:406 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:351 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:56 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:130 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:205 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:282 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:349 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:402 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:473 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:592 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:666 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:912 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:234 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:254 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:275 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:286 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:375 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:383 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:403 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:435 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:443 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:463 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:497 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:505 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:525 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:559 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:567 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:588 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:679 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:686 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:790 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:797 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:815 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:877 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:885 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:892 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:933 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:943 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:952 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:961 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:984 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:988 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1013 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1034 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1038 -#: ../../../../inc/SP/Core/Plugin/PluginDataStore.class.php:77 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:12 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:9 -#: ../../../../inc/themes/material-blue/views/account/account.inc:41 -#: ../../../../inc/themes/material-blue/views/account/request.inc:12 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:43 -#: ../../../../inc/themes/material-blue/views/config/info.inc:30 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:16 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:19 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:19 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:20 -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:13 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:17 -#: ../../../../inc/themes/material-blue/views/itemshow/tags.inc:16 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:22 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:12 -msgid "Nombre" -msgstr "Nom" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:204 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:44 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:46 -msgid "Módulo" -msgstr "Module" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:261 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:262 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:699 -msgid "Eliminar Campo" -msgstr "Supprimer Champ" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 -msgid "Último backup" -msgstr "Dernière sauvegarde" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 -msgid "No se encontraron backups" -msgstr "Il n'y a pas de sauvegardes disponible" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 -msgid "Última exportación" -msgstr "Dernier export" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 -msgid "No se encontró archivo de exportación" -msgstr "Aucun fichier d'export trouvé" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:436 -#: ../../../../inc/SP/Controller/MainController.class.php:617 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:77 -msgid "Información" -msgstr "Information" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:104 -msgid "Registro de eventos vaciado" -msgstr "Journal d'évènements nettoyé" - -#: ../../../../inc/SP/Log/Log.class.php:95 -msgid "Error al vaciar el registro de eventos" -msgstr "Erreur pendant le nettoyage du journal d'évènements" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:52 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:148 -msgid "Admin Aplicación" -msgstr "Admin de l'Application" - -#: ../../../../inc/SP/Controller/MainController.class.php:264 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:72 -msgid "Buscar" -msgstr "Rechercher" - -#: ../../../../inc/SP/Controller/MainController.class.php:283 -msgid "Usuarios y Accesos" -msgstr "Utilisateurs et accès" - -#: ../../../../inc/SP/Controller/MainController.class.php:293 -msgid "Elementos y Personalización" -msgstr "Eléments et personnalisation" - -#: ../../../../inc/SP/Controller/MainController.class.php:313 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:7 -msgid "Registro de Eventos" -msgstr "Journal d'évènements" - -#: ../../../../inc/SP/Controller/MainController.class.php:387 -msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -msgstr "" -"Cette version de PHP est vulnerable aux attaques NULL Byte (CVE-2006-7243)" - -#: ../../../../inc/SP/Controller/MainController.class.php:388 -msgid "Actualice la versión de PHP para usar sysPass de forma segura" -msgstr "" -"Mettez à jour votre version de PHP afin d'utiliser sysPass de manière " -"sécurisée" - -#: ../../../../inc/SP/Controller/MainController.class.php:394 -msgid "No se encuentra el generador de números aleatorios." -msgstr "Impossible de trouver le générateur de nombres aléatoires." - -#: ../../../../inc/SP/Controller/MainController.class.php:395 -msgid "" -"Sin esta función un atacante puede utilizar su cuenta al resetear la clave" -msgstr "" -"Sans cette fonction, un attaquant pourrait prendre votre compte sur un " -"changement de mot de passe" - -#: ../../../../ajax/ajax_install.php:58 -msgid "Instalación finalizada" -msgstr "Installation terminée" - -#: ../../../../inc/SP/Controller/MainController.class.php:492 -msgid "Descargar nueva versión" -msgstr "Télécharger nouvelle version" - -#: ../../../../inc/SP/Controller/MainController.class.php:504 -msgid "Avisos de sysPass" -msgstr "Notifications de sysPass" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:345 -msgid "Ordenar por Cliente" -msgstr "Trier par Client" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:352 -msgid "Ordenar por Nombre" -msgstr "Trier par Nom" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:359 -msgid "Ordenar por Categoría" -msgstr "Trier par Catégorie" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:366 -msgid "Ordenar por Usuario" -msgstr "Trier par Nom d'Utilisateur" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:373 -msgid "Ordenar por URL / IP" -msgstr "Trier par URL / IP" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:372 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:34 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:40 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:43 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:49 -#: ../../../../inc/themes/material-blue/views/account/account.inc:100 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:68 -msgid "URL / IP" -msgstr "Adresse URL / IP" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:477 -msgid "Propiedades" -msgstr "Propriétés" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:53 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:155 -msgid "Admin Cuentas" -msgstr "Admin des Comptes" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:55 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:160 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:163 -msgid "Deshabilitado" -msgstr "Utilisateur Désactivé" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:542 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:543 -msgid "Ver Detalles de Usuario" -msgstr "Voir Détails Utilisateur" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:562 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:563 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:67 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:122 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:128 -msgid "Cambiar Clave de Usuario" -msgstr "Changer Mot de Passe Utilisateur" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:709 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:710 -msgid "Ver Detalles de Perfil" -msgstr "Voir Détails Profil" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:793 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:794 -msgid "Ver token de Autorización" -msgstr "Voir Token Autorisation" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:409 -msgid "Token de autorización visualizado" -msgstr "Token d'autorisation vu" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:407 -msgid "Autorizaciones" -msgstr "Autorisations" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:90 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:93 -msgid "Seguridad" -msgstr "Sécurité" - -#: ../../../../inc/SP/Controller/UserPreferencesController.class.php:90 -msgid "Preferencias" -msgstr "Préférences" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:495 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:18 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:16 -#: ../../../../inc/themes/material-blue/views/account/account.inc:49 -#: ../../../../inc/themes/material-blue/views/account/request.inc:19 -msgid "Nombre de cuenta" -msgstr "Nom du compte" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:500 -#: ../../../../inc/themes/material-blue/views/account/account.inc:106 -msgid "URL o IP de acceso" -msgstr "Adresse du site (URL ou IP)" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:499 -#: ../../../../inc/themes/material-blue/views/account/account.inc:118 -msgid "Usuario de acceso" -msgstr "Login de connexion" - -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:67 -#: ../../../../inc/themes/material-blue/views/account/account.inc:136 -#: ../../../../inc/themes/material-blue/views/account/account.inc:143 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:115 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:122 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:47 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:54 -#: ../../../../inc/themes/material-blue/views/main/install.inc:62 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:42 -msgid "Clave (repetir)" -msgstr "Mot de passe (confirmer)" - -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:65 -#: ../../../../inc/themes/material-blue/views/account/account.inc:167 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:143 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:129 -msgid "Notas" -msgstr "Notes" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:501 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:72 -#: ../../../../inc/themes/material-blue/views/account/account.inc:174 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:135 -msgid "Notas sobre la cuenta" -msgstr "Notes sur le compte" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:20 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:107 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:117 -msgid "Permisos" -msgstr "Permissions" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:40 -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:62 -msgid "Hablitar edición" -msgstr "Autoriser Édition du Compte" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:72 -#: ../../../../inc/themes/material-blue/views/account/details.inc:52 -#: ../../../../inc/themes/material-blue/views/account/details.inc:54 -msgid "Grupo Principal" -msgstr "Groupe Principal" - -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Déposer les fichier ici (max. 5) ou cliquez pour les sélectionner." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:283 -msgid "Tamaño máximo de archivo" -msgstr "Taille maximale de fichier" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:212 -#: ../../../../inc/themes/material-blue/views/account/account.inc:214 -msgid "Historial" -msgstr "Historique" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:219 -msgid "Seleccionar fecha" -msgstr "Sélectionner une date" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:231 -#: ../../../../inc/themes/material-blue/views/account/details.inc:35 -#: ../../../../inc/themes/material-blue/views/account/details.inc:37 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:199 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:201 -msgid "Última Modificación" -msgstr "Dernière Modification" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:837 -#: ../../../../inc/themes/material-blue/views/account/details.inc:18 -#: ../../../../inc/themes/material-blue/views/account/details.inc:20 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:51 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:53 -msgid "Visitas" -msgstr "Visites" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:26 -#: ../../../../inc/themes/material-blue/views/account/details.inc:28 -msgid "Fecha Alta" -msgstr "Date Ajoutée" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:44 -#: ../../../../inc/themes/material-blue/views/account/details.inc:46 -msgid "Creador" -msgstr "Créateur" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:61 -#: ../../../../inc/themes/material-blue/views/account/details.inc:63 -msgid "Usuarios Secundarios" -msgstr "Utilisateurs Secondaires" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:83 -#: ../../../../inc/themes/material-blue/views/account/details.inc:85 -msgid "Grupos Secundarios" -msgstr "Groupes Secondaires" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:106 -#: ../../../../inc/themes/material-blue/views/account/details.inc:108 -msgid "Fecha Edición" -msgstr "Date Modifiée" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:114 -#: ../../../../inc/themes/material-blue/views/account/details.inc:116 -msgid "Editor" -msgstr "Éditeur" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:168 -msgid "Restaurar cuenta desde este punto" -msgstr "Restaurer les comptes à partir de ce point" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:240 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:241 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:102 -msgid "Copiar Clave en Portapapeles" -msgstr "Copier Mot de Passe dans le Presse-Papier" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:17 -msgid "Ver Actual" -msgstr "Voir Actuel" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:63 -#: ../../../../inc/themes/material-blue/views/main/error.inc:12 -#: ../../../../inc/themes/material-blue/views/main/error.inc:13 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:56 -msgid "Volver" -msgstr "Retour" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:146 -msgid "Modificar Cuenta" -msgstr "Modifier Compte" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:284 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:285 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:158 -msgid "Solicitar Modificación" -msgstr "Demande de Modification" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:65 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:176 -msgid "Guardar" -msgstr "Sauvegarder" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:13 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:16 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:98 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:101 -msgid "Resultado" -msgstr "Résultat" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:24 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:27 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:109 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:112 -msgid "Descargar Actual" -msgstr "Télécharger l'élément actuel" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:43 -msgid "No hay backups para descargar" -msgstr "Il n'y a pas de sauvegarde à télécharger" - -#: ../../../../inc/SP/Import/Import.class.php:105 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:66 -#: ../../../../js/strings.js.php:79 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:70 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:137 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:302 -#: ../../../../inc/themes/material-blue/views/config/import.inc:101 +#: ../../../config/strings.js.inc:73 +#, fuzzy +msgid "Recibir notificaciones?" +msgstr "Envoyer notification ?" + +#: ../../../config/strings.js.inc:74 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:147 +msgid "Marcar Favorito" +msgstr "Marquer comme Favoris" + +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:75 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:137 +#: ../../../config/actions.xml:247 +msgid "Eliminar Favorito" +msgstr "Supprimer Favoris" + +#: ../../../config/strings.js.inc:76 +msgid "Limpiar Selección" +msgstr "Effacer la Sélection" + +#: ../../../config/strings.js.inc:77 +msgid "Mostrar Favoritos" +msgstr "Montrer les Favoris" + +#: ../../../config/strings.js.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:83 +msgid "Mostrar Todos" +msgstr "Montrer Tous" + +#: ../../../config/strings.js.inc:79 msgid "Ayuda" msgstr "Aide" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:71 +#: ../../../config/strings.js.inc:80 +msgid "Sin cambios" +msgstr "Aucun changement" + +#: ../../../config/strings.js.inc:81 +msgid "Ahora" +msgstr "Maintenant" + +#: ../../../config/strings.js.inc:82 msgid "" -"La copia de seguridad permite guardar y descargar tanto la base de datos de " -"sysPass como los archivos de la aplicación y su configuración." +"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" msgstr "" -"La copie de sécurité permet de sauvegarder et télécharger indépendamment la " -"base de données sysPass et les fichiers de l'application ainsi que la " -"configuration." +"Cette action va importer les utilisateurs LDAP détectés. Souhaitez-vous " +"continuer ?" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:73 +#: ../../../config/strings.js.inc:83 +msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +msgstr "" +"Cette action va réinitialiser toutes les données du plugin. Souhaitez-vous " +"continuer ?" + +#: ../../../config/strings.js.inc:84 +msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgstr "Cette action peut être longue. Souhaitez-vous continuer ?" + +#: ../../../config/strings.js.inc:85 +msgid "Aviso" +msgstr "Attention" + +#: ../../../config/strings.js.inc:87 msgid "" -"Con este método es posible guardar todos los datos de sysPass en otro lugar " -"o utilizarlos para hacer la aplicación portable." +"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." msgstr "" -"Avec cette méthode, il est possible de sauvegarder toutes les données de " -"sysPass sur un autre emplacement ou de l'utiliser pour en faire une " -"application portable." +"Tâches en cours de réalisation. Merci de ne pas fermer la fenêtre ou " +"l'onglet du navigateur." -#: ../../../../inc/themes/material-blue/views/config/backup.inc:88 -msgid "Exportar Cuentas" -msgstr "Exporter les comptes" +#: ../../../config/strings.js.inc:88 +msgid "Incluir Letras" +msgstr "Inclure des Lettres" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:122 -msgid "No hay archivos XML para descargar" -msgstr "Il n'y a aucun fichier XML à télécharger" +#: ../../../config/strings.js.inc:89 +msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgstr "Cookies désactivés. L'application ne fonctionnera pas correctement." -#: ../../../../inc/themes/material-blue/views/config/backup.inc:129 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:137 -msgid "Clave de Exportación" -msgstr "Mot de Passe d'exportation" +#: ../../../config/strings.js.inc:90 +msgid "Portapapeles no soportado por el navegador." +msgstr "Presse-Papier non supporté par votre navigateur." -#: ../../../../inc/themes/material-blue/views/config/backup.inc:143 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:151 -msgid "Clave de Exportación (repetir)" -msgstr "Mot de Passe d'exportation (confirmer)" +#: ../../../config/strings.js.inc:91 +msgid "Realizando auto-login" +msgstr "Auto-login effectué" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:180 -msgid "" -"La exportación de cuentas permite guardar las cuentas y sus datos en formato " -"XML para posteriormente poder ser importados en otras instancias de sysPass." -msgstr "" -"L'exportation des comptes permet de sauvegarder ces derniers ainsi que leurs " -"données au format XML afin de les importer dans une autre instance sysPass." +#: ../../../config/strings.js.inc:92 +msgid "Hay una versión más reciente del plugin {0} ({1})" +msgstr "Il y a une version plus récente du {0} plugin ({1})" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:184 -msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." -msgstr "" -"Les mots de passes des comptes sont chiffrés lors de l'export pour une " -"meilleure sécurité." +#: ../../../config/strings.js.inc:93 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:21 +msgid "Actualizado" +msgstr "Mis à jour" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:186 -msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." -msgstr "" -"Il est possible de définir un mot de passe d'exportation pour enregistrer " -"les données entièrement chiffrées dans un fichier XML." +#: ../../../config/strings.js.inc:94 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:27 +msgid "Error al comprobar actualizaciones" +msgstr "Erreur pendant la recherche de mises à jour" -#: ../../../../inc/themes/material-blue/views/main/body-start.inc:4 +#: ../../../config/strings.js.inc:95 +msgid "Avisos de sysPass" +msgstr "Notifications de sysPass" + +#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 +#, fuzzy msgid "Javascript es necesario para el correcto funcionamiento" msgstr "Javascript est requis pour fonctionner correctement" -#: ../../../../inc/SP/Api/SyspassApi.class.php:518 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:23 -msgid "Nombre de la categoría" -msgstr "Nom de la catégorie" +#: ../../../modules/web/themes/material-blue/views/_partials/error.inc:14 +#: ../../../modules/web/themes/material-blue/views/_partials/error.inc:15 +#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:13 +#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:14 +#: ../../../modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: ../../../modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:41 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:44 +msgid "Volver" +msgstr "Retour" -#: ../../../../inc/SP/Api/SyspassApi.class.php:519 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:35 -msgid "Descripción de la categoría" -msgstr "Description de la catégorie" +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:40 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:110 +#, php-format +msgid "Hay %d notificaciones pendientes" +msgstr "Il y a %d de notification(s) non-lue(s)" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:4 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:7 -msgid "Sitio" -msgstr "Site" +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:42 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:112 +msgid "No hay no hay notificaciones pendientes" +msgstr "Il n'y a pas de notifications en attente" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:10 -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:24 -#: ../../../../inc/themes/material-blue/views/config/info.inc:78 -#: ../../../../inc/themes/material-blue/views/config/info.inc:92 -#: ../../../../inc/themes/material-blue/views/main/install.inc:135 -#: ../../../../inc/themes/material-blue/views/main/install.inc:136 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:19 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:21 -msgid "Idioma" -msgstr "Langage" +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:69 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:131 +msgid "Preferencias de usuario" +msgstr "Préférences de l'utilisateur" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:15 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:73 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:76 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:149 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:152 +msgid "Salir" +msgstr "Se déconnecter" + +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:165 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:43 +msgid "Demo" +msgstr "Demo" + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:34 +msgid "Indica si la conexión utiliza HTTPS." +msgstr "Indique si la connexion utilise le protocol HTTPS." + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:34 msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." +"Las claves de formularios enviados se encriptan mediante PKI, el resto de " +"datos no." msgstr "" -"Définis la langue globale de l'application. Vous pouvez également définir la " -"langue dans les préférences utilisateurs." +"Les mots de passe envoyés à partir du formulaire sont chiffrés avec PKI, les " +"autres données ne le sont pas." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:36 -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:46 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:32 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:34 -msgid "Tema Visual" -msgstr "Thème Visuel" +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:56 +msgid "Ayuda :: FAQ :: Changelog" +msgstr "Aide :: FAQ :: Changelog" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:41 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:60 +msgid "Un proyecto de cygnux.org" +msgstr "Un projet cygnux.org" + +#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:4 +#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:11 +msgid "No se encontraron registros" +msgstr "Aucun enregistrement trouvé" + +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:77 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:160 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:167 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:31 +msgid "Clave (repetir)" +msgstr "Mot de passe (confirmer)" + +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:101 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:186 +msgid "Seleccionar Fecha" +msgstr "Sélectionner une date" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:9 +msgid "Histórico" +msgstr "Historique" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:18 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:15 +msgid "Detalles" +msgstr "Détails" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:117 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:71 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:192 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:156 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:162 +msgid "Notas" +msgstr "Notes" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:129 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:131 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:245 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:247 +msgid "Historial" +msgstr "Historique" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:136 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 +msgid "Seleccionar fecha" +msgstr "Sélectionner une date" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:264 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:27 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:29 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:286 +msgid "Última Modificación" +msgstr "Dernière Modification" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:17 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:161 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 +msgid "Ver" +msgstr "Voir" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:21 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:126 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 +msgid "Seleccionar Usuarios" +msgstr "Sélectionner des Utilisateurs" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:177 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 +msgid "Editar" +msgstr "Éditer" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:59 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:75 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:165 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:181 +msgid "Seleccionar Grupos" +msgstr "Sélectionner des Groupes" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:37 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:39 +msgid "Creador" +msgstr "Créateur" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:109 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:45 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:47 +msgid "Grupo Principal" +msgstr "Groupe Principal" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 +msgid "Privada" +msgstr "Restreint (Personnel)" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:144 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 +msgid "Privada Grupo" +msgstr "Restreint au Groupe" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:9 +msgid "Solicitar Modificación de Cuenta" +msgstr "Demander Modification de Compte" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:40 +msgid "Petición" +msgstr "Demande" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 +#, fuzzy +msgid "Descripción de la petición" +msgstr "Description de la Demande" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 +msgid "Enviar" +msgstr "Envoyer" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:31 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:120 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:209 +msgid "Permisos" +msgstr "Permissions" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:210 +msgid "Seleccionar Etiquetas" +msgstr "Sélectionner des Tags" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:238 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +msgid "Seleccionar Cuenta" +msgstr "Sélectionner un Compte" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:276 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:180 +msgid "Enlace Público" +msgstr "Lien Publique" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:284 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:286 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:289 +msgid "Enlace Directo" +msgstr "Direct Link" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:17 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:19 +msgid "Fecha Alta" +msgstr "Date Ajoutée" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:57 +msgid "Usuarios Secundarios" +msgstr "Utilisateurs Secondaires" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Grupos Secundarios" +msgstr "Groupes Secondaires" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:101 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:103 +msgid "Fecha Edición" +msgstr "Date Modifiée" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:109 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:111 +msgid "Editor" +msgstr "Éditeur" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:119 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:121 +msgid "Fecha de Clave" +msgstr "Date du Mot de Passe" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +msgstr "Déposer les fichier ici (max. 5) ou cliquez pour les sélectionner." + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +#, php-format +msgid "Tamaño máximo de archivo: %d MB" +msgstr "Taille maximum du fichier : %d MB" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:24 +msgid "Buscar en Wiki" +msgstr "Rechercher dans le Wiki" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:71 +#, php-format +msgid "Abrir enlace a: %s" +msgstr "Ouvrir le lien vers: %s" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:98 +msgid "Clave Caducada" +msgstr "Mot de Passe Expiré" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:112 +msgid "Cuenta Privada (Grupo)" +msgstr "Compte privé (groupe)" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:155 +msgid "Notes" +msgstr "Notes" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:169 +msgid "Archivos adjuntos" +msgstr "Fichiers joints" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:196 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:207 +msgid "Enlace a Wiki" +msgstr "Lien vers Wiki" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:199 +msgid "Ver en Wiki" +msgstr "Voir sur le Wiki" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:25 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:30 +msgid "Parámetros especiales" +msgstr "Special parameters" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:32 msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." +"Es posible utilizar uno o varios parámetros especiales separados por espacios" msgstr "" -"Définis le thème visuel global de l'application. Vous pouvez définir le " -"thème dans les préférences utilisateur." +"You could use either one or several special parameters separated by blank " +"spaces" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:59 -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:67 -msgid "Timeout de sesión (s)" -msgstr "Timeout de session (s)" +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +msgid "Buscar cuentas a las que 'login' tenga acceso" +msgstr "Rechercher les comptes pour lesquels 'login' a les droits d'accès." -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:21 -msgid "Habilitar log de eventos" -msgstr "Active le journal des évènements" +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:35 +msgid "Devolver las cuentas en las que 'login' es propietario" +msgstr "Récupérer les comptes pour lesquels 'login' est le propriétaire." -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:13 -msgid "Guarda las acciones realizadas en la aplicación." -msgstr "Sauvegarde les actions effectuées par l'application." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:104 -msgid "Habilitar depuración" -msgstr "Activer le mode debug" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:96 -msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:36 +msgid "Buscar cuentas a las que 'group_name' tenga acceso" msgstr "" -"Afficher des informations sur la configuration de l'application et sur la " -"performance." +"Rechercher les comptes pour lesquels 'group_name' a les droits d'accès." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:122 -msgid "Modo mantenimiento" -msgstr "Mode maintenance" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:114 -msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:37 +msgid "Devolver las cuentas con grupo principal 'group_name'" msgstr "" -"Dans ce mode, personne ne peut accéder à l'application. Pour le désactiver, " -"vous devez modifier le fichier de configuration." +"Récupérer les comptes pour lesquels le groupe principal est 'group_name'." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:140 -msgid "Comprobar actualizaciones" -msgstr "Vérifier les mises à jour" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:132 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:38 +msgid "Buscar cuentas con archivos con el nombre 'file_name'" msgstr "" -"Vérifier les mises à jour d'application (uniquement pour les " -"administrateurs)." +"Rechercher les comptes qui contiennent un ficher avec le nom 'file_name'." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:158 -msgid "Comprobar notificaciones" -msgstr "Vérifier les notifications" +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:39 +msgid "Devolver la cuenta con ID" +msgstr "Returns the account for the given ID" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:150 -msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." -msgstr "" -"Vérifier s'il existe des notifications ou alertes de sécurité sysPass " -"(uniquement pour les administrateurs)." +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:40 +msgid "Buscar cuentas con la clave caducada" +msgstr "Rechercher les comptes avec un mot de passe expiré." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:53 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:82 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:41 +msgid "Devolver las cuentas privadas del usuario actual" +msgstr "Rechercher les comptes privés pour l'utilisateur courant." + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:42 +msgid "Operador para los parámetros especiales" +msgstr "Operator for special parameters" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:50 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:225 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:226 +#, fuzzy +msgid "Búsqueda global" +msgstr "Recherche globale" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:86 +msgid "Filtrar Favoritos" +msgstr "Filtrer les Favoris" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Cuentas por página" +msgstr "Comptes par page" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:106 +msgid "Más Filtros" +msgstr "Plus de Filtres" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:111 +msgid "Seleccionar Etiqueta" +msgstr "Sélectionner un Tag" + +#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:18 +msgid "Los datos serán encriptados al guardar" +msgstr "Data will be encrypted after saving" + +#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:23 +msgid "Los datos serán desencriptados al guardar" +msgstr "Data will be unencrypted after saving" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:13 +msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +msgstr "This extension is needed to display passwords as images" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:27 +msgid "Búsqueda" +msgstr "Rechercher" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:33 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:46 +msgid "Resultados por página" +msgstr "Resultats par page" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:38 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:51 +msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +msgstr "Nombre de résultats à afficher par page pour une recherche." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:49 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:62 +msgid "Número de resultados por página" +msgstr "Résultats par page" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:67 +msgid "Caducidad clave cuentas" +msgstr "Accounts password expiry" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:68 +msgid "Habilita la caducidad de la clave de cuentas." +msgstr "Enables the accounts password expiry date." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:76 +msgid "Tiempo caducidad clave" +msgstr "Password expiry time" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:81 +msgid "Número de días para la caducidad de la clave de cuenta." +msgstr "Number of days for the account expiry date." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:91 +msgid "Tiempo caducidad (días)" +msgstr "Expire time (days)" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:109 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:80 msgid "Nombre de cuenta como enlace" msgstr "Nom du compte comme lien" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:44 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:73 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:110 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:82 msgid "" "Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " "de la cuenta." msgstr "Active le nom du compte comme lien vers les détails du compte." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:251 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:203 -msgid "Gestión de archivos" -msgstr "Gestion des fichiers" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:241 -msgid "Habilita la subida/descarga de archivos para las cuentas." -msgstr "Active l'envoi et le téléchargement des fichiers pour les comptes." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:72 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:125 msgid "Búsquedas globales" msgstr "Recherches globales" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:63 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:126 msgid "" "Permite que todos los usuarios puedan realizar búsquedas en todas las " "cuentas, pero no pueden ver el contenido de las que no tienen permisos." @@ -3074,20 +2642,119 @@ msgstr "" "comptes, s'ils n'ont pas la permission ils ne peuvent pas voir les détails " "des comptes." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:257 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:275 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:141 +msgid "Imagen para mostrar clave" +msgstr "Image pour visualiser le mot de passe" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:143 +msgid "Generar una imagen con el texto de la clave de la cuenta." +msgstr "Génère une image avec le texte du mot de passe du compte." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:145 +msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +msgstr "" +"Utile pour les environnements où copier le mot de passe dans le presse-" +"papier est un risque pour la sécurité." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:161 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:148 +msgid "Resultados en Tarjetas" +msgstr "Résultats sous forme de cartes" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:163 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:150 +msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgstr "Active l'affichage des résultats de recherche comme format carte." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:179 +msgid "Acceso Grupos Secundarios" +msgstr "Accès groupes secondaire" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:181 +msgid "" +"Habilita el acceso a los usuarios que estén incluidos en los grupos " +"secundarios." +msgstr "Donner accès aux utilisateurs inclus le groupe secondaire." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:183 +msgid "" +"Por defecto el usuario de un grupo secundario es permitido si el grupo " +"secundario está establecido como el primario del usuario." +msgstr "" +"Par défaut, l'utilisateur d'un groupe secondaire est autorisé si le groupe " +"secondaire est paramétré comme groupe principal pour l'utilisateur" + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:194 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:373 +#: ../../../config/actions.xml:73 +msgid "Enlaces Públicos" +msgstr "Liens Publique" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:212 +msgid "Habilitar Enlaces Públicos" +msgstr "Activer les Liens Publique" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:214 +msgid "" +"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " +"una cuenta." +msgstr "" +"Activé la possibilité de créer des liens publique pour voir le détail des " +"comptes." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:216 +msgid "" +"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgstr "" +"Les comptes avec lien seront visible par n'importe quelle personne ayant " +"accès au lien." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:218 +msgid "" +"Para crear enlaces, los usuarios tienen que tener activada la opción en su " +"perfl." +msgstr "" +"Pour créer des liens, les utilisateurs doivent activer l'option dans leur " +"profil." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:234 +msgid "Usar imagen para clave" +msgstr "Utiliser une image pour le mot de passe" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:236 +msgid "La clave de la cuenta es visualizada como una imagen." +msgstr "Le mot de passe du compte est montré comme une image." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:245 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:254 +msgid "Tiempo de caducidad" +msgstr "Durée d'expiration" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:260 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:269 +msgid "Número máximo de visitas" +msgstr "Visite maximum" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:295 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:406 +msgid "Gestión de archivos" +msgstr "Gestion des fichiers" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:296 +msgid "Habilita la subida/descarga de archivos para las cuentas." +msgstr "Active l'envoi et le téléchargement des fichiers pour les comptes." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:304 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:317 msgid "Extensiones de archivos permitidas" msgstr "Extensions de fichiers permises" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:262 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:309 msgid "Extensiones permitidas para la subida de archivos." msgstr "Extensions de fichiers autorisées au chargement." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:266 -msgid "Se permite un máximo de 4 caracteres." -msgstr "4 caractères maximum autorisés." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:270 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 msgid "" "Escribir extensión y pulsar intro para añadir. Es necesario guardar la " "configuración." @@ -3095,125 +2762,198 @@ msgstr "" "Ecrire l'extension et appuyez sur Entrée pour l'ajouter. Vous devez " "sauvegarder la configuration." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:288 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:325 +msgid "Tamaño máximo de archivo" +msgstr "Taille maximale de fichier" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:330 msgid "Establece el tamaño máximo para subir archivos." msgstr "Définir la taille maximale d'un fichier pour le téléchargement." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:292 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:334 msgid "El máximo absuluto es de 16MB." msgstr "Le grand maximum est 16MB" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:18 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:47 -msgid "Resultados por página" -msgstr "Resultats par page" +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:345 +msgid "Tamaño máximo de archivo en kilobytes" +msgstr "Taille maximale de fichier en kilobytes" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:23 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:52 -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." -msgstr "Nombre de résultats à afficher par page pour une recherche." +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:9 +msgid "" +"Esta extensión es necesaria para generar los archivos de copia de seguridad " +"de la aplicación" +msgstr "This extension is needed to build the application's backup files" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:116 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:155 -msgid "Resultados en Tarjetas" -msgstr "Résultats sous forme de cartes" +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:23 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:26 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:104 +msgid "Resultado" +msgstr "Résultat" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:106 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:146 -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." -msgstr "Active l'affichage des résultats de recherche comme format carte." +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:34 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:37 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:115 +msgid "Descargar Actual" +msgstr "Télécharger l'élément actuel" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:96 -msgid "Imagen para mostrar clave" -msgstr "Image pour visualiser le mot de passe" +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:43 +msgid "Copia BBDD" +msgstr "Sauvegarde de la base de données" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:82 -msgid "Generar una imagen con el texto de la clave de la cuenta." -msgstr "Génère une image avec le texte du mot de passe du compte." +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:50 +msgid "Copia sysPass" +msgstr "Sauvegarde sysPass" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:86 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:53 +msgid "No hay backups para descargar" +msgstr "Il n'y a pas de sauvegarde à télécharger" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:72 +msgid "" +"La copia de seguridad permite guardar y descargar tanto la base de datos de " +"sysPass como los archivos de la aplicación y su configuración." msgstr "" -"Utile pour les environnements où copier le mot de passe dans le presse-" -"papier est un risque pour la sécurité." +"La copie de sécurité permet de sauvegarder et télécharger indépendamment la " +"base de données sysPass et les fichiers de l'application ainsi que la " +"configuration." -#: ../../../../inc/SP/Api/SyspassApi.class.php:538 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:26 -msgid "Nombre del cliente" -msgstr "Nom du client" +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:74 +msgid "" +"Con este método es posible guardar todos los datos de sysPass en otro lugar " +"o utilizarlos para hacer la aplicación portable." +msgstr "" +"Avec cette méthode, il est possible de sauvegarder toutes les données de " +"sysPass sur un autre emplacement ou de l'utiliser pour en faire une " +"application portable." -#: ../../../../inc/SP/Api/SyspassApi.class.php:539 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:39 -msgid "Descripción del cliente" -msgstr "Description du client" +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:93 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:178 +msgid "Exportar Cuentas" +msgstr "Exporter les comptes" -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:57 -msgid "Texto Ayuda" -msgstr "Notice d'Aide" +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:125 +msgid "No hay archivos XML para descargar" +msgstr "Il n'y a aucun fichier XML à télécharger" -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:74 -msgid "Obligatorio" -msgstr "Requis" +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:140 +msgid "Clave de Exportación" +msgstr "Mot de Passe d'exportation" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:8 -#: ../../../../inc/themes/material-blue/views/config/import.inc:148 -#: ../../../../inc/themes/material-blue/views/config/import.inc:163 -#: ../../../../inc/themes/material-blue/views/main/install.inc:48 -#: ../../../../inc/themes/material-blue/views/main/install.inc:54 -#: ../../../../inc/themes/material-blue/views/main/login.inc:49 -#: ../../../../inc/themes/material-blue/views/main/login.inc:89 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:146 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:154 +msgid "Clave de Exportación (repetir)" +msgstr "Mot de Passe d'exportation (confirmer)" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:180 +msgid "" +"La exportación de cuentas permite guardar las cuentas y sus datos en formato " +"XML para posteriormente poder ser importados en otras instancias de sysPass." +msgstr "" +"L'exportation des comptes permet de sauvegarder ces derniers ainsi que leurs " +"données au format XML afin de les importer dans une autre instance sysPass." + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:182 +msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +msgstr "Les objets exportés sont des comptes, clients, catégories et tags." + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:184 +#, fuzzy +msgid "" +"Las claves de las cuentas son exportadas de forma encriptada para mayor " +"seguridad." +msgstr "" +"Les mots de passes des comptes sont chiffrés lors de l'export pour une " +"meilleure sécurité." + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:186 +msgid "" +"Es posible establecer una clave de exportación para guardar todos los datos " +"encriptados en el archivo XML." +msgstr "" +"Il est possible de définir un mot de passe d'exportation pour enregistrer " +"les données entièrement chiffrées dans un fichier XML." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:14 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:150 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:150 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:165 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:47 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:53 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:48 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:92 msgid "Clave Maestra" msgstr "Mot de Passe Maître" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:18 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:21 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:182 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:185 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:21 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:195 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 +#, fuzzy msgid "Último cambio" msgstr "Dernier Changement" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:29 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:37 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:130 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:32 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:40 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 msgid "Clave Maestra actual" msgstr "Mot de Passe Maître actuel" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:43 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:51 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:46 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:54 msgid "Nueva Clave Maestra" msgstr "Nouveau Mot de Passe Maître" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:57 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:65 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:60 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:68 msgid "Nueva Clave Maestra (repetir)" msgstr "Nouveau Mot de Passe Maître (confirmer)" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:83 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:77 +msgid "Guarde la nueva clave en un lugar seguro." +msgstr "Vous devriez sauvegarder le mot de passe dans un endroit sûre." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:81 +msgid "Se volverán a encriptar las claves de todas las cuentas." +msgstr "Tous les mots de passe des comptes seront de nouveau chiffrés." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:85 +msgid "Los usuarios deberán de introducir la nueva clave maestra." +msgstr "Les utilisateurs devront saisir un nouveau Mot de Passe Maître." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:89 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:120 +#, fuzzy, php-format +msgid "" +"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgstr "Cette action va mettre à jour %s comptes. Ceci peut prendre un moment." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:106 msgid "No modificar cuentas" msgstr "Ne pas modifier les comptes" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:75 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:108 msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" msgstr "" "Définir un nouveau Mot de Passe Maître sans chiffrer à nouveau les comptes." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:109 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:124 +#, fuzzy msgid "Confirmar cambio" msgstr "Confirmer Changement" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:92 -msgid "Guarde la nueva clave en un lugar seguro." -msgstr "Vous devriez sauvegarder le mot de passe dans un endroit sûre." +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:126 +msgid "" +"Confirmar el cambio de clave maestra después de haber leído las advertencias " +"anteriores." +msgstr "" +"Confirm the master password change after you have been read all the above " +"warnings." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:96 -msgid "Se volverán a encriptar las claves de todas las cuentas." -msgstr "Tous les mots de passe des comptes seront de nouveau chiffrés." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:100 -msgid "Los usuarios deberán de introducir la nueva clave maestra." -msgstr "Les utilisateurs devront saisir un nouveau Mot de Passe Maître." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:138 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:152 +#, fuzzy msgid "" "La clave maestra es utilizada para encriptar las claves de las cuentas de " "sysPass para mantenerlas seguras." @@ -3221,7 +2961,7 @@ msgstr "" "Le Mot de Passe Maître est utilisé pour chiffrer les mots de passe des " "comptes sysPass afin de les garder en sécurité." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:140 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:154 msgid "" "Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " "que incluya números, letras y símbolos." @@ -3231,26 +2971,53 @@ msgstr "" "même conseillé de changer les mots de passe de temps en temps ou " "périodiquement." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:171 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:156 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:122 +#, php-format +msgid "Para más información consulte: %s" +msgstr "Vous pouvez obtenir plus d'informations sur : %s" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:166 +msgid "Actualizar hash de clave maestra" +msgstr "Mettre à jour le hash du Mot de Passe Maître" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:318 msgid "Clave Temporal" msgstr "Mot de Passe Temporaire" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:187 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:200 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:200 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:213 msgid "No generada" msgstr "Pas généré" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:192 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:195 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:205 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 msgid "Válido hasta" msgstr "Vailde jusqu'à" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:216 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:225 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:219 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:222 +msgid "Intentos" +msgstr "Tentatives" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:229 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:239 msgid "Validez (s)" msgstr "Validité (s)" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:303 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:258 +msgid "Enviar correo" +msgstr "Envoyer un courriel" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:260 +msgid "" +"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +msgstr "" +"Envoyer un courriel à tous les utilisateurs ou seulement à ceux dont le " +"groupe est sélectionné." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:320 msgid "" "La clave temporal es utilizada como clave maestra para los usuarios que " "necesitan introducirla al iniciar la sesión, así no es necesario facilitar " @@ -3260,2169 +3027,181 @@ msgstr "" "utilisateurs qui ont besoin de le saisir pendant le login. De cette manière, " "il n'est pas nécessaire de leur communiquer le véritable Mot de Passe Maître." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:309 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:327 msgid "Generar" msgstr "Générer" -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:87 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:215 -#: ../../../../inc/themes/material-blue/views/accountsearch/index.inc:11 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:11 -msgid "No se encontraron registros" -msgstr "Aucun enregistrement trouvé" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:10 +msgid "Autentificación" +msgstr "Authentification" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:22 -msgid "Fecha / Hora" -msgstr "Date / Heure" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:28 +msgid "Usar Auth Basic" +msgstr "Utiliser Auth Basic" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:28 -msgid "Evento" -msgstr "Evènement" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:29 +msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +msgstr "Use Auth Basic for authorizing the accesses to the application" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:34 -msgid "IP" -msgstr "IP" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:43 +msgid "Usar Auth Basic SSO" +msgstr "Use Auth Basic SSO" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:85 -msgid "Primera página" -msgstr "Première page" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:44 +msgid "Usar auto-login con Auth Basic." +msgstr "Use auto-login through Auth Basic" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:83 -msgid "Página anterior" -msgstr "Page précédente" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:52 +msgid "Dominio" +msgstr "Domaine" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:84 -msgid "Página siguiente" -msgstr "Page suivante" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:86 -msgid "Última página" -msgstr "Dernière page" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:320 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:321 -#: ../../../../inc/themes/material-blue/views/account/files-list.inc:40 -msgid "Ver Archivo" -msgstr "Voir Fichier" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:39 -msgid "Indica si la conexión utiliza HTTPS." -msgstr "Indique si la connexion utilise le protocol HTTPS." - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:39 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:57 msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " +"el de Auth Basic." msgstr "" -"Les mots de passe envoyés à partir du formulaire sont chiffrés avec PKI, les " -"autres données ne le sont pas." +"Le domaine sera ajouté au nom de l'utilisateur sysPass pour vérifier celui " +"de Auth Basic" -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:60 -msgid "Ayuda :: FAQ :: Changelog" -msgstr "Aide :: FAQ :: Changelog" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:67 +msgid "Nombre de dominio" +msgstr "Nom de domaine" -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:64 -msgid "Un proyecto de cygnux.org" -msgstr "Un projet cygnux.org" - -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:27 -msgid "Nombre del grupo" -msgstr "Nom du groupe" - -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:40 -msgid "Descripción del grupo" -msgstr "Description du groupe" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:8 -msgid "Importar CSV/XML" -msgstr "Importer CSV/XML" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:14 -#: ../../../../inc/themes/material-blue/views/config/import.inc:24 -msgid "Usuario por Defecto" -msgstr "Utilisateur par Défaut" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:19 -msgid "Define el usuario por defecto para las cuentas importadas." -msgstr "Définis l'utilisateur par défaut pour les comptes importés." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:40 -#: ../../../../inc/themes/material-blue/views/config/import.inc:50 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:207 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:217 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:73 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:83 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:43 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:53 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:229 msgid "Grupo por Defecto" msgstr "Groupe par Défaut" -#: ../../../../inc/themes/material-blue/views/config/import.inc:45 -msgid "Define el grupo por defecto para las cuentas importadas." -msgstr "Définis le groupe par défaut pour les comptes importés." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:127 -#: ../../../../inc/themes/material-blue/views/config/import.inc:142 -msgid "Clave de Importación" -msgstr "Importer un Mot de Passe" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:176 -#: ../../../../inc/themes/material-blue/views/config/import.inc:191 -msgid "Delimitador CSV" -msgstr "Délimiteur CSV" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:74 -msgid "Soltar archivo aquí o click para seleccionar" -msgstr "Déposer les fichiers ici ou cliquer pour les sélectionner" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:102 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:78 msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." +"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." msgstr "" -"Permet de réaliser l'importation des comptes, catégories et clients depuis " -"un fichier archive XML ou CSV." +"Définie le groupe d'utilisateurs par défaut pour les nouveaux utilisateurs " +"SSO" -#: ../../../../inc/themes/material-blue/views/config/import.inc:104 -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" -msgstr "" -"Les formats de fichier archives XML supportés sont: sysPass, KeePass et " -"KeePassX." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:106 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." -msgstr "" -"Glisser-déposer les fichiers à la zone d'importation ou cliquez sur la " -"flèche." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:108 -msgid "" -"Para archivos de KeePass o KeePassX, el nombre del cliente será igual a " -"KeePass o KeePassX y la categoría igual al nombre de los grupos." -msgstr "" -"Pour les archives KeePass ou KeePassX, le nom du client sera celui de " -"KeePass ou de KeePassX et la catégorie sera celle du nom des groupes." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:110 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" -msgstr "L'importation des archives CSV nécessite les formats suivants :" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:114 -msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." -msgstr "" -"Dans tous les cas, si le client ou la catégorie n'existent pas ils sont " -"automatiquement créés." - -#: ../../../../inc/themes/material-blue/views/config/info.inc:5 -msgid "Información de la Aplicación" -msgstr "Information sur l'Application" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:11 -#: ../../../../inc/themes/material-blue/views/config/info.inc:14 -msgid "Versión sysPass" -msgstr "Version de sysPass" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:21 -#: ../../../../inc/themes/material-blue/views/config/info.inc:24 -msgid "Base de Datos" -msgstr "Base de données" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:35 -#: ../../../../inc/themes/material-blue/views/config/info.inc:38 -msgid "PHP" -msgstr "PHP" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:42 -msgid "Extensiones" -msgstr "Extensions" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:44 -msgid "Memoria Usada" -msgstr "Mémoire Utilisée" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:176 -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:49 -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:19 -#: ../../../../inc/themes/material-blue/views/config/info.inc:58 -#: ../../../../inc/themes/material-blue/views/config/info.inc:61 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:62 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:87 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:27 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:34 -msgid "Servidor" -msgstr "Serveur" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:35 -msgid "Login del usuario administrador de sysPass" -msgstr "Login administrateur de sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:67 -msgid "Configurar BBDD" -msgstr "Configuration base de données" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:110 -msgid "Nombre de la base de datos para sysPass" -msgstr "Nom de la base de données sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:145 -msgid "Modo Hosting" -msgstr "Mode Hébergé" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:152 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" -msgstr "" -"Ne créer pas ou vérifier les permissions de l'utilisateur dans la base de " -"données" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:166 -#: ../../../../inc/themes/material-blue/views/main/install.inc:168 -msgid "Instalar" -msgstr "Installer" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:36 -msgid "Habilitar LDAP" -msgstr "Activer l'annuaire LDAP" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:22 -msgid "Habilita de autentificación mediante servidor LDAP." -msgstr "Active l'authentification couplé à un serveur LDAP." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:26 -msgid "Este método utilizará MySQL en caso de fallo." -msgstr "Cette méthode utilisera MySQL en cas de défaillance." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:67 -msgid "Nombre o dirección IP del servidor de LDAP." -msgstr "Le nom d'hôte ou l'adresse IP du serveur LDAP." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:71 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:102 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:153 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:187 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:111 -msgid "Ejemplos:" -msgstr "Exemples :" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:93 -msgid "Usuario de conexión" -msgstr "Utilisateur de Connexion" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:98 -msgid "Usuario para conectar con el servicio de LDAP." -msgstr "Utilisateur de connexion au service LDAP." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:123 -msgid "Clave de conexión" -msgstr "Mot de passe de connexion" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:144 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:168 -msgid "Base de búsqueda" -msgstr "Base de recherche" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:149 -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." -msgstr "Base dans laquelle se fera la recherche des utilisateurs LDAP." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:179 -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." -msgstr "" -"Groupe LDAP auquel l'utilisateur doit appartenir afin d'autoriser sa " -"connexion." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:183 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." -msgstr "Ce groupe a besoin d'être placé dans la base de recherche LDAP." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:212 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Définis le groupe par défaut pour les nouveaux utilisateurs LDAP." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:231 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:241 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:98 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:108 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:254 msgid "Perfil por Defecto" msgstr "Profil par Défaut" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:236 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:103 msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "Définis le profil par défaut pour les nouveaux utilisateurs LDAP." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:56 -msgid "Active Directory" -msgstr "Active Directory" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilita el modo de conexión con LDAP de Active Directory." -msgstr "Permet le mode de connexion actif avec l'annuaire LDAP." - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:71 -msgid "Comprobar" -msgstr "Vérifier" - -#: ../../../../inc/themes/material-blue/views/main/login.inc:74 -msgid "¿Olvidó su clave?" -msgstr "Mot de passe oublié ?" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:74 -#: ../../../../inc/themes/material-blue/views/main/login.inc:81 -msgid "Aplicación actualizada correctamente" -msgstr "Application mise à jour avec succès" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:21 -msgid "Habilitar notificaciones de correo" -msgstr "Activer les notifications par courriel" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:63 -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:71 -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:33 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:40 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:47 -msgid "Puerto" -msgstr "Port" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:58 -msgid "Habilitar Autentificación" -msgstr "Activer l'Authentification" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:96 -msgid "Deshabilitada" -msgstr "Désactivé" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:106 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:114 -msgid "Dirección de correo de envío" -msgstr "Adresse courriel du destinataire" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:133 -msgid "Habilitar peticiones por correo" -msgstr "Activer les demandes par courriel" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:294 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:295 -msgid "Más Acciones" -msgstr "Plus d'Actions" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:7 -msgid "Solicitud de Cambio de Clave" -msgstr "Demande de Changement de Mot de Passe" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:25 -msgid "Email del Usuario" -msgstr "Courriel de l'Utilisateur" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:55 -msgid "Volver a iniciar sesión" -msgstr "Retour au login" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:61 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:63 -msgid "Solicitar" -msgstr "Demander" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:67 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:69 -msgid "Cambiar" -msgstr "Changer" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:51 -msgid "Cambiar Clave" -msgstr "Changer Mot de Passe" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:100 -msgid "Ordenar resultados por visitas" -msgstr "Trier les résultats par visites" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:92 -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." -msgstr "Trie les résultats de recherche sur le nombre de visite des comptes." - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:118 -msgid "Barra de navegación superior" -msgstr "Barre de navigation en haut" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:110 -msgid "Mostrar una barra de navegación superior en las búsquedas." -msgstr "Montrer une barre de navigation en haut lors des recherches." - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:137 -msgid "Mostrar Acciones Ocultas" -msgstr "Montrer les actions cachées" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:128 -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." -msgstr "" -"Montrer les actions cachées pour les éléments de la recherche des comptes." - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:25 -msgid "Nombre del perfil" -msgstr "Nom du profil" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 -msgid "Ver detalles de cuenta" -msgstr "Voir détails du compte" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 -msgid "Ver" -msgstr "Voir" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:54 -msgid "Ver clave de cuenta" -msgstr "Voir mot de passe du compte" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 -msgid "Ver historial de cuenta" -msgstr "Voir historique du compte" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 -msgid "Editar cuenta" -msgstr "Éditer compte" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:49 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 -msgid "Editar" -msgstr "Éditer" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 -msgid "Editar clave de cuenta" -msgstr "Éditer mot de passe du compte" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 -msgid "Editar Clave" -msgstr "Éditer Mot de Passe" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:46 -msgid "Añadir" -msgstr "Ajouter" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:89 -msgid "Ver archivos de cuenta" -msgstr "Voir fichiers du compte" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 -msgid "Backup" -msgstr "Sauvegarde" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 -msgid "Realizar importación de cuentas" -msgstr "Effectuer l'importation des comptes" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:130 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:132 -msgid "Gestión" -msgstr "Gestion" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:140 -msgid "Gestión de usuarios" -msgstr "Gestion des utilisateurs" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:147 -msgid "Gestión de grupos" -msgstr "Gestion des groupes" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 -msgid "Gestión de perfiles" -msgstr "Gestion des profils" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:680 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 -msgid "Perfiles" -msgstr "Profils" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:161 -msgid "Gestión de categorías" -msgstr "Gestion des catégories" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:168 -msgid "Gestión de clientes" -msgstr "Gestion des clients" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:175 -msgid "Gestión de campos personalizados" -msgstr "Gestion des champs personnalisés" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 -msgid "Gestión de autorizaciones API" -msgstr "Gestion des autorisations des APIs" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:764 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 -msgid "Autorizaciones API" -msgstr "Autorisations des APIs" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:253 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:255 -msgid "Otros" -msgstr "Autres" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 -msgid "Ver log de eventos" -msgstr "Voir journal d'évènements" - -#: ../../../../inc/SP/Core/Acl.class.php:222 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 -msgid "Log de Eventos" -msgstr "Journal d'Évènements" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:270 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:272 -msgid "Usado por" -msgstr "Utilisé par" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:4 -msgid "Solicitar Modificación de Cuenta" -msgstr "Demander Modification de Compte" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:36 -msgid "Petición" -msgstr "Demande" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:42 -msgid "Descripción de la petición" -msgstr "Description de la Demande" - -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:102 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:25 -#: ../../../../inc/themes/material-blue/views/account/request.inc:58 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:320 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:167 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:289 -#: ../../../../inc/themes/material-blue/views/config/general.inc:29 -#: ../../../../inc/themes/material-blue/views/config/import.inc:89 -#: ../../../../inc/themes/material-blue/views/config/info.inc:145 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:329 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:150 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:276 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:137 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:172 -msgid "Atrás" -msgstr "Retour" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:65 -msgid "Enviar" -msgstr "Envoyer" - -#: ../../../../inc/themes/material-blue/views/grid/datagrid-nav-full.inc:11 -msgid "Filtro ON" -msgstr "Filtre ON" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:24 -msgid "Buscar en Wiki" -msgstr "Rechercher dans le Wiki" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:71 -msgid "Abrir enlace a" -msgstr "Ouvrir le lien vers" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:152 -msgid "Archivos adjuntos" -msgstr "Fichiers joints" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:162 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:173 -msgid "Enlace a Wiki" -msgstr "Lien vers Wiki" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:67 -msgid "Limpiar" -msgstr "Nettoyer la Sélection" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:473 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:15 -msgid "Texto a buscar" -msgstr "Texte à rechercher" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:22 -msgid "Parámetros especiales:" -msgstr "Paramètres spéciaux de recherche :" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:25 -msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "Rechercher les comptes pour lesquels 'login' a les droits d'accès." - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:27 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" -msgstr "" -"Rechercher les comptes pour lesquels 'group_name' a les droits d'accès." - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:29 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "" -"Rechercher les comptes qui contiennent un ficher avec le nom 'file_name'." - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:39 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:43 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:124 -msgid "Búsqueda global" -msgstr "Recherche globale" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:87 -msgid "Cuentas por página" -msgstr "Comptes par page" - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:77 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:145 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:148 -msgid "Salir" -msgstr "Se déconnecter" - -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:58 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:141 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:105 -msgid "Opciones" -msgstr "Options" - -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:61 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:65 -msgid "Regenerar Autorización" -msgstr "Actualiser l'Autorisation" - -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:71 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:73 -msgid "Token" -msgstr "Token" - -#: ../../../../inc/themes/material-blue/views/main/update.inc:21 -msgid "Actualizado" -msgstr "Mis à jour" - -#: ../../../../inc/themes/material-blue/views/main/update.inc:27 -msgid "Error al comprobar actualizaciones" -msgstr "Erreur pendant la recherche de mises à jour" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:10 -msgid "Actualización de BBDD" -msgstr "Actualisation de la base de données" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:19 -msgid "Código de Seguridad" -msgstr "Code de Sécurité" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:174 -msgid "Iniciar Actualización" -msgstr "Démarrer la Mise à jour" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:31 -msgid "Nombre de usuario completo" -msgstr "Nom complet d'utilisateur" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:45 -msgid "Login de inicio de sesión" -msgstr "Login de connexion" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:94 -msgid "Dirección de correo" -msgstr "Adresse de courriel" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:145 -msgid "Administrador de la aplicación" -msgstr "Administrateur de l'application" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:152 -msgid "Administrador de cuentas" -msgstr "Administrateur des comptes" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:167 -msgid "Forzar cambio de clave" -msgstr "Forcer le changement de mot de passe" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:181 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:183 -msgid "Entradas" -msgstr "Entrées" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:190 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:192 -msgid "Último Acceso" -msgstr "Dernier Accès" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:208 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:210 -msgid "Fecha Clave Maestra" -msgstr "Date du Mot de Passe Maître" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:30 -msgid "Habilitar enlaces Wiki" -msgstr "Activer les liens Wiki" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:20 -msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." -msgstr "" -"Permet la possibilité d'ajouter un lien pour obtenir des résultats de " -"recherche à un Wiki externe." - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:36 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:63 -msgid "URL de búsqueda Wiki" -msgstr "URL de recherche Wiki" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:41 -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." -msgstr "URL que le Wiki utilise pour faire une recherche d'entrée." - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:45 -msgid "Como parámetro se utiliza el nombre del cliente." -msgstr "Le nom du client est utilisée comme paramètre." - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:49 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:82 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:163 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:190 -msgid "Ejemplo:" -msgstr "Exemple :" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:69 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:96 -msgid "URL de página en Wiki" -msgstr "URL de page Wiki" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:74 -msgid "URL que utiliza la wiki para acceder a los detalles de una página." -msgstr "URL qu'utilise Wiki pour accéder aux détails d'une page." - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:78 -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." -msgstr "" -"Le nom du compte est utilisé comme paramètre lors de la recherche Wiki." - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:102 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:116 -msgid "Prefijo para nombre de cuenta" -msgstr "Préfix de nom du compte" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:107 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." -msgstr "Préfix déterminant quels comptes ont un lien vers une page Wiki." - -#: ../../../../inc/themes/material-blue/views/account/account.inc:11 -msgid "Histórico" -msgstr "Historique" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:68 -msgid "Realizar" -msgstr "Effectuer" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:86 -msgid "Forzar HTTPS" -msgstr "Forcer HTTPS" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:77 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." -msgstr "Force l'utilisation du protocole HTTPS pour toutes les connexions." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:34 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:63 -msgid "Número de resultados por página" -msgstr "Résultats par page" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:2 -msgid "Proxy" -msgstr "Proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:13 -msgid "Usar Proxy" -msgstr "Utiliser un serveur Proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:27 -msgid "Servidor proxy" -msgstr "Serveur proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:41 -msgid "Puerto del servidor proxy" -msgstr "Port du serveur proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:55 -msgid "Usuario del servidor proxy" -msgstr "Utilisateur du serveur proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:69 -msgid "Clave del servidor proxy" -msgstr "Mot de passe utilisateur du serveur proxy" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:26 -msgid "Nombre del campo" -msgstr "Nom du champ" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:63 -msgid "Ayuda del campo" -msgstr "Aide du champ" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:206 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:209 -msgid "Intentos" -msgstr "Tentatives" - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:73 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:132 -msgid "Preferencias de usuario" -msgstr "Préférences de l'utilisateur" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:27 -msgid "Usuario administrador de sysPass" -msgstr "Utilisateur \"administrateur\" de Syspass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:77 -msgid "Usuario acceso BBDD" -msgstr "Utilisateur pour accéder à la base de données" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:85 -msgid "Usuario con permisos de administrador de MySQL" -msgstr "Utilisateur avec les droits administrateur MySQL" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:93 -msgid "Clave acceso BBDD" -msgstr "Mot de passe pour accéder à la base de données" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:102 -msgid "Nombre BBDD para sysPass" -msgstr "Nom de la base de données sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:119 -msgid "Servidor BBDD para sysPass" -msgstr "Adresse du serveur de base de données sysPass" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:127 -msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "Nom du serveur ou installer la base de données sysPass" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:128 -msgid "Clave del usuario de conexión a LDAP." -msgstr "Mot de passe de l'utilisateur de connexion à l'annuaire LDAP." - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:124 -msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." -msgstr "" -"Autorise les utilisateurs à effectuer des demandes par courriel d'accès ou " -"de modifications à des comptes." - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 -msgid "Crear nueva cuenta" -msgstr "Créer nouveau compte" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 -msgid "Crear" -msgstr "Créer" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:82 -msgid "Eliminar cuenta" -msgstr "Supprimer compte" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:50 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:80 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:82 -msgid "Eliminar" -msgstr "Supprimer" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:233 -msgid "Opciones de encriptación" -msgstr "Options de chiffrement" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 -msgid "Realizar copia de seguridad y exportar" -msgstr "Faire une sauvegarde et exporter" - -#: ../../../../ajax/ajax_filesMgmt.php:97 -msgid "Extensión" -msgstr "Extension" - -#: ../../../../ajax/ajax_filesMgmt.php:124 -msgid "Tamaño de archivo superado" -msgstr "Taille de fichier dépassé" - -#: ../../../../ajax/ajax_passReset.php:77 -msgid "Solicitud no enviada" -msgstr "Demande non envoyée" - -#: ../../../../ajax/ajax_passReset.php:78 -msgid "Compruebe datos de usuario o consulte con el administrador" -msgstr "" -"Veuillez vérifier les données de l'utilisateur ou contacter l'administrateur" - -#: ../../../../inc/SP/Account/Account.class.php:203 -#: ../../../../inc/SP/Account/Account.class.php:510 -msgid "La cuenta no existe" -msgstr "Le compte n'existe pas" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:156 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:273 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:165 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:291 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1092 -msgid "Errores" -msgstr "Erreurs" - -#: ../../../../inc/SP/Account/AccountFavorites.class.php:80 -msgid "Error al añadir favorito" -msgstr "Erreur lors de l'ajout du favori" - -#: ../../../../inc/SP/Account/AccountFavorites.class.php:102 -msgid "Error al eliminar favorito" -msgstr "Erreur lors de la suppression du favori" - -#: ../../../../inc/SP/Account/AccountTags.class.php:129 -msgid "Error al eliminar las etiquetas de la cuenta" -msgstr "Erreur lors de la suppression des tags du compte" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:190 -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:74 -msgid "Método inválido" -msgstr "Méthode invalide" - -#: ../../../../inc/SP/Api/ApiBase.class.php:200 -#: ../../../../inc/SP/Api/ApiRequest.class.php:207 -msgid "Datos inválidos" -msgstr "Donnée invalide" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:211 -msgid "Formato incorrecto" -msgstr "Mauvais format" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:465 -#: ../../../../inc/SP/Api/SyspassApi.class.php:482 -#: ../../../../inc/SP/Api/SyspassApi.class.php:488 -msgid "Id de la cuenta" -msgstr "ID du Compte" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:467 -msgid "Devolver detalles en la respuesta" -msgstr "Envoyer les détails de la réponse" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:474 -#: ../../../../inc/SP/Api/SyspassApi.class.php:512 -#: ../../../../inc/SP/Api/SyspassApi.class.php:532 -msgid "Número de resultados a mostrar" -msgstr "Nombre de résultats à afficher" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:475 -msgid "Id de categoría a filtrar" -msgstr "ID de la catégorie à filtrer" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:476 -msgid "Id de cliente a filtrar" -msgstr "ID du client à filtrer" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:496 -#: ../../../../inc/SP/Api/SyspassApi.class.php:525 -msgid "Id de categoría" -msgstr "ID de la catégorie" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:497 -#: ../../../../inc/SP/Api/SyspassApi.class.php:545 -msgid "Id de cliente" -msgstr "ID du client" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:511 -msgid "Nombre de categoría a buscar" -msgstr "Nom de la catégorie à rechercher" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:531 -msgid "Nombre de cliente a buscar" -msgstr "Nom du client à rechercher" - -#: ../../../../inc/SP/Auth/Auth.class.php:88 -msgid "Método ya inicializado" -msgstr "Méthode déjà initialisée" - -#: ../../../../inc/SP/Auth/Auth.class.php:90 -msgid "Método no disponible" -msgstr "Méthode non disponible" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:108 -msgid "Objetos encontrados: %d" -msgstr "Objet trouvé : %d" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:127 -msgid "Los parámetros de DokuWiki no están configurados" -msgstr "Les paramètres de Dokuwiki ne sont pas définis" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:135 -#: ../../../../inc/SP/Import/CsvImportBase.class.php:113 -#: ../../../../inc/SP/Import/ImportBase.class.php:162 -#: ../../../../inc/SP/Import/ImportBase.class.php:164 -#: ../../../../inc/SP/Import/ImportBase.class.php:187 -#: ../../../../inc/SP/Import/ImportBase.class.php:209 -#: ../../../../inc/SP/Import/ImportBase.class.php:231 -#: ../../../../inc/SP/Log/Email.class.php:92 -#: ../../../../inc/SP/Log/Email.class.php:93 -#: ../../../../inc/SP/Log/Email.class.php:203 -#: ../../../../inc/SP/Log/Email.class.php:204 -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:193 -msgid "Error" -msgstr "Erreur" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:137 -msgid "Conexión correcta" -msgstr "Connexion réussie" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:141 -msgid "Error de conexión a DokuWiki" -msgstr "Erreur lors de la connexion à Dokuwiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:181 -msgid "Faltan parámetros de syslog remoto" -msgstr "Paramètres syslog distants manquants" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:192 -msgid "Syslog remoto deshabilitado" -msgstr "Syslog distant désactivé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:253 -msgid "Error al guardar la configuración" -msgstr "Erreur lors de la sauvegarde de la configuration" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:356 -msgid "Faltan parámetros de DokuWiki" -msgstr "Paramètres Dokuwiki manquants" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:368 -msgid "DokuWiki habiltada" -msgstr "Dokuwiki activé" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:372 -msgid "DokuWiki deshabilitada" -msgstr "Dokuwiki désactivé" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:125 -msgid "Buscar Evento" -msgstr "Recherche d'Évènements" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:80 -msgid "Buscar Categoría" -msgstr "Rechercher une Catégorie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:154 -msgid "Buscar Cliente" -msgstr "Rechercher un Client" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:230 -msgid "Buscar Campo" -msgstr "Rechercher un Champ" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:310 -msgid "Buscar Archivo" -msgstr "Rechercher un Fichier" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:373 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:434 -msgid "Buscar Cuenta" -msgstr "Rechercher un Compte" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:506 -msgid "Buscar Usuario" -msgstr "Rechercher un Utilisateur" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:529 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:530 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1081 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:338 -msgid "Importar usuarios de LDAP" -msgstr "Importer des utilisateurs depuis LDAP" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:616 -msgid "Buscar Grupo" -msgstr "Rechercher un Groupe" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:688 -msgid "Buscar Perfil" -msgstr "Rechercher un Profil" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:772 -msgid "Buscar Token" -msgstr "Rechercher un Token" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:833 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:19 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:21 -msgid "Fecha Creación" -msgstr "Date de Création" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:834 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:27 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:29 -msgid "Fecha Caducidad" -msgstr "Date d'Expiration" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:836 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:43 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:45 -msgid "Notificar" -msgstr "Notifier" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:856 -msgid "Enlaces" -msgstr "Liens" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:864 -msgid "Buscar Enlace" -msgstr "Rechercher un Lien" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:874 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:875 -msgid "Ver Enlace" -msgstr "Voir Lien" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:883 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:884 -msgid "Renovar Enlace" -msgstr "Renouveler Lien" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:893 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:894 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:763 -msgid "Eliminar Enlace" -msgstr "Supprimer Lien" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:926 -#: ../../../../inc/themes/material-blue/views/account/account.inc:178 -#: ../../../../inc/themes/material-blue/views/account/account.inc:180 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:210 -msgid "Etiquetas" -msgstr "Tags" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:934 -msgid "Buscar Etiqueta" -msgstr "Recherche un Tag" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:944 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:945 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:221 -msgid "Nueva Etiqueta" -msgstr "Nouveau Tag" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:955 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:956 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:225 -msgid "Editar Etiqueta" -msgstr "Éditer Tag" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:965 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:966 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:812 -msgid "Eliminar Etiqueta" -msgstr "Supprimer Tag" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:984 -msgid "Plugin" -msgstr "Plugin" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:405 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:985 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:58 -msgid "Estado" -msgstr "Status" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1001 -msgid "Plugins" -msgstr "Plugins" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1009 -msgid "Buscar Plugin" -msgstr "Recherche un Plugin" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1019 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1020 -msgid "Ver Plugin" -msgstr "Voir Plugin" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1028 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1029 -msgid "Habilitar" -msgstr "Activer" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1038 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1039 -msgid "Deshabilitar" -msgstr "Désactiver" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1048 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1049 -msgid "Restablecer Datos" -msgstr "Réinitialiser Données" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:56 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:51 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:58 -msgid "Componente" -msgstr "Composant" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:67 -msgid "Leída" -msgstr "Lire" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:76 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:79 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:108 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:116 -msgid "Notificaciones" -msgstr "Notifications" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:84 -msgid "Buscar Notificación" -msgstr "Rechercher une Notification" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:107 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:108 -#: ../../../../inc/SP/Controller/NoticeShowController.class.php:89 -msgid "Ver Notificación" -msgstr "Voir Notification" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:116 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:117 -msgid "Marcar Notificación" -msgstr "Marquer Notification" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:136 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:137 -msgid "Eliminar Notificación" -msgstr "Supprimer Notification" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:732 -msgid "Enlace creado" -msgstr "Lien créé" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:742 -msgid "Enlace actualizado" -msgstr "Lien actualisé" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:757 -msgid "Enlace eliminado" -msgstr "Lien supprimé" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:789 -#: ../../../../inc/SP/Import/ImportBase.class.php:226 -msgid "Etiqueta creada" -msgstr "Tag ajouté" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:796 -msgid "Etiqueta actualizada" -msgstr "Tag mis à jour" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:809 -msgid "Etiqueta eliminada" -msgstr "Tag supprimé" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:876 -msgid "Plugin habilitado" -msgstr "Plugin activé" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:884 -msgid "Plugin deshabilitado" -msgstr "Plugin désactivé" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:891 -msgid "Plugin restablecido" -msgstr "Plugin ré-initialisé" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1062 -msgid "Favorito añadido" -msgstr "Favoris ajouté" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1067 -msgid "Favorito eliminado" -msgstr "Favoris supprimé" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1090 -msgid "Importación de usuarios de LDAP realizada" -msgstr "Importation utilisateur LDAP terminée" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1096 -msgid "Error al importar usuarios de LDAP" -msgstr "Erreur durant l'importation LDAP" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1114 -msgid "Notificación leída" -msgstr "Notification lue" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1140 -msgid "Notificación eliminada" -msgstr "Notification supprimée" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1192 -msgid "Solicitud enviada por correo" -msgstr "Requête envoyée par courriel" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1194 -msgid "Solicitud no enviada por correo" -msgstr "Requête non envoyée par courriel" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1209 -msgid "Solicitud realizada" -msgstr "Requête términée" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:216 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:74 -msgid "Ver Enlace Público" -msgstr "Voir Lien Public" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:233 -msgid "Detalles de Plugin" -msgstr "Détails du Plugin" - -#: ../../../../inc/SP/Controller/LoginController.class.php:375 -msgid "Error al obtener la clave maestra del usuario" -msgstr "Impossible de récupérer le Mot de Passe Maître de l'utilisateur" - -#: ../../../../inc/SP/Controller/LoginController.class.php:330 -msgid "Es necesaria su clave anterior" -msgstr "Mot de passe précédent nécessaire" - -#: ../../../../inc/SP/Controller/LoginController.class.php:486 -msgid "Servidor LDAP" -msgstr "Serveur LDAP" - -#: ../../../../inc/SP/Core/Acl.class.php:198 -msgid "Buscar Categorías" -msgstr "Rechercher Catégories" - -#: ../../../../inc/SP/Core/Acl.class.php:199 -msgid "Añadir Categoría" -msgstr "Ajouté Catégorie" - -#: ../../../../inc/SP/Core/Acl.class.php:203 -msgid "Buscar Clientes" -msgstr "Rechercher Clients" - -#: ../../../../inc/SP/Core/Acl.class.php:204 -msgid "Añadir Cliente" -msgstr "Ajout Client" - -#: ../../../../inc/SP/Core/Acl.class.php:209 -msgid "Gestión de Archivos" -msgstr "Gestion des Fichiers" - -#: ../../../../inc/SP/Core/Acl.class.php:210 -msgid "Gestión de Cuentas" -msgstr "Gestion des Comptes" - -#: ../../../../inc/SP/Core/Acl.class.php:211 -msgid "Gestión de Etiquetas" -msgstr "Gestion des Tags" - -#: ../../../../inc/SP/Core/Backup.class.php:102 -#: ../../../../inc/SP/Core/XmlExport.class.php:520 -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Impossible de créer le répertoire de sauvegarde (\"%s\")" - -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:80 -msgid "Observador no inicializado" -msgstr "Observateur non initialisé" - -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:110 -msgid "Es necesario un objeto" -msgstr "Un objet est nécessaire" - -#: ../../../../inc/SP/Core/Installer.class.php:164 -msgid "Indicar la clave de la BBDD" -msgstr "Saisir le mot de passe de la base de données" - -#: ../../../../inc/SP/Core/Installer.class.php:165 -msgid "Clave del usuario administrador de la Base de Datos" -msgstr "Mot de passe administrateur de la base de données" - -#: ../../../../inc/SP/Core/Installer.class.php:285 -msgid "Error al crear el usuario de conexión a MySQL '%s'" -msgstr "Erreur durant la création de la connexion de l'utilisateur MySQL '%s'" - -#: ../../../../inc/SP/Core/Installer.class.php:305 -msgid "La BBDD no existe" -msgstr "La base de données n'existe pas" - -#: ../../../../inc/SP/Core/Installer.class.php:306 -msgid "Es necesario crearla y asignar los permisos necesarios" -msgstr "Vous devez créer et définir les permissions nécessaires" - -#: ../../../../inc/SP/Core/Installer.class.php:336 -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "" -"Erreur lors du paramétrage des permissions de la base de données ('%s')" - -#: ../../../../inc/SP/Core/Plugin/PluginUtil.class.php:111 -#: ../../../../inc/SP/Core/Plugin/PluginUtil.class.php:113 -#: ../../../../inc/SP/Core/Plugin/PluginUtil.class.php:166 -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Impossible de charger le plugin \"%s\"" - -#: ../../../../inc/SP/Core/Template.class.php:245 -msgid "La plantilla no contiene archivos" -msgstr "Le modèle ne contient pas de fichiers" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:436 -msgid "Error al actualizar la configuración" -msgstr "Erreur durant la mise à jour de la configuration" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:85 -msgid "Usuario no indicado" -msgstr "Utilisateur non paramétré" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:89 -msgid "Acción no indicada" -msgstr "Action non paramétrée" - -#: ../../../../inc/SP/Forms/TagForm.class.php:82 -msgid "Es necesario un nombre de etiqueta" -msgstr "Un nom de tag est nécessaire" - -#: ../../../../inc/SP/Http/XMLRPCResponseParse.class.php:68 -msgid "Respuesta XML-RPC inválida" -msgstr "Réponse XML-RPC invalide" - -#: ../../../../inc/SP/Import/Import.class.php:85 -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Le type MIME n'est pas supporté (\"%s\")" - -#: ../../../../inc/SP/Import/ImportBase.class.php:130 -msgid "Id de categoría no definido. No es posible importar cuenta." -msgstr "ID catégorie non paramétré. Impossible d'importer le compte." - -#: ../../../../inc/SP/Import/ImportBase.class.php:133 -msgid "Id de cliente no definido. No es posible importar cuenta." -msgstr "ID client non paramétré. Impossible d'importer le compte." - -#: ../../../../inc/SP/Import/SyspassImport.class.php:82 -msgid "Clave de encriptación no indicada" -msgstr "Chiffrement mot de passe non paramétré" - -#: ../../../../inc/SP/Import/CsvImport.class.php:46 -#: ../../../../inc/SP/Import/XmlImport.class.php:99 -msgid "Formato detectado: %s" -msgstr "Format détecté: %s" - -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:69 -msgid "El nodo \"%s\" no existe" -msgstr "Le \"%s\" node n'existe pas" - -#: ../../../../inc/SP/Log/LogUtil.class.php:44 -msgid "Extensión '%s' no cargada" -msgstr "L'extension '%s' n'est pas chargée" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:54 -msgid "Categoría duplicada" -msgstr "Catégorie dupliqué" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:309 -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:124 -msgid "Categoría no encontrada" -msgstr "Catégorie introuvable" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:60 -msgid "Error al crear el campo personalizado" -msgstr "Erreur durant la création d'un champ personnalisé" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:75 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:84 -msgid "Error al eliminar el campo personalizado" -msgstr "Erreur durant la suppression d'un champ personnalisé" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:128 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:290 -msgid "Error al actualizar el campo personalizado" -msgstr "Erreur durant la mise à jour de la catégorie" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:162 -msgid "Campo personalizado no encontrado" -msgstr "Champ personnalisé non trouvé" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:215 -msgid "No se encontraron campos personalizados" -msgstr "Champs personnalisé non trouvés" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:72 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:143 -msgid "No hay datos de campos personalizados" -msgstr "Pas de donnée de champs personnalisés" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:263 -msgid "Error al migrar campos personalizados" -msgstr "Erreur lors de la migration de champs personnalisé" - -#: ../../../../inc/SP/Mgmt/Files/File.class.php:103 -msgid "Archivo subido" -msgstr "Fichier envoyé" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:111 -msgid "Grupo en uso" -msgstr "Groupe en cours d'utilisation" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:381 -msgid "Actualizar Grupo" -msgstr "Mettre à jour le Groupe" - -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:102 -msgid "Error al asignar los usuarios al grupo" -msgstr "Erreur pendant la suppression de l'utilisateur du groupe" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:71 -msgid "Error al crear la notificación" -msgstr "Erreur lors de l'ajout de la notification" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:96 -msgid "Error al eliminar la notificación" -msgstr "Erreur lors de la suppression de la notification" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:134 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:246 -msgid "Error al modificar la notificación" -msgstr "Erreur lors de la mise à jour de la notification" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:169 -msgid "Error al obtener la notificación" -msgstr "Erreur lors de la récupération de la notification" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:200 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:286 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:320 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:356 -msgid "Error al obtener las notificaciones" -msgstr "Erreur lors de la récupération des notifications" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:60 -msgid "Error al crear el plugin" -msgstr "Erreur lors de l'ajout du plugin" - -#: ../../../../inc/SP/Core/Plugin/PluginDataStore.class.php:76 -msgid "Nuevo Plugin" -msgstr "Nouveau plugin" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:84 -msgid "Error al eliminar el plugin" -msgstr "Erreur lors de la suppression du plugin" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:116 -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:220 -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:244 -msgid "Error al actualizar el plugin" -msgstr "Erreur lors de la mise à jour du plugin" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:56 -msgid "Habilitado" -msgstr "Activé" - -#: ../../../../inc/SP/Core/Upgrade/Profile.class.php:97 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:69 -msgid "Error al crear perfil" -msgstr "Erreur lors de la création du profil" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:106 -msgid "Perfil en uso" -msgstr "Profil en cours d'utilisation" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:115 -msgid "Error al eliminar perfil" -msgstr "Erreur lors de la suppression du profil" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:197 -msgid "Error al modificar perfil" -msgstr "Erreur lors de la modification du profil" - -#: ../../../../inc/SP/Controller/MainController.class.php:607 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:75 -msgid "Enlace visualizado" -msgstr "Lien visualisé" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:105 -msgid "Error al actualizar enlace" -msgstr "Erreur lors de la mise à jour du lien" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:124 -msgid "Enlace ya creado" -msgstr "Lien déjà créé" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:145 -msgid "Error al crear enlace" -msgstr "Erreur lors de la création du lien" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:182 -msgid "Error al eliminar enlace" -msgstr "Erreur lors de la suppression du lien" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:219 -msgid "Error al renovar enlace" -msgstr "Erreur lors du renouvellement du lien" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:741 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:69 -msgid "Actualizar Enlace" -msgstr "Lien mis à jour" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:248 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:347 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:381 -msgid "Error al obtener enlace" -msgstr "Erreur lors de la récupération du lien" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 -msgid "ON" -msgstr "ON" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 -msgid "OFF" -msgstr "OFF" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:54 -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:127 -msgid "Etiqueta duplicada" -msgstr "Tag dupliqué" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:64 -msgid "Error al crear etiqueta" -msgstr "Erreur lors de la création du tag" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:109 -msgid "Error al eliminar etiqueta" -msgstr "Erreur lors de la suppression du tag" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:138 -msgid "Error al actualizar etiqueta" -msgstr "Erreur lors de la mise à jour du tag" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:181 -msgid "Error al obtener etiqueta" -msgstr "Erreur lors de la récupération du tag" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:54 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:150 -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:76 -msgid "Login/email de usuario duplicados" -msgstr "Login/courriel utilisateur dupliqué" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:300 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:338 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:396 -msgid "Error al obtener los datos del usuario" -msgstr "Erreur lors de la récupération des données utilisateurs" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:66 -msgid "Sincronización LDAP" -msgstr "Synchronisation LDAP" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:122 -msgid "No se encontraron objetos para sincronizar" -msgstr "Il n'y a pas d'objet à synchroniser" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:128 -msgid "Sincronización finalizada" -msgstr "Synchronisation terminée" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:97 -msgid "Error al migrar cuenta de usuario" -msgstr "Erreur lors de la migration de compte utilisateur" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:137 -msgid "Error al obtener grupo de usuarios" -msgstr "Erreur lors de la récupération du groupe des utilisateurs" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:111 -msgid "Error en comprobación de hash" -msgstr "Erreur lors de la vérification du hash" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:113 -msgid "Hash inválido o expirado" -msgstr "Hash invalide ou expiré" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:159 -msgid "Error al generar el hash de recuperación" -msgstr "Erreur lors de la génération du hash de récupération" - -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:57 -msgid "Actualizando preferencias" -msgstr "Mise à jours des préférences" - -#: ../../../../inc/SP/Storage/XmlHandler.class.php:77 -msgid "No es posible leer/escribir el archivo: %s" -msgstr "Impossible de lire/écrire le fichier: %s" - -#: ../../../../inc/SP/Storage/XmlHandler.class.php:161 -msgid "No hay elementos para guardar" -msgstr "Il n'y a pas d'objet à sauvegarder" - -#: ../../../../inc/SP/Util/Connection.class.php:122 -msgid "Socket no inicializado" -msgstr "Socket non initialisé" - -#: ../../../../inc/SP/Util/Connection.class.php:129 -msgid "Error al enviar datos" -msgstr "Erreur lors de l'envoi de donnée" - -#: ../../../../inc/SP/Util/Util.class.php:298 -msgid "Respuesta" -msgstr "Réponse" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApi.class.php:68 -msgid "Fallo de autentificación" -msgstr "Erreur d'authentification" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:173 -msgid "Error al realizar la consulta" -msgstr "Erreur durant la requête" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:219 -msgid "URL de conexión no establecida" -msgstr "URL de connexion non paramétré" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:47 -msgid "Ver Detalles" -msgstr "Voir Détails" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:58 -msgid "Copiar" -msgstr "Copier" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:64 -msgid "Restaurar" -msgstr "Restaurer" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:69 -msgid "Descargar" -msgstr "Télécharger" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:78 -msgid "Crítico" -msgstr "Critique" - -#: ../../../../js/strings.js.php:73 -msgid "Recibir notificaciones?" -msgstr "Envoyer notification ?" - -#: ../../../../js/strings.js.php:74 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:136 -msgid "Marcar Favorito" -msgstr "Marquer comme Favoris" - -#: ../../../../js/strings.js.php:75 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:126 -msgid "Eliminar Favorito" -msgstr "Supprimer Favoris" - -#: ../../../../js/strings.js.php:76 -msgid "Limpiar Selección" -msgstr "Effacer la Sélection" - -#: ../../../../js/strings.js.php:77 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 -msgid "Mostrar Favoritos" -msgstr "Montrer les Favoris" - -#: ../../../../js/strings.js.php:78 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 -msgid "Mostrar Todos" -msgstr "Montrer Tous" - -#: ../../../../js/strings.js.php:81 -msgid "Ahora" -msgstr "Maintenant" - -#: ../../../../js/strings.js.php:82 -msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" -msgstr "" -"Cette action va importer les utilisateurs LDAP détectés. Souhaitez-vous " -"continuer ?" - -#: ../../../../js/strings.js.php:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" -msgstr "" -"Cette action va réinitialiser toutes les données du plugin. Souhaitez-vous " -"continuer ?" - -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:78 -#: ../../../../inc/themes/material-blue/views/account/account.inc:150 -#: ../../../../inc/themes/material-blue/views/account/details.inc:131 -#: ../../../../inc/themes/material-blue/views/account/details.inc:133 -msgid "Fecha Caducidad Clave" -msgstr "Date d'Expiration" - -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:88 -#: ../../../../inc/themes/material-blue/views/account/account.inc:162 -msgid "Seleccionar Fecha" -msgstr "Sélectionner une date" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:9 -msgid "Accesos" -msgstr "Accès" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:26 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:52 -msgid "Seleccionar Usuarios" -msgstr "Sélectionner des Utilisateurs" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:48 -msgid "Seleccionar Grupos" -msgstr "Sélectionner des Groupes" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:87 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:114 -msgid "Cuenta Privada" -msgstr "Compte Privé" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:92 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 -msgid "Privada" -msgstr "Restreint (Personnel)" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:184 -msgid "Seleccionar Etiquetas" -msgstr "Sélectionner des Tags" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:195 -#: ../../../../inc/themes/material-blue/views/account/account.inc:197 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:9 -msgid "Cuenta Vinculada" -msgstr "Compte Lié" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:205 -msgid "Seleccionar Cuenta" -msgstr "Sélectionner un Compte" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:238 -#: ../../../../inc/themes/material-blue/views/account/account.inc:240 -#: ../../../../inc/themes/material-blue/views/account/account.inc:243 -msgid "Enlace Público" -msgstr "Lien Publique" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:55 -msgid "Crear Enlace Público" -msgstr "Créer un Lien Publique" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:8 -msgid "Detalles" -msgstr "Détails" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:123 -#: ../../../../inc/themes/material-blue/views/account/details.inc:125 -msgid "Fecha de Clave" -msgstr "Date du Mot de Passe" - -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 -msgid "Tamaño máximo de archivo: %d MB" -msgstr "Taille maximum du fichier : %d MB" - -#: ../../../../inc/themes/material-blue/views/account/linkedAccounts.inc:3 -msgid "Cuentas Vinculadas" -msgstr "Comptes Liés" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:98 -msgid "Clave Caducada" -msgstr "Mot de Passe Expiré" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:165 -msgid "Ver en Wiki" -msgstr "Voir sur le Wiki" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:30 -msgid "Buscar cuentas con la clave caducada" -msgstr "Rechercher les comptes avec un mot de passe expiré." - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:73 -msgid "Filtrar Favoritos" -msgstr "Filtrer les Favoris" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:93 -msgid "Más Filtros" -msgstr "Plus de Filtres" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:98 -msgid "Seleccionar Etiqueta" -msgstr "Sélectionner un Tag" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:33 -msgid "Copia BBDD" -msgstr "Sauvegarde de la base de données" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:40 -msgid "Copia sysPass" -msgstr "Sauvegarde sysPass" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:4 -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:61 -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:63 +"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +msgstr "Définie le profile par défaut pour les nouveaux utilisateurs SSO" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:10 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:96 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:99 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:171 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:174 +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:63 msgid "Eventos" msgstr "Évènements" -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:32 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:28 +msgid "Habilitar log de eventos" +msgstr "Active le journal des évènements" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:29 +msgid "Guarda las acciones realizadas en la aplicación." +msgstr "Sauvegarde les actions effectuées par l'application." + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:43 msgid "Habilitar Syslog" msgstr "Activer Syslog" -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:43 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:58 msgid "Habilitar Syslog Remoto" msgstr "Activer Syslog Distant" -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:57 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:68 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:37 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:64 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:67 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:74 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:57 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:64 +msgid "Servidor" +msgstr "Serveur" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:76 msgid "Nombre o dirección IP" msgstr "Nom d'hôte ou adresse IP" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:146 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 -msgid "Enlaces Públicos" -msgstr "Liens Publique" +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:82 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:90 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:51 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:70 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:77 +msgid "Puerto" +msgstr "Port" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:174 -msgid "Habilitar Enlaces Públicos" -msgstr "Activer les Liens Publique" +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:10 +msgid "Proxy" +msgstr "Proxy" -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:156 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:28 +msgid "Usar Proxy" +msgstr "Utiliser un serveur Proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:29 +msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +msgstr "Use a proxy server for checking out for updates and notifications." + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:45 +msgid "Servidor proxy" +msgstr "Serveur proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:59 +msgid "Puerto del servidor proxy" +msgstr "Port du serveur proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:73 +msgid "Usuario del servidor proxy" +msgstr "Utilisateur du serveur proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:87 +msgid "Clave del servidor proxy" +msgstr "Mot de passe utilisateur du serveur proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:14 msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +msgstr "This extension is needed to check for sysPass updates and notices" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:22 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:5 +msgid "Sitio" +msgstr "Site" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:28 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:42 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:84 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:136 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:16 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:18 +msgid "Idioma" +msgstr "Langage" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:33 +msgid "" +"Establece el idioma global de la aplicación. Es posible establecer un idioma " +"por usuario en las preferencias." msgstr "" -"Activé la possibilité de créer des liens publique pour voir le détail des " -"comptes." +"Définis la langue globale de l'application. Vous pouvez également définir la " +"langue dans les préférences utilisateurs." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:160 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." -msgstr "" -"Les comptes avec lien seront visible par n'importe quelle personne ayant " -"accès au lien." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:164 -msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." -msgstr "" -"Pour créer des liens, les utilisateurs doivent activer l'option dans leur " -"profil." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:180 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:189 -msgid "Tiempo de caducidad" -msgstr "Durée d'expiration" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:195 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:204 -msgid "Número máximo de visitas" -msgstr "Visite maximum" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:224 -msgid "Usar imagen para clave" -msgstr "Utiliser une image pour le mot de passe" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:214 -msgid "La clave de la cuenta es visualizada como una imagen." -msgstr "Le mot de passe du compte est montré comme une image." - -#: ../../../../inc/themes/material-blue/views/config/info.inc:68 -#: ../../../../inc/themes/material-blue/views/config/info.inc:71 -msgid "Copia de Configuración" -msgstr "Configuration de Sauvegarde" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:116 -#: ../../../../inc/themes/material-blue/views/config/info.inc:119 -msgid "Plugins Cargados" -msgstr "Plugins Chargés" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:301 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:304 -msgid "Resultados" -msgstr "Résultats" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:124 -msgid "DokuWiki API" -msgstr "DokuWiki API" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:147 -msgid "Habilitar API de DokuWiki" -msgstr "Active DokuWiki API" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:134 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." -msgstr "Active DokuWiki XML-RPC API pour les liens Wiki." - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:137 -msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." -msgstr "" -"Pour utiliser cette fonctionnalité, vous devez activer les liens Wiki pour " -"les comptes filtrés" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:154 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:175 -msgid "URL API" -msgstr "API URL" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:159 -msgid "URL de la API de DokuWiki." -msgstr "DokuWiki API URL" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:181 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:203 -msgid "URL Base" -msgstr "Base URL" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:186 -msgid "URL base de DokuWiki." -msgstr "DokuWiki base URL" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:214 -msgid "Usuario para conectar a la API de DokuWiki." -msgstr "Utilisateur à connecter au DokuWiki API." - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:242 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:258 -msgid "Namespace" -msgstr "Namespace" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:247 -msgid "Namespace utilizado para buscar las páginas." -msgstr "Namespace utilisé dans la recherche de pages." - -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:25 -msgid "Nivel" -msgstr "Niveau" - -#: ../../../../inc/themes/material-blue/views/grid/datatabs-grid.inc:102 -msgid "Eliminar Seleccionados" -msgstr "Supprimer Sélection" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:20 -msgid "Nombre del plugin" -msgstr "Nom du plugin" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:32 -msgid "Versión del plugin" -msgstr "Version du Plugin" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:37 -msgid "Versión Compatible" -msgstr "Version Compatible" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:44 -msgid "Versión de sysPass compatible" -msgstr "Version sysPass compatible" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:49 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:25 -msgid "Autor" -msgstr "Auteur" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:56 -msgid "Autor del plugin" -msgstr "Auteur du plugin" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 -msgid "Publicar enlace a cuenta" -msgstr "Partager le lien au compte" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 -msgid "Publicar Enlace" -msgstr "Partager le Lien" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 -msgid "Crear cuenta privada" -msgstr "Créer compte privé" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:117 -msgid "Asignar permisos" -msgstr "Définir permissions" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 -msgid "Gestión de enlaces" -msgstr "Gestion des liens" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:196 -msgid "Gestión de cuentas" -msgstr "Gestion des comptes" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:210 -msgid "Gestión de etiquetas" -msgstr "Gestion des tags" - -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:59 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:61 -msgid "Hash" -msgstr "Hash" - -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:67 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:69 -msgid "Uso" -msgstr "Utiliser" - -#: ../../../../inc/themes/material-blue/views/itemshow/tags.inc:23 -msgid "Nombre de la etiqueta" -msgstr "Nom de tag" - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:39 -msgid "Hay %d notificaciones pendientes" -msgstr "Il y a %d de notification(s) non-lue(s)" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:48 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:158 -msgid "Demo" -msgstr "Demo" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:9 -msgid "Instalación %s" -msgstr "Installation %s" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:19 -msgid "Admin de sysPass" -msgstr "sysPass Admin" - -#: ../../../../inc/themes/material-blue/views/main/login.inc:38 -msgid "Clave Anterior" -msgstr "Mot de Passe Précédent" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:4 -msgid "Actualización %s" -msgstr "Mise à jour %s" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:27 -msgid "" -"Este código se encuentra en el archivo de configuración de sysPass con la " -"etiqueta \"upgradeKey\"" -msgstr "" -"Le code est paramétré dans le fichier de configuration de sysPass avec le " -"nom de tag \"upgradekey\"" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:2 -msgid "Ver Wiki" -msgstr "Voir Wiki" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:10 -msgid "Resultados de búsqueda de '%s'" -msgstr "Rechercher les résultats de '%s'" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:13 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:23 -msgid "Página" -msgstr "Page" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:433 -msgid "No instalado" -msgstr "Non installé" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:86 -#: ../../../../inc/SP/Api/SyspassApi.class.php:191 -#: ../../../../inc/SP/Api/SyspassApi.class.php:229 -#: ../../../../inc/SP/Api/SyspassApi.class.php:282 -#: ../../../../inc/SP/Api/SyspassApi.class.php:318 -#: ../../../../inc/SP/Api/SyspassApi.class.php:371 -#: ../../../../inc/SP/Api/SyspassApi.class.php:407 -#: ../../../../inc/SP/Controller/MainController.class.php:609 -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:197 -msgid "Origen" -msgstr "Origine" - -#: ../../../../inc/SP/Controller/MainController.class.php:610 -msgid "Agente" -msgstr "Agent" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:19 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:37 msgid "" "Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." "com/join/project/fmlsBuugyv" @@ -5430,661 +3209,91 @@ msgstr "" "Pour améliorer la traduction, vous pouvez aller sur https://poeditor.com/" "join/project/fmlsBuugyv" -#: ../../../../inc/themes/material-blue/views/config/info.inc:83 -msgid "Indica si el idioma se encuentra disponible" -msgstr "Indique si la langue est disponible." +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:55 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:65 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:30 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:32 +msgid "Tema Visual" +msgstr "Thème Visuel" -#: ../../../../inc/themes/material-blue/views/config/info.inc:87 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:60 msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." +"Establece el tema visual global de la aplicación. Es posible establecer un " +"tema visual por usuario en las preferencias." msgstr "" -"Si non installé, vous devez configurer les bon droits sur le système " -"d'exploitation. Plus d'info sur le Wiki." +"Définis le thème visuel global de l'application. Vous pouvez définir le " +"thème dans les préférences utilisateur." -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:48 -msgid "No hay no hay notificaciones pendientes" -msgstr "Il n'y a pas de notifications en attente" +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:79 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:87 +msgid "Timeout de sesión (s)" +msgstr "Timeout de session (s)" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:150 -msgid "He realizado una copia de seguridad completa de sysPass" -msgstr "Effectuer une sauvegarde complète de sysPass" +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:105 +msgid "Forzar HTTPS" +msgstr "Forcer HTTPS" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:164 -msgid "Por favor espere mientras el proceso se ejecuta" -msgstr "Veuillez patienter pendant le processus" +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:106 +msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +msgstr "Force l'utilisation du protocole HTTPS pour toutes les connexions." -#: ../../../../inc/SP/Controller/ItemActionController.class.php:232 -msgid "Crear Usuario" -msgstr "Ajouter un Utilisateur" +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:120 +msgid "Habilitar depuración" +msgstr "Activer le mode debug" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:252 -msgid "Actualizar Usuario" -msgstr "Mettre à jour l'Utilisateur" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:284 -msgid "Actualizar Clave Usuario" -msgstr "Mettre à jour le Mot de Passe Utilisateur" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:373 -msgid "Crear Grupo" -msgstr "Ajouter un Groupe" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:433 -msgid "Crear Perfil" -msgstr "Ajouter un Profil" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:441 -msgid "Actualizar Perfil" -msgstr "Mettre à jour le Profil" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:368 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:495 -msgid "Crear Cliente" -msgstr "Ajouter un Client" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:279 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:557 -msgid "Crear Categoría" -msgstr "Ajouter une Catégorie" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:565 -msgid "Actualizar Categoría" -msgstr "Mettre à jour la Catégorie" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:623 -msgid "Crear Autorización" -msgstr "Ajouter une Autorisation" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:677 -msgid "Crear Campo" -msgstr "Ajouter un Champ" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:684 -msgid "Actualizar Campo" -msgstr "Mettre à jour un Champ" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:731 -msgid "Crear Enlace" -msgstr "Ajouter un Lien" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:788 -msgid "Crear Etiqueta" -msgstr "Ajouter un Tag" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:795 -msgid "Actualizar Etiqueta" -msgstr "Mettre à jour un Tag" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:875 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:883 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:890 -msgid "Actualizar Plugin" -msgstr "Mettre à jour le Plugin" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:188 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:931 -msgid "Crear Cuenta" -msgstr "Ajouter un Compte" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1091 -msgid "Usuarios importados" -msgstr "Utilisateurs importés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1203 -msgid "Solicitud" -msgstr "Requête" - -#: ../../../../inc/SP/Core/Acl.class.php:167 -msgid "Acceso denegado" -msgstr "Accès refusé" - -#: ../../../../inc/SP/Account/AccountTags.class.php:90 -msgid "Error al añadir las etiquetas de la cuenta" -msgstr "Erreur en ajoutant des étiquettes de compte" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:278 -msgid "Se ha producido una excepción" -msgstr "Une erreur est survenue" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:95 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:96 -#: ../../../../inc/SP/Controller/NoticeShowController.class.php:94 -msgid "Nueva Notificación" -msgstr "Nouvelle Notification" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:389 -msgid "Grupos eliminados" -msgstr "Groupes supprimés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:449 -msgid "Perfiles eliminados" -msgstr "Profils supprimés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:511 -msgid "Clientes eliminados" -msgstr "Utilisateurs supprimés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:574 -msgid "Categorías eliminadas" -msgstr "Catégories supprimées" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:644 -msgid "Autorizaciones eliminadas" -msgstr "Autorisations supprimées" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:692 -msgid "Campos eliminados" -msgstr "Champs supprimés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:751 -msgid "Enlaces eliminados" -msgstr "Liens supprimés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:803 -msgid "Etiquetas eliminadas" -msgstr "Tags supprimés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:836 -msgid "Archivos eliminados" -msgstr "Fichiers supprimés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:981 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1031 -msgid "Cuentas eliminadas" -msgstr "Comptes supprimés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1122 -msgid "Notificación creada" -msgstr "Notification créée" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1136 -msgid "Notificaciones eliminadas" -msgstr "Notifications supprimées" - -#: ../../../../inc/SP/Controller/LoginController.class.php:303 -msgid "Usando clave temporal" -msgstr "Utilisation d'un mot de passe temporaire" - -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:95 -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:110 -msgid "Clave temporal caducada" -msgstr "Mot de passe temporaire expiré" - -#: ../../../../inc/SP/Core/Init.class.php:506 -msgid "Sesión" -msgstr "Session" - -#: ../../../../inc/SP/Core/Installer.class.php:438 -msgid "Error al comprobar la base de datos" -msgstr "Erreur lors de la vérification de la base de données" - -#: ../../../../inc/SP/Core/Installer.class.php:439 -msgid "Intente de nuevo la instalación" -msgstr "Veuillez réessayer l'installation" - -#: ../../../../inc/SP/Forms/NoticeForm.class.php:91 -msgid "Es necesario un componente" -msgstr "Un composant est nécessaire" - -#: ../../../../inc/SP/Forms/NoticeForm.class.php:93 -msgid "Es necesario un tipo" -msgstr "Un type est nécessaire" - -#: ../../../../inc/SP/Forms/NoticeForm.class.php:100 -msgid "Es necesario un destinatario" -msgstr "Une destination est nécessaire" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:112 -msgid "Error procesando línea" -msgstr "Erreur de la ligne de traitement" - -#: ../../../../inc/SP/Import/Import.class.php:100 -msgid "Cuentas importadas" -msgstr "Comptes importés" - -#: ../../../../inc/SP/Mgmt/Files/File.class.php:130 -msgid "Archivo no encontrado" -msgstr "Fichier introuvable" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:125 -msgid "Grupo no encontrado" -msgstr "Groupe introuvable" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:101 -msgid "Notificación no encontrada" -msgstr "Notification introuvable" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:89 -msgid "Plugin no encontrado" -msgstr "Plugin introuvable" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:120 -msgid "Perfil no encontrado" -msgstr "Profil introuvable" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:187 -msgid "Enlace no encontrado" -msgstr "Lien introuvable" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:114 -msgid "Etiqueta no encontrada" -msgstr "Tag introuvable" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:135 -msgid "Usuario no encontrado" -msgstr "Utilisateur introuvable" - -#: ../../../../inc/SP/Storage/DB.class.php:336 -msgid "Consulta en blanco" -msgstr "Requête vide" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:100 -msgid "Cuenta Privada Grupo" -msgstr "Compte Privé pour le Groupe" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:110 -msgid "Privada Grupo" -msgstr "Restreint au Groupe" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:132 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." -msgstr "Seulement nécessaire pour les fichier XML sysPass chiffrés." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:153 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:121 msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." +"Muestra información relativa a la configuración de la aplicación y " +"rendimiento." msgstr "" -"Seulement nécessaire pour les fichier XML sysPass chiffrés avec un Mot de " -"Passe Maître différent de l'actuel." +"Afficher des informations sur la configuration de l'application et sur la " +"performance." -#: ../../../../inc/themes/material-blue/views/config/import.inc:181 -msgid "Sólo es necesario para archivos CSV." -msgstr "Seulement nécessaire pour les fichiers CSV." +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:135 +msgid "Modo mantenimiento" +msgstr "Mode maintenance" -#: ../../../../inc/themes/material-blue/views/config/import.inc:112 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:136 msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" +"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " +"necesario modificar el archivo de configuración." msgstr "" -"\"account_name\";\"customer\";\"category\";\"url\";\"user\";\"password\";" -"\"notes\"" +"Dans ce mode, personne ne peut accéder à l'application. Pour le désactiver, " +"vous devez modifier le fichier de configuration." -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:110 -msgid "Crear cuenta privada para grupo" -msgstr "Créer compte privé pour le groupe" +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:150 +msgid "Comprobar actualizaciones" +msgstr "Vérifier les mises à jour" -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:108 -msgid "Notificación global" -msgstr "Notification globale" - -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:111 -msgid "Global" -msgstr "Global" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:537 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:59 -#: ../../../../inc/SP/Import/Import.class.php:91 -msgid "No es posible iniciar una transacción" -msgstr "Impossible de démarrer une transaction" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:577 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:71 -#: ../../../../inc/SP/Import/Import.class.php:97 -msgid "No es posible finalizar una transacción" -msgstr "Impossible de terminer la transaction" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:653 -msgid "Clave Maestra %s" -msgstr "Mot de Passe Maître %s" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:654 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:151 msgid "" -"Se ha generado una nueva clave para el acceso a sysPass y se solicitará en " -"el siguiente inicio." +"Comprobar actualizaciones de la aplicación (sólo para los usuarios " +"administradores)." msgstr "" -"Un nouveau Mot de Passe Maître sysPass a été généré et sera demandé lors du " -"prochain démarrage" +"Vérifier les mises à jour d'application (uniquement pour les " +"administrateurs)." -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:656 -msgid "La nueva clave es: %s" -msgstr "Le nouveau Mot de Passe Maître est: %s" +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:165 +msgid "Comprobar notificaciones" +msgstr "Vérifier les notifications" -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:658 -msgid "No olvide acceder lo antes posible para guardar los cambios." -msgstr "N'oubliez pas de vous reconnecter pour enregistrer les changements" - -#: ../../../../js/strings.js.php:84 -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" -msgstr "Cette action peut être longue. Souhaitez-vous continuer ?" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:12 -msgid "Búsqueda" -msgstr "Rechercher" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:237 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:166 msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " +"para los usuarios administradores)." msgstr "" -"Envoyer un courriel à tous les utilisateurs ou seulement à ceux dont le " -"groupe est sélectionné." +"Vérifier s'il existe des notifications ou alertes de sécurité sysPass " +"(uniquement pour les administrateurs)." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:245 -msgid "Enviar correo" -msgstr "Envoyer un courriel" +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:180 +msgid "Encriptar Sesión" +msgstr "Session chiffrée" -#: ../../../../inc/themes/material-blue/views/config/import.inc:121 -msgid "XML" -msgstr "XML" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:170 -msgid "CSV" -msgstr "CSV" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:219 -msgid "Cuenta no encontrada" -msgstr "Compte introuvable" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:620 -msgid "Hash de clave maestra actualizado" -msgstr "Hash du Mot de Passe Maître mis à jour" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:624 -msgid "Error al actualizar el hash de la clave maestra" -msgstr "Erreur durant la mise à jour du Mot de Passe Maître" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:126 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:127 -#: ../../../../inc/SP/Controller/NoticeShowController.class.php:98 -msgid "Editar Notificación" -msgstr "Éditer Notification" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:261 -msgid "Usuarios eliminados" -msgstr "Utilisateurs supprimés" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1130 -msgid "Notificación actualizada" -msgstr "Notification mise à jour" - -#: ../../../../inc/SP/Storage/DB.class.php:350 -msgid "Restricción de integridad" -msgstr "Contrainte d'intégrité" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:152 -msgid "Actualizar hash de clave maestra" -msgstr "Mettre à jour le hash du Mot de Passe Maître" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:416 -msgid "Modificada" -msgstr "Modifié" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:417 -msgid "Eliminada" -msgstr "Supprimer" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:426 -msgid "Cuentas (H)" -msgstr "Comptes (H)" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1028 -msgid "Eliminar Cuenta (H)" -msgstr "Supprimer Compte (H)" - -#: ../../../../inc/SP/Import/SyspassImport.class.php:129 -#: ../../../../inc/SP/Import/SyspassImport.class.php:146 -msgid "Clave de encriptación incorrecta" -msgstr "Chiffrement de mot de passe incorrect" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:71 -msgid "Área de Texto" -msgstr "Zone de texte" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:26 -msgid "Devolver las cuentas en las que 'login' es propietario" -msgstr "Récupérer les comptes pour lesquels 'login' est le propriétaire." - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:28 -msgid "Devolver las cuentas con grupo principal 'group_name'" -msgstr "" -"Récupérer les comptes pour lesquels le groupe principal est 'group_name'." - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:31 -msgid "Devolver las cuentas privadas del usuario actual" -msgstr "Rechercher les comptes privés pour l'utilisateur courant." - -#: ../../../../inc/themes/material-blue/views/config/info.inc:49 -msgid "OP Cache" -msgstr "OP Cache" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:65 -msgid "Código de seguridad incorrecto" -msgstr "Code de sécurité invalide" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:67 -msgid "Es necesario confirmar la actualización" -msgstr "La mise à jour a besoin d'être confirmé" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:75 -msgid "En 5 segundos será redirigido al login" -msgstr "Vous allez être redirigé vers l'écran de connexion dans 5 secondes" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:100 -msgid "Error al aplicar la actualización de la aplicación" -msgstr "Erreur lors de la mise à jour de l'application" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:303 -msgid "Tamaño máximo de archivo en kilobytes" -msgstr "Taille maximale de fichier en kilobytes" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:12 -msgid "Actualización de Aplicación" -msgstr "Mise à jour de l'Application" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:35 -msgid "" -"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " -"o indique los IDs por defecto para los elementos huérfanos." -msgstr "" -"Des objets orphelins ont été trouvé. Modifiez ces objets ou saisissez leurs " -"un ID par défaut." - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:59 -msgid "Introducir un ID de usuario válido para cuentas" -msgstr "Saisir un ID utilisateur valide pour les comptes" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:71 -msgid "Introducir un ID de categoría válido para cuentas" -msgstr "Saisir un ID catégorie valide pour les comptes" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:83 -msgid "Introducir un ID de cliente válido para cuentas" -msgstr "Saisir un ID client valide pour les comptes" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:96 -msgid "Introducir un ID de grupo válido para usuarios" -msgstr "Saisir un ID groupe valide pour les utilisateurs" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:106 -msgid "Introducir un ID de perfil válido para usuarios" -msgstr "Saisir un ID profil valide pour les utilisateurs" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:116 -msgid "" -"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " -"necesario reencriptar los datos almacenados" -msgstr "" -"Cette mise à jour utilise un nouveau schéma de chiffrement, il sera " -"nécessaire de chiffrer à nouveau toutes les données déjà chiffrées." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:104 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:118 -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." -msgstr "Cette action va mettre à jour %s comptes. Ceci peut prendre un moment." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:142 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:120 -msgid "Para más información consulte: %s" -msgstr "Vous pouvez obtenir plus d'informations sur : %s" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:138 -msgid "Introducir login de usuario válido" -msgstr "Saisir un login de connexion valide" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:168 -#: ../../../../inc/SP/Controller/LoginController.class.php:211 -msgid "Intentos excedidos" -msgstr "Tentatives dépassées" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:466 -#: ../../../../inc/SP/Api/SyspassApi.class.php:494 -msgid "Clave del token" -msgstr "Mot de Passe Token" - -#: ../../../../inc/SP/Controller/LoginController.class.php:209 -msgid "Intentos excedidos (%d/%d)" -msgstr "Tentatives dépassées (%d/%d)" - -#: ../../../../inc/SP/DataModel/TrackData.class.php:155 -#: ../../../../inc/SP/DataModel/TrackData.class.php:157 -msgid "IP inválida" -msgstr "IP invalide" - -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:184 -msgid "Token no encontrado" -msgstr "Token non trouvé" - -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:61 -msgid "Error al crear track" -msgstr "Erreur lors de la création de la piste" - -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:84 -msgid "Error al eliminar track" -msgstr "Erreur lors de la suppression de la piste" - -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:112 -msgid "Error al actualizar track" -msgstr "Erreur lors de la mise à jour de la piste" - -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:139 -msgid "Error al obtener track" -msgstr "Erreur lors de la récupération de la piste" - -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:163 -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:238 -msgid "Error al obtener tracks" -msgstr "Erreur lors de la récupération des pistes" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:182 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." -msgstr "Les objets exportés sont des comptes, clients, catégories et tags." - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:37 -msgid "Si no se indican los IDs, se crearán nuevos elementos." -msgstr "Si les ID objets ne sont pas paramétrés, ils seront créés" - -#: ../../../../inc/SP/Controller/TaskController.class.php:160 -msgid "Esperando actualización de progreso ..." -msgstr "Patientez pendant la mise à jour" - -#: ../../../../inc/SP/Core/Upgrade/Account.class.php:47 -msgid "Actualizando IDs de cuentas" -msgstr "Mise à jour des ID comptes" - -#: ../../../../inc/SP/Core/Upgrade/Category.class.php:48 -msgid "Actualizando IDs de categorías" -msgstr "Mise à jour des ID catégories" - -#: ../../../../inc/SP/Core/Upgrade/Customer.class.php:48 -msgid "Actualizando IDs de clientes" -msgstr "Mise à jour des ID clients" - -#: ../../../../inc/SP/Core/Upgrade/Group.class.php:51 -msgid "Actualizando IDs de grupos" -msgstr "Mise à jour des ID groupes" - -#: ../../../../inc/SP/Core/Upgrade/Profile.class.php:54 -msgid "Actualizando IDs de perfil" -msgstr "Mise à jour des ID profils" - -#: ../../../../inc/SP/Core/Upgrade/User.class.php:52 -msgid "Actualizando IDs de usuarios" -msgstr "Mise à jour des ID utilisateurs" - -#: ../../../../js/strings.js.php:87 -msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." -msgstr "" -"Tâches en cours de réalisation. Merci de ne pas fermer la fenêtre ou " -"l'onglet du navigateur." - -#: ../../../../js/strings.js.php:88 -msgid "Incluir Letras" -msgstr "Inclure des Lettres" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:99 -#: ../../../../inc/themes/material-blue/views/config/info.inc:109 -msgid "Sesión Encriptada" -msgstr "Session Chiffrée" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:104 -msgid "Indica si los datos de la sesión están encriptados en el servidor" -msgstr "" -"Indique si les données de session sont chiffrées sur le serveur ou si elles " -"ne le sont pas" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:111 -msgid "Sí" -msgstr "Oui" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:111 -msgid "No" -msgstr "Non" - -#: ../../../../js/strings.js.php:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." -msgstr "Cookies désactivés. L'application ne fonctionnera pas correctement." - -#: ../../../../js/strings.js.php:90 -msgid "Portapapeles no soportado por el navegador." -msgstr "Presse-Papier non supporté par votre navigateur." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:255 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:265 -msgid "Atributo Login" -msgstr "Login Attribué" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:260 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." -msgstr "Définir l'attribut pour le login utilisateur durant l'importation." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:126 -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." -msgstr "Donner accès aux utilisateurs inclus le groupe secondaire." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:129 -msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." -msgstr "" -"Par défaut, l'utilisateur d'un groupe secondaire est autorisé si le groupe " -"secondaire est paramétré comme groupe principal pour l'utilisateur" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:139 -msgid "Acceso Grupos Secundarios" -msgstr "Accès groupes secondaire" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:168 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 msgid "Encriptar los datos de la sesión de PHP." msgstr "Données de session PHP chiffrées" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:171 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:183 msgid "" "Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " "datos almacenados no serán legibles." @@ -6092,20 +3301,3394 @@ msgstr "" "Cette fonctionnalité augmente la sécurité des sessions PHP, les données " "stockées ne seront pas lisible." -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:179 -msgid "Encriptar Sesión" -msgstr "Session chiffrée" +#: ../../../modules/web/themes/material-blue/views/config/import.inc:10 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:101 +msgid "Importar CSV/XML" +msgstr "Importer CSV/XML" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:278 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:288 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:16 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:26 +msgid "Usuario por Defecto" +msgstr "Utilisateur par Défaut" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:21 +msgid "Define el usuario por defecto para las cuentas importadas." +msgstr "Définis l'utilisateur par défaut pour les comptes importés." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:48 +msgid "Define el grupo por defecto para las cuentas importadas." +msgstr "Définis le groupe par défaut pour les comptes importés." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:70 +msgid "Archivo" +msgstr "Fichier" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:73 +msgid "Soltar archivo aquí o click para seleccionar" +msgstr "Déposer les fichiers ici ou cliquer pour les sélectionner" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 +msgid "" +"Permite realizar la importación de Cuentas, Categorías y Clientes desde " +"archivos XML y CSV." +msgstr "" +"Permet de réaliser l'importation des comptes, catégories et clients depuis " +"un fichier archive XML ou CSV." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 +msgid "" +"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +msgstr "" +"Les formats de fichier archives XML supportés sont: sysPass, KeePass et " +"KeePassX." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 +#, fuzzy +msgid "" +"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " +"flecha." +msgstr "" +"Glisser-déposer les fichiers à la zone d'importation ou cliquez sur la " +"flèche." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 +#, fuzzy +msgid "" +"Para archivos de KeePass o KeePassX, el nombre del cliente será igual a " +"KeePass o KeePassX y la categoría igual al nombre de los grupos." +msgstr "" +"Pour les archives KeePass ou KeePassX, le nom du client sera celui de " +"KeePass ou de KeePassX et la catégorie sera celle du nom des groupes." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 +msgid "La importación de archivos CSV se realiza con el siguiente formato:" +msgstr "L'importation des archives CSV nécessite les formats suivants :" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 +#, fuzzy +msgid "" +"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" +"\"notas\"" +msgstr "" +"\"account_name\";\"customer\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 +#, fuzzy +msgid "" +"En todos los casos, si el cliente o la categoría no están creados, se crean " +"automáticamente." +msgstr "" +"Dans tous les cas, si le client ou la catégorie n'existent pas ils sont " +"automatiquement créés." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:123 +msgid "XML" +msgstr "XML" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:129 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:144 +msgid "Clave de Importación" +msgstr "Importer un Mot de Passe" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:134 +msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +msgstr "Seulement nécessaire pour les fichier XML sysPass chiffrés." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:155 +msgid "" +"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " +"la actual." +msgstr "" +"Seulement nécessaire pour les fichier XML sysPass chiffrés avec un Mot de " +"Passe Maître différent de l'actuel." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:172 +msgid "CSV" +msgstr "CSV" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:178 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:193 +msgid "Delimitador CSV" +msgstr "Délimiteur CSV" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:183 +msgid "Sólo es necesario para archivos CSV." +msgstr "Seulement nécessaire pour les fichiers CSV." + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:5 +msgid "Información de la Aplicación" +msgstr "Information sur l'Application" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:11 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Versión sysPass" +msgstr "Version de sysPass" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:21 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:24 +msgid "Base de Datos" +msgstr "Base de données" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:35 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:38 +msgid "PHP" +msgstr "PHP" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:25 +msgid "Versión" +msgstr "Version" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:42 +msgid "Extensiones" +msgstr "Extensions" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:46 +msgid "Extensiones no disponibles" +msgstr "Unavailable extensions" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:50 +msgid "Memoria Usada" +msgstr "Mémoire Utilisée" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 +msgid "OP Cache" +msgstr "OP Cache" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:74 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:77 +msgid "Copia de Configuración" +msgstr "Configuration de Sauvegarde" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:89 +msgid "Indica si el idioma se encuentra disponible" +msgstr "Indique si la langue est disponible." + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:93 +msgid "" +"Si no está instalado, es necesario instalar las locales en el sistema " +"operativo. Más información en Wiki." +msgstr "" +"Si non installé, vous devez configurer les bon droits sur le système " +"d'exploitation. Plus d'info sur le Wiki." + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:105 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:115 +msgid "Sesión Encriptada" +msgstr "Session Chiffrée" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:110 +msgid "Indica si los datos de la sesión están encriptados en el servidor" +msgstr "" +"Indique si les données de session sont chiffrées sur le serveur ou si elles " +"ne le sont pas" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "Sí" +msgstr "Oui" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "No" +msgstr "Non" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:122 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:125 +msgid "Plugins Cargados" +msgstr "Plugins Chargés" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:13 +msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +msgstr "This extension is needed to connect to the LDAP server" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:43 +msgid "Habilitar LDAP" +msgstr "Activer l'annuaire LDAP" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:45 +msgid "Habilita de autentificación mediante servidor LDAP." +msgstr "Active l'authentification couplé à un serveur LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:47 +msgid "Este método utilizará MySQL en caso de fallo." +msgstr "Cette méthode utilisera MySQL en cas de défaillance." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:62 +msgid "Active Directory" +msgstr "Active Directory" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:64 +msgid "Habilita el modo de conexión con LDAP de Active Directory." +msgstr "Permet le mode de connexion actif avec l'annuaire LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:79 +msgid "Nombre o dirección IP del servidor de LDAP." +msgstr "Le nom d'hôte ou l'adresse IP du serveur LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:83 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:114 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:165 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:199 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:128 +msgid "Ejemplos:" +msgstr "Exemples :" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:105 +msgid "Usuario de conexión" +msgstr "Utilisateur de Connexion" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:110 +msgid "Usuario para conectar con el servicio de LDAP." +msgstr "Utilisateur de connexion au service LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:135 +msgid "Clave de conexión" +msgstr "Mot de passe de connexion" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:140 +msgid "Clave del usuario de conexión a LDAP." +msgstr "Mot de passe de l'utilisateur de connexion à l'annuaire LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:156 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:180 +msgid "Base de búsqueda" +msgstr "Base de recherche" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:161 +#, fuzzy +msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +msgstr "Base dans laquelle se fera la recherche des utilisateurs LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:191 +msgid "" +"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." +msgstr "" +"Groupe LDAP auquel l'utilisateur doit appartenir afin d'autoriser sa " +"connexion." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:195 +msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +msgstr "Ce groupe a besoin d'être placé dans la base de recherche LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:224 +msgid "" +"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +msgstr "Définis le groupe par défaut pour les nouveaux utilisateurs LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 +msgid "" +"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +msgstr "Définis le profil par défaut pour les nouveaux utilisateurs LDAP." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:301 +msgid "Importación" +msgstr "Import" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:307 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:317 +msgid "Atributo Login" +msgstr "Login Attribué" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:312 +msgid "" +"Define el atributo a utilizar para el login del usuario en la importación." +msgstr "Définir l'attribut pour le login utilisateur durant l'importation." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:330 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:340 msgid "Atributo Nombre" msgstr "Nom d'attribut" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:283 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:335 msgid "" "Define el atributo a utilizar para el nombre del usuario en la importación." msgstr "Définir l'attribut pour les noms utilisateurs importés." -#: ../../../../js/strings.js.php:91 -msgid "Hay una versión más reciente del plugin {0} ({1})" -msgstr "There is a more recent version of {0} plugin ({1})" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:365 +msgid "Importar Grupos" +msgstr "Import des groupes" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:374 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:384 +msgid "Atributo Nombre Grupo" +msgstr "Attribut de nom de groupe" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:379 +msgid "" +"Define el atributo a utilizar para el nombre del grupo en la importación." +msgstr "Définie l'attribut pour le nom de groupe lors de l'import" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:395 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:409 +msgid "Filtro" +msgstr "Filtre" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:400 +msgid "Filtro para importar usuarios o grupos de LDAP." +msgstr "Filtre pour l'import d'utilisateurs ou de groupes LDAP" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:31 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:32 +msgid "Habilitar notificaciones de correo" +msgstr "Activer les notifications par courriel" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:46 +msgid "Habilitar peticiones por correo" +msgstr "Activer les demandes par courriel" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "" +"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " +"cuentas sin permisos." +msgstr "" +"Autorise les utilisateurs à effectuer des demandes par courriel d'accès ou " +"de modifications à des comptes." + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:95 +msgid "Habilitar Autentificación" +msgstr "Activer l'Authentification" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:130 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:133 +msgid "Seguridad" +msgstr "Sécurité" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:136 +msgid "Deshabilitada" +msgstr "Désactivé" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:146 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:154 +msgid "Dirección de correo de envío" +msgstr "Adresse courriel du destinataire" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:160 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:163 +msgid "Destinatarios" +msgstr "Destinataires" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:13 +msgid "Esta extensión es necesaria conectar con DokuWiki" +msgstr "This extension is needed to connect with DokuWiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:44 +msgid "Habilitar enlaces Wiki" +msgstr "Activer les liens Wiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:45 +msgid "" +"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " +"la búsqueda." +msgstr "" +"Permet la possibilité d'ajouter un lien pour obtenir des résultats de " +"recherche à un Wiki externe." + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:53 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:80 +msgid "URL de búsqueda Wiki" +msgstr "URL de recherche Wiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:58 +#, fuzzy +msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgstr "URL que le Wiki utilise pour faire une recherche d'entrée." + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:62 +#, fuzzy +msgid "Como parámetro se utiliza el nombre del cliente." +msgstr "Le nom du client est utilisée comme paramètre." + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:66 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:99 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:184 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:211 +msgid "Ejemplo:" +msgstr "Exemple :" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:86 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:113 +msgid "URL de página en Wiki" +msgstr "URL de page Wiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:91 +#, fuzzy +msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgstr "URL qu'utilise Wiki pour accéder aux détails d'une page." + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:95 +msgid "" +"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " +"de la Wiki." +msgstr "" +"Le nom du compte est utilisé comme paramètre lors de la recherche Wiki." + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:119 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:133 +msgid "Prefijo para nombre de cuenta" +msgstr "Préfix de nom du compte" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:124 +msgid "" +"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." +msgstr "Préfix déterminant quels comptes ont un lien vers une page Wiki." + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:143 +msgid "DokuWiki API" +msgstr "DokuWiki API" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:161 +msgid "Habilitar API de DokuWiki" +msgstr "Active DokuWiki API" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:163 +msgid "" +"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +msgstr "Active DokuWiki XML-RPC API pour les liens Wiki." + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:165 +msgid "" +"Para que esta característica funcione, es necesario habilitar los enlaces " +"Wiki para el filtrado de cuentas." +msgstr "" +"Pour utiliser cette fonctionnalité, vous devez activer les liens Wiki pour " +"les comptes filtrés" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:175 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:196 +msgid "URL API" +msgstr "API URL" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:180 +msgid "URL de la API de DokuWiki." +msgstr "DokuWiki API URL" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:202 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:224 +msgid "URL Base" +msgstr "Base URL" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:207 +msgid "URL base de DokuWiki." +msgstr "DokuWiki base URL" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:235 +msgid "Usuario para conectar a la API de DokuWiki." +msgstr "Utilisateur à connecter au DokuWiki API." + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:263 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:279 +msgid "Namespace" +msgstr "Namespace" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:268 +msgid "Namespace utilizado para buscar las páginas." +msgstr "Namespace utilisé dans la recherche de pages." + +#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:17 +#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:19 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:167 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:169 +msgid "Instalar" +msgstr "Installer" + +#: ../../../modules/web/themes/material-blue/views/grid/datagrid-grid.inc:97 +msgid "Eliminar Seleccionados" +msgstr "Supprimer Sélection" + +#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:11 +msgid "Filtro ON" +msgstr "Filtre ON" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:8 +#, php-format +msgid "Instalación %s" +msgstr "Installation %s" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:18 +msgid "Admin de sysPass" +msgstr "sysPass Admin" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:26 +msgid "Usuario administrador de sysPass" +msgstr "Utilisateur \"administrateur\" de Syspass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:34 +msgid "Login del usuario administrador de sysPass" +msgstr "Login administrateur de sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:66 +msgid "Configurar BBDD" +msgstr "Configuration base de données" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:76 +msgid "Usuario acceso BBDD" +msgstr "Utilisateur pour accéder à la base de données" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:84 +#, fuzzy +msgid "Usuario con permisos de administrador de MySQL" +msgstr "Utilisateur avec les droits administrateur MySQL" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:92 +msgid "Clave acceso BBDD" +msgstr "Mot de passe pour accéder à la base de données" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:101 +msgid "Nombre BBDD para sysPass" +msgstr "Nom de la base de données sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:109 +msgid "Nombre de la base de datos para sysPass" +msgstr "Nom de la base de données sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:118 +msgid "Servidor BBDD para sysPass" +msgstr "Adresse du serveur de base de données sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:126 +msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgstr "Nom du serveur ou installer la base de données sysPass" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:146 +msgid "Modo Hosting" +msgstr "Mode Hébergé" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:153 +msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +msgstr "" +"Ne créer pas ou vérifier les permissions de l'utilisateur dans la base de " +"données" + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:75 +msgid "" +"Prioridad de asignación en caso de coincidir con otros permisos asignados " +"por usuario, grupo o perfil." +msgstr "" +"Assignment priority if permissions match with others assigned by user, group " +"or profile." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:86 +msgid "Prioridad de asignación" +msgstr "Assignment Priority" + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:107 +msgid "Indica si los permisos serán forzados al crear o modificar la cuenta." +msgstr "" +"Enforces the permissions to be set either on creating or updating an " +"account ." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:109 +msgid "Los permisos serán añadidos a los existentes." +msgstr "Permissions will be merged with the existing ones." + +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:58 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:12 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:85 +msgid "Opciones" +msgstr "Options" + +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:65 +msgid "Regenerar Autorización" +msgstr "Actualiser l'Autorisation" + +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:73 +msgid "Token" +msgstr "Token" + +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:50 +msgid "Indica si el cliente es visible para todos los usuarios." +msgstr "Indique si le client est visible par tous les utilisateurs" + +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:53 +msgid "" +"Por defecto los clientes asignados a cuentas sólo son visibles para los " +"usuarios con acceso a las cuentas." +msgstr "Par défaut, les clients assignés aux comptes" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:26 +msgid "Nombre del campo" +msgstr "Nom du champ" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 +msgid "Texto Ayuda" +msgstr "Notice d'Aide" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 +msgid "Ayuda del campo" +msgstr "Aide du champ" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 +msgid "Obligatorio" +msgstr "Requis" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:20 +msgid "Nombre del plugin" +msgstr "Nom du plugin" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:32 +#, fuzzy +msgid "Versión del plugin" +msgstr "Version du Plugin" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:37 +msgid "Versión Compatible" +msgstr "Version Compatible" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:44 +msgid "Versión de sysPass compatible" +msgstr "Version sysPass compatible" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:49 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:25 +msgid "Autor" +msgstr "Auteur" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:56 +msgid "Autor del plugin" +msgstr "Auteur du plugin" + +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:76 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:78 +msgid "Hash" +msgstr "Hash" + +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:86 +msgid "URL" +msgstr "URL" + +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:95 +msgid "Uso" +msgstr "Utiliser" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:38 +msgid "Nombre de usuario completo" +msgstr "Nom complet d'utilisateur" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:52 +msgid "Login de inicio de sesión" +msgstr "Login de connexion" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:63 +#, fuzzy +msgid "Login SSO" +msgstr "Identification SSO" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:71 +msgid "Login de inicio de sesión con SSO" +msgstr "Ouverture de session avec SSO" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:78 +msgid "Email" +msgstr "Courriel" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:85 +msgid "Dirección de correo" +msgstr "Adresse de courriel" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 +msgid "Admin Aplicación" +msgstr "Admin de l'Application" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:195 +msgid "Administrador de la aplicación" +msgstr "Administrateur de l'application" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 +msgid "Admin Cuentas" +msgstr "Admin des Comptes" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:213 +msgid "Administrador de cuentas" +msgstr "Administrateur des comptes" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:233 +msgid "Forzar cambio de clave" +msgstr "Forcer le changement de mot de passe" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 +msgid "Deshabilitado" +msgstr "Utilisateur Désactivé" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:266 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:268 +msgid "Entradas" +msgstr "Entrées" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:277 +msgid "Último Acceso" +msgstr "Dernier Accès" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:295 +msgid "Fecha Clave Maestra" +msgstr "Date du Mot de Passe Maître" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:304 +msgid "Usado en" +msgstr "Used in" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:26 +msgid "Nombre del grupo" +msgstr "Nom du groupe" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:39 +msgid "Descripción del grupo" +msgstr "Description du groupe" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:69 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:527 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:529 +msgid "Usado por" +msgstr "Utilisé par" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +msgid "(*) Incluido en grupo" +msgstr "(*) Listed in group" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:21 +msgid "Gestión" +msgstr "Gestion" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 +msgid "Otros" +msgstr "Autres" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:31 +msgid "Crear" +msgstr "Créer" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:32 +msgid "Crear nueva cuenta" +msgstr "Créer nouveau compte" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:49 +msgid "Ver detalles de cuenta" +msgstr "Voir détails du compte" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 +msgid "Ver clave de cuenta" +msgstr "Voir mot de passe du compte" + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 +#: ../../../config/actions.xml:253 +msgid "Ver Historial" +msgstr "Voir Historique" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:82 +msgid "Ver historial de cuenta" +msgstr "Voir historique du compte" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:98 +msgid "Editar cuenta" +msgstr "Éditer compte" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:113 +msgid "Editar Clave" +msgstr "Éditer Mot de Passe" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:114 +msgid "Editar clave de cuenta" +msgstr "Éditer mot de passe du compte" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:129 +msgid "Eliminar" +msgstr "Supprimer" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 +msgid "Eliminar cuenta" +msgstr "Supprimer compte" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:146 +msgid "Ver archivos de cuenta" +msgstr "Voir fichiers du compte" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:161 +msgid "Publicar Enlace" +msgstr "Partager le Lien" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:162 +msgid "Publicar enlace a cuenta" +msgstr "Partager le lien au compte" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:178 +msgid "Crear cuenta privada" +msgstr "Créer compte privé" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:194 +msgid "Crear cuenta privada para grupo" +msgstr "Créer compte privé pour le groupe" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:210 +msgid "Asignar permisos" +msgstr "Définir permissions" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:246 +msgid "Gestión de usuarios" +msgstr "Gestion des utilisateurs" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:262 +msgid "Gestión de grupos" +msgstr "Gestion des groupes" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:278 +msgid "Gestión de perfiles" +msgstr "Gestion des profils" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:294 +msgid "Gestión de categorías" +msgstr "Gestion des catégories" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:310 +msgid "Gestión de etiquetas" +msgstr "Gestion des tags" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:326 +msgid "Gestión de clientes" +msgstr "Gestion des clients" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:342 +msgid "Gestión de campos personalizados" +msgstr "Gestion des champs personnalisés" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:358 +msgid "Gestión de autorizaciones API" +msgstr "Gestion des autorisations des APIs" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:374 +msgid "Gestión de enlaces" +msgstr "Gestion des liens" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:390 +msgid "Gestión de cuentas" +msgstr "Gestion des comptes" + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +#: ../../../config/actions.xml:679 +msgid "Configuración General" +msgstr "Configuration Générale" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 +msgid "Opciones de encriptación" +msgstr "Options de chiffrement" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 +msgid "Backup" +msgstr "Sauvegarde" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 +msgid "Realizar copia de seguridad y exportar" +msgstr "Faire une sauvegarde et exporter" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 +msgid "Importar" +msgstr "Importer" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 +msgid "Realizar importación de cuentas" +msgstr "Effectuer l'importation des comptes" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:493 +msgid "Log de Eventos" +msgstr "Journal d'évènements" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Ver log de eventos" +msgstr "Voir journal d'évènements" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:520 +msgid "Nombre del perfil" +msgstr "Nom du profil" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:37 +msgid "Clave Anterior" +msgstr "Mot de Passe Précédent" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:63 +msgid "Acceder" +msgstr "Se connecter" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:72 +#, fuzzy +msgid "¿Olvidó su clave?" +msgstr "Mot de passe oublié ?" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:78 +msgid "Aplicación actualizada correctamente" +msgstr "Application mise à jour avec succès" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:6 +#, php-format +msgid "Actualización %s" +msgstr "Mise à jour %s" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:12 +msgid "Actualización de BBDD" +msgstr "Actualisation de la base de données" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +msgid "Actualización de Aplicación" +msgstr "Mise à jour de l'Application" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:21 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Código de Seguridad" +msgstr "Code de Sécurité" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 +msgid "" +"Este código se encuentra en el archivo de configuración de sysPass con la " +"etiqueta \"upgradeKey\"" +msgstr "" +"Le code est paramétré dans le fichier de configuration de sysPass avec le " +"nom de tag \"upgradekey\"" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 +msgid "" +"Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " +"o indique los IDs por defecto para los elementos huérfanos." +msgstr "" +"Des objets orphelins ont été trouvé. Modifiez ces objets ou saisissez leurs " +"un ID par défaut." + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:39 +msgid "Si no se indican los IDs, se crearán nuevos elementos." +msgstr "Si les ID objets ne sont pas paramétrés, ils seront créés" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:61 +msgid "Introducir un ID de usuario válido para cuentas" +msgstr "Saisir un ID utilisateur valide pour les comptes" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:73 +msgid "Introducir un ID de categoría válido para cuentas" +msgstr "Saisir un ID catégorie valide pour les comptes" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 +#, fuzzy +msgid "Introducir un ID de cliente válido para cuentas" +msgstr "Saisir un ID client valide pour les comptes" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:98 +msgid "Introducir un ID de grupo válido para usuarios" +msgstr "Saisir un ID groupe valide pour les utilisateurs" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Introducir un ID de perfil válido para usuarios" +msgstr "Saisir un ID profil valide pour les utilisateurs" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 +#, fuzzy +msgid "" +"Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " +"necesario reencriptar los datos almacenados" +msgstr "" +"Cette mise à jour utilise un nouveau schéma de chiffrement, il sera " +"nécessaire de chiffrer à nouveau toutes les données déjà chiffrées." + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:140 +msgid "Introducir login de usuario válido" +msgstr "Saisir un login de connexion valide" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:152 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "He realizado una copia de seguridad completa de sysPass" +msgstr "Effectuer une sauvegarde complète de sysPass" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:166 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Por favor espere mientras el proceso se ejecuta" +msgstr "Veuillez patienter pendant le processus" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:174 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Actualizar" +msgstr "Mise à jour" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Iniciar Actualización" +msgstr "Démarrer la Mise à jour" + +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:88 +msgid "Notificación global" +msgstr "Notification globale" + +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:96 +msgid "Sólo para administradores de la aplicación" +msgstr "Seulement pour les administrateurs de l'application" + +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:100 +msgid "Solo Admins" +msgstr "Seulement les administrateurs" + +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "La aplicación necesita actualizarse" +msgstr "L'application a besoin d'être mise à jour" + +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Para iniciar la actualización introduzca el código de seguridad" +msgstr "Entrer le code de sécurité pour commencer la mise à jour" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:6 +msgid "Solicitud de Cambio de Clave" +msgstr "Demande de Changement de Mot de Passe" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "Email del Usuario" +msgstr "Courriel de l'Utilisateur" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:43 +msgid "Volver a iniciar sesión" +msgstr "Retour au login" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:45 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:47 +msgid "Solicitar" +msgstr "Demander" + +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:48 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +msgid "Cambiar" +msgstr "Changer" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:97 +msgid "Ordenar resultados por visitas" +msgstr "Trier les résultats par visites" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:99 +msgid "" +"Ordena los resultados de búsqueda por el número de visitas de las cuentas." +msgstr "Trie les résultats de recherche sur le nombre de visite des comptes." + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:114 +msgid "Barra de navegación superior" +msgstr "Barre de navigation en haut" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:116 +msgid "Mostrar una barra de navegación superior en las búsquedas." +msgstr "Montrer une barre de navigation en haut lors des recherches." + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:131 +msgid "Mostrar Acciones Ocultas" +msgstr "Montrer les actions cachées" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:133 +msgid "" +"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +msgstr "" +"Montrer les actions cachées pour les éléments de la recherche des comptes." + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 +#: ../../../config/actions.xml:271 +msgid "Ver Wiki" +msgstr "Voir Wiki" + +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:10 +#, php-format +msgid "Resultados de búsqueda de '%s'" +msgstr "Rechercher les résultats de '%s'" + +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:13 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:23 +msgid "Página" +msgstr "Page" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:7 +msgid "Buscar Cuentas" +msgstr "Rechercher des Comptes" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:25 +msgid "Peticiones" +msgstr "Requêtes" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:31 +msgid "Favoritos" +msgstr "Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:49 +msgid "Gestión Categorías" +msgstr "Gestion des Catégories" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:55 +msgid "Gestión Clientes" +msgstr "Gestion des Clients" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:61 +msgid "Gestión Autorizaciones API" +msgstr "Gestion des Autorisations d'APIs" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:67 +msgid "Gestión Campos Personalizados" +msgstr "Gestion des Champs Personnalisés" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:79 +msgid "Gestión de Archivos" +msgstr "Gestion des Fichiers" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:85 +msgid "Gestión de Cuentas" +msgstr "Gestion des Comptes" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:91 +msgid "Gestión de Etiquetas" +msgstr "Gestion des Tags" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:97 +msgid "Gestión Plugins" +msgstr "Plugins Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:109 +msgid "Gestión Usuarios" +msgstr "Gestion des Utilisateurs" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:115 +msgid "Gestión Grupos" +msgstr "Gestion des Groupes" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:121 +msgid "Gestión Perfiles" +msgstr "Gestion des Profils" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:133 +msgid "Buscar Eventos" +msgstr "Search for Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:139 +msgid "Limpiar Eventos" +msgstr "Clear Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:145 ../../../config/actions.xml:475 +msgid "Ver Cuenta" +msgstr "Voir Compte" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:175 +msgid "Editar Clave de Cuenta" +msgstr "Éditer Mot de Passe du Compte" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:205 ../../../config/actions.xml:463 +msgid "Subir Archivo" +msgstr "Envoyer Fichier" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:223 +msgid "Buscar Archivos" +msgstr "Search for Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:229 +msgid "Listar Archivos" +msgstr "List Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:235 +msgid "Ver Favoritos" +msgstr "Show Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:241 +msgid "Añadir Favorito" +msgstr "Mark as Favorite" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:277 +msgid "Añadir Wiki" +msgstr "Add Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:283 +msgid "Editar Wiki" +msgstr "Edit Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:289 +msgid "Eliminar Wiki" +msgstr "Delete Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:355 +msgid "Nuevo Token API" +msgstr "New API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:361 +msgid "Ver Token API" +msgstr "View API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:367 +msgid "Editar Token API" +msgstr "Edit API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:373 +msgid "Eliminar Token API" +msgstr "Delete API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:379 +msgid "Buscar Token API" +msgstr "Search for API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:385 +msgid "Nuevo Campo Personalizado" +msgstr "New Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:391 +msgid "Ver Campo Personalizado" +msgstr "Show Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:397 +msgid "Editar Campo Personalizado" +msgstr "Edit Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:403 +msgid "Eliminar Campo Personalizado" +msgstr "Delete Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:409 +msgid "Buscar Campo Personalizado" +msgstr "Search for Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:421 +msgid "Ver Enlace Público" +msgstr "Voir Lien Public" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:427 +msgid "Eliminar Enlace Público" +msgstr "Delete Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:439 +msgid "Buscar Enlace Público" +msgstr "Search for Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:523 +msgid "Nuevo Plugin" +msgstr "Nouveau plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:541 +msgid "Habilitar Plugin" +msgstr "Enable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:547 +msgid "Deshabilitar Plugin" +msgstr "Disable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:553 +msgid "Restablecer Plugin" +msgstr "Reset Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:583 +msgid "Editar Clave Usuario" +msgstr "Edit User Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:655 +msgid "Configuración Usuario" +msgstr "User Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:661 +msgid "Preferencias General" +msgstr "General Preferences" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:685 +msgid "Configuración Cuentas" +msgstr "Accounts Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:691 +msgid "Configuración Wiki" +msgstr "Wiki Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:697 +msgid "Configuración Encriptación" +msgstr "Encryption Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:703 +msgid "Actualizar Hash" +msgstr "Update Hash" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:709 +msgid "Clave Maestra Temporal" +msgstr "Temporary Master Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:715 +msgid "Configuración Copia de Seguridad" +msgstr "Backup Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:727 +msgid "Configuración Importación" +msgstr "Import Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:733 +msgid "Importar CSV" +msgstr "CSV Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:739 +msgid "Importar XML" +msgstr "XML Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:745 +msgid "Configuración Exportación" +msgstr "Export Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:751 +msgid "Exportación" +msgstr "Export" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:757 +msgid "Configuración Email" +msgstr "Email Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:763 +msgid "Configuración LDAP" +msgstr "LDAP Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:769 +msgid "Sincronización LDAP" +msgstr "Synchronisation LDAP" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:775 +msgid "Gestión de Cuenta (H)" +msgstr "Account Management (H)" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:805 +msgid "Crear Notificación" +msgstr "Create Notification" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:835 +msgid "Gestión Permisos" +msgstr "Permissions Management" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:4 +msgid "Color" +msgstr "Couleur" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:5 +msgid "Número" +msgstr "Numéro" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:6 +msgid "Teléfono" +msgstr "Téléphone" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:7 +msgid "Área de Texto" +msgstr "Zone de texte" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:8 +msgid "Texto" +msgstr "Texte" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:9 +msgid "Link" +msgstr "Lien" + +#~ msgid "CONSULTA INVÁLIDA" +#~ msgstr "REQUETE INVALIDE" + +#~ msgid "La sesión no se ha iniciado o ha caducado" +#~ msgstr "Session non démarrée ou expirée" + +#~ msgid "Es necesario un nombre de cuenta" +#~ msgstr "Nom du compte requis" + +#, fuzzy +#~ msgid "Es necesario un nombre de cliente" +#~ msgstr "Nom de client requis" + +#, fuzzy +#~ msgid "Es necesario un usuario" +#~ msgstr "Nom d'utilisateur requis" + +#~ msgid "Es necesaria una clave" +#~ msgstr "Une clé est requise" + +#~ msgid "Es necesario una categoría" +#~ msgstr "Une catégorie est requise" + +#~ msgid "Acción Inválida" +#~ msgstr "Action Invalide" + +#~ msgid "Las claves no coinciden" +#~ msgstr "Les mots de passe ne correspondent pas" + +#~ msgid "Error al crear la cuenta" +#~ msgstr "Erreur pendant la création du compte" + +#~ msgid "Error al modificar la cuenta" +#~ msgstr "Erreur pendant la modification du compte" + +#~ msgid "Error al eliminar la cuenta" +#~ msgstr "Erreur pendant la suppression du compte" + +#~ msgid "Error al actualizar la clave" +#~ msgstr "Erreur pendant l'actualisation du mot de passe" + +#~ msgid "Cuenta restaurada" +#~ msgstr "Compte restauré" + +#~ msgid "Error al restaurar cuenta" +#~ msgstr "Erreur pendant la restauration du compte" + +#, fuzzy +#~ msgid "Es necesario un nombre de usuario" +#~ msgstr "Nom d'utilisateur requis" + +#~ msgid "Es necesario un login" +#~ msgstr "Login requis" + +#~ msgid "Es necesario un perfil" +#~ msgstr "Profil requis" + +#~ msgid "Es necesario un grupo" +#~ msgstr "Groupe requis" + +#~ msgid "Es necesario un email" +#~ msgstr "Courriel requis" + +#~ msgid "Ey, esto es una DEMO!!" +#~ msgstr "Hey, ceci est une DEMO" + +#~ msgid "La clave no puede estar en blanco" +#~ msgstr "Le mot de passe ne peut pas être vide" + +#~ msgid "Usuario creado" +#~ msgstr "Utilisateur ajouté" + +#~ msgid "Error al crear el usuario" +#~ msgstr "Erreur pendant la création de l'utilisateur" + +#~ msgid "Usuario actualizado" +#~ msgstr "Utilisateur actualisé" + +#~ msgid "Error al actualizar el usuario" +#~ msgstr "Erreur pendant l'actualisation de l'utilisateur" + +#~ msgid "Error al modificar la clave" +#~ msgstr "Erreur pendant la modification du mot de passe" + +#~ msgid "No es posible eliminar, usuario en uso" +#~ msgstr "Impossible à supprimer, utilisateur en cours d'utilisation" + +#~ msgid "Usuario eliminado" +#~ msgstr "Utilisateur supprimé" + +#~ msgid "Error al eliminar el usuario" +#~ msgstr "Erreur pendant la suppression de l'utilisateur" + +#~ msgid "Es necesario un nombre de grupo" +#~ msgstr "Nom de groupe requis" + +#~ msgid "Nombre de grupo duplicado" +#~ msgstr "Nom de groupe dupliqué" + +#~ msgid "Grupo creado" +#~ msgstr "Groupe ajouté" + +#~ msgid "Error al crear el grupo" +#~ msgstr "Erreur pendant la création du groupe" + +#~ msgid "Grupo actualizado" +#~ msgstr "Groupe actualisé" + +#~ msgid "Error al actualizar el grupo" +#~ msgstr "Erreur pendant l'actualisation du groupe" + +#~ msgid "No es posible eliminar" +#~ msgstr "Impossible à supprimer" + +#~ msgid "Grupo eliminado" +#~ msgstr "Groupe supprimé" + +#~ msgid "Error al eliminar el grupo" +#~ msgstr "Erreur pendant la suppression du groupe" + +#~ msgid "Es necesario un nombre de perfil" +#~ msgstr "Nom de profil requis" + +#~ msgid "Nombre de perfil duplicado" +#~ msgstr "Nom de profil dupliqué" + +#~ msgid "Perfil creado" +#~ msgstr "Profil ajouté" + +#~ msgid "Perfil actualizado" +#~ msgstr "Profil actualisé" + +#~ msgid "Perfil eliminado" +#~ msgstr "Profil supprimé" + +#~ msgid "Es necesario un nombre de categoría" +#~ msgstr "Nom de catégorie requis" + +#~ msgid "Autorización creada" +#~ msgstr "Autorisation ajoutée" + +#~ msgid "Autorización actualizada" +#~ msgstr "Autorisation mise à jour" + +#~ msgid "Autorización eliminada" +#~ msgstr "Autorisation supprimée" + +#~ msgid "Nombre del campo no indicado" +#~ msgstr "Nom de champ indéfini" + +#~ msgid "Tipo del campo no indicado" +#~ msgstr "Type de champ indéfini" + +#~ msgid "Módulo del campo no indicado" +#~ msgstr "Module de champ indéfini" + +#~ msgid "Campo creado" +#~ msgstr "Champ ajouté" + +#~ msgid "Campo actualizado" +#~ msgstr "Champ mis à jour" + +#~ msgid "Campo eliminado" +#~ msgstr "Champ supprimé" + +#~ msgid "Realizar Backup" +#~ msgstr "Effectuer une sauvegarde" + +#~ msgid "Error al realizar el backup" +#~ msgstr "Erreur pendant la sauvegarde" + +#~ msgid "Revise el registro de eventos para más detalles" +#~ msgstr "Veuillez consulter le journal des évènements pour plus de détails" + +#~ msgid "Copia de la aplicación y base de datos realizada correctamente" +#~ msgstr "" +#~ "Sauvegarde de l'application et de la base de données effectuées " +#~ "correctement" + +#~ msgid "Error al realizar la exportación de cuentas" +#~ msgstr "Erreur pendant l'exportation de comptes" + +#~ msgid "Error al realizar la exportación" +#~ msgstr "Problème durant l'export" + +#~ msgid "Exportación de cuentas realizada correctamente" +#~ msgstr "Export réalisé avec succès" + +#~ msgid "Los parámetros de LDAP no están configurados" +#~ msgstr "Les paramètres LDAP ne sont pas définis" + +#~ msgid "Conexión a LDAP correcta" +#~ msgstr "Connexion LDAP OK" + +#~ msgid "Objetos encontrados" +#~ msgstr "Objets trouvés" + +#~ msgid "Modificar Configuración" +#~ msgstr "Modifier Configuration" + +#~ msgid "El tamaño máximo por archivo es de 16MB" +#~ msgstr "La taille maximale par fichier est de 16 MB" + +#, fuzzy +#~ msgid "Faltan parámetros de Proxy" +#~ msgstr "Paramètres proxy manquant" + +#~ msgid "Proxy habiltado" +#~ msgstr "Proxy activé" + +#~ msgid "Proxy deshabilitado" +#~ msgstr "Proxy désactivé" + +#~ msgid "Sección" +#~ msgstr "Section" + +#~ msgid "Faltan parámetros de Wiki" +#~ msgstr "Paramètres Wiki manquants" + +#~ msgid "Wiki habiltada" +#~ msgstr "Wiki activé" + +#~ msgid "Wiki deshabilitada" +#~ msgstr "Wiki désactivé" + +#~ msgid "Faltan parámetros de LDAP" +#~ msgstr "Paramètres LDAP manquants" + +#~ msgid "LDAP habiltado" +#~ msgstr "LDAP activé" + +#~ msgid "LDAP deshabilitado" +#~ msgstr "LDAP désactivé" + +#~ msgid "Faltan parámetros de Correo" +#~ msgstr "Paramètres de Courriel manquants" + +#~ msgid "Correo habiltado" +#~ msgstr "Courriel activé" + +#~ msgid "Correo deshabilitado" +#~ msgstr "Courriel désactivé" + +#~ msgid "Configuración actualizada" +#~ msgstr "Configuration actualisée" + +#, fuzzy +#~ msgid "Clave maestra no indicada" +#~ msgstr "Mot de Passe Maître requis" + +#~ msgid "Se ha de confirmar el cambio de clave" +#~ msgstr "Le changement de mot de passe doit être confirmé" + +#~ msgid "Las claves son idénticas" +#~ msgstr "Les mots de passe sont identiques" + +#~ msgid "Las claves maestras no coinciden" +#~ msgstr "Les Mots de passe Maîtres ne correspondent pas" + +#~ msgid "La clave maestra actual no coincide" +#~ msgstr "Le Mot de Passe Maître actuel indiqué est incorrect" + +#~ msgid "Errores al actualizar las claves de las cuentas" +#~ msgstr "Erreur pendant la modification des mots de passe des comptes" + +#~ msgid "Errores al actualizar las claves de las cuentas del histórico" +#~ msgstr "Erreur lors de la mise à jour des mots de passe dans l'historique" + +#~ msgid "Errores al actualizar datos de campos personalizados" +#~ msgstr "Erreur pendant la mise à jour de champs personnalisés" + +#~ msgid "Error al guardar el hash de la clave maestra" +#~ msgstr "Erreur pendant la sauvegarde du hash du Mot de passe Maître" + +#~ msgid "Generar Clave Temporal" +#~ msgstr "Générer un Mot de Passe Temporaire" + +#~ msgid "Clave Temporal Generada" +#~ msgstr "Mot de Passe Temporaire Géneré" + +#~ msgid "Error al generar clave temporal" +#~ msgstr "Erreur pendant la génération du mot de passe temporaire" + +#~ msgid "Usuario/Clave no introducidos" +#~ msgstr "Utilisateur/Mot de Passe non saisi" + +#~ msgid "Inicio sesión" +#~ msgstr "Se connecter" + +#~ msgid "Error al guardar los datos de LDAP" +#~ msgstr "Erreur pendant la sauvegarde des données utilisateur LDAP" + +#~ msgid "Error al actualizar la clave del usuario en la BBDD" +#~ msgstr "" +#~ "Erreur pendant l'actualisation du mot de passe utilisateur dans la base " +#~ "de données" + +#, fuzzy +#~ msgid "Login incorrecto" +#~ msgstr "Login incorrect" + +#~ msgid "Cuenta expirada" +#~ msgstr "Compte expiré" + +#~ msgid "El usuario no tiene grupos asociados" +#~ msgstr "L'utilisateur n'a pas de groupe associé" + +#~ msgid "Usuario deshabilitado" +#~ msgstr "Utilisateur désactivé" + +#~ msgid "Error al obtener los datos del usuario de la BBDD" +#~ msgstr "" +#~ "Erreur pendant la récupération des données utilisateur à partir de la " +#~ "base de données" + +#~ msgid "La clave maestra no ha sido guardada o es incorrecta" +#~ msgstr "Mot de Passe Maître non sauvegardé ou incorrect" + +#, fuzzy +#~ msgid "Clave maestra incorrecta" +#~ msgstr "Mot de Passe Maître invalide" + +#~ msgid "No hay extensiones permitidas" +#~ msgstr "Il n'y a pas d'extensions permises" + +#~ msgid "Tipo de archivo no soportado" +#~ msgstr "Types de fichiers non supportés" + +#~ msgid "Archivo inválido" +#~ msgstr "Fichier invalide" + +#~ msgid "Error interno al leer el archivo" +#~ msgstr "Erreur interne à la lecture du fichier" + +#~ msgid "Archivo guardado" +#~ msgstr "Fichier sauvegardé" + +#~ msgid "No se pudo guardar el archivo" +#~ msgstr "Erreur pendant la sauvegarde du fichier" + +#~ msgid "No es un ID de archivo válido" +#~ msgstr "ID de fichier invalide" + +#~ msgid "El archivo no existe" +#~ msgstr "Fichier inexistant" + +#~ msgid "Archivo eliminado" +#~ msgstr "Fichier supprimé" + +#~ msgid "Error al eliminar el archivo" +#~ msgstr "Erreur pendant la suppression du fichier" + +#, fuzzy +#~ msgid "Parámetros incorrectos" +#~ msgstr "Paramètres incorrects" + +#~ msgid "Recuperación de Clave" +#~ msgstr "Recupération de Mot de Passe" + +#~ msgid "Solicitado para" +#~ msgstr "Requis pour" + +#~ msgid "Solicitud enviada" +#~ msgstr "Requête envoyée" + +#~ msgid "En breve recibirá un correo para completar la solicitud." +#~ msgstr "Vous recevrez un courriel de confirmation sous peu" + +#~ msgid "Modificar Clave Usuario" +#~ msgstr "Modifier le Mot de Passe Utilisateur" + +#~ msgid "La clave es incorrecta o no coincide" +#~ msgstr "Le mot de passe est incorrect ou ne correspond pas" + +#~ msgid "Es necesaria una descripción" +#~ msgstr "Description requise" + +#~ msgid "Solicitud de Modificación de Cuenta" +#~ msgstr "Demande de Modification de Compte" + +#~ msgid "Solicitante" +#~ msgstr "Demandeur" + +#~ msgid "Error al actualizar preferencias" +#~ msgstr "Erreur pendant l'actualisation des préférences" + +#~ msgid "Preferencias actualizadas" +#~ msgstr "Préférences mises à jour" + +#~ msgid "La clave maestra no coincide" +#~ msgstr "Le Mot de Passe Maître ne correspond pas" + +#~ msgid "No es posible acceder directamente a este archivo" +#~ msgstr "Impossible d'accéder directement à ce fichier" + +#~ msgid "Error al actualizar el historial" +#~ msgstr "Erreur pendant l'actualisation de l'historique" + +#~ msgid "Actualizar Cuenta" +#~ msgstr "Actualiser Compte" + +#~ msgid "Error al actualizar los grupos secundarios" +#~ msgstr "Erreur pendant l'actualisation des groupes secondaires" + +#~ msgid "Error al actualizar los usuarios de la cuenta" +#~ msgstr "Erreur pendant la modification des comptes utilisateurs" + +#~ msgid "No se pudieron obtener los datos de la cuenta" +#~ msgstr "Erreur lors de la récupération des données du compte" + +#~ msgid "Error al eliminar grupos asociados a la cuenta" +#~ msgstr "Erreur pendant la suppression du groupe du compte" + +#~ msgid "Error al eliminar usuarios asociados a la cuenta" +#~ msgstr "Erreur pendant la suppression des utilisateurs du compte" + +#~ msgid "Error al eliminar archivos asociados a la cuenta" +#~ msgstr "Erreur pendant la supression des fichiers du compte" + +#~ msgid "Inicio" +#~ msgstr "Début" + +#~ msgid "Error en el módulo de encriptación" +#~ msgstr "Erreur dans le module de chiffrement" + +#~ msgid "Error al obtener las claves de las cuentas" +#~ msgstr "Erreur pendant la récupération des mots de passe des comptes" + +#~ msgid "Fallo al actualizar la clave de la cuenta" +#~ msgstr "Erreur à la mise à jour des mots de passe des comptes" + +#~ msgid "Cuentas actualizadas" +#~ msgstr "Comptes à jour" + +#~ msgid "No se pudieron obtener los datos de las cuentas" +#~ msgstr "Impossible de récupérer les données des comptes" + +#~ msgid "Actualizar Clave Maestra (H)" +#~ msgstr "Mettre à jour le Mot de Passe Maître (H)" + +#~ msgid "La clave maestra del registro no coincide" +#~ msgstr "L'enregistrement du mot de passe maître ne correspond pas" + +#~ msgid "Fallo al actualizar la clave del histórico" +#~ msgstr "" +#~ "Erreur pendant la mise à jour du Mot de passe Maître de l'historique" + +#~ msgid "Registros actualizados" +#~ msgstr "Enregistrements à jour" + +#~ msgid "Gestión Aplicación" +#~ msgstr "Gestion des Applications" + +#~ msgid "Exportar" +#~ msgstr "Exporter" + +#~ msgid "Acceso no permitido" +#~ msgstr "Accès non autorisé" + +#~ msgid "Error de codificación" +#~ msgstr "Erreur d'encodage" + +#~ msgid "La autorización ya existe" +#~ msgstr "L'autorisation existe déjà" + +#~ msgid "Actualizar Autorización" +#~ msgstr "Mise à jour de l'autorisation" + +#~ msgid "Usuario no pertenece al grupo" +#~ msgstr "L'utilisateur ne fait pas partie du groupe" + +#~ msgid "Esta operación sólo es posible en entornos Linux" +#~ msgstr "Cette opération est uniquement possible en environnement Linux" + +#~ msgid "Error al realizar backup en modo compatibilidad" +#~ msgstr "Erreur pendant la sauvegarde en mode compatibilité" + +#, fuzzy +#~ msgid "Compruebe los permisos del directorio de backups" +#~ msgstr "Vérifiez les permissions du dossier de sauvegarde" + +#~ msgid "Nombre de categoría duplicado" +#~ msgstr "Nom de catégorie dupliqué" + +#~ msgid "Error al crear la categoría" +#~ msgstr "Erreur pendant la création de la catégorie" + +#~ msgid "Error al eliminar la categoría" +#~ msgstr "Erreur pendant la suppression de la catégorie" + +#~ msgid "Error al actualizar la categoría" +#~ msgstr "Erreur pendant l'actualisation de la catégorie" + +#~ msgid "Modificar configuración" +#~ msgstr "Modifier Configuration" + +#~ msgid "Parámetro" +#~ msgstr "Paramètre" + +#~ msgid "Valor" +#~ msgstr "Valeur" + +#~ msgid "" +#~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." +#~ msgstr "" +#~ "Le hash du Mot de Passe Maître a été régénéré, aucune autre action n'est " +#~ "nécessaire" + +#~ msgid "No es posible generar las claves RSA" +#~ msgstr "Impossible de générer les clés RSA" + +#~ msgid "El archivo de clave no existe" +#~ msgstr "Le fichier de clé n'existe pas" + +#~ msgid "Error importando cuenta" +#~ msgstr "Erreur pendant l'importation des comptes" + +#~ msgid "Registros no actualizados" +#~ msgstr "Enregistrements non mis à jour" + +#, fuzzy +#~ msgid "Cliente duplicado" +#~ msgstr "Client dupliqué" + +#, fuzzy +#~ msgid "Error al crear el cliente" +#~ msgstr "Erreur pendant la création du client" + +#, fuzzy +#~ msgid "Error al actualizar el cliente" +#~ msgstr "Erreur pendant l'actualisation du client" + +#~ msgid "Actualizar Cliente" +#~ msgstr "Mettre à jour le Client" + +#, fuzzy +#~ msgid "Error al eliminar el cliente" +#~ msgstr "Erreur pendant la suppression du client" + +#~ msgid "No es posible conectar con la BD" +#~ msgstr "Impossible de se connecter à la base de données" + +#~ msgid "Compruebe los datos de conexión" +#~ msgstr "Veuillez vérifier les paramètres de connexion" + +#~ msgid "Realizado por" +#~ msgstr "Réalisé par" + +#~ msgid "Enviar Email" +#~ msgstr "Envoyer courriel" + +#~ msgid "Correo enviado" +#~ msgstr "Courriel envoyé" + +#~ msgid "Error al enviar correo" +#~ msgstr "Erreur pendant l'envoi du courriel" + +#~ msgid "Destinatario" +#~ msgstr "Destinataire" + +#~ msgid "CC" +#~ msgstr "CC" + +#~ msgid "Archivo no subido correctamente" +#~ msgstr "Fichier transféré avec succès" + +#, fuzzy +#~ msgid "Verifique los permisos del usuario del servidor web" +#~ msgstr "Veuillez vérifier les permissions de l'utilisateur du serveur web" + +#~ msgid "Compruebe la extensión del archivo" +#~ msgstr "Veuillez vérifier l'extension de fichier" + +#~ msgid "Compruebe la configuración de PHP para subir archivos" +#~ msgstr "Veuillez vérifier la configuration PHP pour le transfert de fichier" + +#~ msgid "Compruebe los permisos del directorio temporal" +#~ msgstr "Veuillez vérifiez les permissions du dossier temporaire" + +#~ msgid "Error al eliminar los usuarios del grupo" +#~ msgstr "Erreur pendant la suppression des utilisateurs du groupe" + +#~ msgid "Compruebe el formato del archivo" +#~ msgstr "Veuillez vérifier le format de fichier" + +#~ msgid "Importación finalizada" +#~ msgstr "Importation terminée" + +#~ msgid "La sesión no puede ser inicializada" +#~ msgstr "La session ne peut pas être initialisée" + +#~ msgid "El directorio \"/config\" no existe" +#~ msgstr "Le dossier \"/config\" n'existe pas" + +#~ msgid "No es posible escribir en el directorio \"config\"" +#~ msgstr "Impossible d'écrire dans le dossier \"/config\"" + +#~ msgid "Los permisos del directorio \"/config\" son incorrectos" +#~ msgstr "Les permissions du dossier \"/config\" sont incorrectes" + +#~ msgid "Finalizar sesión" +#~ msgstr "Déconnexion" + +#~ msgid "Tiempo inactivo" +#~ msgstr "Temps d'inactivité" + +#~ msgid "Tiempo total" +#~ msgstr "Temps total" + +#~ msgid "Actualización" +#~ msgstr "Actualisation" + +#~ msgid "Actualización de versión realizada." +#~ msgstr "Mise à jour de version effectuée." + +#~ msgid "Indicar nombre de usuario admin" +#~ msgstr "Saisir le nom de l'utilisateur admin" + +#~ msgid "Usuario admin para acceso a la aplicación" +#~ msgstr "Utilisateur administrateur pour se connecter à l'application" + +#~ msgid "Indicar la clave de admin" +#~ msgstr "Saisir le mot de passe administrateur" + +#~ msgid "Clave del usuario admin de la aplicación" +#~ msgstr "Mot de passe administrateur de l'application" + +#~ msgid "Indicar la clave maestra" +#~ msgstr "Saisir le Mot de Passe Maître" + +#, fuzzy +#~ msgid "Clave maestra para encriptar las claves" +#~ msgstr "Mot de Passe Maître pour chiffrer les mots de passe" + +#, fuzzy +#~ msgid "Clave maestra muy corta" +#~ msgstr "Mot de Passe Maître trop court" + +#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" +#~ msgstr "" +#~ "La longueur du Mot de Passe Maître doit être de 11 caractères minimum" + +#~ msgid "Indicar el usuario de la BBDD" +#~ msgstr "Saisir l'utilisateur de la base de données" + +#, fuzzy +#~ msgid "Usuario con permisos de administrador de la Base de Datos" +#~ msgstr "" +#~ "Un utilisateur avec des droits d'administration sur la base de données" + +#~ msgid "Indicar el nombre de la BBDD" +#~ msgstr "Saisir le nom de la base de données" + +#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" +#~ msgstr "Nom pour la base de données de l'application. eg. syspass" + +#~ msgid "El nombre de la BBDD no puede contener \".\"" +#~ msgstr "Le nom de la base de données ne peut pas contenir \".\"" + +#~ msgid "Elimine los puntos del nombre de la Base de Datos" +#~ msgstr "" +#~ "Veuillez supprimer les points (\".\") dans le nommage de la base de " +#~ "données" + +#~ msgid "Indicar el servidor de la BBDD" +#~ msgstr "Saisir le serveur de base de données" + +#~ msgid "Servidor donde se instalará la Base de Datos" +#~ msgstr "Serveur où la base de données sera installée" + +#~ msgid "No es posible comprobar el usuario de sysPass" +#~ msgstr "Utilisateur impossible à vérifier" + +#~ msgid "Compruebe los permisos del usuario de conexión a la BD" +#~ msgstr "" +#~ "Vérifiez les permissions de l'utilisateur de connexion à la base de " +#~ "données" + +#~ msgid "La BBDD ya existe" +#~ msgstr "La base de données existe déjà" + +#~ msgid "Indique una nueva Base de Datos o elimine la existente" +#~ msgstr "" +#~ "Saisissez une nouvelle base de données ou supprimez celle qui existe déjà" + +#~ msgid "Error al crear la BBDD" +#~ msgstr "Erreur pendant la création de la base de données" + +#~ msgid "Verifique los permisos del usuario de la Base de Datos" +#~ msgstr "" +#~ "Veuillez vérifier les permissions de l'utilisateur de la base de données" + +#~ msgid "El archivo de estructura de la BBDD no existe" +#~ msgstr "Fichier de structure de base de données inexistant" + +#~ msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." +#~ msgstr "" +#~ "Impossible de créer la base de données de l'application. Veuillez la " +#~ "télécharger de nouveau." + +#~ msgid "Error al seleccionar la BBDD" +#~ msgstr "Erreur pendant la sélection de la base de données" + +#~ msgid "" +#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " +#~ "los permisos y que no exista." +#~ msgstr "" +#~ "Impossible d'utiliser la base de données pour créer la structure. " +#~ "Vérifiez les permissions et l'inexistantce de la structure." + +#~ msgid "Error al crear la estructura de la Base de Datos." +#~ msgstr "Erreur pendant la création de la structure de la base de données" + +#~ msgid "Informe al desarrollador" +#~ msgstr "Avertissez le développeur" + +#~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" +#~ msgstr "" +#~ "Erreur pendant l'actualisation du Mot de Passe Maître pour l'utilisateur " +#~ "\"admin\"" + +#~ msgid "No es posible conectar con el servidor de LDAP" +#~ msgstr "Impossible de se connecter au server LDAP" + +#~ msgid "Error al conectar (BIND)" +#~ msgstr "Erreur de connexion (BIND)" + +#~ msgid "Error al buscar objetos en DN base" +#~ msgstr "Erreur pendant la recherche d'objets dans la base DN" + +#~ msgid "Error al buscar RDN de grupo" +#~ msgstr "Erreur pendant la recherche RDN du groupe" + +#~ msgid "Error al localizar el usuario en LDAP" +#~ msgstr "Erreur pendant la recherche de l'utilisateur dans l'annuaire LDAP" + +#~ msgid "Error al buscar el grupo de usuarios" +#~ msgstr "Erreur pendant la recherche de groupe d'utilisateurs" + +#~ msgid "Usuario verificado en grupo" +#~ msgstr "Utilisateur vérifié dans le groupe" + +#~ msgid "Vaciar Eventos" +#~ msgstr "Nettoyer les Évènements" + +#, fuzzy +#~ msgid "Cliente no encontrado" +#~ msgstr "Client introuvable" + +#~ msgid "Error al obtener los usuarios" +#~ msgstr "Erreur pendant la récupération des utilisateurs" + +#~ msgid "Migrar Perfiles" +#~ msgstr "Migrer Profils" + +#~ msgid "Error al obtener perfiles" +#~ msgstr "Erreur pendant l'obtention des profils" + +#~ msgid "Operación realizada correctamente" +#~ msgstr "Opération faite avec succès" + +#~ msgid "Fallo al realizar la operación" +#~ msgstr "Erreur pendant l'opération" + +#~ msgid "Formato de XML inválido" +#~ msgstr "Format XML invalide" + +#~ msgid "Error al aplicar la actualización de la Base de Datos" +#~ msgstr "Erreur pendant la mise à jour de la base de données" + +#~ msgid "Compruebe el registro de eventos para más detalles" +#~ msgstr "Veuillez consulter le journal des évènements pour plus de détails" + +#~ msgid "Error al aplicar la actualización auxiliar" +#~ msgstr "Erreur lors de l'application d'une mise à jour auxiliaire" + +#~ msgid "Actualizar BBDD" +#~ msgstr "Mis à jour base de données" + +#~ msgid "No es necesario actualizar la Base de Datos." +#~ msgstr "La mise à jour de la base de données n'est pas nécessaire" + +#~ msgid "Actualización de la Base de Datos realizada correctamente." +#~ msgstr "Mise à jour de la base de données effectuée" + +#~ msgid "Actualizar Configuración" +#~ msgstr "Mettre à jour la configuration" + +#~ msgid "No se pudo realizar la petición de cambio de clave." +#~ msgstr "Impossible d'effectuer la requête de changement de mot de passe" + +#~ msgid "Usuario de LDAP" +#~ msgstr "Utilisateur LDAP" + +#~ msgid "Activación Cuenta" +#~ msgstr "Activation de Compte" + +#~ msgid "Su cuenta está pendiente de activación." +#~ msgstr "Votre compte est en attente d'activation." + +#~ msgid "En breve recibirá un email de confirmación." +#~ msgstr "Vous recevrez un courriel de confirmation sous peu." + +#~ msgid "Nuevo usuario de LDAP" +#~ msgstr "Nouvel utilisateur LDAP" + +#~ msgid "Error al migrar grupo del usuario" +#~ msgstr "Erreur pendant la migration du groupe de l'utilisateur" + +#~ msgid "Versión de PHP requerida >= " +#~ msgstr "Version PHP requise >=" + +#~ msgid "" +#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" +#~ msgstr "" +#~ "Mettez à niveau votre version de PHP afin que l'application fonctionne " +#~ "correctement" + +#~ msgid "Exportar XML" +#~ msgstr "Exporter XML" + +#~ msgid "Error al crear el archivo XML" +#~ msgstr "Erreur pendant la création du fichier XML" + +#~ msgid "No es posible procesar el archivo XML" +#~ msgstr "Impossible de traiter le fichier XML" + +#~ msgid "Archivo XML no soportado" +#~ msgstr "Fichier XML non supportés" + +#~ msgid "No es posible detectar la aplicación que exportó los datos" +#~ msgstr "" +#~ "Impossible de détecter l'application depuis laquelle les données ont été " +#~ "exportés" + +#~ msgid "Registro de eventos vaciado" +#~ msgstr "Journal d'évènements nettoyé" + +#~ msgid "Error al vaciar el registro de eventos" +#~ msgstr "Erreur pendant le nettoyage du journal d'évènements" + +#~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" +#~ msgstr "" +#~ "Cette version de PHP est vulnerable aux attaques NULL Byte (CVE-2006-7243)" + +#~ msgid "Actualice la versión de PHP para usar sysPass de forma segura" +#~ msgstr "" +#~ "Mettez à jour votre version de PHP afin d'utiliser sysPass de manière " +#~ "sécurisée" + +#~ msgid "No se encuentra el generador de números aleatorios." +#~ msgstr "Impossible de trouver le générateur de nombres aléatoires." + +#~ msgid "" +#~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" +#~ msgstr "" +#~ "Sans cette fonction, un attaquant pourrait prendre votre compte sur un " +#~ "changement de mot de passe" + +#~ msgid "Instalación finalizada" +#~ msgstr "Installation terminée" + +#~ msgid "Descargar nueva versión" +#~ msgstr "Télécharger nouvelle version" + +#~ msgid "Token de autorización visualizado" +#~ msgstr "Token d'autorisation vu" + +#~ msgid "Autorizaciones" +#~ msgstr "Autorisations" + +#~ msgid "Hablitar edición" +#~ msgstr "Autoriser Édition du Compte" + +#~ msgid "Modificar Cuenta" +#~ msgstr "Modifier Compte" + +#~ msgid "Se permite un máximo de 4 caracteres." +#~ msgstr "4 caractères maximum autorisés." + +#~ msgid "Primera página" +#~ msgstr "Première page" + +#~ msgid "Página anterior" +#~ msgstr "Page précédente" + +#~ msgid "Página siguiente" +#~ msgstr "Page suivante" + +#~ msgid "Última página" +#~ msgstr "Dernière page" + +#~ msgid "Comprobar" +#~ msgstr "Vérifier" + +#, fuzzy +#~ msgid "Cambiar Clave" +#~ msgstr "Changer Mot de Passe" + +#~ msgid "Añadir" +#~ msgstr "Ajouter" + +#~ msgid "Abrir enlace a" +#~ msgstr "Ouvrir le lien vers" + +#~ msgid "Limpiar" +#~ msgstr "Nettoyer la Sélection" + +#~ msgid "Parámetros especiales:" +#~ msgstr "Paramètres spéciaux de recherche :" + +#~ msgid "Realizar" +#~ msgstr "Effectuer" + +#~ msgid "Extensión" +#~ msgstr "Extension" + +#~ msgid "Tamaño de archivo superado" +#~ msgstr "Taille de fichier dépassé" + +#~ msgid "Solicitud no enviada" +#~ msgstr "Demande non envoyée" + +#~ msgid "Compruebe datos de usuario o consulte con el administrador" +#~ msgstr "" +#~ "Veuillez vérifier les données de l'utilisateur ou contacter " +#~ "l'administrateur" + +#~ msgid "La cuenta no existe" +#~ msgstr "Le compte n'existe pas" + +#~ msgid "Errores" +#~ msgstr "Erreurs" + +#~ msgid "Error al añadir favorito" +#~ msgstr "Erreur lors de l'ajout du favori" + +#~ msgid "Error al eliminar favorito" +#~ msgstr "Erreur lors de la suppression du favori" + +#~ msgid "Error al eliminar las etiquetas de la cuenta" +#~ msgstr "Erreur lors de la suppression des tags du compte" + +#~ msgid "Método inválido" +#~ msgstr "Méthode invalide" + +#~ msgid "Datos inválidos" +#~ msgstr "Donnée invalide" + +#~ msgid "Formato incorrecto" +#~ msgstr "Mauvais format" + +#~ msgid "Nombre de categoría a buscar" +#~ msgstr "Nom de la catégorie à rechercher" + +#, fuzzy +#~ msgid "Nombre de cliente a buscar" +#~ msgstr "Nom du client à rechercher" + +#~ msgid "Método ya inicializado" +#~ msgstr "Méthode déjà initialisée" + +#~ msgid "Método no disponible" +#~ msgstr "Méthode non disponible" + +#~ msgid "Los parámetros de DokuWiki no están configurados" +#~ msgstr "Les paramètres de Dokuwiki ne sont pas définis" + +#~ msgid "Error" +#~ msgstr "Erreur" + +#~ msgid "Conexión correcta" +#~ msgstr "Connexion réussie" + +#~ msgid "Error de conexión a DokuWiki" +#~ msgstr "Erreur lors de la connexion à Dokuwiki" + +#~ msgid "Faltan parámetros de syslog remoto" +#~ msgstr "Paramètres syslog distants manquants" + +#~ msgid "Syslog remoto deshabilitado" +#~ msgstr "Syslog distant désactivé" + +#~ msgid "Error al guardar la configuración" +#~ msgstr "Erreur lors de la sauvegarde de la configuration" + +#~ msgid "Faltan parámetros de DokuWiki" +#~ msgstr "Paramètres Dokuwiki manquants" + +#~ msgid "DokuWiki habiltada" +#~ msgstr "Dokuwiki activé" + +#~ msgid "DokuWiki deshabilitada" +#~ msgstr "Dokuwiki désactivé" + +#~ msgid "Enlace creado" +#~ msgstr "Lien créé" + +#~ msgid "Enlace actualizado" +#~ msgstr "Lien actualisé" + +#~ msgid "Enlace eliminado" +#~ msgstr "Lien supprimé" + +#~ msgid "Plugin habilitado" +#~ msgstr "Plugin activé" + +#~ msgid "Plugin deshabilitado" +#~ msgstr "Plugin désactivé" + +#~ msgid "Plugin restablecido" +#~ msgstr "Plugin ré-initialisé" + +#~ msgid "Favorito añadido" +#~ msgstr "Favoris ajouté" + +#~ msgid "Favorito eliminado" +#~ msgstr "Favoris supprimé" + +#~ msgid "Importación de usuarios de LDAP realizada" +#~ msgstr "Importation utilisateur LDAP terminée" + +#~ msgid "Error al importar usuarios de LDAP" +#~ msgstr "Erreur durant l'importation LDAP" + +#~ msgid "Notificación leída" +#~ msgstr "Notification lue" + +#~ msgid "Notificación eliminada" +#~ msgstr "Notification supprimée" + +#~ msgid "Solicitud enviada por correo" +#~ msgstr "Requête envoyée par courriel" + +#~ msgid "Solicitud no enviada por correo" +#~ msgstr "Requête non envoyée par courriel" + +#~ msgid "Solicitud realizada" +#~ msgstr "Requête términée" + +#~ msgid "Detalles de Plugin" +#~ msgstr "Détails du Plugin" + +#~ msgid "Error al obtener la clave maestra del usuario" +#~ msgstr "Impossible de récupérer le Mot de Passe Maître de l'utilisateur" + +#~ msgid "Es necesaria su clave anterior" +#~ msgstr "Mot de passe précédent nécessaire" + +#~ msgid "Servidor LDAP" +#~ msgstr "Serveur LDAP" + +#~ msgid "Buscar Categorías" +#~ msgstr "Rechercher Catégories" + +#~ msgid "Añadir Categoría" +#~ msgstr "Ajouté Catégorie" + +#~ msgid "Buscar Clientes" +#~ msgstr "Rechercher Clients" + +#~ msgid "Añadir Cliente" +#~ msgstr "Ajout Client" + +#~ msgid "Observador no inicializado" +#~ msgstr "Observateur non initialisé" + +#~ msgid "Es necesario un objeto" +#~ msgstr "Un objet est nécessaire" + +#~ msgid "Indicar la clave de la BBDD" +#~ msgstr "Saisir le mot de passe de la base de données" + +#~ msgid "Clave del usuario administrador de la Base de Datos" +#~ msgstr "Mot de passe administrateur de la base de données" + +#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" +#~ msgstr "" +#~ "Erreur durant la création de la connexion de l'utilisateur MySQL '%s'" + +#~ msgid "La BBDD no existe" +#~ msgstr "La base de données n'existe pas" + +#~ msgid "Es necesario crearla y asignar los permisos necesarios" +#~ msgstr "Vous devez créer et définir les permissions nécessaires" + +#~ msgid "La plantilla no contiene archivos" +#~ msgstr "Le modèle ne contient pas de fichiers" + +#~ msgid "Error al actualizar la configuración" +#~ msgstr "Erreur durant la mise à jour de la configuration" + +#~ msgid "Usuario no indicado" +#~ msgstr "Utilisateur non paramétré" + +#~ msgid "Acción no indicada" +#~ msgstr "Action non paramétrée" + +#~ msgid "Es necesario un nombre de etiqueta" +#~ msgstr "Un nom de tag est nécessaire" + +#~ msgid "Respuesta XML-RPC inválida" +#~ msgstr "Réponse XML-RPC invalide" + +#~ msgid "Id de categoría no definido. No es posible importar cuenta." +#~ msgstr "ID catégorie non paramétré. Impossible d'importer le compte." + +#, fuzzy +#~ msgid "Id de cliente no definido. No es posible importar cuenta." +#~ msgstr "ID client non paramétré. Impossible d'importer le compte." + +#~ msgid "Clave de encriptación no indicada" +#~ msgstr "Chiffrement mot de passe non paramétré" + +#~ msgid "Extensión '%s' no cargada" +#~ msgstr "L'extension '%s' n'est pas chargée" + +#~ msgid "Categoría duplicada" +#~ msgstr "Catégorie dupliqué" + +#~ msgid "Categoría no encontrada" +#~ msgstr "Catégorie introuvable" + +#~ msgid "Error al crear el campo personalizado" +#~ msgstr "Erreur durant la création d'un champ personnalisé" + +#~ msgid "Error al eliminar el campo personalizado" +#~ msgstr "Erreur durant la suppression d'un champ personnalisé" + +#~ msgid "Error al actualizar el campo personalizado" +#~ msgstr "Erreur durant la mise à jour de la catégorie" + +#~ msgid "Campo personalizado no encontrado" +#~ msgstr "Champ personnalisé non trouvé" + +#~ msgid "No se encontraron campos personalizados" +#~ msgstr "Champs personnalisé non trouvés" + +#~ msgid "No hay datos de campos personalizados" +#~ msgstr "Pas de donnée de champs personnalisés" + +#~ msgid "Error al migrar campos personalizados" +#~ msgstr "Erreur lors de la migration de champs personnalisé" + +#~ msgid "Archivo subido" +#~ msgstr "Fichier envoyé" + +#~ msgid "Grupo en uso" +#~ msgstr "Groupe en cours d'utilisation" + +#~ msgid "Actualizar Grupo" +#~ msgstr "Mettre à jour le Groupe" + +#~ msgid "Error al asignar los usuarios al grupo" +#~ msgstr "Erreur pendant la suppression de l'utilisateur du groupe" + +#~ msgid "Error al crear la notificación" +#~ msgstr "Erreur lors de l'ajout de la notification" + +#~ msgid "Error al eliminar la notificación" +#~ msgstr "Erreur lors de la suppression de la notification" + +#~ msgid "Error al modificar la notificación" +#~ msgstr "Erreur lors de la mise à jour de la notification" + +#~ msgid "Error al obtener la notificación" +#~ msgstr "Erreur lors de la récupération de la notification" + +#~ msgid "Error al obtener las notificaciones" +#~ msgstr "Erreur lors de la récupération des notifications" + +#~ msgid "Error al crear el plugin" +#~ msgstr "Erreur lors de l'ajout du plugin" + +#~ msgid "Error al eliminar el plugin" +#~ msgstr "Erreur lors de la suppression du plugin" + +#~ msgid "Error al actualizar el plugin" +#~ msgstr "Erreur lors de la mise à jour du plugin" + +#~ msgid "Habilitado" +#~ msgstr "Activé" + +#~ msgid "Error al crear perfil" +#~ msgstr "Erreur lors de la création du profil" + +#~ msgid "Perfil en uso" +#~ msgstr "Profil en cours d'utilisation" + +#~ msgid "Error al eliminar perfil" +#~ msgstr "Erreur lors de la suppression du profil" + +#~ msgid "Error al modificar perfil" +#~ msgstr "Erreur lors de la modification du profil" + +#~ msgid "Enlace visualizado" +#~ msgstr "Lien visualisé" + +#~ msgid "Error al actualizar enlace" +#~ msgstr "Erreur lors de la mise à jour du lien" + +#~ msgid "Enlace ya creado" +#~ msgstr "Lien déjà créé" + +#~ msgid "Error al crear enlace" +#~ msgstr "Erreur lors de la création du lien" + +#~ msgid "Error al eliminar enlace" +#~ msgstr "Erreur lors de la suppression du lien" + +#~ msgid "Error al renovar enlace" +#~ msgstr "Erreur lors du renouvellement du lien" + +#~ msgid "Actualizar Enlace" +#~ msgstr "Lien mis à jour" + +#~ msgid "Error al obtener enlace" +#~ msgstr "Erreur lors de la récupération du lien" + +#~ msgid "ON" +#~ msgstr "ON" + +#~ msgid "OFF" +#~ msgstr "OFF" + +#~ msgid "Etiqueta duplicada" +#~ msgstr "Tag dupliqué" + +#~ msgid "Error al crear etiqueta" +#~ msgstr "Erreur lors de la création du tag" + +#~ msgid "Error al eliminar etiqueta" +#~ msgstr "Erreur lors de la suppression du tag" + +#~ msgid "Error al actualizar etiqueta" +#~ msgstr "Erreur lors de la mise à jour du tag" + +#~ msgid "Error al obtener etiqueta" +#~ msgstr "Erreur lors de la récupération du tag" + +#~ msgid "Login/email de usuario duplicados" +#~ msgstr "Login/courriel utilisateur dupliqué" + +#~ msgid "Error al obtener los datos del usuario" +#~ msgstr "Erreur lors de la récupération des données utilisateurs" + +#~ msgid "No se encontraron objetos para sincronizar" +#~ msgstr "Il n'y a pas d'objet à synchroniser" + +#~ msgid "Sincronización finalizada" +#~ msgstr "Synchronisation terminée" + +#~ msgid "Error al migrar cuenta de usuario" +#~ msgstr "Erreur lors de la migration de compte utilisateur" + +#~ msgid "Error al obtener grupo de usuarios" +#~ msgstr "Erreur lors de la récupération du groupe des utilisateurs" + +#~ msgid "Error en comprobación de hash" +#~ msgstr "Erreur lors de la vérification du hash" + +#~ msgid "Hash inválido o expirado" +#~ msgstr "Hash invalide ou expiré" + +#~ msgid "Error al generar el hash de recuperación" +#~ msgstr "Erreur lors de la génération du hash de récupération" + +#~ msgid "Actualizando preferencias" +#~ msgstr "Mise à jours des préférences" + +#~ msgid "No es posible leer/escribir el archivo: %s" +#~ msgstr "Impossible de lire/écrire le fichier: %s" + +#~ msgid "No hay elementos para guardar" +#~ msgstr "Il n'y a pas d'objet à sauvegarder" + +#~ msgid "Socket no inicializado" +#~ msgstr "Socket non initialisé" + +#~ msgid "Error al enviar datos" +#~ msgstr "Erreur lors de l'envoi de donnée" + +#~ msgid "Respuesta" +#~ msgstr "Réponse" + +#~ msgid "Ver Detalles" +#~ msgstr "Voir Détails" + +#~ msgid "Copiar" +#~ msgstr "Copier" + +#~ msgid "Restaurar" +#~ msgstr "Restaurer" + +#~ msgid "Descargar" +#~ msgstr "Télécharger" + +#~ msgid "Crítico" +#~ msgstr "Critique" + +#~ msgid "Accesos" +#~ msgstr "Accès" + +#~ msgid "Cuentas Vinculadas" +#~ msgstr "Comptes Liés" + +#~ msgid "Origen" +#~ msgstr "Origine" + +#~ msgid "Agente" +#~ msgstr "Agent" + +#~ msgid "Crear Usuario" +#~ msgstr "Ajouter un Utilisateur" + +#~ msgid "Actualizar Usuario" +#~ msgstr "Mettre à jour l'Utilisateur" + +#~ msgid "Actualizar Clave Usuario" +#~ msgstr "Mettre à jour le Mot de Passe Utilisateur" + +#~ msgid "Crear Grupo" +#~ msgstr "Ajouter un Groupe" + +#~ msgid "Crear Perfil" +#~ msgstr "Ajouter un Profil" + +#~ msgid "Actualizar Perfil" +#~ msgstr "Mettre à jour le Profil" + +#, fuzzy +#~ msgid "Crear Cliente" +#~ msgstr "Ajouter un Client" + +#~ msgid "Crear Categoría" +#~ msgstr "Ajouter une Catégorie" + +#~ msgid "Actualizar Categoría" +#~ msgstr "Mettre à jour la Catégorie" + +#~ msgid "Crear Autorización" +#~ msgstr "Ajouter une Autorisation" + +#~ msgid "Crear Campo" +#~ msgstr "Ajouter un Champ" + +#~ msgid "Actualizar Campo" +#~ msgstr "Mettre à jour un Champ" + +#~ msgid "Crear Enlace" +#~ msgstr "Ajouter un Lien" + +#~ msgid "Crear Etiqueta" +#~ msgstr "Ajouter un Tag" + +#~ msgid "Actualizar Etiqueta" +#~ msgstr "Mettre à jour un Tag" + +#~ msgid "Actualizar Plugin" +#~ msgstr "Mettre à jour le Plugin" + +#~ msgid "Crear Cuenta" +#~ msgstr "Ajouter un Compte" + +#~ msgid "Usuarios importados" +#~ msgstr "Utilisateurs importés" + +#~ msgid "Acceso denegado" +#~ msgstr "Accès refusé" + +#~ msgid "Error al añadir las etiquetas de la cuenta" +#~ msgstr "Erreur en ajoutant des étiquettes de compte" + +#~ msgid "Grupos eliminados" +#~ msgstr "Groupes supprimés" + +#~ msgid "Perfiles eliminados" +#~ msgstr "Profils supprimés" + +#, fuzzy +#~ msgid "Clientes eliminados" +#~ msgstr "Utilisateurs supprimés" + +#~ msgid "Categorías eliminadas" +#~ msgstr "Catégories supprimées" + +#~ msgid "Autorizaciones eliminadas" +#~ msgstr "Autorisations supprimées" + +#~ msgid "Campos eliminados" +#~ msgstr "Champs supprimés" + +#~ msgid "Enlaces eliminados" +#~ msgstr "Liens supprimés" + +#~ msgid "Etiquetas eliminadas" +#~ msgstr "Tags supprimés" + +#~ msgid "Archivos eliminados" +#~ msgstr "Fichiers supprimés" + +#~ msgid "Cuentas eliminadas" +#~ msgstr "Comptes supprimés" + +#~ msgid "Notificación creada" +#~ msgstr "Notification créée" + +#~ msgid "Notificaciones eliminadas" +#~ msgstr "Notifications supprimées" + +#~ msgid "Usando clave temporal" +#~ msgstr "Utilisation d'un mot de passe temporaire" + +#~ msgid "Clave temporal caducada" +#~ msgstr "Mot de passe temporaire expiré" + +#~ msgid "Sesión" +#~ msgstr "Session" + +#~ msgid "Error al comprobar la base de datos" +#~ msgstr "Erreur lors de la vérification de la base de données" + +#~ msgid "Intente de nuevo la instalación" +#~ msgstr "Veuillez réessayer l'installation" + +#~ msgid "Es necesario un componente" +#~ msgstr "Un composant est nécessaire" + +#~ msgid "Es necesario un tipo" +#~ msgstr "Un type est nécessaire" + +#~ msgid "Es necesario un destinatario" +#~ msgstr "Une destination est nécessaire" + +#~ msgid "Error procesando línea" +#~ msgstr "Erreur de la ligne de traitement" + +#~ msgid "Cuentas importadas" +#~ msgstr "Comptes importés" + +#~ msgid "Archivo no encontrado" +#~ msgstr "Fichier introuvable" + +#~ msgid "Grupo no encontrado" +#~ msgstr "Groupe introuvable" + +#~ msgid "Notificación no encontrada" +#~ msgstr "Notification introuvable" + +#~ msgid "Plugin no encontrado" +#~ msgstr "Plugin introuvable" + +#~ msgid "Perfil no encontrado" +#~ msgstr "Profil introuvable" + +#~ msgid "Enlace no encontrado" +#~ msgstr "Lien introuvable" + +#~ msgid "Etiqueta no encontrada" +#~ msgstr "Tag introuvable" + +#~ msgid "Usuario no encontrado" +#~ msgstr "Utilisateur introuvable" + +#~ msgid "Consulta en blanco" +#~ msgstr "Requête vide" + +#~ msgid "No es posible iniciar una transacción" +#~ msgstr "Impossible de démarrer une transaction" + +#~ msgid "No es posible finalizar una transacción" +#~ msgstr "Impossible de terminer la transaction" + +#~ msgid "Cuenta no encontrada" +#~ msgstr "Compte introuvable" + +#~ msgid "Hash de clave maestra actualizado" +#~ msgstr "Hash du Mot de Passe Maître mis à jour" + +#~ msgid "Error al actualizar el hash de la clave maestra" +#~ msgstr "Erreur durant la mise à jour du Mot de Passe Maître" + +#~ msgid "Usuarios eliminados" +#~ msgstr "Utilisateurs supprimés" + +#~ msgid "Notificación actualizada" +#~ msgstr "Notification mise à jour" + +#~ msgid "Restricción de integridad" +#~ msgstr "Contrainte d'intégrité" + +#~ msgid "Clave de encriptación incorrecta" +#~ msgstr "Chiffrement de mot de passe incorrect" + +#~ msgid "Código de seguridad incorrecto" +#~ msgstr "Code de sécurité invalide" + +#~ msgid "Es necesario confirmar la actualización" +#~ msgstr "La mise à jour a besoin d'être confirmé" + +#~ msgid "En 5 segundos será redirigido al login" +#~ msgstr "Vous allez être redirigé vers l'écran de connexion dans 5 secondes" + +#~ msgid "Error al aplicar la actualización de la aplicación" +#~ msgstr "Erreur lors de la mise à jour de l'application" + +#~ msgid "Intentos excedidos" +#~ msgstr "Tentatives dépassées" + +#~ msgid "Token no encontrado" +#~ msgstr "Token non trouvé" + +#~ msgid "Error al crear track" +#~ msgstr "Erreur lors de la création de la piste" + +#~ msgid "Error al eliminar track" +#~ msgstr "Erreur lors de la suppression de la piste" + +#~ msgid "Error al actualizar track" +#~ msgstr "Erreur lors de la mise à jour de la piste" + +#~ msgid "Error al obtener track" +#~ msgstr "Erreur lors de la récupération de la piste" + +#~ msgid "Error al obtener tracks" +#~ msgstr "Erreur lors de la récupération des pistes" + +#~ msgid "Actualizando IDs de cuentas" +#~ msgstr "Mise à jour des ID comptes" + +#~ msgid "Actualizando IDs de categorías" +#~ msgstr "Mise à jour des ID catégories" + +#~ msgid "Actualizando IDs de clientes" +#~ msgstr "Mise à jour des ID clients" + +#~ msgid "Actualizando IDs de grupos" +#~ msgstr "Mise à jour des ID groupes" + +#~ msgid "Actualizando IDs de perfil" +#~ msgstr "Mise à jour des ID profils" + +#~ msgid "Actualizando IDs de usuarios" +#~ msgstr "Mise à jour des ID utilisateurs" + +#~ msgid "Acción no encontrada" +#~ msgstr "Action non trouvée" + +#~ msgid "Contexto ya inicializado" +#~ msgstr "Contexte déjà initialisé" + +#~ msgid "Contexto inválido" +#~ msgstr "Context invalide" + +#~ msgid "Contexto no inicializado" +#~ msgstr "Context non initialisé" + +#~ msgid "Clase no válida para iconos" +#~ msgstr "Classe d'icônes invalide" + +#~ msgid "Tipo de filtro inválido" +#~ msgstr "Type de filtre invalide" + +#~ msgid "Tipo de objeto incorrecto" +#~ msgstr "Type d'objet incorrecte" + +#~ msgid "No es posible inicializar" +#~ msgstr "Impossible d'initialiser" + +#~ msgid "Error al eliminar los archivos" +#~ msgstr "Erreur lors de la suppression des fichiers" + +#~ msgid "Error al eliminar las cuentas" +#~ msgstr "Erreur lors de la suppression des comptes" + +#~ msgid "Error al eliminar la categorías" +#~ msgstr "Erreur lors de la suppression des catégories" + +#~ msgid "Error al eliminar los clientes" +#~ msgstr "Erreur lors de la suppression des clients" + +#~ msgid "Error al eliminar los campos personalizados" +#~ msgstr "Error lors de la suppresion des champs personnalisé" + +#~ msgid "Error al crear el tipo de campo" +#~ msgstr "Erreur lors de la création du type de champ" + +#~ msgid "Error al actualizar el tipo de campo" +#~ msgstr "Erreur lors de l'actualisation du type de champ" + +#~ msgid "Error al eliminar el tipo de campo" +#~ msgstr "Erreur lors de la suppression du type de champ" + +#~ msgid "Error al eliminar las notificaciones" +#~ msgstr "Erreur lors de la suppression des notifications" + +#~ msgid "El enlace no existe" +#~ msgstr "Le lien n'existe pas" + +#~ msgid "Error al eliminar etiquetas" +#~ msgstr "Erreur lors de la suppression des étiquettes" + +#~ msgid "Error al eliminar los usuarios" +#~ msgstr "Erreur lors de la suppresion des utilisateurs" + +#~ msgid "El usuario no existe" +#~ msgstr "L'utilisateur n'existe pas" + +#~ msgid "Error al eliminar los perfiles" +#~ msgstr "Erreur lors de la suppression des profiles" + +#~ msgid "Error al eliminar archivos" +#~ msgstr "Erreur lors de la suppression des fichiers" + +#~ msgid "Fomato incorrecto" +#~ msgstr "Format invalide" + +#~ msgid "Error al eliminar tokens" +#~ msgstr "Erreur lors de la suppression des tokens" + +#~ msgid "Copiando base de datos" +#~ msgstr "Base de données en copie" + +#~ msgid "Copiando aplicación" +#~ msgstr "Application en copie" + +#~ msgid "Rollback" +#~ msgstr "Rollback" + +#~ msgid "Error al comprobar clave temporal" +#~ msgstr "Erreur lors de la varification du mot de passe temporaire" + +#~ msgid "Campo no encontrado" +#~ msgstr "Champ introuvable" + +#~ msgid "Error al eliminar los campos" +#~ msgstr "Erreur lors de la suppression des champs" + +#~ msgid "Exportando categorías" +#~ msgstr "Export des catégories" + +#~ msgid "Exportando clientes" +#~ msgstr "Export des clients" + +#~ msgid "Exportando etiquetas" +#~ msgstr "Export des étiquettes" + +#~ msgid "Exportando cuentas" +#~ msgstr "Export des comptes" + +#~ msgid "Cuenta importada" +#~ msgstr "Compte importé" + +#~ msgid "Importación XML KeePass" +#~ msgstr "Import XML KeePass" + +#~ msgid "Categoría importada" +#~ msgstr "Catégorie importée" + +#~ msgid "Importación XML sysPass" +#~ msgstr "Import XML sysPass" + +#, fuzzy +#~ msgid "Datos desencriptados" +#~ msgstr "Données décryptées" + +#~ msgid "Cliente importado" +#~ msgstr "Client importé" + +#~ msgid "Etiqueta importada" +#~ msgstr "Étiquette" + +#~ msgid "Formato no detectado" +#~ msgstr "Format non détecté" + +#~ msgid "Not implemented" +#~ msgstr "Non implémenté" + +#~ msgid "Prueba de correo" +#~ msgstr "Test d'email" + +#~ msgid "" +#~ "Esto es una prueba de correo para verificar el correcto funcionamiento de " +#~ "la configuración." +#~ msgstr "" +#~ "Ceci est un email test pour vérifier le fonctionnement de la configuration" + +#~ msgid "Error al eliminar los enlaces" +#~ msgstr "Erreur lors de la suppression des liens" + +#~ msgid "Segundos" +#~ msgstr "Secondes" + +#~ msgid "Actualizar Aplicación" +#~ msgstr "Mettre à jour l'application" + +#~ msgid "Actualización de campos personalizados" +#~ msgstr "Mise à jour des champs personnalisés" + +#~ msgid "Campo" +#~ msgstr "Champ" + +#~ msgid "Actualización de enlaces públicos" +#~ msgstr "Mise à jour des liens publiques" + +#~ msgid "Enlace" +#~ msgstr "Lien" + +#~ msgid "Error al eliminar los grupos" +#~ msgstr "Erreur lors de la suppression de groupes" + +#~ msgid "Error al leer datos del archivo (%s)" +#~ msgstr "Erreur lors de la lecture des données du fichiers (%s)" + +#~ msgid "Error al eliminar el archivo (%s)" +#~ msgstr "Erreur lors de la suppression du fichier (%s)" + +#~ msgid "No es posible leer/escribir el archivo (%s)" +#~ msgstr "Impossible de lire/écrire le fichier (%s)" + +#~ msgid "Error al escribir datos en el archivo (%s)" +#~ msgstr "Erreur lors de l'écriture des données du fichier (%s)" + +#, fuzzy +#~ msgid "Cuenta visualizada" +#~ msgstr "Compte affiché" + +#, fuzzy +#~ msgid "Clave visualizada" +#~ msgstr "Mot de passe affiché" + +#~ msgid "Exportación de sysPass en XML" +#~ msgstr "Export sysPass en XML" + +#~ msgid "Etiqueta" +#~ msgstr "Étiquette" + +#~ msgid "Es necesario actualizar" +#~ msgstr "Mise à jour requise" + +#~ msgid "HTTPS" +#~ msgstr "HTTPS" + +#~ msgid "Clave copiada" +#~ msgstr "Mot de passe copié" + +#, fuzzy +#~ msgid "Archivo visualizado" +#~ msgstr "Fichier affiché" + +#~ msgid "Archivo descargado" +#~ msgstr "Fichier téléchargé" + +#~ msgid "Archivo: %s" +#~ msgstr "Fichier: %s" + +#~ msgid "Máximo tamaño: %s" +#~ msgstr "Taille maximum: %s" + +#~ msgid "Máximo tamaño: %d KB" +#~ msgstr "Taille maximum: %d KB" + +#~ msgid "Archivo Eliminado" +#~ msgstr "Fichier supprimé" + +#~ msgid "Autorización" +#~ msgstr "Autorisation" + +#, fuzzy +#~ msgid "Autorización visualizada" +#~ msgstr "Autorisation affichée" + +#~ msgid "Archivos habilitados" +#~ msgstr "Fichiers activés" + +#~ msgid "Archivos deshabilitados" +#~ msgstr "Fichiers désactivés" + +#~ msgid "Enlaces públicos habilitados" +#~ msgstr "Liens publiques activés" + +#~ msgid "Enlaces públicos deshabilitados" +#~ msgstr "Liens publiques désactivés" + +#~ msgid "Email enviado" +#~ msgstr "Email envoyé" + +#~ msgid "Error al enviar email" +#~ msgstr "Erreur lors de l'envoi de l'email" + +#~ msgid "Syslog remoto habilitado" +#~ msgstr "Remote Syslog activé" + +#~ msgid "Auth Basic habilitada" +#~ msgstr "Auth Basic activé" + +#~ msgid "Auth Basic deshabiltada" +#~ msgstr "Auth Basic désactivé" + +#~ msgid "No se importaron cuentas" +#~ msgstr "Aucun compte importé" + +#~ msgid "Parámetros de LDAP incorrectos" +#~ msgstr "Mauvais paramètre LDAP" + +#~ msgid "Importación LDAP" +#~ msgstr "Import LDAP" + +#~ msgid "Compruebe su buzón de correo" +#~ msgstr "Merci de vérifier votre boîte de réception" + +#~ msgid "DokuWiki habilitada" +#~ msgstr "DokuWiki activé" + +#~ msgid "Versión no disponible" +#~ msgstr "Version indisponible" + +#~ msgid "Notificaciones no disponibles" +#~ msgstr "Notification indisponibles" + +#~ msgid "Datos incorrectos" +#~ msgstr "Données incorrectes" + +#~ msgid "No es posible recuperar la clave" +#~ msgstr "Impossible de réinitialiser le mot de passe" + +#~ msgid "Es necesario una cuenta" +#~ msgstr "Un compte est nécessaire" + +#~ msgid "Usar auto-login con Auth Basic" +#~ msgstr "Utiliser auto-login avec Auth Basic" + +#~ msgid "No es posible cambiar el valor de la clave" +#~ msgstr "Unable to change password value" + +#~ msgid "Filtro incorrecto" +#~ msgstr "Wrong filter" + +#~ msgid "El campo personalizado no existe" +#~ msgstr "Custom field not found" + +#~ msgid "Error al eliminar los plugins" +#~ msgstr "Error while deleting plugins" + +#~ msgid "Clave maestra no establecida" +#~ msgstr "Master password not set" + +#~ msgid "Error al eliminar las categorías" +#~ msgstr "Error while deleting categories" + +#~ msgid "No es posible restaurar la configuración" +#~ msgstr "Unable to restore configuration" + +#~ msgid "Tipo de campo no encontrado" +#~ msgstr "Field type not found" + +#~ msgid "Fallo en la verificación del hash de integridad" +#~ msgstr "Error while checking integrity hash" + +#~ msgid "Error al crear el usuario 'admin'" +#~ msgstr "Error while creating 'admin' user" + +#~ msgid "Servicio de correo no disponible" +#~ msgstr "Mail service unavailable" + +#~ msgid "Error ol obtener la clave maestra del contexto" +#~ msgstr "Error while retrieving master pass from context" + +#~ msgid "Error ol establecer la clave maestra en el contexto" +#~ msgstr "Error while setting master password in context" + +#~ msgid "Track no encontrado" +#~ msgstr "Track not found" + +#~ msgid "Actualización de autorizaciones API" +#~ msgstr "API authorizations update" + +#~ msgid "El nodo XML no existe" +#~ msgstr "The XML node does not exist" + +#~ msgid "Imagen no válida" +#~ msgstr "Invalid image" + +#~ msgid "Verificación de datos exportados finalizada" +#~ msgstr "Verification of exported data finished" + +#~ msgid "Error al actualizar los datos del campo personalizado" +#~ msgstr "Error while updating custom field's data" + +#~ msgid "Error al obtener la clave maestra del contexto" +#~ msgstr "Error while retrieving master password from context" + +#~ msgid "Nuevo CLiente" +#~ msgstr "New Client" + +#~ msgid "" +#~ "Si está importando un archivo exportado desde el mismo origen, los datos " +#~ "pueden estar comprometidos." +#~ msgstr "" +#~ "If you are importing an exported file from the same origin, the data " +#~ "could be compromised." + +#~ msgid "Categoría visualizada" +#~ msgstr "Category displayed" + +#~ msgid "Cliente visualizado" +#~ msgstr "Client displayed" + +#~ msgid "Etiqueta visualizada" +#~ msgstr "Tag displayed" + +#~ msgid "Error al crear permiso" +#~ msgstr "Error while creating the permission" + +#~ msgid "Error al actualizar permiso" +#~ msgstr "Error while updating the permission" + +#~ msgid "Error al eliminar permiso" +#~ msgstr "Error while removing the permission" + +#~ msgid "Error al eliminar los permisos" +#~ msgstr "Error while removing the permissions" + +#~ msgid "Permiso no encontrada" +#~ msgstr "Permission not found" + +#~ msgid "Permisos eliminados" +#~ msgstr "Permissions deleted" + +#~ msgid "Permiso eliminado" +#~ msgstr "Permission deleted" + +#~ msgid "Permiso creado" +#~ msgstr "Permission added" + +#~ msgid "Permiso actualizado" +#~ msgstr "Permission updated" + +#~ msgid "Es necesario asignar un elemento del tipo usuario, grupo o perfil" +#~ msgstr "An element of type user, group or profile need to be set" + +#~ msgid "No hay permisos definidos" +#~ msgstr "There aren't any defined permissions" diff --git a/app/locales/it_IT/LC_MESSAGES/messages.mo b/app/locales/it_IT/LC_MESSAGES/messages.mo index a87f612c8c4381e0582225a767167c73dea75f28..1b9144fea19607899ffd4d456eb082ac11fc52db 100644 GIT binary patch literal 8066 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 tb-u|~l;6?PlEPNZ}?o{TFI`{UrbZ delta 107 zcmZp&pUPr!Pl#nI0}wC*u?!Ha05LNV>i{tbSOD>Dprj>`2C0F8$$LeNdChbU40R0+ b6bvn`jLawh6_G|2*{mvB$jG9n$Hf2u#JCR; diff --git a/app/locales/it_IT/LC_MESSAGES/messages.po b/app/locales/it_IT/LC_MESSAGES/messages.po index b4d2a770..c30ee49c 100644 --- a/app/locales/it_IT/LC_MESSAGES/messages.po +++ b/app/locales/it_IT/LC_MESSAGES/messages.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" -"POT-Creation-Date: 2016-01-10 19:27+0100\n" -"PO-Revision-Date: 2016-01-10 19:27+0100\n" +"POT-Creation-Date: 2018-08-30 01:33+0100\n" +"PO-Revision-Date: 2018-08-30 01:33+0100\n" "Last-Translator: nuxsmin \n" "Language-Team: nuxsmin@syspass.org \n" "Language: it_IT\n" @@ -13,5747 +13,5025 @@ msgstr "" "X-Poedit-Basepath: .\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-SearchPath-0: ../../../..\n" +"X-Poedit-SearchPath-0: ../../../modules\n" +"X-Poedit-SearchPath-1: ../../../../lib\n" +"X-Poedit-SearchPath-2: ../../../config\n" -#: ../../../../ajax/ajax_2fa.php:41 ../../../../ajax/ajax_accFavorites.php:42 -#: ../../../../ajax/ajax_accountSave.php:51 -#: ../../../../ajax/ajax_appMgmtSave.php:56 -#: ../../../../ajax/ajax_appMgmtSearch.php:48 -#: ../../../../ajax/ajax_backup.php:47 -#: ../../../../ajax/ajax_checkConnection.php:45 -#: ../../../../ajax/ajax_configSave.php:58 ../../../../ajax/ajax_files.php:52 -#: ../../../../ajax/ajax_files.php:67 ../../../../ajax/ajax_getFiles.php:51 -#: ../../../../ajax/ajax_import.php:54 ../../../../ajax/ajax_migrate.php:50 -#: ../../../../ajax/ajax_passReset.php:46 ../../../../ajax/ajax_search.php:46 -#: ../../../../ajax/ajax_sendRequest.php:52 -#: ../../../../ajax/ajax_userPrefsSave.php:52 -msgid "CONSULTA INVÁLIDA" -msgstr "" - -#: ../../../../ajax/ajax_2fa.php:57 -msgid "Código correcto" -msgstr "" - -#: ../../../../ajax/ajax_2fa.php:60 -#: ../../../../ajax/ajax_userPrefsSave.php:109 -msgid "Código incorrecto" -msgstr "" - -#: ../../../../ajax/ajax_accFavorites.php:50 -#: ../../../../ajax/ajax_accountSave.php:122 -#: ../../../../ajax/ajax_accountSave.php:260 -#: ../../../../ajax/ajax_appMgmtSave.php:606 -#: ../../../../ajax/ajax_appMgmtSearch.php:101 -#: ../../../../ajax/ajax_configSave.php:429 -#: ../../../../ajax/ajax_files.php:208 -#: ../../../../ajax/ajax_userPrefsSave.php:123 -msgid "Acción Inválida" -msgstr "" - -#: ../../../../ajax/ajax_accFavorites.php:55 -msgid "Favorito añadido" -msgstr "" - -#: ../../../../ajax/ajax_accFavorites.php:58 -msgid "Error al añadir favorito" -msgstr "" - -#: ../../../../ajax/ajax_accFavorites.php:61 -msgid "Favorito eliminado" -msgstr "" - -#: ../../../../ajax/ajax_accFavorites.php:64 -msgid "Error al eliminar favorito" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:45 -#: ../../../../ajax/ajax_appMgmtSave.php:50 -#: ../../../../ajax/ajax_appMgmtSearch.php:42 -#: ../../../../ajax/ajax_backup.php:41 -#: ../../../../ajax/ajax_checkConnection.php:39 -#: ../../../../ajax/ajax_configSave.php:52 ../../../../ajax/ajax_import.php:40 -#: ../../../../ajax/ajax_migrate.php:40 -#: ../../../../ajax/ajax_sendRequest.php:46 -#: ../../../../ajax/ajax_userPrefsSave.php:46 -#: ../../../../ajax/ajax_viewpass.php:44 ../../../../ajax/ajax_wiki.php:37 -msgid "La sesión no se ha iniciado o ha caducado" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:87 -#: ../../../../ajax/ajax_accountSave.php:102 -msgid "Es necesario un nombre de cuenta" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:89 -#: ../../../../ajax/ajax_accountSave.php:100 -#: ../../../../ajax/ajax_appMgmtSave.php:343 -msgid "Es necesario un nombre de cliente" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:91 -#: ../../../../ajax/ajax_accountSave.php:104 -msgid "Es necesario un usuario" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:93 -#: ../../../../ajax/ajax_accountSave.php:115 -msgid "Es necesaria una clave" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:95 -#: ../../../../ajax/ajax_accountSave.php:106 -msgid "Es necesario una categoría" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:110 -#: ../../../../ajax/ajax_accountSave.php:119 -msgid "Id inválido" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:130 -#: ../../../../ajax/ajax_appMgmtSave.php:124 -#: ../../../../ajax/ajax_appMgmtSave.php:161 -#: ../../../../ajax/ajax_backup.php:70 -msgid "Las claves no coinciden" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:184 -msgid "Cuenta creada" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:187 -msgid "Error al crear la cuenta" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:211 -msgid "Sin cambios" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:220 -msgid "Cuenta actualizada" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:223 -msgid "Error al modificar la cuenta" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:232 -#: ../../../../ajax/ajax_appMgmtSave.php:601 -msgid "Cuenta eliminada" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:235 -#: ../../../../ajax/ajax_appMgmtSave.php:604 -msgid "Error al eliminar la cuenta" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:243 -#: ../../../../ajax/ajax_appMgmtSave.php:165 -#: ../../../../ajax/ajax_passReset.php:85 -#: ../../../../ajax/ajax_passReset.php:89 -msgid "Clave actualizada" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:246 -msgid "Error al actualizar la clave" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:253 -msgid "Cuenta restaurada" -msgstr "" - -#: ../../../../ajax/ajax_accountSave.php:256 -msgid "Error al restaurar cuenta" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:60 -msgid "Ver Usuario" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:67 -#: ../../../../inc/SP/Controller/Grids.class.php:469 -#: ../../../../inc/SP/Controller/Grids.class.php:470 -msgid "Editar Usuario" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:73 -#: ../../../../inc/SP/Controller/Grids.class.php:446 -#: ../../../../inc/SP/Controller/Grids.class.php:447 -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:393 -msgid "Nuevo Usuario" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:79 -msgid "Ver Grupo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:86 -#: ../../../../inc/SP/Controller/Grids.class.php:565 -#: ../../../../inc/SP/Controller/Grids.class.php:566 -msgid "Editar Grupo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:92 -#: ../../../../inc/SP/Controller/Grids.class.php:553 -#: ../../../../inc/SP/Controller/Grids.class.php:554 -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:165 -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:273 -msgid "Nuevo Grupo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:98 -msgid "Ver Perfil" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:105 -#: ../../../../inc/SP/Controller/Grids.class.php:649 -#: ../../../../inc/SP/Controller/Grids.class.php:650 -msgid "Editar Perfil" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:111 -#: ../../../../inc/SP/Controller/Grids.class.php:626 -#: ../../../../inc/SP/Controller/Grids.class.php:627 -#: ../../../../inc/SP/Mgmt/User/ProfileBase.class.php:518 -msgid "Nuevo Perfil" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:117 -msgid "Ver Cliente" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:124 -#: ../../../../inc/SP/Controller/Grids.class.php:198 -#: ../../../../inc/SP/Controller/Grids.class.php:199 -msgid "Editar Cliente" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:130 -#: ../../../../inc/SP/Controller/Grids.class.php:186 -#: ../../../../inc/SP/Controller/Grids.class.php:187 -#: ../../../../inc/SP/Mgmt/Customer.class.php:342 -msgid "Nuevo Cliente" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:136 -msgid "Ver Categoría" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:143 -#: ../../../../inc/SP/Controller/Grids.class.php:104 -#: ../../../../inc/SP/Controller/Grids.class.php:105 -msgid "Editar Categoría" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:149 -#: ../../../../inc/SP/Controller/Grids.class.php:92 -#: ../../../../inc/SP/Controller/Grids.class.php:93 -#: ../../../../inc/SP/Mgmt/Category.class.php:348 -#: ../../../../inc/themes/classic/account.inc:59 -#: ../../../../inc/themes/material-blue/account.inc:75 -msgid "Nueva Categoría" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:155 -msgid "Ver Autorización" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:162 -#: ../../../../inc/SP/Api/ApiTokens.class.php:110 -#: ../../../../inc/SP/Controller/Grids.class.php:709 -#: ../../../../inc/SP/Controller/Grids.class.php:710 -msgid "Nueva Autorización" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:168 -#: ../../../../inc/SP/Controller/Grids.class.php:732 -#: ../../../../inc/SP/Controller/Grids.class.php:733 -msgid "Editar Autorización" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:174 -#: ../../../../inc/SP/Controller/Grids.class.php:259 -#: ../../../../inc/SP/Controller/Grids.class.php:260 -msgid "Nuevo Campo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:180 -#: ../../../../inc/SP/Controller/Grids.class.php:271 -#: ../../../../inc/SP/Controller/Grids.class.php:272 -msgid "Editar Campo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtData.php:186 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:196 -msgid "Ver Enlace Público" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:98 -msgid "Es necesario un nombre de usuario" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:100 -msgid "Es necesario un login" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:102 -msgid "Es necesario un perfil" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:104 -msgid "Es necesario un grupo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:106 -msgid "Es necesario un email" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:108 -#: ../../../../ajax/ajax_appMgmtSave.php:157 -#: ../../../../ajax/ajax_appMgmtSave.php:172 -#: ../../../../ajax/ajax_backup.php:60 -#: ../../../../ajax/ajax_configSave.php:379 -#: ../../../../ajax/ajax_import.php:44 ../../../../ajax/ajax_migrate.php:44 -#: ../../../../ajax/ajax_userPrefsSave.php:98 -msgid "Ey, esto es una DEMO!!" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:113 -msgid "Login de usuario duplicado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:116 -msgid "Email de usuario duplicado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:122 -#: ../../../../ajax/ajax_appMgmtSave.php:159 -msgid "La clave no puede estar en blanco" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:135 -msgid "Usuario creado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:138 -msgid "Error al crear el usuario" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:148 -#: ../../../../inc/SP/Mgmt/User/UserMigrate.class.php:98 -msgid "Usuario actualizado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:151 -msgid "Error al actualizar el usuario" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:168 -#: ../../../../ajax/ajax_passReset.php:93 -#: ../../../../ajax/ajax_passReset.php:96 -msgid "Error al modificar la clave" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:174 -msgid "No es posible eliminar, usuario en uso" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:178 -msgid "Usuario eliminado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:181 -msgid "Error al eliminar el usuario" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:196 -msgid "Es necesario un nombre de grupo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:204 -msgid "Nombre de grupo duplicado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:216 -msgid "Grupo creado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:218 -msgid "Error al crear el grupo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:229 -msgid "Grupo actualizado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:232 -msgid "Error al actualizar el grupo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:241 -#: ../../../../ajax/ajax_appMgmtSave.php:320 -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:111 -#: ../../../../inc/themes/classic/account.inc:121 -#: ../../../../inc/themes/classic/groups.inc:24 -#: ../../../../inc/themes/classic/profiles.inc:85 -#: ../../../../inc/themes/material-blue/account.inc:157 -#: ../../../../inc/themes/material-blue/groups.inc:35 -#: ../../../../inc/themes/material-blue/profiles.inc:106 -msgid "Usuarios" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:245 -#: ../../../../inc/SP/Mgmt/Category.class.php:93 -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:108 -#: ../../../../inc/SP/Mgmt/Customer.class.php:163 -#: ../../../../inc/themes/classic/profiles.inc:15 -#: ../../../../inc/themes/material-blue/config-accounts.inc:4 -#: ../../../../inc/themes/material-blue/profiles.inc:21 -msgid "Cuentas" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:248 -#: ../../../../ajax/ajax_appMgmtSave.php:322 -#: ../../../../inc/SP/Mgmt/Category.class.php:58 -#: ../../../../inc/SP/Mgmt/Customer.class.php:163 -msgid "No es posible eliminar" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:248 -msgid "Grupo en uso por:" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:253 -msgid "Grupo eliminado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:256 -msgid "Error al eliminar el grupo" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:297 -msgid "Es necesario un nombre de perfil" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:299 -msgid "Nombre de perfil duplicado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:304 -msgid "Perfil creado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:307 -msgid "Error al crear el perfil" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:310 -msgid "Perfil actualizado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:313 -msgid "Error al actualizar el perfil" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:322 -msgid "Perfil en uso por:" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:325 -msgid "Perfil eliminado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:328 -msgid "Error al eliminar el perfil" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:363 -msgid "Cliente creado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:378 -msgid "Cliente actualizado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:388 -msgid "Cliente eliminado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:402 -msgid "Es necesario un nombre de categoría" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:422 -msgid "Categoría creada" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:437 -msgid "Categoría actualizada" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:448 -msgid "Categoría eliminada" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:464 -msgid "Usuario o acción no indicado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:474 -msgid "Autorización creada" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:482 -msgid "Autorización actualizada" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:492 -msgid "Autorización eliminada" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:509 -msgid "Nombre del campo no indicado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:511 -msgid "Tipo del campo no indicado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:513 -msgid "Módulo del campo no indicado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:527 -msgid "Campo creado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:536 -msgid "Campo actualizado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:546 -msgid "Campo eliminado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:564 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:153 -msgid "Enlace creado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:573 -#: ../../../../inc/SP/Mgmt/PublicLinkBase.class.php:276 -msgid "Enlace eliminado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:582 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:231 -msgid "Enlace actualizado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:587 -#: ../../../../ajax/ajax_files.php:149 ../../../../ajax/ajax_files.php:201 -msgid "No es un ID de archivo válido" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:589 -#: ../../../../ajax/ajax_files.php:203 -#: ../../../../inc/SP/Mgmt/Files.class.php:138 -msgid "Archivo eliminado" -msgstr "" - -#: ../../../../ajax/ajax_appMgmtSave.php:592 -#: ../../../../ajax/ajax_files.php:206 -#: ../../../../inc/SP/Mgmt/Files.class.php:145 -msgid "Error al eliminar el archivo" -msgstr "" - -#: ../../../../ajax/ajax_backup.php:64 -#: ../../../../inc/SP/Core/Backup.class.php:71 -msgid "Error al realizar el backup" -msgstr "" - -#: ../../../../ajax/ajax_backup.php:64 ../../../../ajax/ajax_backup.php:74 -#: ../../../../ajax/ajax_checkConnection.php:63 -#: ../../../../ajax/ajax_checkConnection.php:89 -#: ../../../../inc/SP/Import/Import.class.php:140 -#: ../../../../inc/SP/Import/Migrate.class.php:101 -#: ../../../../inc/SP/Mgmt/PublicLinkBase.class.php:272 -#: ../../../../inc/SP/Mgmt/PublicLinkBase.class.php:304 -msgid "Revise el registro de eventos para más detalles" -msgstr "" - -#: ../../../../ajax/ajax_backup.php:67 -msgid "Proceso de backup finalizado" -msgstr "" - -#: ../../../../ajax/ajax_backup.php:74 -msgid "Error al realizar la exportación" -msgstr "" - -#: ../../../../ajax/ajax_backup.php:77 -msgid "Proceso de exportación finalizado" -msgstr "" - -#: ../../../../ajax/ajax_checkConnection.php:57 -#: ../../../../inc/SP/Auth/Ldap.class.php:287 -msgid "Los parámetros de LDAP no están configurados" -msgstr "" - -#: ../../../../ajax/ajax_checkConnection.php:63 -msgid "Error de conexión a LDAP" -msgstr "" - -#: ../../../../ajax/ajax_checkConnection.php:65 -msgid "Conexión a LDAP correcta" -msgstr "" - -#: ../../../../ajax/ajax_checkConnection.php:65 -msgid "Objetos encontrados" -msgstr "" - -#: ../../../../ajax/ajax_checkConnection.php:73 -msgid "Los parámetros de DokuWiki no están configurados" -msgstr "" - -#: ../../../../ajax/ajax_checkConnection.php:80 -msgid "Error" -msgstr "" - -#: ../../../../ajax/ajax_checkConnection.php:83 -msgid "Conexión correcta" -msgstr "" - -#: ../../../../ajax/ajax_checkConnection.php:84 -#: ../../../../inc/SP/Core/Init.class.php:536 -#: ../../../../inc/themes/classic/info.inc:33 -#: ../../../../inc/themes/material-blue/info.inc:33 -msgid "Versión" -msgstr "" - -#: ../../../../ajax/ajax_checkConnection.php:89 -msgid "Error de conexión a DokuWiki" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:72 -msgid "Modificar Configuración" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:105 -msgid "Faltan parámetros de syslog remoto" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:113 -msgid "Syslog remoto deshabilitado" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:135 -msgid "El tamaño máximo por archivo es de 16MB" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:142 ../../../../js/strings.js.php:46 -msgid "Extensión no permitida" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:172 -msgid "Faltan parámetros de Proxy" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:180 -msgid "Proxy habiltado" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:184 -msgid "Proxy deshabilitado" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:187 -#: ../../../../ajax/ajax_configSave.php:237 -#: ../../../../ajax/ajax_configSave.php:271 -#: ../../../../ajax/ajax_configSave.php:310 -msgid "Sección" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:187 -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:125 -#: ../../../../inc/themes/classic/profiles.inc:61 -#: ../../../../inc/themes/material-blue/profiles.inc:79 -msgid "General" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:197 -msgid "Faltan parámetros de Wiki" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:204 -msgid "Wiki habiltada" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:208 -msgid "Wiki deshabilitada" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:221 -msgid "Faltan parámetros de DokuWiki" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:230 -msgid "DokuWiki habiltada" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:234 -msgid "DokuWiki deshabilitada" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:237 -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:270 -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:88 -#: ../../../../inc/themes/classic/wiki.inc:4 -#: ../../../../inc/themes/material-blue/wiki.inc:9 -msgid "Wiki" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:252 -msgid "Faltan parámetros de LDAP" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:264 -msgid "LDAP habiltado" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:268 -msgid "LDAP deshabilitado" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:271 -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:302 -#: ../../../../inc/themes/classic/ldap.inc:4 -#: ../../../../inc/themes/material-blue/ldap.inc:6 -msgid "LDAP" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:286 -msgid "Faltan parámetros de Correo" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:301 -msgid "Correo habiltado" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:307 -msgid "Correo deshabilitado" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:310 -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:332 -#: ../../../../inc/themes/classic/mail.inc:4 -#: ../../../../inc/themes/material-blue/mail.inc:6 -msgid "Correo" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:316 -msgid "Error al guardar la configuración" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:334 -msgid "Configuración actualizada" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:343 -#: ../../../../ajax/ajax_configSave.php:389 -#: ../../../../ajax/ajax_configSave.php:394 -#: ../../../../ajax/ajax_viewpass.php:69 -#: ../../../../inc/SP/Controller/Controller.class.php:195 -msgid "Clave maestra actualizada" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:343 -#: ../../../../ajax/ajax_viewpass.php:69 -#: ../../../../inc/SP/Controller/Controller.class.php:195 -msgid "Reinicie la sesión para cambiarla" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:345 -msgid "Clave maestra no indicada" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:347 -msgid "Se ha de confirmar el cambio de clave" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:351 -msgid "Las claves son idénticas" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:353 -msgid "Las claves maestras no coinciden" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:355 -msgid "La clave maestra actual no coincide" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:364 -msgid "Errores al actualizar las claves de las cuentas" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:370 -msgid "Errores al actualizar las claves de las cuentas del histórico" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:374 -msgid "Errores al actualizar datos de campos personalizados" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:386 -#: ../../../../inc/SP/Account/Account.class.php:499 -msgid "Actualizar Clave Maestra" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:397 -#: ../../../../ajax/ajax_configSave.php:402 -msgid "Error al guardar el hash de la clave maestra" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:412 -#: ../../../../ajax/ajax_configSave.php:418 -msgid "Clave Temporal Generada" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:413 -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:89 -#: ../../../../inc/themes/classic/account-editpass.inc:25 -#: ../../../../inc/themes/classic/account.inc:93 -#: ../../../../inc/themes/classic/config-proxy.inc:45 -#: ../../../../inc/themes/classic/encryption.inc:143 -#: ../../../../inc/themes/classic/install.inc:38 -#: ../../../../inc/themes/classic/install.inc:39 -#: ../../../../inc/themes/classic/login.inc:10 -#: ../../../../inc/themes/classic/login.inc:22 -#: ../../../../inc/themes/classic/mail.inc:55 -#: ../../../../inc/themes/classic/passreset.inc:29 -#: ../../../../inc/themes/classic/passreset.inc:34 -#: ../../../../inc/themes/classic/users.inc:75 -#: ../../../../inc/themes/classic/userspass.inc:8 -#: ../../../../inc/themes/classic/userspass.inc:11 -#: ../../../../inc/themes/classic/wiki.inc:188 -#: ../../../../inc/themes/material-blue/account-editpass.inc:28 -#: ../../../../inc/themes/material-blue/account-editpass.inc:33 -#: ../../../../inc/themes/material-blue/account-editpass.inc:43 -#: ../../../../inc/themes/material-blue/account-link.inc:47 -#: ../../../../inc/themes/material-blue/account.inc:113 -#: ../../../../inc/themes/material-blue/account.inc:119 -#: ../../../../inc/themes/material-blue/config-proxy.inc:63 -#: ../../../../inc/themes/material-blue/encryption.inc:163 -#: ../../../../inc/themes/material-blue/install.inc:47 -#: ../../../../inc/themes/material-blue/ldap.inc:107 -#: ../../../../inc/themes/material-blue/login.inc:18 -#: ../../../../inc/themes/material-blue/login.inc:41 -#: ../../../../inc/themes/material-blue/mail.inc:75 -#: ../../../../inc/themes/material-blue/mail.inc:82 -#: ../../../../inc/themes/material-blue/passreset.inc:30 -#: ../../../../inc/themes/material-blue/users.inc:90 -#: ../../../../inc/themes/material-blue/users.inc:97 -#: ../../../../inc/themes/material-blue/userspass.inc:8 -#: ../../../../inc/themes/material-blue/userspass.inc:13 -#: ../../../../inc/themes/material-blue/wiki.inc:216 -#: ../../../../inc/themes/material-blue/wiki.inc:223 -msgid "Clave" -msgstr "" - -#: ../../../../ajax/ajax_configSave.php:421 -#: ../../../../ajax/ajax_configSave.php:426 -msgid "Error al generar clave temporal" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:61 -msgid "Usuario/Clave no introducidos" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:73 -msgid "Inicio sesión" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:78 -msgid "Servidor Login" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:85 -msgid "Error al guardar los datos de LDAP" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:88 ../../../../ajax/ajax_doLogin.php:97 -#: ../../../../ajax/ajax_doLogin.php:160 ../../../../ajax/ajax_doLogin.php:209 -#: ../../../../inc/SP/Api/ApiTokens.class.php:107 -#: ../../../../inc/SP/Api/ApiTokens.class.php:140 -#: ../../../../inc/SP/Api/ApiTokens.class.php:168 -#: ../../../../inc/SP/Api/ApiTokens.class.php:189 -#: ../../../../inc/SP/Api/ApiTokens.class.php:233 -#: ../../../../inc/SP/Api/ApiTokens.class.php:259 -#: ../../../../inc/SP/Api/ApiTokensUtil.class.php:180 -#: ../../../../inc/SP/Core/Crypt.class.php:195 -#: ../../../../inc/SP/Core/Crypt.class.php:206 -#: ../../../../inc/SP/Import/XmlImportBase.class.php:81 -#: ../../../../inc/SP/Mgmt/PublicLinkBase.class.php:272 -#: ../../../../inc/SP/Mgmt/PublicLinkBase.class.php:304 -msgid "Error interno" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:94 -msgid "Error al actualizar la clave del usuario en la BBDD" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:102 ../../../../ajax/ajax_doLogin.php:127 -#: ../../../../ajax/ajax_doLogin.php:137 -msgid "Login incorrecto" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:103 ../../../../ajax/ajax_doLogin.php:110 -#: ../../../../ajax/ajax_doLogin.php:117 ../../../../ajax/ajax_doLogin.php:128 -#: ../../../../ajax/ajax_doLogin.php:138 ../../../../ajax/ajax_doLogin.php:148 -#: ../../../../ajax/ajax_doLogin.php:200 -#: ../../../../inc/SP/Api/ApiTokens.class.php:111 -#: ../../../../inc/SP/Api/ApiTokens.class.php:237 -#: ../../../../inc/SP/Auth/Auth.class.php:122 -#: ../../../../inc/SP/Auth/Ldap.class.php:318 -#: ../../../../inc/SP/Auth/Ldap.class.php:332 -#: ../../../../inc/SP/Auth/Ldap.class.php:341 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:520 -#: ../../../../inc/SP/Controller/Grids.class.php:752 -#: ../../../../inc/SP/Controller/Grids.class.php:827 -#: ../../../../inc/SP/Core/Init.class.php:463 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:156 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:200 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:234 -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:394 -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:544 -#: ../../../../res/test.php:64 -#: ../../../../inc/themes/classic/account-editpass.inc:21 -#: ../../../../inc/themes/classic/account-request.inc:17 -#: ../../../../inc/themes/classic/account.inc:80 -#: ../../../../inc/themes/classic/config-proxy.inc:36 -#: ../../../../inc/themes/classic/datasearch-rows.inc:45 -#: ../../../../inc/themes/classic/eventlog.inc:26 -#: ../../../../inc/themes/classic/info.inc:39 -#: ../../../../inc/themes/classic/install.inc:27 -#: ../../../../inc/themes/classic/install.inc:28 -#: ../../../../inc/themes/classic/login.inc:7 -#: ../../../../inc/themes/classic/login.inc:20 -#: ../../../../inc/themes/classic/mail.inc:47 -#: ../../../../inc/themes/classic/passreset.inc:17 -#: ../../../../inc/themes/classic/search.inc:62 -#: ../../../../inc/themes/classic/tokens.inc:8 -#: ../../../../inc/themes/classic/wiki.inc:172 -#: ../../../../inc/themes/material-blue/account-editpass.inc:24 -#: ../../../../inc/themes/material-blue/account-link.inc:36 -#: ../../../../inc/themes/material-blue/account.inc:98 -#: ../../../../inc/themes/material-blue/config-proxy.inc:49 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:45 -#: ../../../../inc/themes/material-blue/eventlog.inc:28 -#: ../../../../inc/themes/material-blue/info.inc:39 -#: ../../../../inc/themes/material-blue/ldap.inc:88 -#: ../../../../inc/themes/material-blue/login.inc:11 -#: ../../../../inc/themes/material-blue/login.inc:34 -#: ../../../../inc/themes/material-blue/mail.inc:63 -#: ../../../../inc/themes/material-blue/mail.inc:69 -#: ../../../../inc/themes/material-blue/passreset.inc:16 -#: ../../../../inc/themes/material-blue/publiclinks.inc:18 -#: ../../../../inc/themes/material-blue/request.inc:22 -#: ../../../../inc/themes/material-blue/tokens.inc:8 -#: ../../../../inc/themes/material-blue/wiki.inc:197 -#: ../../../../inc/themes/material-blue/wiki.inc:210 -msgid "Usuario" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:106 ../../../../ajax/ajax_doLogin.php:120 -#: ../../../../ajax/ajax_doLogin.php:131 ../../../../ajax/ajax_doLogin.php:142 -msgid "Usuario/Clave incorrectos" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:109 ../../../../ajax/ajax_doLogin.php:113 -msgid "Cuenta expirada" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:116 -msgid "El usuario no tiene grupos asociados" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:139 -#: ../../../../inc/themes/material-blue/preferences-security.inc:6 -msgid "Autentificación" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:147 ../../../../ajax/ajax_doLogin.php:151 -msgid "Usuario deshabilitado" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:157 -msgid "Error al obtener los datos del usuario de la BBDD" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:167 -msgid "La clave maestra no ha sido guardada o es incorrecta" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:175 ../../../../ajax/ajax_doLogin.php:178 -msgid "Clave maestra incorrecta" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:201 -#: ../../../../inc/SP/Controller/Grids.class.php:503 -#: ../../../../inc/SP/Mgmt/User/ProfileBase.class.php:519 -#: ../../../../inc/SP/Mgmt/User/ProfileBase.class.php:563 -#: ../../../../inc/SP/Mgmt/User/ProfileBase.class.php:612 -#: ../../../../inc/themes/classic/users.inc:37 -#: ../../../../inc/themes/material-blue/users.inc:44 -msgid "Perfil" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:202 -#: ../../../../inc/SP/Auth/Ldap.class.php:225 -#: ../../../../inc/SP/Auth/Ldap.class.php:239 -#: ../../../../inc/SP/Auth/Ldap.class.php:250 -#: ../../../../inc/SP/Auth/Ldap.class.php:416 -#: ../../../../inc/SP/Controller/Grids.class.php:504 -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:171 -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:279 -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:403 -#: ../../../../inc/themes/classic/ldap.inc:116 -#: ../../../../inc/themes/classic/users.inc:49 -#: ../../../../inc/themes/material-blue/ldap.inc:141 -#: ../../../../inc/themes/material-blue/ldap.inc:166 -#: ../../../../inc/themes/material-blue/users.inc:58 -msgid "Grupo" -msgstr "" - -#: ../../../../ajax/ajax_doLogin.php:206 -msgid "Error al obtener la clave maestra del usuario" -msgstr "" - -#: ../../../../ajax/ajax_files.php:56 ../../../../ajax/ajax_getFiles.php:44 -msgid "Gestión de archivos deshabilitada" -msgstr "" - -#: ../../../../ajax/ajax_files.php:70 -#: ../../../../inc/SP/Mgmt/Files.class.php:71 -msgid "Subir Archivo" -msgstr "" - -#: ../../../../ajax/ajax_files.php:79 -msgid "No hay extensiones permitidas" -msgstr "" - -#: ../../../../ajax/ajax_files.php:90 -#: ../../../../inc/SP/Import/FileImport.class.php:118 -msgid "Tipo de archivo no soportado" -msgstr "" - -#: ../../../../ajax/ajax_files.php:91 -msgid "Extensión" -msgstr "" - -#: ../../../../ajax/ajax_files.php:97 -msgid "Archivo inválido" -msgstr "" - -#: ../../../../ajax/ajax_files.php:98 ../../../../ajax/ajax_files.php:167 -#: ../../../../inc/SP/Mgmt/Files.class.php:73 -#: ../../../../inc/SP/Mgmt/Files.class.php:133 -#: ../../../../inc/themes/classic/import.inc:70 -#: ../../../../inc/themes/material-blue/import.inc:82 -msgid "Archivo" -msgstr "" - -#: ../../../../ajax/ajax_files.php:114 ../../../../ajax/ajax_files.php:132 -#: ../../../../inc/SP/Import/FileImport.class.php:134 -#: ../../../../inc/SP/Import/FileImport.class.php:152 -#: ../../../../inc/SP/Import/FileImport.class.php:170 -msgid "Error interno al leer el archivo" -msgstr "" - -#: ../../../../ajax/ajax_files.php:121 -msgid "Tamaño de archivo superado" -msgstr "" - -#: ../../../../ajax/ajax_files.php:122 ../../../../ajax/ajax_files.php:169 -#: ../../../../inc/SP/Controller/Grids.class.php:356 -#: ../../../../inc/SP/Mgmt/Files.class.php:75 -#: ../../../../inc/SP/Mgmt/Files.class.php:135 -msgid "Tamaño" -msgstr "" - -#: ../../../../ajax/ajax_files.php:139 -msgid "Archivo guardado" -msgstr "" - -#: ../../../../ajax/ajax_files.php:141 -#: ../../../../inc/SP/Mgmt/Files.class.php:85 -msgid "No se pudo guardar el archivo" -msgstr "" - -#: ../../../../ajax/ajax_files.php:155 -msgid "El archivo no existe" -msgstr "" - -#: ../../../../ajax/ajax_files.php:164 -#: ../../../../inc/themes/material-blue/files.inc:21 -msgid "Descargar Archivo" -msgstr "" - -#: ../../../../ajax/ajax_files.php:165 ../../../../ajax/ajax_viewpass.php:78 -#: ../../../../inc/SP/Api/ApiTokens.class.php:263 -#: ../../../../inc/SP/Mgmt/Files.class.php:131 -#: ../../../../inc/SP/Mgmt/PublicLinkBase.class.php:277 -#: ../../../../inc/themes/classic/eventlog.inc:14 -#: ../../../../inc/themes/material-blue/eventlog.inc:16 -msgid "ID" -msgstr "" - -#: ../../../../ajax/ajax_files.php:166 -#: ../../../../ajax/ajax_sendRequest.php:74 -#: ../../../../ajax/ajax_viewpass.php:79 -#: ../../../../inc/SP/Account/Account.class.php:136 -#: ../../../../inc/SP/Account/Account.class.php:194 -#: ../../../../inc/SP/Account/Account.class.php:395 -#: ../../../../inc/SP/Account/Account.class.php:418 -#: ../../../../inc/SP/Account/Account.class.php:680 -#: ../../../../inc/SP/Controller/Grids.class.php:352 -#: ../../../../inc/SP/Controller/Grids.class.php:824 -#: ../../../../inc/SP/Mgmt/Files.class.php:72 -#: ../../../../inc/SP/Mgmt/Files.class.php:132 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:155 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:199 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:233 -#: ../../../../inc/themes/material-blue/publiclinks.inc:6 -msgid "Cuenta" -msgstr "" - -#: ../../../../ajax/ajax_files.php:168 -#: ../../../../inc/SP/Controller/Grids.class.php:293 -#: ../../../../inc/SP/Controller/Grids.class.php:355 -#: ../../../../inc/SP/Mgmt/Files.class.php:74 -#: ../../../../inc/SP/Mgmt/Files.class.php:134 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:154 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:198 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:232 -#: ../../../../inc/themes/classic/customfields.inc:16 -#: ../../../../inc/themes/material-blue/customfields.inc:19 -msgid "Tipo" -msgstr "" - -#: ../../../../ajax/ajax_getContent.php:51 -#: ../../../../inc/SP/Api/ApiRequest.class.php:126 -#: ../../../../inc/SP/Api/SyspassApi.class.php:63 -#: ../../../../inc/SP/Api/SyspassApi.class.php:91 -#: ../../../../inc/SP/Api/SyspassApi.class.php:116 -#: ../../../../inc/SP/Mgmt/CustomFieldDef.class.php:49 -#: ../../../../inc/SP/Mgmt/CustomFields.class.php:61 -msgid "Parámetros incorrectos" -msgstr "" - -#: ../../../../ajax/ajax_migrate.php:60 -msgid "Confirmar la importación de cuentas" -msgstr "" - -#: ../../../../ajax/ajax_migrate.php:62 -msgid "Es necesario un usuario de conexión" -msgstr "" - -#: ../../../../ajax/ajax_migrate.php:64 -msgid "Es necesaria una clave de conexión" -msgstr "" - -#: ../../../../ajax/ajax_migrate.php:66 -msgid "Es necesario el nombre de la BBDD" -msgstr "" - -#: ../../../../ajax/ajax_migrate.php:68 -msgid "Es necesario un nombre de host" -msgstr "" - -#: ../../../../ajax/ajax_passReset.php:56 -#: ../../../../ajax/ajax_passReset.php:59 -msgid "Recuperación de Clave" -msgstr "" - -#: ../../../../ajax/ajax_passReset.php:61 -msgid "Solicitado para" -msgstr "" - -#: ../../../../ajax/ajax_passReset.php:64 -#: ../../../../ajax/ajax_passReset.php:67 -#: ../../../../ajax/ajax_sendRequest.php:86 -msgid "Solicitud enviada" -msgstr "" - -#: ../../../../ajax/ajax_passReset.php:67 -msgid "En breve recibirá un correo para completar la solicitud." -msgstr "" - -#: ../../../../ajax/ajax_passReset.php:70 -msgid "Solicitud no enviada" -msgstr "" - -#: ../../../../ajax/ajax_passReset.php:75 -msgid "No se ha podido realizar la solicitud. Consulte con el administrador." -msgstr "" - -#: ../../../../ajax/ajax_passReset.php:79 -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:588 -#: ../../../../inc/SP/Mgmt/User/UserPass.class.php:140 -msgid "Modificar Clave Usuario" -msgstr "" - -#: ../../../../ajax/ajax_passReset.php:86 -#: ../../../../inc/SP/Controller/Grids.class.php:502 -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:589 -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:619 -#: ../../../../inc/SP/Mgmt/User/UserMigrate.class.php:99 -#: ../../../../inc/SP/Mgmt/User/UserPass.class.php:141 -#: ../../../../inc/themes/classic/users.inc:21 -#: ../../../../inc/themes/material-blue/users.inc:25 -msgid "Login" -msgstr "" - -#: ../../../../ajax/ajax_passReset.php:98 -msgid "La clave es incorrecta o no coincide" -msgstr "" - -#: ../../../../ajax/ajax_sendRequest.php:59 -msgid "Es necesaria una descripción" -msgstr "" - -#: ../../../../ajax/ajax_sendRequest.php:72 -msgid "Solicitud de Modificación de Cuenta" -msgstr "" - -#: ../../../../ajax/ajax_sendRequest.php:73 -msgid "Solicitante" -msgstr "" - -#: ../../../../ajax/ajax_sendRequest.php:75 -#: ../../../../inc/SP/Account/Account.class.php:135 -#: ../../../../inc/SP/Account/Account.class.php:193 -#: ../../../../inc/SP/Account/Account.class.php:394 -#: ../../../../inc/SP/Account/Account.class.php:417 -#: ../../../../inc/SP/Account/Account.class.php:679 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:499 -#: ../../../../inc/SP/Controller/Grids.class.php:353 -#: ../../../../inc/SP/Controller/Grids.class.php:408 -#: ../../../../inc/SP/Mgmt/Customer.class.php:81 -#: ../../../../inc/SP/Mgmt/Customer.class.php:179 -#: ../../../../inc/SP/Mgmt/Customer.class.php:343 -#: ../../../../inc/themes/classic/account-editpass.inc:12 -#: ../../../../inc/themes/classic/account-request.inc:9 -#: ../../../../inc/themes/classic/account.inc:29 -#: ../../../../inc/themes/classic/datasearch-rows.inc:14 -#: ../../../../inc/themes/classic/search.inc:31 -#: ../../../../inc/themes/material-blue/account-editpass.inc:15 -#: ../../../../inc/themes/material-blue/account-link.inc:18 -#: ../../../../inc/themes/material-blue/account.inc:41 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:14 -#: ../../../../inc/themes/material-blue/request.inc:12 -msgid "Cliente" -msgstr "" - -#: ../../../../ajax/ajax_sendRequest.php:76 -#: ../../../../inc/SP/Controller/Grids.class.php:125 -#: ../../../../inc/SP/Controller/Grids.class.php:219 -#: ../../../../inc/SP/Controller/Grids.class.php:586 -#: ../../../../inc/themes/classic/categories.inc:16 -#: ../../../../inc/themes/classic/customers.inc:17 -#: ../../../../inc/themes/classic/eventlog.inc:32 -#: ../../../../inc/themes/classic/groups.inc:16 -#: ../../../../inc/themes/material-blue/categories.inc:21 -#: ../../../../inc/themes/material-blue/customers.inc:22 -#: ../../../../inc/themes/material-blue/eventlog.inc:34 -#: ../../../../inc/themes/material-blue/groups.inc:23 -msgid "Descripción" -msgstr "" - -#: ../../../../ajax/ajax_sendRequest.php:89 -msgid "Error al enviar la solicitud" -msgstr "" - -#: ../../../../ajax/ajax_userPrefsSave.php:84 -#: ../../../../ajax/ajax_userPrefsSave.php:118 -msgid "Error al actualizar preferencias" -msgstr "" - -#: ../../../../ajax/ajax_userPrefsSave.php:95 -#: ../../../../ajax/ajax_userPrefsSave.php:121 -msgid "Preferencias actualizadas" -msgstr "" - -#: ../../../../ajax/ajax_viewpass.php:62 -msgid "La clave maestra no coincide" -msgstr "" - -#: ../../../../ajax/ajax_viewpass.php:67 -#: ../../../../inc/SP/Controller/Controller.class.php:192 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "" - -#: ../../../../ajax/ajax_viewpass.php:77 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:360 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:361 -#: ../../../../inc/SP/Core/Acl.class.php:141 -#: ../../../../inc/themes/classic/inc/Icons.class.php:49 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:47 -#: ../../../../inc/themes/classic/account-actions.inc:22 -#: ../../../../inc/themes/classic/profiles.inc:23 -#: ../../../../inc/themes/classic/search.inc:114 -#: ../../../../inc/themes/material-blue/account-actions.inc:28 -#: ../../../../inc/themes/material-blue/profiles.inc:37 -msgid "Ver Clave" -msgstr "" - -#: ../../../../ajax/ajax_viewpass.php:88 ../../../../js/strings.js.php:73 -msgid "Clave de Cuenta" -msgstr "" - -#: ../../../../inc/Base.php:28 ../../../../inc/SP/Account/Account.class.php:40 -#: ../../../../inc/SP/Account/AccountBase.class.php:30 -#: ../../../../inc/SP/Account/AccountHistory.class.php:37 -#: ../../../../inc/SP/Account/AccountInterface.class.php:28 -#: ../../../../inc/SP/Account/AccountSearch.class.php:36 -#: ../../../../inc/SP/Account/AccountUtil.class.php:32 -#: ../../../../inc/SP/Account/UserAccounts.class.php:31 -#: ../../../../inc/SP/Api/ApiBase.class.php:28 -#: ../../../../inc/SP/Api/ApiRequest.class.php:32 -#: ../../../../inc/SP/Api/ApiTokens.class.php:28 -#: ../../../../inc/SP/Api/ApiTokensUtil.class.php:34 -#: ../../../../inc/SP/Api/SyspassApi.class.php:34 -#: ../../../../inc/SP/Auth/Auth.class.php:43 -#: ../../../../inc/SP/Auth/Auth2FA.class.php:34 -#: ../../../../inc/SP/Auth/Ldap.class.php:32 -#: ../../../../inc/SP/Auth/LdapADS.class.php:31 -#: ../../../../inc/SP/Config/Cache.class.php:28 -#: ../../../../inc/SP/Config/Config.class.php:31 -#: ../../../../inc/SP/Config/ConfigDB.class.php:33 -#: ../../../../inc/SP/Config/ConfigInterface.class.php:28 -#: ../../../../inc/SP/Controller/AccItemMgmt.class.php:28 -#: ../../../../inc/SP/Controller/AccItemsMgmt.class.php:28 -#: ../../../../inc/SP/Controller/AccItemsMgmtSearch.class.php:28 -#: ../../../../inc/SP/Controller/Account.class.php:28 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:28 -#: ../../../../inc/SP/Controller/AccountsSearchData.class.php:28 -#: ../../../../inc/SP/Controller/AppItemMgmt.class.php:28 -#: ../../../../inc/SP/Controller/AppItemsMgmt.class.php:28 -#: ../../../../inc/SP/Controller/AppItemsMgmtSearch.class.php:28 -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:28 -#: ../../../../inc/SP/Controller/Controller.class.php:28 -#: ../../../../inc/SP/Controller/Eventlog.class.php:28 -#: ../../../../inc/SP/Controller/GridItemsSearch.class.php:11 -#: ../../../../inc/SP/Controller/GridTabController.class.php:28 -#: ../../../../inc/SP/Controller/Grids.class.php:28 -#: ../../../../inc/SP/Controller/Main.class.php:28 -#: ../../../../inc/SP/Controller/UsersPrefs.class.php:28 -#: ../../../../inc/SP/Controller/Wiki.class.php:28 -#: ../../../../inc/SP/Core/Acl.class.php:33 -#: ../../../../inc/SP/Core/Backup.class.php:37 -#: ../../../../inc/SP/Core/Crypt.class.php:35 -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:31 -#: ../../../../inc/SP/Core/CryptPKI.class.php:28 -#: ../../../../inc/SP/Core/Init.class.php:40 -#: ../../../../inc/SP/Core/Installer.class.php:38 -#: ../../../../inc/SP/Core/Language.class.php:31 -#: ../../../../inc/SP/Core/SPException.class.php:30 -#: ../../../../inc/SP/Core/Session.class.php:33 -#: ../../../../inc/SP/Core/SessionUtil.class.php:32 -#: ../../../../inc/SP/Core/Template.class.php:28 -#: ../../../../inc/SP/Core/ThemeIconsBase.class.php:31 -#: ../../../../inc/SP/Core/ThemeIconsInterface.class.php:28 -#: ../../../../inc/SP/Core/Themes.class.php:32 -#: ../../../../inc/SP/Core/Upgrade.class.php:37 -#: ../../../../inc/SP/Core/XmlExport.class.php:36 -#: ../../../../inc/SP/Html/Assets/FontIcon.class.php:28 -#: ../../../../inc/SP/Html/Assets/IconBase.class.php:28 -#: ../../../../inc/SP/Html/Assets/IconInterface.class.php:28 -#: ../../../../inc/SP/Html/Assets/ImageIcon.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGrid.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridAction.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridActionBase.class.php:30 -#: ../../../../inc/SP/Html/DataGrid/DataGridActionInterface.class.php:30 -#: ../../../../inc/SP/Html/DataGrid/DataGridActionSearch.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridActionType.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridBase.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridData.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridDataBase.class.php:30 -#: ../../../../inc/SP/Html/DataGrid/DataGridDataInterface.class.php:30 -#: ../../../../inc/SP/Html/DataGrid/DataGridHeader.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridHeaderBase.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridHeaderInterface.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridHeaderSort.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridInterface.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridPager.class.php:28 -#: ../../../../inc/SP/Html/DataGrid/DataGridPagerBase.class.php:30 -#: ../../../../inc/SP/Html/DataGrid/DataGridPagerInterface.class.php:30 -#: ../../../../inc/SP/Html/DataGrid/DataGridSort.class.php:30 -#: ../../../../inc/SP/Html/DataGrid/DataGridSortInterface.class.php:30 -#: ../../../../inc/SP/Html/DataGrid/DataGridTab.class.php:28 -#: ../../../../inc/SP/Html/Html.class.php:28 -#: ../../../../inc/SP/Html/Minify.class.php:33 -#: ../../../../inc/SP/Http/Request.class.php:50 -#: ../../../../inc/SP/Http/Response.class.php:28 -#: ../../../../inc/SP/Import/CsvImport.class.php:30 -#: ../../../../inc/SP/Import/CsvImportBase.class.php:34 -#: ../../../../inc/SP/Import/FileImport.class.php:31 -#: ../../../../inc/SP/Import/Import.class.php:33 -#: ../../../../inc/SP/Import/ImportBase.class.php:34 -#: ../../../../inc/SP/Import/KeepassImport.class.php:30 -#: ../../../../inc/SP/Import/KeepassXImport.class.php:31 -#: ../../../../inc/SP/Import/Migrate.class.php:37 -#: ../../../../inc/SP/Import/SyspassImport.class.php:31 -#: ../../../../inc/SP/Import/XmlImport.class.php:31 -#: ../../../../inc/SP/Import/XmlImportBase.class.php:30 -#: ../../../../inc/SP/Log/Log.class.php:35 -#: ../../../../inc/SP/Mgmt/Category.class.php:36 -#: ../../../../inc/SP/Mgmt/CustomFieldDef.class.php:32 -#: ../../../../inc/SP/Mgmt/CustomFields.class.php:35 -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:28 -#: ../../../../inc/SP/Mgmt/Customer.class.php:37 -#: ../../../../inc/SP/Mgmt/Files.class.php:36 -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:40 -#: ../../../../inc/SP/Mgmt/PublicLinkBase.class.php:38 -#: ../../../../inc/SP/Mgmt/PublicLinkUtil.class.php:34 -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:35 -#: ../../../../inc/SP/Mgmt/User/Profile.class.php:34 -#: ../../../../inc/SP/Mgmt/User/ProfileBase.class.php:37 -#: ../../../../inc/SP/Mgmt/User/ProfileUtil.class.php:34 -#: ../../../../inc/SP/Mgmt/User/User.class.php:34 -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:36 -#: ../../../../inc/SP/Mgmt/User/UserLdap.class.php:34 -#: ../../../../inc/SP/Mgmt/User/UserMigrate.class.php:33 -#: ../../../../inc/SP/Mgmt/User/UserPass.class.php:37 -#: ../../../../inc/SP/Mgmt/User/UserPassRecover.class.php:31 -#: ../../../../inc/SP/Mgmt/User/UserPreferences.class.php:33 -#: ../../../../inc/SP/Mgmt/User/UserUtil.class.php:32 -#: ../../../../inc/SP/Storage/DB.class.php:33 -#: ../../../../inc/SP/Storage/DBConnectionFactory.class.php:33 -#: ../../../../inc/SP/Util/ImageUtil.class.php:30 -#: ../../../../inc/SP/Util/Util.class.php:35 -#: ../../../../inc/SP/Util/Wiki/DokuWikiApi.class.php:34 -#: ../../../../inc/themes/classic/inc/Icons.class.php:28 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:28 -msgid "No es posible acceder directamente a este archivo" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:63 -#: ../../../../inc/SP/Account/Account.class.php:157 -#: ../../../../inc/SP/Account/Account.class.php:647 -msgid "Error al actualizar el historial" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:68 -msgid "Actualizar Cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:71 -#: ../../../../inc/SP/Account/Account.class.php:376 -msgid "Error al actualizar los grupos secundarios" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:77 -#: ../../../../inc/SP/Account/Account.class.php:384 -msgid "Error al actualizar los usuarios de la cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:192 -msgid "Restaurar Cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:304 -#: ../../../../inc/SP/Account/AccountHistory.class.php:371 -#: ../../../../inc/SP/Account/AccountHistory.class.php:539 -msgid "No se pudieron obtener los datos de la cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:393 -#: ../../../../inc/SP/Controller/Account.class.php:125 -#: ../../../../inc/SP/Controller/Main.class.php:194 -#: ../../../../inc/SP/Core/Acl.class.php:137 -msgid "Nueva Cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:411 -msgid "ERROR: Error en la operación." -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:416 -#: ../../../../inc/SP/Controller/Account.class.php:386 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:428 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:429 -#: ../../../../inc/SP/Controller/Grids.class.php:398 -#: ../../../../inc/SP/Controller/Grids.class.php:399 -#: ../../../../inc/SP/Core/Acl.class.php:142 -#: ../../../../inc/themes/classic/account-actions.inc:8 -#: ../../../../inc/themes/classic/search.inc:144 -#: ../../../../inc/themes/material-blue/account-actions.inc:10 -msgid "Eliminar Cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:432 -msgid "Error al eliminar grupos asociados a la cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:437 -msgid "Error al eliminar usuarios asociados a la cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:442 -msgid "Error al eliminar archivos asociados a la cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:500 -#: ../../../../inc/SP/Account/AccountHistory.class.php:140 -#: ../../../../inc/SP/Import/XmlImport.class.php:65 -msgid "Inicio" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:506 -#: ../../../../inc/SP/Account/AccountHistory.class.php:147 -msgid "Error en el módulo de encriptación" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:515 -#: ../../../../inc/SP/Account/AccountHistory.class.php:156 -msgid "Error al obtener las claves de las cuentas" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:531 -#: ../../../../inc/SP/Account/AccountHistory.class.php:177 -msgid "Clave de cuenta vacía" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:536 -#: ../../../../inc/SP/Account/AccountHistory.class.php:182 -msgid "IV de encriptación incorrecto" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:545 -#: ../../../../inc/SP/Account/AccountHistory.class.php:191 -msgid "No es posible desencriptar la clave de la cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:551 -msgid "Fallo al actualizar la clave de la cuenta" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:565 -msgid "Cuentas actualizadas" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:570 -#: ../../../../inc/SP/Account/AccountHistory.class.php:216 -#: ../../../../inc/SP/Mgmt/CustomFields.class.php:325 -#: ../../../../inc/SP/Mgmt/CustomFields.class.php:369 -msgid "Fin" -msgstr "" - -#: ../../../../inc/SP/Account/Account.class.php:678 -msgid "Modificar Clave" -msgstr "" - -#: ../../../../inc/SP/Account/AccountHistory.class.php:139 -msgid "Actualizar Clave Maestra (H)" -msgstr "" - -#: ../../../../inc/SP/Account/AccountHistory.class.php:172 -msgid "La clave maestra del registro no coincide" -msgstr "" - -#: ../../../../inc/SP/Account/AccountHistory.class.php:197 -msgid "Fallo al actualizar la clave del histórico" -msgstr "" - -#: ../../../../inc/SP/Account/AccountHistory.class.php:211 -#: ../../../../inc/SP/Mgmt/CustomFields.class.php:365 -msgid "Registros actualizados" -msgstr "" - -#: ../../../../inc/SP/Account/AccountUtil.class.php:133 -msgid "No se pudieron obtener los datos de las cuentas" -msgstr "" - -#: ../../../../inc/SP/Api/ApiBase.class.php:81 -#: ../../../../inc/SP/Api/ApiBase.class.php:105 -#: ../../../../inc/SP/Api/ApiBase.class.php:133 -msgid "Acceso no permitido" -msgstr "" - -#: ../../../../inc/SP/Api/ApiBase.class.php:173 -msgid "Error de codificación" -msgstr "" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:96 -msgid "Método inválido" -msgstr "" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:112 -msgid "Datos inválidos" -msgstr "" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:140 -msgid "Acción inválida" -msgstr "" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:152 -msgid "Token de autorización" -msgstr "" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:153 -msgid "Acción a realizar" -msgstr "" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:154 -msgid "Clave de usuario (opcional)" -msgstr "" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:155 -msgid "Cadena a buscar" -msgstr "" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:156 -msgid "Numero de cuentas a mostar en la búsqueda" -msgstr "" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:157 -msgid "Item a devolver" -msgstr "" - -#: ../../../../inc/SP/Api/ApiTokens.class.php:144 -msgid "La autorización ya existe" -msgstr "" - -#: ../../../../inc/SP/Api/ApiTokens.class.php:236 -msgid "Actualizar Autorización" -msgstr "" - -#: ../../../../inc/SP/Api/ApiTokens.class.php:262 -#: ../../../../inc/SP/Controller/Grids.class.php:743 -#: ../../../../inc/SP/Controller/Grids.class.php:744 -msgid "Eliminar Autorización" -msgstr "" - -#: ../../../../inc/SP/Auth/Auth.class.php:121 -msgid "Usuario no pertenece al grupo" -msgstr "" - -#: ../../../../inc/SP/Auth/Auth.class.php:202 -#: ../../../../inc/themes/classic/users.inc:117 -#: ../../../../inc/themes/classic/userspass.inc:2 -#: ../../../../inc/themes/material-blue/users.inc:162 -#: ../../../../inc/themes/material-blue/userspass.inc:2 -msgid "Cambio de Clave" -msgstr "" - -#: ../../../../inc/SP/Auth/Auth.class.php:204 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "" - -#: ../../../../inc/SP/Auth/Auth.class.php:206 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "" - -#: ../../../../inc/SP/Auth/Auth.class.php:210 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "" - -#: ../../../../inc/SP/Auth/Ldap.class.php:136 -#: ../../../../inc/SP/Auth/Ldap.class.php:140 -msgid "No es posible conectar con el servidor de LDAP" -msgstr "" - -#: ../../../../inc/SP/Auth/Ldap.class.php:166 -#: ../../../../inc/SP/Auth/Ldap.class.php:171 -msgid "Error al conectar (BIND)" -msgstr "" - -#: ../../../../inc/SP/Auth/Ldap.class.php:195 -#: ../../../../inc/SP/Auth/Ldap.class.php:200 -msgid "Error al buscar objetos en DN base" -msgstr "" - -#: ../../../../inc/SP/Auth/Ldap.class.php:224 -#: ../../../../inc/SP/Auth/Ldap.class.php:230 -#: ../../../../inc/SP/Auth/Ldap.class.php:238 -#: ../../../../inc/SP/Auth/Ldap.class.php:243 -#: ../../../../inc/SP/Auth/Ldap.class.php:249 -#: ../../../../inc/SP/Auth/Ldap.class.php:254 -msgid "Error al buscar RDN de grupo" -msgstr "" - -#: ../../../../inc/SP/Auth/Ldap.class.php:317 -#: ../../../../inc/SP/Auth/Ldap.class.php:323 -#: ../../../../inc/SP/Auth/Ldap.class.php:340 -#: ../../../../inc/SP/Auth/Ldap.class.php:345 -msgid "Error al buscar el DN del usuario" -msgstr "" - -#: ../../../../inc/SP/Auth/Ldap.class.php:331 -#: ../../../../inc/SP/Auth/Ldap.class.php:336 -msgid "Error al localizar el usuario en LDAP" -msgstr "" - -#: ../../../../inc/SP/Auth/Ldap.class.php:415 -#: ../../../../inc/SP/Auth/Ldap.class.php:421 -#: ../../../../inc/SP/Auth/LdapADS.class.php:107 -#: ../../../../inc/SP/Auth/LdapADS.class.php:112 -msgid "Error al buscar el grupo de usuarios" -msgstr "" - -#: ../../../../inc/SP/Auth/Ldap.class.php:428 -msgid "Usuario verificado en grupo" -msgstr "" - -#: ../../../../inc/SP/Auth/LdapADS.class.php:117 -#: ../../../../inc/SP/Auth/LdapADS.class.php:122 -msgid "No se encontró el grupo con ese nombre" -msgstr "" - -#: ../../../../inc/SP/Config/Config.class.php:151 -msgid "No es posible escribir el archivo de configuración" -msgstr "" - -#: ../../../../inc/SP/Config/Config.class.php:151 -msgid "Compruebe los permisos del directorio \"config\"" -msgstr "" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:102 -#: ../../../../inc/SP/Config/ConfigDB.class.php:136 -#: ../../../../inc/SP/Controller/Main.class.php:212 -#: ../../../../inc/SP/Core/Acl.class.php:154 -#: ../../../../inc/themes/classic/profiles.inc:57 -#: ../../../../inc/themes/material-blue/profiles.inc:73 -msgid "Configuración" -msgstr "" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:103 -#: ../../../../inc/SP/Config/ConfigDB.class.php:137 -msgid "Modificar configuración" -msgstr "" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:138 -msgid "Parámetro" -msgstr "" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:139 -msgid "Valor" -msgstr "" - -#: ../../../../inc/SP/Controller/AccItemMgmt.class.php:166 -msgid "Token de autorización visualizado" -msgstr "" - -#: ../../../../inc/SP/Controller/AccItemMgmt.class.php:167 -msgid "Autorizaciones" -msgstr "" - -#: ../../../../inc/SP/Controller/Account.class.php:279 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:410 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:411 -#: ../../../../inc/SP/Core/Acl.class.php:136 -#: ../../../../inc/themes/classic/search.inc:138 -msgid "Copiar Cuenta" -msgstr "" - -#: ../../../../inc/SP/Controller/Account.class.php:358 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:392 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:393 -#: ../../../../inc/SP/Core/Acl.class.php:138 -msgid "Editar Cuenta" -msgstr "" - -#: ../../../../inc/SP/Controller/Account.class.php:413 -#: ../../../../inc/SP/Controller/Account.class.php:445 -#: ../../../../inc/SP/Controller/Account.class.php:538 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:348 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:349 -#: ../../../../inc/themes/classic/datasearch-rows.inc:31 -#: ../../../../inc/themes/classic/search.inc:48 -#: ../../../../inc/themes/classic/search.inc:109 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:31 -msgid "Detalles de Cuenta" -msgstr "" - -#: ../../../../inc/SP/Controller/Account.class.php:501 -#: ../../../../inc/themes/classic/account-actions.inc:37 -#: ../../../../inc/themes/material-blue/account-actions.inc:46 -msgid "Modificar Clave de Cuenta" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:375 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:376 -#: ../../../../inc/themes/classic/account-actions.inc:28 -#: ../../../../inc/themes/classic/search.inc:118 -#: ../../../../inc/themes/material-blue/account-actions.inc:35 -msgid "Copiar Clave en Portapapeles" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:439 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:440 -#: ../../../../inc/themes/classic/account-actions.inc:61 -#: ../../../../inc/themes/classic/search.inc:153 -#: ../../../../inc/themes/material-blue/account-actions.inc:78 -msgid "Solicitar Modificación" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:450 -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:451 -#: ../../../../inc/themes/classic/search.inc:127 -msgid "Más Acciones" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:500 -msgid "Ordenar por Cliente" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:506 -#: ../../../../inc/SP/Controller/Grids.class.php:124 -#: ../../../../inc/SP/Controller/Grids.class.php:218 -#: ../../../../inc/SP/Controller/Grids.class.php:292 -#: ../../../../inc/SP/Controller/Grids.class.php:354 -#: ../../../../inc/SP/Controller/Grids.class.php:407 -#: ../../../../inc/SP/Controller/Grids.class.php:501 -#: ../../../../inc/SP/Controller/Grids.class.php:585 -#: ../../../../inc/SP/Controller/Grids.class.php:669 -#: ../../../../inc/themes/classic/account-editpass.inc:8 -#: ../../../../inc/themes/classic/account-request.inc:6 -#: ../../../../inc/themes/classic/account.inc:17 -#: ../../../../inc/themes/classic/categories.inc:8 -#: ../../../../inc/themes/classic/customers.inc:9 -#: ../../../../inc/themes/classic/customfields.inc:9 -#: ../../../../inc/themes/classic/datasearch-rows.inc:29 -#: ../../../../inc/themes/classic/groups.inc:8 -#: ../../../../inc/themes/classic/info.inc:25 -#: ../../../../inc/themes/classic/profiles.inc:8 -#: ../../../../inc/themes/classic/search.inc:46 -#: ../../../../inc/themes/classic/users.inc:8 -#: ../../../../inc/themes/material-blue/account-editpass.inc:11 -#: ../../../../inc/themes/material-blue/account-link.inc:12 -#: ../../../../inc/themes/material-blue/account.inc:27 -#: ../../../../inc/themes/material-blue/categories.inc:9 -#: ../../../../inc/themes/material-blue/customers.inc:10 -#: ../../../../inc/themes/material-blue/customfields.inc:8 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:29 -#: ../../../../inc/themes/material-blue/groups.inc:11 -#: ../../../../inc/themes/material-blue/info.inc:25 -#: ../../../../inc/themes/material-blue/profiles.inc:10 -#: ../../../../inc/themes/material-blue/request.inc:8 -#: ../../../../inc/themes/material-blue/users.inc:9 -msgid "Nombre" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:507 -msgid "Ordenar por Nombre" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:513 -#: ../../../../inc/SP/Mgmt/Category.class.php:74 -#: ../../../../inc/SP/Mgmt/Category.class.php:174 -#: ../../../../inc/SP/Mgmt/Category.class.php:349 -#: ../../../../inc/themes/classic/account.inc:48 -#: ../../../../inc/themes/classic/datasearch-rows.inc:39 -#: ../../../../inc/themes/classic/search.inc:56 -#: ../../../../inc/themes/material-blue/account-link.inc:24 -#: ../../../../inc/themes/material-blue/account.inc:64 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:39 -msgid "Categoría" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:514 -msgid "Ordenar por Categoría" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:521 -msgid "Ordenar por Usuario" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:527 -#: ../../../../inc/themes/classic/account-editpass.inc:16 -#: ../../../../inc/themes/classic/account-request.inc:13 -#: ../../../../inc/themes/classic/account.inc:68 -#: ../../../../inc/themes/classic/datasearch-rows.inc:50 -#: ../../../../inc/themes/classic/search.inc:69 -#: ../../../../inc/themes/material-blue/account-editpass.inc:19 -#: ../../../../inc/themes/material-blue/account-link.inc:30 -#: ../../../../inc/themes/material-blue/account.inc:84 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:50 -#: ../../../../inc/themes/material-blue/request.inc:17 -msgid "URL / IP" -msgstr "" - -#: ../../../../inc/SP/Controller/AccountsSearch.class.php:528 -msgid "Ordenar por URL / IP" -msgstr "" - -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:149 -#: ../../../../inc/SP/Core/Acl.class.php:156 -#: ../../../../inc/themes/classic/profiles.inc:65 -#: ../../../../inc/themes/material-blue/profiles.inc:84 -msgid "Encriptación" -msgstr "" - -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:185 -msgid "Último backup" -msgstr "" - -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:185 -msgid "No se encontraron backups" -msgstr "" - -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:192 -msgid "Última exportación" -msgstr "" - -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:192 -msgid "No se encontró archivo de exportación" -msgstr "" - -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:194 -#: ../../../../inc/SP/Core/Acl.class.php:157 -#: ../../../../inc/themes/classic/backup.inc:6 -#: ../../../../inc/themes/material-blue/backup.inc:6 -msgid "Copia de Seguridad" -msgstr "" - -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:216 -#: ../../../../inc/SP/Import/CsvImportBase.class.php:146 -#: ../../../../inc/SP/Import/CsvImportBase.class.php:151 -#: ../../../../inc/SP/Import/Import.class.php:97 -#: ../../../../inc/SP/Import/Migrate.class.php:366 -#: ../../../../inc/SP/Import/XmlImport.class.php:65 -#: ../../../../inc/SP/Import/XmlImport.class.php:66 -msgid "Importar Cuentas" -msgstr "" - -#: ../../../../inc/SP/Controller/ConfigMgmt.class.php:238 -msgid "Información" -msgstr "" - -#: ../../../../inc/SP/Controller/Controller.class.php:191 -msgid "Opción no disponible" -msgstr "" - -#: ../../../../inc/SP/Controller/Controller.class.php:191 -#: ../../../../inc/SP/Controller/Controller.class.php:192 -#: ../../../../inc/SP/Controller/Controller.class.php:193 -#: ../../../../inc/SP/Controller/Controller.class.php:194 -#: ../../../../inc/SP/Core/Init.class.php:267 -msgid "Consulte con el administrador" -msgstr "" - -#: ../../../../inc/SP/Controller/Controller.class.php:193 -msgid "No tiene permisos para acceder a esta página" -msgstr "" - -#: ../../../../inc/SP/Controller/Controller.class.php:194 -msgid "No tiene permisos para realizar esta operación" -msgstr "" - -#: ../../../../inc/SP/Controller/Eventlog.class.php:102 -msgid "Registro de eventos vaciado" -msgstr "" - -#: ../../../../inc/SP/Controller/Eventlog.class.php:104 -msgid "Error al vaciar el registro de eventos" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:85 -msgid "Buscar Categoría" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:115 -#: ../../../../inc/SP/Controller/Grids.class.php:116 -#: ../../../../inc/SP/Mgmt/Category.class.php:73 -msgid "Eliminar Categoría" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:143 -msgid "Gestión de Categorías" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:179 -msgid "Buscar Cliente" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:209 -#: ../../../../inc/SP/Controller/Grids.class.php:210 -#: ../../../../inc/SP/Mgmt/Customer.class.php:178 -msgid "Eliminar Cliente" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:237 -msgid "Gestión de Clientes" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:252 -msgid "Buscar Campo" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:282 -#: ../../../../inc/SP/Controller/Grids.class.php:283 -msgid "Eliminar Campo" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:291 -#: ../../../../inc/themes/classic/customfields.inc:27 -#: ../../../../inc/themes/material-blue/customfields.inc:30 -msgid "Módulo" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:312 -#: ../../../../inc/SP/Mgmt/CustomFields.class.php:313 -#: ../../../../inc/themes/classic/profiles.inc:107 -#: ../../../../inc/themes/material-blue/profiles.inc:131 -msgid "Campos Personalizados" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:327 -msgid "Buscar Archivo" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:334 -#: ../../../../inc/themes/material-blue/files.inc:23 -msgid "Ver Archivo" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:344 -#: ../../../../inc/SP/Mgmt/Files.class.php:130 -#: ../../../../inc/themes/material-blue/files.inc:18 -msgid "Eliminar Archivo" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:376 -msgid "Gestión de Archivos" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:391 -msgid "Buscar Cuenta" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:424 -msgid "Gestión de Cuentas" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:439 -msgid "Buscar Usuario" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:458 -#: ../../../../inc/SP/Controller/Grids.class.php:459 -msgid "Ver Detalles de Usuario" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:480 -#: ../../../../inc/SP/Controller/Grids.class.php:481 -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:618 -msgid "Eliminar Usuario" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:491 -#: ../../../../inc/SP/Controller/Grids.class.php:492 -msgid "Cambiar Clave de Usuario" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:505 -msgid "Propiedades" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:531 -msgid "Gestión de Usuarios" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:546 -msgid "Buscar Grupo" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:576 -#: ../../../../inc/SP/Controller/Grids.class.php:577 -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:397 -msgid "Eliminar Grupo" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:604 -msgid "Gestión de Grupos" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:619 -msgid "Buscar Perfil" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:638 -#: ../../../../inc/SP/Controller/Grids.class.php:639 -msgid "Ver Detalles de Perfil" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:660 -#: ../../../../inc/SP/Controller/Grids.class.php:661 -#: ../../../../inc/SP/Mgmt/User/ProfileBase.class.php:562 -msgid "Eliminar Perfil" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:687 -msgid "Gestión de Perfiles" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:702 -msgid "Buscar Token" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:721 -#: ../../../../inc/SP/Controller/Grids.class.php:722 -msgid "Ver token de Autorización" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:753 -#: ../../../../inc/SP/Log/Email.class.php:68 -#: ../../../../inc/themes/classic/tokens.inc:20 -#: ../../../../inc/themes/material-blue/tokens.inc:20 -msgid "Acción" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:772 -msgid "Gestión de Autorizaciones API" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:787 -msgid "Buscar Enlace" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:794 -#: ../../../../inc/SP/Controller/Grids.class.php:795 -msgid "Ver Enlace" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:804 -#: ../../../../inc/SP/Controller/Grids.class.php:805 -msgid "Renovar Enlace" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:815 -#: ../../../../inc/SP/Controller/Grids.class.php:816 -#: ../../../../inc/SP/Mgmt/PublicLinkBase.class.php:275 -msgid "Eliminar Enlace" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:825 -#: ../../../../inc/themes/material-blue/publiclinks.inc:10 -msgid "Fecha Creación" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:826 -#: ../../../../inc/themes/material-blue/publiclinks.inc:14 -msgid "Fecha Caducidad" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:828 -#: ../../../../inc/themes/material-blue/publiclinks.inc:22 -msgid "Notificar" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:829 -#: ../../../../inc/themes/classic/account-details.inc:3 -#: ../../../../inc/themes/material-blue/account-details.inc:3 -#: ../../../../inc/themes/material-blue/publiclinks.inc:26 -msgid "Visitas" -msgstr "" - -#: ../../../../inc/SP/Controller/Grids.class.php:851 -msgid "Gestión de Enlaces" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:170 -#: ../../../../inc/themes/classic/inc/Icons.class.php:53 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:51 -msgid "Admin Aplicación" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:188 -msgid "Buscar" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:200 -msgid "Usuarios y Accesos" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:206 -msgid "Elementos y Personalización" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:218 -#: ../../../../inc/themes/classic/eventlog.inc:2 -#: ../../../../inc/themes/material-blue/eventlog.inc:4 -msgid "Registro de Eventos" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:239 -msgid "Nuevo estilo visual basado en Material Design Lite by Google" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:240 -msgid "Usuarios en múltiples grupos" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:241 -msgid "Previsualización de imágenes" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:242 -msgid "Mostrar claves como imágenes" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:243 -msgid "Campos personalizados" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:244 -msgid "API de consultas" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:245 -#: ../../../../inc/themes/classic/login-2fa.inc:9 -#: ../../../../inc/themes/material-blue/login-2fa.inc:7 -#: ../../../../inc/themes/material-blue/preferences-security.inc:13 -msgid "Autentificación en 2 pasos" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:246 -msgid "Complejidad de generador de claves" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:247 -msgid "Consultas especiales" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:248 -msgid "Exportación a XML" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:249 -msgid "Clave maestra temporal" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:250 -msgid "Importación de cuentas desde sysPass, KeePass, KeePassX y CSV" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:251 -msgid "Optimización del código y mayor rapidez de carga" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:252 -msgid "Mejoras de seguridad en XSS e inyección SQL" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:293 -msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:294 -msgid "Actualice la versión de PHP para usar sysPass de forma segura" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:301 -msgid "No se encuentra el generador de números aleatorios." -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:302 -msgid "" -"Sin esta función un atacante puede utilizar su cuenta al resetear la clave" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:321 -msgid "Instalación finalizada" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:322 -msgid "Pulse aquí para acceder" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:419 -msgid "Descargar nueva versión" -msgstr "" - -#: ../../../../inc/SP/Controller/Main.class.php:430 -msgid "Avisos de sysPass" -msgstr "" - -#: ../../../../inc/SP/Controller/UsersPrefs.class.php:94 -#: ../../../../inc/themes/classic/mail.inc:63 -#: ../../../../inc/themes/material-blue/mail.inc:88 -msgid "Seguridad" -msgstr "" - -#: ../../../../inc/SP/Controller/UsersPrefs.class.php:132 -#: ../../../../inc/themes/classic/sessionbar.inc:9 -msgid "Preferencias" -msgstr "" - -#: ../../../../inc/SP/Core/Acl.class.php:120 -msgid "Denegado acceso a" -msgstr "" - -#: ../../../../inc/SP/Core/Acl.class.php:134 +#. (itstool) path: action/text +#: ../../../config/actions.xml:7 msgid "Buscar Cuentas" -msgstr "" +msgstr "Cerca account" -#: ../../../../inc/SP/Core/Acl.class.php:135 -msgid "Ver Cuenta" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:13 +msgid "Cuentas" +msgstr "Account" -#: ../../../../inc/SP/Core/Acl.class.php:139 -msgid "Editar Clave de Cuenta" -msgstr "" - -#: ../../../../inc/SP/Core/Acl.class.php:140 -#: ../../../../inc/themes/classic/profiles.inc:28 -#: ../../../../inc/themes/material-blue/profiles.inc:42 -msgid "Ver Historial" -msgstr "" - -#: ../../../../inc/SP/Core/Acl.class.php:143 -#: ../../../../inc/themes/classic/account-files.inc:3 -#: ../../../../inc/themes/classic/profiles.inc:50 -#: ../../../../inc/themes/material-blue/account-files.inc:3 -#: ../../../../inc/themes/material-blue/config-files.inc:4 -#: ../../../../inc/themes/material-blue/profiles.inc:62 +#. (itstool) path: action/text +#: ../../../config/actions.xml:19 msgid "Archivos" -msgstr "" +msgstr "Files" -#: ../../../../inc/SP/Core/Acl.class.php:144 +#. (itstool) path: action/text +#: ../../../config/actions.xml:25 msgid "Peticiones" -msgstr "" +msgstr "Petizioni" -#: ../../../../inc/SP/Core/Acl.class.php:145 -msgid "Gestión Aplicación" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:31 +msgid "Favoritos" +msgstr "Favorites" -#: ../../../../inc/SP/Core/Acl.class.php:146 +#. (itstool) path: action/text +#: ../../../config/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Elementi e personalizzazione" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:49 msgid "Gestión Categorías" -msgstr "" +msgstr "Gestione Categorie" -#: ../../../../inc/SP/Core/Acl.class.php:147 +#. (itstool) path: action/text +#: ../../../config/actions.xml:55 msgid "Gestión Clientes" -msgstr "" +msgstr "Gestione Clienti" -#: ../../../../inc/SP/Core/Acl.class.php:148 -msgid "Gestión Campos Personalizados" -msgstr "" - -#: ../../../../inc/SP/Core/Acl.class.php:149 +#. (itstool) path: action/text +#: ../../../config/actions.xml:61 msgid "Gestión Autorizaciones API" -msgstr "" +msgstr "Gestione Autorizzazioni API" -#: ../../../../inc/SP/Core/Acl.class.php:150 -#: ../../../../inc/SP/Core/Acl.class.php:151 -msgid "Gestión Usuarios" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:67 +msgid "Gestión Campos Personalizados" +msgstr "Gestione Campi Personalizzati" -#: ../../../../inc/SP/Core/Acl.class.php:152 -msgid "Gestión Grupos" -msgstr "" - -#: ../../../../inc/SP/Core/Acl.class.php:153 -msgid "Gestión Perfiles" -msgstr "" - -#: ../../../../inc/SP/Core/Acl.class.php:155 -msgid "Configuración General" -msgstr "" - -#: ../../../../inc/SP/Core/Acl.class.php:158 -msgid "Exportar" -msgstr "" - -#: ../../../../inc/SP/Core/Acl.class.php:159 -#: ../../../../inc/themes/classic/profiles.inc:74 -#: ../../../../inc/themes/material-blue/profiles.inc:94 -msgid "Importar" -msgstr "" - -#: ../../../../inc/SP/Core/Backup.class.php:51 -#: ../../../../inc/themes/classic/backup.inc:56 -msgid "Realizar Backup" -msgstr "" - -#: ../../../../inc/SP/Core/Backup.class.php:79 -msgid "Copia de la aplicación y base de datos realizada correctamente" -msgstr "" - -#: ../../../../inc/SP/Core/Backup.class.php:197 -msgid "Esta operación sólo es posible en entornos Linux" -msgstr "" - -#: ../../../../inc/SP/Core/Backup.class.php:199 -msgid "Error al realizar backup en modo compatibilidad" -msgstr "" - -#: ../../../../inc/SP/Core/Backup.class.php:253 -#: ../../../../inc/SP/Core/XmlExport.class.php:487 -msgid "No es posible crear el directorio de backups" -msgstr "" - -#: ../../../../inc/SP/Core/Backup.class.php:258 -#: ../../../../inc/SP/Core/XmlExport.class.php:492 -msgid "Compruebe los permisos del directorio de backups" -msgstr "" - -#: ../../../../inc/SP/Core/Crypt.class.php:132 -#: ../../../../inc/SP/Log/Email.class.php:154 -#: ../../../../inc/themes/classic/inc/Icons.class.php:70 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:68 -msgid "Aviso" -msgstr "" - -#: ../../../../inc/SP/Core/Crypt.class.php:132 -msgid "" -"Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." -msgstr "" - -#: ../../../../inc/SP/Core/Crypt.class.php:196 -msgid "No se puede usar el módulo de encriptación" -msgstr "" - -#: ../../../../inc/SP/Core/Crypt.class.php:207 -msgid "Error al generar datos cifrados" -msgstr "" - -#: ../../../../inc/SP/Core/CryptPKI.class.php:47 -msgid "No es posible generar las claves RSA" -msgstr "" - -#: ../../../../inc/SP/Core/CryptPKI.class.php:113 -#: ../../../../inc/SP/Core/CryptPKI.class.php:115 -#: ../../../../inc/SP/Core/CryptPKI.class.php:146 -#: ../../../../inc/SP/Core/CryptPKI.class.php:148 -msgid "El archivo de clave no existe" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:135 -msgid "Error en la verificación de la base de datos" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:263 -msgid "Sesion" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:263 -#: ../../../../inc/SP/Core/Init.class.php:267 -msgid "La sesión no puede ser inicializada" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:364 -msgid "El directorio \"/config\" no existe" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:369 -msgid "No es posible escribir en el directorio \"config\"" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:376 -msgid "Los permisos del directorio \"/config\" son incorrectos" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:376 -msgid "Actual:" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:376 -msgid "Necesario: 750" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:425 -msgid "Aplicación en mantenimiento" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:425 -msgid "En breve estará operativa" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:462 -msgid "Finalizar sesión" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:464 -msgid "Tiempo inactivo" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:465 -msgid "Tiempo total" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:504 -msgid "La aplicación necesita actualizarse" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:504 -#, php-format -msgid "Si es un administrador pulse en el enlace: %s" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:504 -#: ../../../../inc/themes/classic/inc/Icons.class.php:57 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:55 -#: ../../../../inc/themes/classic/upgrade.inc:20 -#: ../../../../inc/themes/material-blue/upgrade.inc:26 -msgid "Actualizar" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:534 -#: ../../../../inc/themes/material-blue/upgrade.inc:4 -msgid "Actualización" -msgstr "" - -#: ../../../../inc/SP/Core/Init.class.php:535 -msgid "Actualización de versión realizada." -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:136 -msgid "Indicar nombre de usuario admin" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:137 -msgid "Usuario admin para acceso a la aplicación" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:141 -msgid "Indicar la clave de admin" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:142 -msgid "Clave del usuario admin de la aplicación" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:146 -msgid "Indicar la clave maestra" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:147 -msgid "Clave maestra para encriptar las claves" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:151 -msgid "Clave maestra muy corta" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:152 -msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:156 -msgid "Indicar el usuario de la BBDD" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:157 -msgid "Usuario con permisos de administrador de la Base de Datos" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:161 -msgid "Indicar la clave de la BBDD" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:162 -msgid "Clave del usuario administrador de la Base de Datos" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:166 -msgid "Indicar el nombre de la BBDD" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:167 -msgid "Nombre para la BBDD de la aplicación pej. syspass" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:171 -msgid "El nombre de la BBDD no puede contener \".\"" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:172 -msgid "Elimine los puntos del nombre de la Base de Datos" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:176 -msgid "Indicar el servidor de la BBDD" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:177 -msgid "Servidor donde se instalará la Base de Datos" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:245 -#: ../../../../inc/SP/Import/Migrate.class.php:123 -#: ../../../../inc/SP/Storage/DBConnectionFactory.class.php:86 -#: ../../../../inc/SP/Storage/DBConnectionFactory.class.php:88 -#: ../../../../inc/SP/Storage/DBConnectionFactory.class.php:102 -msgid "No es posible conectar con la BD" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:246 -#: ../../../../inc/SP/Import/Migrate.class.php:124 -#: ../../../../inc/SP/Storage/DBConnectionFactory.class.php:86 -#: ../../../../inc/SP/Storage/DBConnectionFactory.class.php:88 -msgid "Compruebe los datos de conexión" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:276 -msgid "No es posible comprobar el usuario de sysPass" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:277 -msgid "Compruebe los permisos del usuario de conexión a la BD" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:328 -msgid "El usuario de MySQL ya existe" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:329 -msgid "Indique un nuevo usuario o elimine el existente" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:342 -msgid "La BBDD ya existe" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:343 -msgid "Indique una nueva Base de Datos o elimine la existente" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:352 -#: ../../../../inc/SP/Core/Installer.class.php:423 -msgid "Error al crear la BBDD" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:353 -#: ../../../../inc/SP/Core/Installer.class.php:364 -msgid "Verifique los permisos del usuario de la Base de Datos" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:363 -msgid "Error al establecer permisos de la BBDD" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:395 -msgid "El archivo de estructura de la BBDD no existe" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:396 -msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:404 -msgid "Error al seleccionar la BBDD" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:405 -msgid "" -"No es posible usar la Base de Datos para crear la estructura. Compruebe los " -"permisos y que no exista." -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:424 -msgid "Error al crear la estructura de la Base de Datos." -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:447 -msgid "Error al crear el grupo \"admin\"" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:448 -#: ../../../../inc/SP/Core/Installer.class.php:481 -#: ../../../../inc/SP/Core/Installer.class.php:498 -#: ../../../../inc/SP/Core/Installer.class.php:511 -msgid "Informe al desarrollador" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:480 -msgid "Error al crear el perfil \"admin\"" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:497 -msgid "Error al crear el usuario \"admin\"" -msgstr "" - -#: ../../../../inc/SP/Core/Installer.class.php:510 -msgid "Error al actualizar la clave maestra del usuario \"admin\"" -msgstr "" - -#: ../../../../inc/SP/Core/Template.class.php:113 -#: ../../../../inc/SP/Core/Template.class.php:114 -#: ../../../../inc/SP/Html/DataGrid/DataGridBase.class.php:222 -#, php-format -msgid "No es posible obtener la plantilla \"%s\" : %s" -msgstr "" - -#: ../../../../inc/SP/Core/Template.class.php:152 -#, php-format -msgid "No es posible obtener la variable \"%s\"" -msgstr "" - -#: ../../../../inc/SP/Core/Template.class.php:195 -#, php-format -msgid "No es posible destruir la variable \"%s\"" -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:59 -msgid "Error al aplicar la actualización de la Base de Datos" -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:60 -#: ../../../../inc/SP/Core/Upgrade.class.php:66 -msgid "Compruebe el registro de eventos para más detalles" -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:60 -#: ../../../../inc/SP/Core/Upgrade.class.php:66 -#: ../../../../inc/themes/classic/login.inc:32 -#: ../../../../inc/themes/material-blue/login-2fa.inc:24 -#: ../../../../inc/themes/material-blue/login.inc:65 -msgid "Acceder" -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:65 -msgid "Error al aplicar la actualización auxiliar" -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:82 -msgid "Actualizar BBDD" -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:143 -msgid "No es necesario actualizar la Base de Datos." -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:155 -msgid "Error al aplicar la actualización de la Base de Datos." -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:164 -msgid "Actualización de la Base de Datos realizada correctamente." -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:241 -msgid "Actualizar Configuración" -msgstr "" - -#: ../../../../inc/SP/Core/Upgrade.class.php:241 -msgid "Actualización de la Configuración realizada correctamente." -msgstr "" - -#: ../../../../inc/SP/Core/XmlExport.class.php:125 -msgid "Exportar XML" -msgstr "" - -#: ../../../../inc/SP/Core/XmlExport.class.php:138 -msgid "Error al realizar la exportación de cuentas" -msgstr "" - -#: ../../../../inc/SP/Core/XmlExport.class.php:146 -msgid "Exportación de cuentas realizada correctamente" -msgstr "" - -#: ../../../../inc/SP/Core/XmlExport.class.php:432 -msgid "Error al crear el archivo XML" -msgstr "" - -#: ../../../../inc/SP/Http/XMLRPCResponseParse.class.php:68 -msgid "Respuesta XML-RPC inválida" -msgstr "" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:115 -#, php-format -msgid "El número de campos es incorrecto (%d)" -msgstr "" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:116 -#, php-format -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:147 -msgid "Error importando cuenta" -msgstr "" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:148 -#, php-format -msgid "Error procesando línea %s" -msgstr "" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:151 -#, php-format -msgid "Cuenta importada: %s" -msgstr "" - -#: ../../../../inc/SP/Import/FileImport.class.php:108 -msgid "Archivo no subido correctamente" -msgstr "" - -#: ../../../../inc/SP/Import/FileImport.class.php:108 -msgid "Verifique los permisos del usuario del servidor web" -msgstr "" - -#: ../../../../inc/SP/Import/FileImport.class.php:119 -msgid "Compruebe la extensión del archivo" -msgstr "" - -#: ../../../../inc/SP/Import/FileImport.class.php:135 -msgid "Compruebe la configuración de PHP para subir archivos" -msgstr "" - -#: ../../../../inc/SP/Import/FileImport.class.php:153 -#: ../../../../inc/SP/Import/FileImport.class.php:171 -msgid "Compruebe los permisos del directorio temporal" -msgstr "" - -#: ../../../../inc/SP/Import/Import.class.php:115 -msgid "Tipo mime no soportado" -msgstr "" - -#: ../../../../inc/SP/Import/Import.class.php:116 -msgid "Compruebe el formato del archivo" -msgstr "" - -#: ../../../../inc/SP/Import/Import.class.php:126 -#: ../../../../inc/themes/classic/inc/Icons.class.php:66 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:64 -#: ../../../../inc/themes/classic/backup.inc:47 -#: ../../../../inc/themes/classic/backup.inc:51 -#: ../../../../inc/themes/classic/backup.inc:115 -#: ../../../../inc/themes/classic/backup.inc:119 -#: ../../../../inc/themes/classic/encryption.inc:90 -#: ../../../../inc/themes/classic/encryption.inc:94 -#: ../../../../inc/themes/classic/encryption.inc:159 -#: ../../../../inc/themes/classic/encryption.inc:163 -#: ../../../../inc/themes/classic/import.inc:12 -#: ../../../../inc/themes/classic/import.inc:33 -#: ../../../../inc/themes/classic/import.inc:86 -#: ../../../../inc/themes/classic/import.inc:90 -#: ../../../../inc/themes/classic/import.inc:117 -#: ../../../../inc/themes/classic/import.inc:139 -#: ../../../../inc/themes/classic/import.inc:153 -#: ../../../../inc/themes/classic/js-common.inc:13 -#: ../../../../inc/themes/classic/ldap.inc:13 -#: ../../../../inc/themes/classic/ldap.inc:33 -#: ../../../../inc/themes/classic/ldap.inc:58 -#: ../../../../inc/themes/classic/ldap.inc:82 -#: ../../../../inc/themes/classic/ldap.inc:93 -#: ../../../../inc/themes/classic/ldap.inc:117 -#: ../../../../inc/themes/classic/ldap.inc:145 -#: ../../../../inc/themes/classic/ldap.inc:166 -#: ../../../../inc/themes/classic/ldap.inc:187 -#: ../../../../inc/themes/classic/wiki.inc:12 -#: ../../../../inc/themes/classic/wiki.inc:28 -#: ../../../../inc/themes/classic/wiki.inc:55 -#: ../../../../inc/themes/classic/wiki.inc:82 -#: ../../../../inc/themes/classic/wiki.inc:107 -#: ../../../../inc/themes/classic/wiki.inc:127 -#: ../../../../inc/themes/classic/wiki.inc:150 -#: ../../../../inc/themes/classic/wiki.inc:173 -#: ../../../../inc/themes/classic/wiki.inc:200 -#: ../../../../inc/themes/material-blue/backup.inc:53 -#: ../../../../inc/themes/material-blue/encryption.inc:110 -#: ../../../../inc/themes/material-blue/encryption.inc:184 -#: ../../../../inc/themes/material-blue/import.inc:103 -#: ../../../../inc/themes/material-blue/js-common.inc:11 -msgid "Ayuda" -msgstr "" - -#: ../../../../inc/SP/Import/Import.class.php:133 -#: ../../../../inc/SP/Import/Import.class.php:139 -#: ../../../../inc/SP/Import/Migrate.class.php:100 -msgid "Importación finalizada" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:60 -msgid "Faltan parámetros" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:157 -msgid "La versión no es compatible" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:158 -msgid "Actualice a la última versión de phpPMS" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:176 -msgid "Error al obtener la configuración" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:222 -#: ../../../../inc/SP/Import/Migrate.class.php:239 -msgid "Error al vaciar tabla" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:244 -msgid "Usuario actual no es administrador de la aplicación" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:291 -msgid "No es posible crear el cliente" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:292 -msgid "Contacte con el desarrollador" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:296 -msgid "Importar Clientes" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:298 -#: ../../../../inc/SP/Import/Migrate.class.php:368 -#: ../../../../inc/SP/Import/Migrate.class.php:471 -#: ../../../../inc/SP/Import/Migrate.class.php:548 -#: ../../../../inc/SP/Import/Migrate.class.php:658 -#: ../../../../inc/SP/Import/Migrate.class.php:725 -#: ../../../../inc/SP/Import/Migrate.class.php:801 -#: ../../../../inc/SP/Import/Migrate.class.php:893 -#: ../../../../inc/SP/Import/Migrate.class.php:966 -msgid "Registros" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:320 -msgid "Error al obtener los clientes" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:362 -msgid "Error al obtener cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:391 -msgid "Cliente no encontrado" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:436 -msgid "Error al migrar cuenta" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:465 -msgid "Error al obtener los grupos de cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:469 -msgid "Importar Grupos de Cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:495 -msgid "Error al crear grupos de cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:542 -msgid "Error al obtener el historico de cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:546 -msgid "Importar Histórico de Cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:617 -msgid "Error al crear historico de cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:652 -msgid "Error al obtener los archivos de cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:656 -msgid "Importar Archivos de Cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:690 -msgid "Error al crear archivos de cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:719 -msgid "Error al obtener las categorías de cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:723 -msgid "Importar Categorías de Cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:747 -msgid "Error al crear categorías de cuentas" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:795 -msgid "Error al obtener los usuarios" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:799 -msgid "Importar Usuarios" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:858 -msgid "Error al crear usuarios" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:887 -msgid "Error al obtener los grupos de usuarios" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:891 -msgid "Importar Grupos de Usuarios" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:919 -msgid "Error al crear los grupos de usuarios" -msgstr "" - -#: ../../../../inc/SP/Import/Migrate.class.php:964 -msgid "Importar Configuración" -msgstr "" - -#: ../../../../inc/SP/Import/SyspassImport.class.php:114 -#: ../../../../inc/SP/Import/SyspassImport.class.php:139 -#: ../../../../inc/SP/Import/SyspassImport.class.php:164 -msgid "Formato de XML inválido" -msgstr "" - -#: ../../../../inc/SP/Import/SyspassImport.class.php:114 -msgid "No hay categorías para importar" -msgstr "" - -#: ../../../../inc/SP/Import/SyspassImport.class.php:139 -msgid "No hay clientes para importar" -msgstr "" - -#: ../../../../inc/SP/Import/SyspassImport.class.php:164 -msgid "No hay cuentas para importar" -msgstr "" - -#: ../../../../inc/SP/Import/XmlImport.class.php:66 -msgid "Formato detectado" -msgstr "" - -#: ../../../../inc/SP/Import/XmlImportBase.class.php:82 -msgid "No es posible procesar el archivo XML" -msgstr "" - -#: ../../../../inc/SP/Import/XmlImportBase.class.php:110 -msgid "Archivo XML no soportado" -msgstr "" - -#: ../../../../inc/SP/Import/XmlImportBase.class.php:111 -msgid "No es posible detectar la aplicación que exportó los datos" -msgstr "" - -#: ../../../../inc/SP/Log/Email.class.php:67 -#: ../../../../inc/SP/Mgmt/User/UserUtil.class.php:196 -msgid "N/D" -msgstr "" - -#: ../../../../inc/SP/Log/Email.class.php:69 -msgid "Realizado por" -msgstr "" - -#: ../../../../inc/SP/Log/Email.class.php:86 -msgid "Enviar Email" -msgstr "" - -#: ../../../../inc/SP/Log/Email.class.php:90 -msgid "Correo enviado" -msgstr "" - -#: ../../../../inc/SP/Log/Email.class.php:92 -msgid "Error al enviar correo" -msgstr "" - -#: ../../../../inc/SP/Log/Email.class.php:96 -msgid "Destinatario" -msgstr "" - -#: ../../../../inc/SP/Log/Email.class.php:99 -msgid "CC" -msgstr "" - -#: ../../../../inc/SP/Log/Log.class.php:104 -msgid "Vaciar Eventos" -msgstr "" - -#: ../../../../inc/SP/Log/Log.class.php:104 -#: ../../../../inc/themes/classic/eventlog.inc:105 -#: ../../../../inc/themes/material-blue/eventlog.inc:108 -msgid "Vaciar registro de eventos" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Category.class.php:58 -msgid "Categoría en uso por:" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Category.class.php:70 -msgid "Error al eliminar la categoría" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Category.class.php:154 -#: ../../../../inc/SP/Mgmt/Category.class.php:332 -msgid "Nombre de categoría duplicado" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Category.class.php:170 -msgid "Error al actualizar la categoría" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Category.class.php:173 -msgid "Modificar Categoría" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Category.class.php:343 -msgid "Error al crear la categoría" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFields.class.php:331 -msgid "Actualizando datos encriptados" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFields.class.php:360 -msgid "Registros no actualizados" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:87 -msgid "Texto" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:90 -#: ../../../../inc/themes/classic/wikipage.inc:24 -#: ../../../../inc/themes/material-blue/wikipage.inc:24 -msgid "Fecha" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:91 -msgid "Número" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:92 -#: ../../../../inc/themes/classic/inc/Icons.class.php:60 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:58 -#: ../../../../inc/themes/classic/passreset.inc:22 -#: ../../../../inc/themes/classic/users.inc:61 -#: ../../../../inc/themes/material-blue/users.inc:72 -msgid "Email" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:93 -msgid "Teléfono" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:94 -msgid "Link" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:95 -msgid "Color" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:109 -#: ../../../../inc/themes/classic/profiles.inc:98 -#: ../../../../inc/themes/material-blue/profiles.inc:121 -msgid "Categorías" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:110 -#: ../../../../inc/themes/classic/profiles.inc:103 -#: ../../../../inc/themes/material-blue/profiles.inc:126 -msgid "Clientes" -msgstr "" - -#: ../../../../inc/SP/Mgmt/CustomFieldsBase.class.php:112 -#: ../../../../inc/themes/classic/account.inc:152 -#: ../../../../inc/themes/classic/profiles.inc:89 -#: ../../../../inc/themes/material-blue/account.inc:190 -#: ../../../../inc/themes/material-blue/profiles.inc:111 -msgid "Grupos" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Customer.class.php:58 -#: ../../../../inc/SP/Mgmt/Customer.class.php:322 -msgid "Cliente duplicado" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Customer.class.php:77 -msgid "Error al actualizar el cliente" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Customer.class.php:80 -msgid "Actualizar Cliente" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Customer.class.php:163 -msgid "Cliente en uso por:" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Customer.class.php:175 -msgid "Error al eliminar el cliente" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Customer.class.php:337 -msgid "Error al crear el cliente" -msgstr "" - -#: ../../../../inc/SP/Mgmt/Files.class.php:78 -msgid "Archivo subido" -msgstr "" - -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:136 -msgid "Enlace ya creado" -msgstr "" - -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:152 -msgid "Nuevo Enlace" -msgstr "" - -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:197 -msgid "Enlace visualizado" -msgstr "" - -#: ../../../../inc/SP/Mgmt/PublicLink.class.php:230 -msgid "Actualizar Enlace" -msgstr "" - -#: ../../../../inc/SP/Mgmt/PublicLinkUtil.class.php:87 -#: ../../../../inc/SP/Mgmt/PublicLinkUtil.class.php:144 -msgid "ON" -msgstr "" - -#: ../../../../inc/SP/Mgmt/PublicLinkUtil.class.php:87 -#: ../../../../inc/SP/Mgmt/PublicLinkUtil.class.php:144 -msgid "OFF" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:168 -msgid "Error al añadir los usuarios del grupo" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:276 -msgid "Error al actualizar los usuarios del grupo" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/Groups.class.php:400 -msgid "Error al eliminar los usuarios del grupo" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/Profile.class.php:48 -msgid "Migrar Perfiles" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/Profile.class.php:80 -msgid "Error al obtener perfiles" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/Profile.class.php:137 -msgid "Operación realizada correctamente" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/Profile.class.php:139 -msgid "Fallo al realizar la operación" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/ProfileBase.class.php:611 -msgid "Modificar Perfil" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:398 -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:548 -msgid "No se pudo realizar la petición de cambio de clave." -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/UserBase.class.php:543 -msgid "Modificar Usuario" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/UserLdap.class.php:74 -#: ../../../../inc/themes/classic/inc/Icons.class.php:55 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:53 -#: ../../../../inc/themes/classic/users.inc:28 -#: ../../../../inc/themes/material-blue/users.inc:35 -msgid "Usuario de LDAP" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/UserLdap.class.php:88 -msgid "Activación Cuenta" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/UserLdap.class.php:89 -msgid "Su cuenta está pendiente de activación." -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/UserLdap.class.php:90 -msgid "En breve recibirá un email de confirmación." -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/UserLdap.class.php:96 -msgid "Nuevo usuario de LDAP" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/UserMigrate.class.php:125 -msgid "Migrar Grupos" -msgstr "" - -#: ../../../../inc/SP/Mgmt/User/UserMigrate.class.php:125 -msgid "Error al migrar grupo del usuario" -msgstr "" - -#: ../../../../inc/SP/Util/Checks.class.php:86 -msgid "Versión de PHP requerida >= " -msgstr "" - -#: ../../../../inc/SP/Util/Checks.class.php:87 -msgid "" -"Actualice la versión de PHP para que la aplicación funcione correctamente" -msgstr "" - -#: ../../../../inc/SP/Util/Checks.class.php:123 -#: ../../../../inc/themes/classic/ldap.inc:212 -#: ../../../../inc/themes/material-blue/ldap.inc:240 -msgid "Módulo no disponible" -msgstr "" - -#: ../../../../inc/SP/Util/Checks.class.php:124 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." -msgstr "" - -#: ../../../../inc/SP/Util/Connection.class.php:121 -msgid "Socket no inicializado" -msgstr "" - -#: ../../../../inc/SP/Util/Connection.class.php:128 -msgid "Error al enviar datos" -msgstr "" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApi.class.php:69 -msgid "Fallo de autentificación" -msgstr "" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:175 -msgid "Error al realizar la consulta" -msgstr "" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:212 -msgid "URL de conexión no establecida" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:47 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:45 -#: ../../../../inc/themes/classic/profiles.inc:41 -msgid "Añadir" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:48 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:46 -msgid "Ver Detalles" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:50 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:48 -#: ../../../../inc/themes/classic/profiles.inc:32 -#: ../../../../inc/themes/material-blue/profiles.inc:47 -msgid "Editar" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:51 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:49 -#: ../../../../inc/themes/material-blue/profiles.inc:57 -msgid "Eliminar" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:52 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:50 -#: ../../../../inc/themes/classic/passreset.inc:52 -msgid "Cambiar Clave" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:54 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:52 -msgid "Admin Cuentas" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:56 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:54 -#: ../../../../inc/themes/classic/users.inc:113 -#: ../../../../inc/themes/material-blue/users.inc:152 -#: ../../../../inc/themes/material-blue/users.inc:155 -msgid "Deshabilitado" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:58 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:56 -msgid "Copiar" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:63 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:61 -#: ../../../../inc/themes/classic/account-actions.inc:49 -#: ../../../../inc/themes/classic/account-editpass.inc:45 -#: ../../../../inc/themes/classic/passreset.inc:46 -#: ../../../../inc/themes/material-blue/error.inc:22 -#: ../../../../inc/themes/material-blue/error.inc:23 -#: ../../../../inc/themes/material-blue/passreset.inc:48 -msgid "Volver" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:65 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:63 -#: ../../../../inc/themes/classic/account-editpass.inc:50 -#: ../../../../inc/themes/classic/encryption.inc:99 -#: ../../../../inc/themes/classic/mail.inc:107 -#: ../../../../inc/themes/classic/preferences-security.inc:57 -#: ../../../../inc/themes/classic/preferences-site.inc:130 -#: ../../../../inc/themes/material-blue/account-actions.inc:94 -msgid "Guardar" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:67 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:65 -#: ../../../../inc/themes/classic/datatabs-grid.inc:38 -#: ../../../../inc/themes/classic/searchbox.inc:5 -#: ../../../../inc/themes/material-blue/datatabs-grid.inc:38 -#: ../../../../inc/themes/material-blue/searchbox.inc:12 -msgid "Limpiar" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:68 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:66 -msgid "Realizar" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:69 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:67 -msgid "Descargar" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:73 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:71 -#: ../../../../inc/themes/classic/eventlog.inc:93 -#: ../../../../inc/themes/classic/search.inc:178 -#: ../../../../inc/themes/material-blue/eventlog.inc:95 -msgid "Página anterior" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:74 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:72 -#: ../../../../inc/themes/classic/eventlog.inc:98 -#: ../../../../inc/themes/classic/search.inc:183 -#: ../../../../inc/themes/material-blue/eventlog.inc:100 -msgid "Página siguiente" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:75 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:73 -#: ../../../../inc/themes/classic/eventlog.inc:91 -#: ../../../../inc/themes/classic/search.inc:176 -#: ../../../../inc/themes/material-blue/eventlog.inc:93 -msgid "Primera página" -msgstr "" - -#: ../../../../inc/themes/classic/inc/Icons.class.php:76 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:74 -#: ../../../../inc/themes/classic/eventlog.inc:100 -#: ../../../../inc/themes/classic/search.inc:185 -#: ../../../../inc/themes/material-blue/eventlog.inc:102 -msgid "Última página" -msgstr "" - -#: ../../../../js/strings.js.php:27 -msgid "Error en la consulta" -msgstr "" - -#: ../../../../js/strings.js.php:28 -msgid "Ha ocurrido un error" -msgstr "" - -#: ../../../../js/strings.js.php:29 -#: ../../../../inc/themes/classic/login.inc:52 -#: ../../../../inc/themes/material-blue/login.inc:78 -msgid "Sesión finalizada" -msgstr "" - -#: ../../../../js/strings.js.php:30 -msgid "Borrar la cuenta?" -msgstr "" - -#: ../../../../js/strings.js.php:31 -msgid "Borrar el usuario?" -msgstr "" - -#: ../../../../js/strings.js.php:32 -msgid "Guarde la configuración para que sea efectiva" -msgstr "" - -#: ../../../../js/strings.js.php:33 -msgid "Clave Generada" -msgstr "" - -#: ../../../../js/strings.js.php:34 -msgid "Nivel alto" -msgstr "" - -#: ../../../../js/strings.js.php:35 -msgid "Nivel medio" -msgstr "" - -#: ../../../../js/strings.js.php:36 -msgid "Nivel bajo" -msgstr "" - -#: ../../../../js/strings.js.php:37 -msgid "Nivel muy alto" -msgstr "" - -#: ../../../../js/strings.js.php:38 -msgid "Utilizar al menos 8 caracteres" -msgstr "" - -#: ../../../../js/strings.js.php:39 -msgid "Borrar elemento?" -msgstr "" - -#: ../../../../js/strings.js.php:40 -#: ../../../../inc/themes/classic/wikipage.inc:8 -#: ../../../../inc/themes/classic/wikipage.inc:17 -#: ../../../../inc/themes/material-blue/wikipage.inc:8 -#: ../../../../inc/themes/material-blue/wikipage.inc:17 -msgid "Página no encontrada" -msgstr "" - -#: ../../../../js/strings.js.php:41 -msgid "Archivo no soportado para visualizar" -msgstr "" - -#: ../../../../js/strings.js.php:42 -msgid "Eliminar archivo?" -msgstr "" - -#: ../../../../js/strings.js.php:43 -msgid "Su navegador no soporta subir archivos con HTML5" -msgstr "" - -#: ../../../../js/strings.js.php:44 -msgid "Demasiados archivos" -msgstr "" - -#: ../../../../js/strings.js.php:45 -msgid "Tamaño de archivo no permitido" -msgstr "" - -#: ../../../../js/strings.js.php:47 -msgid "Vaciar el registro de eventos?" -msgstr "" - -#: ../../../../js/strings.js.php:48 -msgid "Seleccionar Grupo" -msgstr "" - -#: ../../../../js/strings.js.php:49 -msgid "Seleccionar Usuario" -msgstr "" - -#: ../../../../js/strings.js.php:50 -msgid "Seleccionar Perfil" -msgstr "" - -#: ../../../../js/strings.js.php:51 -msgid "Seleccionar Cliente" -msgstr "" - -#: ../../../../js/strings.js.php:52 -msgid "Seleccionar Categoría" -msgstr "" - -#: ../../../../js/strings.js.php:53 -msgid "Sin resultados" -msgstr "" - -#: ../../../../js/strings.js.php:54 -msgid "Opciones de clave" -msgstr "" - -#: ../../../../js/strings.js.php:55 -msgid "Generar clave aleatoria" -msgstr "" - -#: ../../../../js/strings.js.php:56 -msgid "Complejidad" -msgstr "" - -#: ../../../../js/strings.js.php:57 -msgid "Restablecer" -msgstr "" - -#: ../../../../js/strings.js.php:58 -#: ../../../../inc/themes/classic/account-editpass.inc:33 -msgid "Nivel de fortaleza de la clave" -msgstr "" - -#: ../../../../js/strings.js.php:59 -msgid "Mostrar Clave" -msgstr "" - -#: ../../../../js/strings.js.php:60 -msgid "Copiar Usuario" -msgstr "" - -#: ../../../../js/strings.js.php:61 -msgid "Copiar Clave" -msgstr "" - -#: ../../../../js/strings.js.php:62 -msgid "Incluir Números" -msgstr "" - -#: ../../../../js/strings.js.php:63 -msgid "Incluir Mayúsculas" -msgstr "" - -#: ../../../../js/strings.js.php:64 -msgid "Incluir Símbolos" -msgstr "" - -#: ../../../../js/strings.js.php:65 -msgid "Longitud" -msgstr "" - -#: ../../../../js/strings.js.php:66 -msgid "Seleccionar Acción" -msgstr "" - -#: ../../../../js/strings.js.php:67 -#: ../../../../inc/themes/classic/account.inc:145 -#: ../../../../inc/themes/classic/account.inc:176 -#: ../../../../inc/themes/classic/account.inc:289 -#: ../../../../inc/themes/classic/config-events.inc:18 -#: ../../../../inc/themes/classic/config-events.inc:28 -#: ../../../../inc/themes/classic/config-events.inc:38 -#: ../../../../inc/themes/classic/config-links.inc:25 -#: ../../../../inc/themes/classic/config-links.inc:61 -#: ../../../../inc/themes/classic/config-proxy.inc:11 -#: ../../../../inc/themes/classic/config.inc:70 -#: ../../../../inc/themes/classic/config.inc:86 -#: ../../../../inc/themes/classic/config.inc:102 -#: ../../../../inc/themes/classic/config.inc:118 -#: ../../../../inc/themes/classic/config.inc:134 -#: ../../../../inc/themes/classic/config.inc:150 -#: ../../../../inc/themes/classic/config.inc:166 -#: ../../../../inc/themes/classic/config.inc:182 -#: ../../../../inc/themes/classic/config.inc:255 -#: ../../../../inc/themes/classic/config.inc:274 -#: ../../../../inc/themes/classic/customfields.inc:46 -#: ../../../../inc/themes/classic/install.inc:99 -#: ../../../../inc/themes/classic/ldap.inc:25 -#: ../../../../inc/themes/classic/ldap.inc:195 -#: ../../../../inc/themes/classic/mail.inc:14 -#: ../../../../inc/themes/classic/mail.inc:40 -#: ../../../../inc/themes/classic/mail.inc:88 -#: ../../../../inc/themes/classic/preferences-security.inc:26 -#: ../../../../inc/themes/classic/preferences-site.inc:48 -#: ../../../../inc/themes/classic/preferences-site.inc:82 -#: ../../../../inc/themes/classic/preferences-site.inc:99 -#: ../../../../inc/themes/classic/preferences-site.inc:116 -#: ../../../../inc/themes/classic/wiki.inc:20 -#: ../../../../inc/themes/classic/wiki.inc:118 -msgid "SI" -msgstr "" - -#: ../../../../js/strings.js.php:68 -#: ../../../../inc/themes/classic/account.inc:145 -#: ../../../../inc/themes/classic/account.inc:176 -#: ../../../../inc/themes/classic/account.inc:287 -#: ../../../../inc/themes/classic/config-events.inc:18 -#: ../../../../inc/themes/classic/config-events.inc:28 -#: ../../../../inc/themes/classic/config-events.inc:38 -#: ../../../../inc/themes/classic/config-links.inc:25 -#: ../../../../inc/themes/classic/config-links.inc:61 -#: ../../../../inc/themes/classic/config-proxy.inc:11 -#: ../../../../inc/themes/classic/config.inc:70 -#: ../../../../inc/themes/classic/config.inc:86 -#: ../../../../inc/themes/classic/config.inc:102 -#: ../../../../inc/themes/classic/config.inc:118 -#: ../../../../inc/themes/classic/config.inc:134 -#: ../../../../inc/themes/classic/config.inc:150 -#: ../../../../inc/themes/classic/config.inc:166 -#: ../../../../inc/themes/classic/config.inc:182 -#: ../../../../inc/themes/classic/config.inc:255 -#: ../../../../inc/themes/classic/config.inc:274 -#: ../../../../inc/themes/classic/customfields.inc:46 -#: ../../../../inc/themes/classic/encryption.inc:58 -#: ../../../../inc/themes/classic/encryption.inc:77 -#: ../../../../inc/themes/classic/import.inc:172 -#: ../../../../inc/themes/classic/install.inc:99 -#: ../../../../inc/themes/classic/ldap.inc:25 -#: ../../../../inc/themes/classic/ldap.inc:195 -#: ../../../../inc/themes/classic/mail.inc:14 -#: ../../../../inc/themes/classic/mail.inc:40 -#: ../../../../inc/themes/classic/mail.inc:88 -#: ../../../../inc/themes/classic/preferences-security.inc:26 -#: ../../../../inc/themes/classic/preferences-site.inc:48 -#: ../../../../inc/themes/classic/preferences-site.inc:82 -#: ../../../../inc/themes/classic/preferences-site.inc:99 -#: ../../../../inc/themes/classic/preferences-site.inc:116 -#: ../../../../inc/themes/classic/tokens.inc:36 -#: ../../../../inc/themes/classic/wiki.inc:20 -#: ../../../../inc/themes/classic/wiki.inc:118 -msgid "NO" -msgstr "" - -#: ../../../../js/strings.js.php:69 -msgid "Aceptar" -msgstr "" - -#: ../../../../js/strings.js.php:70 -msgid "Cancelar" -msgstr "" - -#: ../../../../js/strings.js.php:71 -msgid "Clave Copiada al Portapapeles" -msgstr "" - -#: ../../../../js/strings.js.php:72 -msgid "Error al copiar al portapapeles" -msgstr "" - -#: ../../../../js/strings.js.php:74 -msgid "Recibir notificaciones?" -msgstr "" - -#: ../../../../js/strings.js.php:75 -msgid "Marcar Favorito" -msgstr "" - -#: ../../../../js/strings.js.php:76 -msgid "Eliminar Favorito" -msgstr "" - -#: ../../../../inc/themes/classic/account-actions.inc:15 -#: ../../../../inc/themes/material-blue/account-actions.inc:86 -msgid "Restaurar cuenta desde este punto" -msgstr "" - -#: ../../../../inc/themes/classic/account-actions.inc:44 -#: ../../../../inc/themes/material-blue/account-actions.inc:55 -msgid "Ver Actual" -msgstr "" - -#: ../../../../inc/themes/classic/account-actions.inc:56 -#: ../../../../inc/themes/classic/search.inc:132 -#: ../../../../inc/themes/material-blue/account-actions.inc:71 -msgid "Modificar Cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/account-details.inc:7 -#: ../../../../inc/themes/material-blue/account-details.inc:7 -msgid "Fecha Alta" -msgstr "" - -#: ../../../../inc/themes/classic/account-details.inc:11 -#: ../../../../inc/themes/material-blue/account-details.inc:11 -msgid "Creador" -msgstr "" - -#: ../../../../inc/themes/classic/account-details.inc:15 -#: ../../../../inc/themes/classic/account.inc:186 -#: ../../../../inc/themes/material-blue/account-details.inc:15 -#: ../../../../inc/themes/material-blue/account.inc:225 -msgid "Grupo Principal" -msgstr "" - -#: ../../../../inc/themes/classic/account-details.inc:20 -#: ../../../../inc/themes/material-blue/account-details.inc:20 -msgid "Usuarios Secundarios" -msgstr "" - -#: ../../../../inc/themes/classic/account-details.inc:39 -#: ../../../../inc/themes/material-blue/account-details.inc:39 -msgid "Grupos Secundarios" -msgstr "" - -#: ../../../../inc/themes/classic/account-details.inc:59 -#: ../../../../inc/themes/material-blue/account-details.inc:59 -msgid "Fecha Edición" -msgstr "" - -#: ../../../../inc/themes/classic/account-details.inc:63 -#: ../../../../inc/themes/material-blue/account-details.inc:63 -msgid "Editor" -msgstr "" - -#: ../../../../inc/themes/classic/account-editpass.inc:31 -#: ../../../../inc/themes/classic/account.inc:101 -#: ../../../../inc/themes/classic/passreset.inc:35 -#: ../../../../inc/themes/classic/users.inc:83 -#: ../../../../inc/themes/classic/userspass.inc:19 -#: ../../../../inc/themes/classic/userspass.inc:21 -#: ../../../../inc/themes/material-blue/account-editpass.inc:38 -#: ../../../../inc/themes/material-blue/account.inc:124 -#: ../../../../inc/themes/material-blue/install.inc:67 -#: ../../../../inc/themes/material-blue/passreset.inc:36 -#: ../../../../inc/themes/material-blue/users.inc:103 -#: ../../../../inc/themes/material-blue/users.inc:110 -#: ../../../../inc/themes/material-blue/userspass.inc:19 -#: ../../../../inc/themes/material-blue/userspass.inc:25 -msgid "Clave (repetir)" -msgstr "" - -#: ../../../../inc/themes/classic/account-files.inc:13 -#: ../../../../inc/themes/material-blue/account-files.inc:13 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "" - -#: ../../../../inc/themes/classic/account-files.inc:13 -#: ../../../../inc/themes/classic/config.inc:212 -#: ../../../../inc/themes/material-blue/account-files.inc:13 -#: ../../../../inc/themes/material-blue/config-files.inc:54 -msgid "Tamaño máximo de archivo" -msgstr "" - -#: ../../../../inc/themes/classic/account-request.inc:1 -#: ../../../../inc/themes/material-blue/request.inc:3 -msgid "Solicitar Modificación de Cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/account-request.inc:22 -#: ../../../../inc/themes/material-blue/request.inc:27 -msgid "Petición" -msgstr "" - -#: ../../../../inc/themes/classic/account-request.inc:24 -#: ../../../../inc/themes/material-blue/request.inc:31 -msgid "Descripción de la petición" -msgstr "" - -#: ../../../../inc/themes/classic/account-request.inc:38 -#: ../../../../inc/themes/material-blue/request.inc:50 -msgid "Enviar" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:20 -#: ../../../../inc/themes/material-blue/account.inc:33 -msgid "Nombre de cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:41 -msgid "Buscar en desplegable o introducir" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:71 -#: ../../../../inc/themes/material-blue/account.inc:90 -msgid "URL o IP de acceso" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:83 -#: ../../../../inc/themes/material-blue/account.inc:104 -msgid "Usuario de acceso" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:109 -#: ../../../../inc/themes/classic/datasearch-rows.inc:73 -#: ../../../../inc/themes/classic/search.inc:85 -#: ../../../../inc/themes/classic/users.inc:91 -#: ../../../../inc/themes/material-blue/account-link.inc:42 -#: ../../../../inc/themes/material-blue/account.inc:137 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:77 -#: ../../../../inc/themes/material-blue/users.inc:117 -msgid "Notas" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:111 -#: ../../../../inc/themes/material-blue/account.inc:144 -#: ../../../../inc/themes/material-blue/users.inc:124 -msgid "Notas sobre la cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:117 -#: ../../../../inc/themes/classic/datasearch-rows.inc:62 -#: ../../../../inc/themes/material-blue/account.inc:153 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:64 -msgid "Permisos" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:144 -#: ../../../../inc/themes/classic/account.inc:175 -#: ../../../../inc/themes/material-blue/account.inc:183 -#: ../../../../inc/themes/material-blue/account.inc:216 -msgid "Hablitar edición" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:203 -#: ../../../../inc/themes/material-blue/account.inc:242 -msgid "Historial" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:223 -#: ../../../../inc/themes/material-blue/account.inc:262 -msgid "Seleccionar fecha" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:232 -#: ../../../../inc/themes/classic/users.inc:140 -#: ../../../../inc/themes/material-blue/account.inc:271 -#: ../../../../inc/themes/material-blue/users.inc:183 -msgid "Última Modificación" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:234 -#: ../../../../inc/themes/material-blue/account.inc:273 -msgid "por" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:275 -#: ../../../../inc/themes/material-blue/account.inc:318 -msgid "Seleccionar grupos secundarios" -msgstr "" - -#: ../../../../inc/themes/classic/account.inc:279 -#: ../../../../inc/themes/material-blue/account.inc:321 -msgid "Seleccionar usuarios" -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:12 -#: ../../../../inc/themes/classic/backup.inc:69 -#: ../../../../inc/themes/material-blue/backup.inc:12 -#: ../../../../inc/themes/material-blue/backup.inc:73 -msgid "Resultado" -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:20 -#: ../../../../inc/themes/classic/backup.inc:77 -#: ../../../../inc/themes/material-blue/backup.inc:20 -#: ../../../../inc/themes/material-blue/backup.inc:81 -msgid "Descargar Actual" -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:33 -#: ../../../../inc/themes/material-blue/backup.inc:33 -msgid "No hay backups para descargar" -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:52 -#: ../../../../inc/themes/material-blue/backup.inc:54 -msgid "" -"La copia de seguridad permite guardar y descargar tanto la base de datos de " -"sysPass como los archivos de la aplicación y su configuración." -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:54 -#: ../../../../inc/themes/material-blue/backup.inc:56 -msgid "" -"Con este método es posible guardar todos los datos de sysPass en otro lugar " -"o utilizarlos para hacer la aplicación portable." -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:62 -#: ../../../../inc/themes/classic/backup.inc:128 -#: ../../../../inc/themes/material-blue/backup.inc:66 -msgid "Exportar Cuentas" -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:86 -#: ../../../../inc/themes/material-blue/backup.inc:90 -msgid "No hay archivos XML para descargar" -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:92 -#: ../../../../inc/themes/material-blue/backup.inc:96 -#: ../../../../inc/themes/material-blue/backup.inc:103 -msgid "Clave de Exportación" -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:100 -#: ../../../../inc/themes/material-blue/backup.inc:109 -#: ../../../../inc/themes/material-blue/backup.inc:116 -msgid "Clave de Exportación (repetir)" -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:120 -#: ../../../../inc/themes/material-blue/backup.inc:136 -msgid "" -"La exportación de cuentas permite guardar las cuentas y sus datos en formato " -"XML para posteriormente poder ser importados en otras instancias de sysPass." -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:122 -#: ../../../../inc/themes/material-blue/backup.inc:138 -msgid "Los elementos exportados son cuentas, clientes y categorías." -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:124 -#: ../../../../inc/themes/material-blue/backup.inc:140 -msgid "" -"Las claves de las cuentas son exportadas de forma encriptada para mayor " -"seguridad." -msgstr "" - -#: ../../../../inc/themes/classic/backup.inc:126 -#: ../../../../inc/themes/material-blue/backup.inc:142 -msgid "" -"Es posible establecer una clave de exportación para guardar todos los datos " -"encriptados en el archivo XML." -msgstr "" - -#: ../../../../inc/themes/classic/body-start.inc:4 -#: ../../../../inc/themes/material-blue/body-start.inc:4 -msgid "Javascript es necesario para el correcto funcionamiento" -msgstr "" - -#: ../../../../inc/themes/classic/categories.inc:10 -#: ../../../../inc/themes/material-blue/categories.inc:15 -msgid "Nombre de la categoría" -msgstr "" - -#: ../../../../inc/themes/classic/categories.inc:18 -#: ../../../../inc/themes/material-blue/categories.inc:27 -msgid "Descripción de la categoría" -msgstr "" - -#: ../../../../inc/themes/classic/config-events.inc:2 -#: ../../../../inc/themes/material-blue/config-events.inc:4 -msgid "Eventos" -msgstr "" - -#: ../../../../inc/themes/classic/config-events.inc:8 -#: ../../../../inc/themes/classic/config.inc:61 -#: ../../../../inc/themes/material-blue/config-events.inc:10 -msgid "Habilitar log de eventos" -msgstr "" - -#: ../../../../inc/themes/classic/config-events.inc:13 -#: ../../../../inc/themes/classic/config.inc:65 -#: ../../../../inc/themes/material-blue/config-events.inc:14 -msgid "Guarda las acciones realizadas en la aplicación." -msgstr "" - -#: ../../../../inc/themes/classic/config-events.inc:25 -#: ../../../../inc/themes/material-blue/config-events.inc:28 -msgid "Habilitar Syslog" -msgstr "" - -#: ../../../../inc/themes/classic/config-events.inc:35 -#: ../../../../inc/themes/material-blue/config-events.inc:40 -msgid "Habilitar Syslog Remoto" -msgstr "" - -#: ../../../../inc/themes/classic/config-events.inc:45 -#: ../../../../inc/themes/classic/config-proxy.inc:18 -#: ../../../../inc/themes/classic/info.inc:44 -#: ../../../../inc/themes/classic/ldap.inc:32 -#: ../../../../inc/themes/classic/mail.inc:21 -#: ../../../../inc/themes/material-blue/config-events.inc:52 -#: ../../../../inc/themes/material-blue/config-proxy.inc:21 -#: ../../../../inc/themes/material-blue/info.inc:44 -#: ../../../../inc/themes/material-blue/ldap.inc:37 -#: ../../../../inc/themes/material-blue/ldap.inc:60 -#: ../../../../inc/themes/material-blue/mail.inc:26 -#: ../../../../inc/themes/material-blue/mail.inc:32 -msgid "Servidor" -msgstr "" - -#: ../../../../inc/themes/classic/config-events.inc:54 -#: ../../../../inc/themes/classic/config-proxy.inc:27 -#: ../../../../inc/themes/classic/mail.inc:29 -#: ../../../../inc/themes/material-blue/config-events.inc:66 -#: ../../../../inc/themes/material-blue/config-events.inc:74 -#: ../../../../inc/themes/material-blue/config-proxy.inc:35 -#: ../../../../inc/themes/material-blue/mail.inc:38 -#: ../../../../inc/themes/material-blue/mail.inc:45 -msgid "Puerto" -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:2 -#: ../../../../inc/themes/material-blue/config-links.inc:4 -#: ../../../../inc/themes/material-blue/profiles.inc:141 +#. (itstool) path: action/text +#: ../../../config/actions.xml:73 msgid "Enlaces Públicos" -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:8 -#: ../../../../inc/themes/material-blue/config-links.inc:10 -msgid "Habilitar Enlaces Públicos" -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:12 -#: ../../../../inc/themes/material-blue/config-links.inc:15 -msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:16 -#: ../../../../inc/themes/material-blue/config-links.inc:19 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:20 -#: ../../../../inc/themes/material-blue/config-links.inc:23 -msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:32 -#: ../../../../inc/themes/material-blue/config-links.inc:38 -msgid "Tiempo de caducidad" -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:37 -#: ../../../../inc/themes/classic/config-links.inc:47 -#: ../../../../inc/themes/material-blue/config-links.inc:46 -msgid "Tiempo en minutos" -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:42 -#: ../../../../inc/themes/material-blue/config-links.inc:52 -msgid "Número máximo de visitas" -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:52 -#: ../../../../inc/themes/material-blue/config-links.inc:64 -msgid "Usar imagen para clave" -msgstr "" - -#: ../../../../inc/themes/classic/config-links.inc:56 -#: ../../../../inc/themes/material-blue/config-links.inc:69 -msgid "La clave de la cuenta es visualizada como una imagen." -msgstr "" - -#: ../../../../inc/themes/classic/config-proxy.inc:2 -#: ../../../../inc/themes/material-blue/config-proxy.inc:2 -msgid "Proxy" -msgstr "" - -#: ../../../../inc/themes/classic/config-proxy.inc:8 -#: ../../../../inc/themes/material-blue/config-proxy.inc:8 -msgid "Usar Proxy" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:4 -#: ../../../../inc/themes/classic/preferences-site.inc:4 -#: ../../../../inc/themes/material-blue/config-site.inc:4 -#: ../../../../inc/themes/material-blue/preferences-site.inc:6 -msgid "Sitio" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:11 -#: ../../../../inc/themes/classic/preferences-site.inc:12 -#: ../../../../inc/themes/material-blue/config-site.inc:10 -#: ../../../../inc/themes/material-blue/preferences-site.inc:14 -msgid "Idioma" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:15 -#: ../../../../inc/themes/material-blue/config-site.inc:15 -msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:18 -#: ../../../../inc/themes/material-blue/config-site.inc:19 -msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en http:://translate." -"syspass.org" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:33 -#: ../../../../inc/themes/classic/preferences-site.inc:24 -#: ../../../../inc/themes/material-blue/config-site.inc:34 -#: ../../../../inc/themes/material-blue/preferences-site.inc:25 -msgid "Tema Visual" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:37 -#: ../../../../inc/themes/material-blue/config-site.inc:39 -msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:52 -#: ../../../../inc/themes/material-blue/config-site.inc:55 -#: ../../../../inc/themes/material-blue/config-site.inc:63 -msgid "Timeout de sesión (s)" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:77 -#: ../../../../inc/themes/material-blue/config-site.inc:89 -msgid "Habilitar depuración" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:81 -#: ../../../../inc/themes/material-blue/config-site.inc:94 -msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:93 -#: ../../../../inc/themes/material-blue/config-site.inc:108 -msgid "Modo mantenimiento" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:97 -#: ../../../../inc/themes/material-blue/config-site.inc:113 -msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:109 -#: ../../../../inc/themes/material-blue/config-site.inc:127 -msgid "Comprobar actualizaciones" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:113 -#: ../../../../inc/themes/material-blue/config-site.inc:132 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:125 -#: ../../../../inc/themes/material-blue/config-site.inc:146 -msgid "Comprobar notificaciones" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:129 -#: ../../../../inc/themes/material-blue/config-site.inc:151 -msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:141 -#: ../../../../inc/themes/classic/preferences-site.inc:38 -#: ../../../../inc/themes/material-blue/config-accounts.inc:10 -#: ../../../../inc/themes/material-blue/preferences-site.inc:38 -msgid "Nombre de cuenta como enlace" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:145 -#: ../../../../inc/themes/classic/preferences-site.inc:43 -#: ../../../../inc/themes/material-blue/config-accounts.inc:14 -#: ../../../../inc/themes/material-blue/preferences-site.inc:42 -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:157 -#: ../../../../inc/themes/material-blue/config-files.inc:10 -msgid "Gestión de archivos" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:161 -#: ../../../../inc/themes/material-blue/config-files.inc:15 -msgid "Habilita la subida/descarga de archivos para las cuentas." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:173 -#: ../../../../inc/themes/material-blue/config-accounts.inc:28 -msgid "Búsquedas globales" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:177 -#: ../../../../inc/themes/material-blue/config-accounts.inc:32 -msgid "" -"Permite que todos los usuarios puedan realizar búsquedas en todas las " -"cuentas, pero no pueden ver el contenido de las que no tienen permisos." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:189 -#: ../../../../inc/themes/material-blue/config-files.inc:30 -msgid "Extensiones de archivos permitidas" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:193 -#: ../../../../inc/themes/material-blue/config-files.inc:35 -msgid "Extensiones permitidas para la subida de archivos." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:197 -#: ../../../../inc/themes/material-blue/config-files.inc:39 -msgid "Se permite un máximo de 4 caracteres." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:201 -#: ../../../../inc/themes/material-blue/config-files.inc:43 -msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:216 -#: ../../../../inc/themes/material-blue/config-files.inc:59 -msgid "Establece el tamaño máximo para subir archivos." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:220 -#: ../../../../inc/themes/material-blue/config-files.inc:63 -msgid "El máximo absuluto es de 16MB." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:231 -#: ../../../../inc/themes/classic/preferences-site.inc:56 -#: ../../../../inc/themes/material-blue/config-accounts.inc:46 -#: ../../../../inc/themes/material-blue/preferences-site.inc:56 -msgid "Resultados por página" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:235 -#: ../../../../inc/themes/classic/preferences-site.inc:61 -#: ../../../../inc/themes/material-blue/config-accounts.inc:50 -#: ../../../../inc/themes/material-blue/preferences-site.inc:60 -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:246 -#: ../../../../inc/themes/material-blue/config-accounts.inc:89 -msgid "Resultados en Tarjetas" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:250 -#: ../../../../inc/themes/material-blue/config-accounts.inc:93 -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:262 -#: ../../../../inc/themes/material-blue/config-accounts.inc:66 -msgid "Imagen para mostrar clave" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:266 -#: ../../../../inc/themes/material-blue/config-accounts.inc:70 -msgid "Generar una imagen con el texto de la clave de la cuenta." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:269 -#: ../../../../inc/themes/material-blue/config-accounts.inc:74 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:308 -#: ../../../../inc/themes/material-blue/config.inc:39 -msgid "Añadir extensión" -msgstr "" - -#: ../../../../inc/themes/classic/config.inc:309 -#: ../../../../inc/themes/material-blue/config.inc:40 -msgid "Eliminar extensión" -msgstr "" - -#: ../../../../inc/themes/classic/customers.inc:11 -#: ../../../../inc/themes/material-blue/customers.inc:16 -msgid "Nombre del cliente" -msgstr "" - -#: ../../../../inc/themes/classic/customers.inc:19 -#: ../../../../inc/themes/material-blue/customers.inc:28 -msgid "Descripción del cliente" -msgstr "" - -#: ../../../../inc/themes/classic/customfields.inc:38 -#: ../../../../inc/themes/material-blue/customfields.inc:41 -msgid "Texto Ayuda" -msgstr "" - -#: ../../../../inc/themes/classic/customfields.inc:44 -#: ../../../../inc/themes/material-blue/customfields.inc:52 -msgid "Obligatorio" -msgstr "" - -#: ../../../../inc/themes/classic/datagrid-nav-full.inc:11 -#: ../../../../inc/themes/classic/search.inc:166 -#: ../../../../inc/themes/material-blue/datagrid-nav-full.inc:11 -msgid "Filtro ON" -msgstr "" - -#: ../../../../inc/themes/classic/datagrid-rows.inc:10 -#: ../../../../inc/themes/classic/datasearch-grid.inc:12 -#: ../../../../inc/themes/classic/eventlog.inc:6 -#: ../../../../inc/themes/classic/search.inc:5 -#: ../../../../inc/themes/material-blue/datagrid-rows.inc:10 -#: ../../../../inc/themes/material-blue/datasearch-grid.inc:12 -#: ../../../../inc/themes/material-blue/eventlog.inc:8 -msgid "No se encontraron registros" -msgstr "" - -#: ../../../../inc/themes/classic/datasearch-rows.inc:19 -#: ../../../../inc/themes/classic/search.inc:36 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:19 -msgid "Buscar en Wiki" -msgstr "" - -#: ../../../../inc/themes/classic/datasearch-rows.inc:53 -#: ../../../../inc/themes/classic/search.inc:72 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:53 -msgid "Abrir enlace a" -msgstr "" - -#: ../../../../inc/themes/classic/datasearch-rows.inc:78 -#: ../../../../inc/themes/classic/search.inc:90 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:84 -msgid "Archivos adjuntos" -msgstr "" - -#: ../../../../inc/themes/classic/datasearch-rows.inc:85 -#: ../../../../inc/themes/classic/datasearch-rows.inc:92 -#: ../../../../inc/themes/classic/search.inc:99 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:93 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:100 -msgid "Enlace a Wiki" -msgstr "" - -#: ../../../../inc/themes/classic/datasearch-rows.inc:88 -#: ../../../../inc/themes/classic/search.inc:96 -#: ../../../../inc/themes/material-blue/datasearch-rows.inc:95 -msgid "Ver en Wiki" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:5 -#: ../../../../inc/themes/classic/install.inc:46 -#: ../../../../inc/themes/classic/install.inc:50 -#: ../../../../inc/themes/classic/install.inc:51 -#: ../../../../inc/themes/classic/login.inc:15 -#: ../../../../inc/themes/classic/login.inc:27 -#: ../../../../inc/themes/material-blue/encryption.inc:7 -#: ../../../../inc/themes/material-blue/install.inc:52 -#: ../../../../inc/themes/material-blue/install.inc:59 -#: ../../../../inc/themes/material-blue/login.inc:26 -#: ../../../../inc/themes/material-blue/login.inc:49 -msgid "Clave Maestra" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:13 -#: ../../../../inc/themes/classic/encryption.inc:113 -#: ../../../../inc/themes/material-blue/encryption.inc:15 -#: ../../../../inc/themes/material-blue/encryption.inc:130 -msgid "Último cambio" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:22 -#: ../../../../inc/themes/material-blue/encryption.inc:24 -#: ../../../../inc/themes/material-blue/encryption.inc:30 -msgid "Clave Maestra actual" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:31 -#: ../../../../inc/themes/material-blue/encryption.inc:36 -#: ../../../../inc/themes/material-blue/encryption.inc:42 -msgid "Nueva Clave Maestra" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:40 -#: ../../../../inc/themes/material-blue/encryption.inc:48 -#: ../../../../inc/themes/material-blue/encryption.inc:54 -msgid "Nueva Clave Maestra (repetir)" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:48 -#: ../../../../inc/themes/material-blue/encryption.inc:60 -msgid "No modificar cuentas" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:53 -#: ../../../../inc/themes/material-blue/encryption.inc:65 -msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:64 -#: ../../../../inc/themes/material-blue/encryption.inc:78 -msgid "Confirmar cambio" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:67 -#: ../../../../inc/themes/classic/encryption.inc:70 -#: ../../../../inc/themes/classic/encryption.inc:73 -#: ../../../../inc/themes/classic/import.inc:169 -#: ../../../../inc/themes/classic/preferences-security.inc:43 -msgid "Atención" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:68 -#: ../../../../inc/themes/material-blue/encryption.inc:82 -msgid "Guarde la nueva clave en un lugar seguro." -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:71 -#: ../../../../inc/themes/material-blue/encryption.inc:85 -msgid "Se volverán a encriptar las claves de todas las cuentas." -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:74 -#: ../../../../inc/themes/material-blue/encryption.inc:88 -msgid "Los usuarios deberán de introducir la nueva clave maestra." -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:95 -#: ../../../../inc/themes/material-blue/encryption.inc:111 -msgid "" -"La clave maestra es utilizada para encriptar las claves de las cuentas de " -"sysPass para mantenerlas seguras." -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:97 -#: ../../../../inc/themes/material-blue/encryption.inc:113 -msgid "" -"Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " -"que incluya números, letras y símbolos." -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:105 -#: ../../../../inc/themes/material-blue/encryption.inc:123 -msgid "Clave Temporal" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:116 -#: ../../../../inc/themes/classic/encryption.inc:127 -#: ../../../../inc/themes/material-blue/encryption.inc:133 -#: ../../../../inc/themes/material-blue/encryption.inc:144 -msgid "No generada" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:121 -#: ../../../../inc/themes/material-blue/encryption.inc:138 -msgid "Válido hasta" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:133 -#: ../../../../inc/themes/material-blue/encryption.inc:150 -#: ../../../../inc/themes/material-blue/encryption.inc:156 -msgid "Validez (s)" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:136 -msgid "Validez" -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:164 -#: ../../../../inc/themes/material-blue/encryption.inc:185 -msgid "" -"La clave temporal es utilizada como clave maestra para los usuarios que " -"necesitan introducirla al iniciar la sesión, así no es necesario facilitar " -"la clave maestra original." -msgstr "" - -#: ../../../../inc/themes/classic/encryption.inc:166 -#: ../../../../inc/themes/material-blue/encryption.inc:189 -msgid "Generar" -msgstr "" - -#: ../../../../inc/themes/classic/eventlog.inc:17 -#: ../../../../inc/themes/material-blue/eventlog.inc:19 -msgid "Fecha / Hora" -msgstr "" - -#: ../../../../inc/themes/classic/eventlog.inc:20 -#: ../../../../inc/themes/material-blue/eventlog.inc:22 -msgid "Nivel" -msgstr "" - -#: ../../../../inc/themes/classic/eventlog.inc:23 -#: ../../../../inc/themes/material-blue/eventlog.inc:25 -msgid "Evento" -msgstr "" - -#: ../../../../inc/themes/classic/eventlog.inc:29 -#: ../../../../inc/themes/material-blue/eventlog.inc:31 -msgid "IP" -msgstr "" - -#: ../../../../inc/themes/classic/footer.inc:6 -#: ../../../../inc/themes/material-blue/footer.inc:29 -msgid "Indica si la conexión utiliza HTTPS." -msgstr "" - -#: ../../../../inc/themes/classic/footer.inc:6 -#: ../../../../inc/themes/material-blue/footer.inc:29 -msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." -msgstr "" - -#: ../../../../inc/themes/classic/footer.inc:6 -msgid "Seguro" -msgstr "" - -#: ../../../../inc/themes/classic/footer.inc:6 -msgid "Inseguro" -msgstr "" - -#: ../../../../inc/themes/classic/footer.inc:11 -#: ../../../../inc/themes/material-blue/footer.inc:18 -msgid "Ayuda :: FAQ :: Changelog" -msgstr "" - -#: ../../../../inc/themes/classic/footer.inc:14 -#: ../../../../inc/themes/material-blue/footer.inc:23 -msgid "Un proyecto de cygnux.org" -msgstr "" - -#: ../../../../inc/themes/classic/groups.inc:10 -#: ../../../../inc/themes/material-blue/groups.inc:17 -msgid "Nombre del grupo" -msgstr "" - -#: ../../../../inc/themes/classic/groups.inc:18 -#: ../../../../inc/themes/material-blue/groups.inc:29 -msgid "Descripción del grupo" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:4 -#: ../../../../inc/themes/material-blue/import.inc:6 -msgid "Importar CSV/XML" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:11 -#: ../../../../inc/themes/material-blue/import.inc:13 -msgid "Usuario por Defecto" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:15 -#: ../../../../inc/themes/material-blue/import.inc:17 -msgid "Define el usuario por defecto para las cuentas importadas." -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:32 -#: ../../../../inc/themes/classic/ldap.inc:144 -#: ../../../../inc/themes/material-blue/import.inc:35 -#: ../../../../inc/themes/material-blue/ldap.inc:172 -msgid "Grupo por Defecto" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:36 -#: ../../../../inc/themes/material-blue/import.inc:39 -msgid "Define el grupo por defecto para las cuentas importadas." -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:53 -#: ../../../../inc/themes/material-blue/import.inc:57 -#: ../../../../inc/themes/material-blue/import.inc:63 -msgid "Clave de Importación" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:61 -#: ../../../../inc/themes/material-blue/import.inc:69 -#: ../../../../inc/themes/material-blue/import.inc:75 -msgid "Delimitador CSV" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:75 -#: ../../../../inc/themes/material-blue/import.inc:87 -msgid "Soltar archivo aquí o click para seleccionar" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:91 -#: ../../../../inc/themes/material-blue/import.inc:104 -msgid "" -"Permite realizar la importación de Cuentas, Categorías y Clientes desde " -"archivos XML y CSV." -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:93 -#: ../../../../inc/themes/material-blue/import.inc:106 -msgid "" -"Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:95 -#: ../../../../inc/themes/material-blue/import.inc:108 -msgid "" -"Arrastar el archivo a importar a la zona indicada o hacer click sobre la " -"flecha." -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:97 -#: ../../../../inc/themes/material-blue/import.inc:110 -msgid "" -"Para archivos de KeePass o KeePassX, el nombre del cliente será igual a " -"KeePass o KeePassX y la categoría igual al nombre de los grupos." -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:99 -#: ../../../../inc/themes/material-blue/import.inc:112 -msgid "La importación de archivos CSV se realiza con el siguiente formato:" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:101 -#: ../../../../inc/themes/material-blue/import.inc:114 -msgid "nombre_de_cuenta;cliente;categoría;url;usuario;clave;notas" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:103 -#: ../../../../inc/themes/material-blue/import.inc:116 -msgid "" -"En todos los casos, si el cliente o la categoría no están creados, se crean " -"automáticamente." -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:109 -#: ../../../../inc/themes/material-blue/import.inc:121 -msgid "Importar phpPMS" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:116 -#: ../../../../inc/themes/classic/install.inc:63 -#: ../../../../inc/themes/classic/install.inc:64 -#: ../../../../inc/themes/material-blue/import.inc:128 -#: ../../../../inc/themes/material-blue/import.inc:140 -msgid "Usuario BBDD" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:120 -#: ../../../../inc/themes/material-blue/import.inc:132 -msgid "Indicar el usuario de conexión a la base de datos de phpPMS." -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:130 -#: ../../../../inc/themes/classic/install.inc:71 -#: ../../../../inc/themes/classic/install.inc:73 -#: ../../../../inc/themes/material-blue/import.inc:146 -#: ../../../../inc/themes/material-blue/import.inc:152 -msgid "Clave BBDD" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:138 -#: ../../../../inc/themes/classic/install.inc:78 -#: ../../../../inc/themes/classic/install.inc:79 -#: ../../../../inc/themes/material-blue/import.inc:158 -#: ../../../../inc/themes/material-blue/import.inc:170 -msgid "Nombre BBDD" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:142 -#: ../../../../inc/themes/material-blue/import.inc:162 -msgid "Indicar el nombre de la base de datos de phpPMS." -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:152 -#: ../../../../inc/themes/classic/install.inc:87 -#: ../../../../inc/themes/classic/install.inc:88 -#: ../../../../inc/themes/material-blue/import.inc:176 -#: ../../../../inc/themes/material-blue/import.inc:188 -msgid "Servidor BBDD" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:156 -#: ../../../../inc/themes/material-blue/import.inc:180 -msgid "Indicar el servidor de la base de datos de phpPMS." -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:166 -#: ../../../../inc/themes/material-blue/import.inc:194 -msgid "Confirmar" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:170 -#: ../../../../inc/themes/material-blue/import.inc:198 -msgid "Los datos actuales serán borrados (excepto el usuario actual)" -msgstr "" - -#: ../../../../inc/themes/classic/import.inc:185 -msgid "Iniciar" -msgstr "" - -#: ../../../../inc/themes/classic/info.inc:4 -#: ../../../../inc/themes/material-blue/info.inc:4 -msgid "Información de la Aplicación" -msgstr "" - -#: ../../../../inc/themes/classic/info.inc:10 -#: ../../../../inc/themes/material-blue/info.inc:10 -msgid "Versión sysPass" -msgstr "" - -#: ../../../../inc/themes/classic/info.inc:18 -#: ../../../../inc/themes/material-blue/info.inc:18 -msgid "Base de Datos" -msgstr "" - -#: ../../../../inc/themes/classic/info.inc:30 -#: ../../../../inc/themes/material-blue/info.inc:30 -msgid "PHP" -msgstr "" - -#: ../../../../inc/themes/classic/info.inc:35 -#: ../../../../inc/themes/material-blue/info.inc:35 -msgid "Extensiones" -msgstr "" - -#: ../../../../inc/themes/classic/info.inc:37 -#: ../../../../inc/themes/material-blue/info.inc:37 -msgid "Memoria Usada" -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:4 -#: ../../../../inc/themes/material-blue/install.inc:4 -msgid "Instalación " -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:25 -#: ../../../../inc/themes/material-blue/install.inc:26 -msgid "Crear cuenta de admin de sysPass" -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:32 -#: ../../../../inc/themes/material-blue/install.inc:38 -msgid "Login del usuario administrador de sysPass" -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:58 -#: ../../../../inc/themes/material-blue/install.inc:72 -msgid "Configurar BBDD" -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:67 -msgid "Login de usuario con permisos de administrador de MySQL" -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:83 -#: ../../../../inc/themes/material-blue/install.inc:106 -msgid "Nombre de la base de datos para sysPass" -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:91 -msgid "Nombre del servidor de la base de datos de sysPass" -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:97 -#: ../../../../inc/themes/material-blue/install.inc:124 -msgid "Modo Hosting" -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:104 -#: ../../../../inc/themes/material-blue/install.inc:131 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" -msgstr "" - -#: ../../../../inc/themes/classic/install.inc:108 -#: ../../../../inc/themes/material-blue/install.inc:138 -#: ../../../../inc/themes/material-blue/install.inc:139 -msgid "Instalar" -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:12 -#: ../../../../inc/themes/material-blue/ldap.inc:14 -msgid "Habilitar LDAP" -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:16 -#: ../../../../inc/themes/material-blue/ldap.inc:18 -msgid "Habilita de autentificación mediante servidor LDAP." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:20 -#: ../../../../inc/themes/material-blue/ldap.inc:22 -msgid "Este método utilizará MySQL en caso de fallo." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:36 -#: ../../../../inc/themes/material-blue/ldap.inc:41 -msgid "Nombre o dirección IP del servidor de LDAP." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:40 -#: ../../../../inc/themes/classic/ldap.inc:65 -#: ../../../../inc/themes/classic/ldap.inc:100 -#: ../../../../inc/themes/classic/ldap.inc:128 -#: ../../../../inc/themes/classic/wiki.inc:89 -#: ../../../../inc/themes/material-blue/ldap.inc:45 -#: ../../../../inc/themes/material-blue/ldap.inc:74 -#: ../../../../inc/themes/material-blue/ldap.inc:121 -#: ../../../../inc/themes/material-blue/ldap.inc:153 -#: ../../../../inc/themes/material-blue/wiki.inc:105 -msgid "Ejemplos:" -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:57 -#: ../../../../inc/themes/material-blue/ldap.inc:66 -msgid "Usuario de conexión" -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:61 -#: ../../../../inc/themes/material-blue/ldap.inc:70 -msgid "Usuario para conectar con el servicio de LDAP." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:81 -#: ../../../../inc/themes/material-blue/ldap.inc:94 -msgid "Clave de conexión" -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:92 -#: ../../../../inc/themes/material-blue/ldap.inc:113 -#: ../../../../inc/themes/material-blue/ldap.inc:135 -msgid "Base de búsqueda" -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:96 -#: ../../../../inc/themes/material-blue/ldap.inc:117 -msgid "Base en la que realizar la búsqueda de usuarios de LDAP." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:120 -#: ../../../../inc/themes/material-blue/ldap.inc:145 -msgid "" -"Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:124 -#: ../../../../inc/themes/material-blue/ldap.inc:149 -msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:148 -#: ../../../../inc/themes/material-blue/ldap.inc:176 -msgid "" -"Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:165 -#: ../../../../inc/themes/material-blue/ldap.inc:192 -msgid "Perfil por Defecto" -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:169 -#: ../../../../inc/themes/material-blue/ldap.inc:196 -msgid "" -"Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:186 -#: ../../../../inc/themes/material-blue/ldap.inc:212 -msgid "Active Directory" -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:190 -#: ../../../../inc/themes/material-blue/ldap.inc:216 -msgid "Habilita el modo de conexión con LDAP de Active Directory." -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:202 -#: ../../../../inc/themes/classic/wiki.inc:214 -#: ../../../../inc/themes/material-blue/ldap.inc:230 -#: ../../../../inc/themes/material-blue/wiki.inc:247 -msgid "Comprobar" -msgstr "" - -#: ../../../../inc/themes/classic/ldap.inc:206 -#: ../../../../inc/themes/material-blue/ldap.inc:234 -msgid "Comprobar conexión con LDAP" -msgstr "" - -#: ../../../../inc/themes/classic/login-2fa.inc:14 -#: ../../../../inc/themes/material-blue/login-2fa.inc:12 -msgid "Introducir código" -msgstr "" - -#: ../../../../inc/themes/classic/login-2fa.inc:26 -msgid "Verificar" -msgstr "" - -#: ../../../../inc/themes/classic/login.inc:46 -#: ../../../../inc/themes/material-blue/login.inc:74 -msgid "¿Olvidó su clave?" -msgstr "" - -#: ../../../../inc/themes/classic/login.inc:63 -#: ../../../../inc/themes/material-blue/login.inc:90 -msgid "Aplicación actualizada correctamente" -msgstr "" - -#: ../../../../inc/themes/classic/login.inc:68 -#: ../../../../inc/themes/classic/login.inc:69 -#: ../../../../inc/themes/material-blue/login.inc:95 -#: ../../../../inc/themes/material-blue/login.inc:96 -#: ../../../../inc/themes/material-blue/login.inc:98 -msgid "Nuevas Características" -msgstr "" - -#: ../../../../inc/themes/classic/mail.inc:11 -#: ../../../../inc/themes/material-blue/mail.inc:13 -msgid "Habilitar notificaciones de correo" -msgstr "" - -#: ../../../../inc/themes/classic/mail.inc:37 -#: ../../../../inc/themes/material-blue/mail.inc:51 -msgid "Habilitar Autentificación" -msgstr "" - -#: ../../../../inc/themes/classic/mail.inc:68 -#: ../../../../inc/themes/material-blue/mail.inc:93 -msgid "Deshabilitada" -msgstr "" - -#: ../../../../inc/themes/classic/mail.inc:77 -#: ../../../../inc/themes/material-blue/mail.inc:102 -#: ../../../../inc/themes/material-blue/mail.inc:109 -msgid "Dirección de correo de envío" -msgstr "" - -#: ../../../../inc/themes/classic/mail.inc:85 -#: ../../../../inc/themes/material-blue/mail.inc:115 -msgid "Habilitar peticiones por correo" -msgstr "" - -#: ../../../../inc/themes/classic/passreset.inc:13 -#: ../../../../inc/themes/material-blue/passreset.inc:9 -msgid "Solicitud de Cambio de Clave" -msgstr "" - -#: ../../../../inc/themes/classic/passreset.inc:16 -msgid "Login del Usuario" -msgstr "" - -#: ../../../../inc/themes/classic/passreset.inc:21 -#: ../../../../inc/themes/material-blue/passreset.inc:23 -msgid "Email del Usuario" -msgstr "" - -#: ../../../../inc/themes/classic/passreset.inc:27 -msgid "Nueva Clave" -msgstr "" - -#: ../../../../inc/themes/classic/passreset.inc:46 -#: ../../../../inc/themes/material-blue/passreset.inc:47 -msgid "Volver a iniciar sesión" -msgstr "" - -#: ../../../../inc/themes/classic/passreset.inc:48 -#: ../../../../inc/themes/material-blue/login-2fa.inc:25 -#: ../../../../inc/themes/material-blue/passreset.inc:53 -#: ../../../../inc/themes/material-blue/passreset.inc:54 -msgid "Solicitar" -msgstr "" - -#: ../../../../inc/themes/classic/passreset.inc:49 -msgid "Solicitar cambio de clave" -msgstr "" - -#: ../../../../inc/themes/classic/passreset.inc:51 -#: ../../../../inc/themes/material-blue/passreset.inc:58 -#: ../../../../inc/themes/material-blue/passreset.inc:59 -msgid "Cambiar" -msgstr "" - -#: ../../../../inc/themes/classic/preferences-security.inc:4 -msgid "Autenticación" -msgstr "" - -#: ../../../../inc/themes/classic/preferences-security.inc:13 -msgid "Autenticación en 2 pasos" -msgstr "" - -#: ../../../../inc/themes/classic/preferences-security.inc:17 -#: ../../../../inc/themes/material-blue/preferences-security.inc:17 -msgid "" -"Habilita la autentificación en 2 pasos que requiere de la introducción de un " -"token generado por una aplicación como Google Authenticator." -msgstr "" - -#: ../../../../inc/themes/classic/preferences-security.inc:21 -#: ../../../../inc/themes/material-blue/preferences-security.inc:21 -msgid "" -"Escanee el código QR proporcionado y a continuación introduzca la clave de 6 " -"dígitos." -msgstr "" - -#: ../../../../inc/themes/classic/preferences-security.inc:29 -#: ../../../../inc/themes/material-blue/preferences-security.inc:29 -msgid "Activar" -msgstr "" - -#: ../../../../inc/themes/classic/preferences-security.inc:34 -#: ../../../../inc/themes/material-blue/preferences-security.inc:35 -msgid "Error al obtener el código QR. Inténtelo de nuevo" -msgstr "" - -#: ../../../../inc/themes/classic/preferences-security.inc:39 -#: ../../../../inc/themes/material-blue/preferences-security.inc:43 -msgid "Código" -msgstr "" - -#: ../../../../inc/themes/classic/preferences-security.inc:44 -#: ../../../../inc/themes/material-blue/preferences-security.inc:48 -msgid "" -"Una vez activada, sólo es posible acceder si se dispone del dispositivo " -"generador de códigos asociado." -msgstr "" - -#: ../../../../inc/themes/classic/preferences-site.inc:73 -#: ../../../../inc/themes/material-blue/preferences-site.inc:76 -msgid "Ordenar resultados por visitas" -msgstr "" - -#: ../../../../inc/themes/classic/preferences-site.inc:77 -#: ../../../../inc/themes/material-blue/preferences-site.inc:80 -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." -msgstr "" - -#: ../../../../inc/themes/classic/preferences-site.inc:90 -#: ../../../../inc/themes/material-blue/preferences-site.inc:93 -msgid "Barra de navegación superior" -msgstr "" - -#: ../../../../inc/themes/classic/preferences-site.inc:94 -#: ../../../../inc/themes/material-blue/preferences-site.inc:97 -msgid "Mostrar una barra de navegación superior en las búsquedas." -msgstr "" - -#: ../../../../inc/themes/classic/preferences-site.inc:107 -#: ../../../../inc/themes/material-blue/preferences-site.inc:110 -msgid "Mostrar Acciones Ocultas" -msgstr "" - -#: ../../../../inc/themes/classic/preferences-site.inc:111 -#: ../../../../inc/themes/material-blue/preferences-site.inc:114 -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:11 -#: ../../../../inc/themes/material-blue/profiles.inc:16 -msgid "Nombre del perfil" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:19 -#: ../../../../inc/themes/material-blue/profiles.inc:32 -msgid "Ver detalles de cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:19 -#: ../../../../inc/themes/material-blue/profiles.inc:32 -msgid "Ver" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:23 -#: ../../../../inc/themes/material-blue/profiles.inc:37 -msgid "Ver clave de cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:28 -#: ../../../../inc/themes/material-blue/profiles.inc:42 -msgid "Ver historial de cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:32 -#: ../../../../inc/themes/material-blue/profiles.inc:47 -msgid "Editar cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:37 -#: ../../../../inc/themes/material-blue/profiles.inc:52 -msgid "Editar clave de cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:37 -#: ../../../../inc/themes/material-blue/profiles.inc:52 -msgid "Editar Clave" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:41 -msgid "Añadir nueva cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:46 -msgid "Borrar cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:46 -msgid "Borrar" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:50 -#: ../../../../inc/themes/material-blue/profiles.inc:62 -msgid "Ver archivos de cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:61 -#: ../../../../inc/themes/material-blue/profiles.inc:79 -msgid "Configuración general" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:65 -msgid "Cambiar clave maestra" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:70 -msgid "Realizar copia de seguridad" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:70 -#: ../../../../inc/themes/material-blue/profiles.inc:89 -msgid "Backup" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:74 -#: ../../../../inc/themes/material-blue/profiles.inc:94 -msgid "Realizar importación de cuentas" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:81 -#: ../../../../inc/themes/material-blue/profiles.inc:100 -msgid "Gestión" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:85 -#: ../../../../inc/themes/material-blue/profiles.inc:106 -msgid "Gestión de usuarios" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:89 -#: ../../../../inc/themes/material-blue/profiles.inc:111 -msgid "Gestión de grupos" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:94 -#: ../../../../inc/themes/material-blue/profiles.inc:116 -msgid "Gestión de perfiles" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:94 -#: ../../../../inc/themes/material-blue/profiles.inc:116 -msgid "Perfiles" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:98 -#: ../../../../inc/themes/material-blue/profiles.inc:121 -msgid "Gestión de categorías" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:103 -#: ../../../../inc/themes/material-blue/profiles.inc:126 -msgid "Gestión de clientes" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:107 -#: ../../../../inc/themes/material-blue/profiles.inc:131 -msgid "Gestión de campos personalizados" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:112 -#: ../../../../inc/themes/material-blue/profiles.inc:136 -msgid "Gestión de autorizaciones API" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:112 -#: ../../../../inc/themes/material-blue/profiles.inc:136 -msgid "Autorizaciones API" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:120 -#: ../../../../inc/themes/material-blue/profiles.inc:147 -msgid "Otros" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:124 -#: ../../../../inc/themes/material-blue/profiles.inc:153 -msgid "Ver log de eventos" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:124 -#: ../../../../inc/themes/material-blue/profiles.inc:153 -msgid "Log de Eventos" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:132 -#: ../../../../inc/themes/material-blue/profiles.inc:160 -msgid "Usado por" -msgstr "" - -#: ../../../../inc/themes/classic/profiles.inc:139 -#: ../../../../inc/themes/material-blue/profiles.inc:167 -msgid "No usado" -msgstr "" - -#: ../../../../inc/themes/classic/search.inc:170 -msgid "Global ON" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:7 -#: ../../../../inc/themes/material-blue/searchbox.inc:17 -msgid "Texto a buscar" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:12 -#: ../../../../inc/themes/material-blue/searchbox.inc:22 -msgid "Parámetros especiales:" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:15 -#: ../../../../inc/themes/material-blue/searchbox.inc:25 -msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:17 -#: ../../../../inc/themes/material-blue/searchbox.inc:27 -msgid "Buscar cuentas a las que 'group_name' tenga acceso" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:19 -#: ../../../../inc/themes/material-blue/searchbox.inc:29 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:24 -#: ../../../../inc/themes/material-blue/searchbox.inc:35 -#: ../../../../inc/themes/material-blue/searchbox.inc:38 -msgid "Búsqueda global" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:49 -#: ../../../../inc/themes/classic/searchbox.inc:121 -#: ../../../../inc/themes/material-blue/searchbox.inc:62 -#: ../../../../inc/themes/material-blue/searchbox.inc:129 -msgid "Mostrar Todos" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:49 -#: ../../../../inc/themes/classic/searchbox.inc:118 -#: ../../../../inc/themes/material-blue/searchbox.inc:62 -#: ../../../../inc/themes/material-blue/searchbox.inc:126 -msgid "Mostrar Favoritos" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:52 -#: ../../../../inc/themes/material-blue/searchbox.inc:66 -msgid "CPP" -msgstr "" - -#: ../../../../inc/themes/classic/searchbox.inc:53 -#: ../../../../inc/themes/material-blue/searchbox.inc:66 -msgid "Cuentas por página" -msgstr "" - -#: ../../../../inc/themes/classic/sessionbar.inc:6 -#: ../../../../inc/themes/material-blue/footer.inc:7 -msgid "Cambiar clave de usuario" -msgstr "" - -#: ../../../../inc/themes/classic/sessionbar.inc:15 -#: ../../../../inc/themes/material-blue/footer.inc:5 -msgid "Salir" -msgstr "" - -#: ../../../../inc/themes/classic/tokens.inc:34 -#: ../../../../inc/themes/classic/users.inc:98 -#: ../../../../inc/themes/material-blue/tokens.inc:34 -#: ../../../../inc/themes/material-blue/users.inc:133 -msgid "Opciones" -msgstr "" - -#: ../../../../inc/themes/classic/tokens.inc:38 -#: ../../../../inc/themes/material-blue/tokens.inc:37 -#: ../../../../inc/themes/material-blue/tokens.inc:40 -msgid "Regenerar Autorización" -msgstr "" - -#: ../../../../inc/themes/classic/tokens.inc:43 -#: ../../../../inc/themes/material-blue/tokens.inc:46 -msgid "Token" -msgstr "" - -#: ../../../../inc/themes/classic/update.inc:18 -#: ../../../../inc/themes/material-blue/update.inc:20 -msgid "Actualizado" -msgstr "" - -#: ../../../../inc/themes/classic/update.inc:23 -#: ../../../../inc/themes/material-blue/update.inc:22 -msgid "Error al comprobar actualizaciones" -msgstr "" - -#: ../../../../inc/themes/classic/upgrade.inc:8 -#: ../../../../inc/themes/material-blue/upgrade.inc:10 -msgid "Actualización de BBDD" -msgstr "" - -#: ../../../../inc/themes/classic/upgrade.inc:10 -msgid "Introducir Código de Seguridad" -msgstr "" - -#: ../../../../inc/themes/classic/upgrade.inc:11 -#: ../../../../inc/themes/material-blue/upgrade.inc:16 -msgid "Código de Seguridad" -msgstr "" - -#: ../../../../inc/themes/classic/upgrade.inc:21 -#: ../../../../inc/themes/material-blue/upgrade.inc:27 -msgid "Iniciar Actualización" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:12 -#: ../../../../inc/themes/material-blue/users.inc:16 -msgid "Nombre de usuario completo" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:25 -#: ../../../../inc/themes/material-blue/users.inc:32 -msgid "Login de inicio de sesión" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:64 -#: ../../../../inc/themes/material-blue/users.inc:79 -msgid "Dirección de correo" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:103 -#: ../../../../inc/themes/material-blue/users.inc:137 -msgid "Administrador de la aplicación" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:103 -#: ../../../../inc/themes/material-blue/users.inc:140 -msgid "Admin. Aplicación" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:107 -#: ../../../../inc/themes/material-blue/users.inc:144 -msgid "Administrador de cuentas" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:107 -#: ../../../../inc/themes/material-blue/users.inc:147 -msgid "Admin. Cuentas" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:117 -#: ../../../../inc/themes/material-blue/users.inc:159 -msgid "Forzar cambio de clave" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:130 -#: ../../../../inc/themes/material-blue/users.inc:173 -msgid "Entradas" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:135 -#: ../../../../inc/themes/material-blue/users.inc:178 -msgid "Último Acceso" -msgstr "" - -#: ../../../../inc/themes/classic/users.inc:145 -#: ../../../../inc/themes/material-blue/users.inc:188 -msgid "Fecha Clave Maestra" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:11 -#: ../../../../inc/themes/material-blue/wiki.inc:15 -msgid "Habilitar enlaces Wiki" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:15 -#: ../../../../inc/themes/material-blue/wiki.inc:19 -msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:27 -#: ../../../../inc/themes/material-blue/wiki.inc:34 -#: ../../../../inc/themes/material-blue/wiki.inc:60 -msgid "URL de búsqueda Wiki" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:31 -#: ../../../../inc/themes/material-blue/wiki.inc:38 -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:35 -#: ../../../../inc/themes/material-blue/wiki.inc:42 -msgid "Como parámetro se utiliza el nombre del cliente." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:39 -#: ../../../../inc/themes/classic/wiki.inc:66 -#: ../../../../inc/themes/classic/wiki.inc:134 -#: ../../../../inc/themes/classic/wiki.inc:157 -#: ../../../../inc/themes/material-blue/wiki.inc:46 -#: ../../../../inc/themes/material-blue/wiki.inc:78 -#: ../../../../inc/themes/material-blue/wiki.inc:153 -#: ../../../../inc/themes/material-blue/wiki.inc:179 -msgid "Ejemplo:" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:54 -#: ../../../../inc/themes/material-blue/wiki.inc:66 -#: ../../../../inc/themes/material-blue/wiki.inc:91 -msgid "URL de página en Wiki" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:58 -#: ../../../../inc/themes/material-blue/wiki.inc:70 -msgid "URL que utiliza la wiki para acceder a los detalles de una página." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:62 -#: ../../../../inc/themes/material-blue/wiki.inc:74 -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:81 -#: ../../../../inc/themes/material-blue/wiki.inc:97 -msgid "Prefijo para nombre de cuenta" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:85 -#: ../../../../inc/themes/material-blue/wiki.inc:101 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:100 -#: ../../../../inc/themes/material-blue/wiki.inc:116 -msgid "DokuWiki API" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:106 -#: ../../../../inc/themes/material-blue/wiki.inc:122 -msgid "Habilitar API de DokuWiki" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:110 -#: ../../../../inc/themes/material-blue/wiki.inc:126 -msgid "" -"Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:113 -#: ../../../../inc/themes/material-blue/wiki.inc:129 -msgid "" -"Para que esta característica funcione, es necesario habilitar los enlaces " -"Wiki para el filtrado de cuentas." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:126 -#: ../../../../inc/themes/material-blue/wiki.inc:145 -#: ../../../../inc/themes/material-blue/wiki.inc:165 -msgid "URL API" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:130 -#: ../../../../inc/themes/material-blue/wiki.inc:149 -msgid "URL de la API de DokuWiki." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:149 -#: ../../../../inc/themes/material-blue/wiki.inc:171 -#: ../../../../inc/themes/material-blue/wiki.inc:191 -msgid "URL Base" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:153 -#: ../../../../inc/themes/material-blue/wiki.inc:175 -msgid "URL base de DokuWiki." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:176 -#: ../../../../inc/themes/material-blue/wiki.inc:201 -msgid "Usuario para conectar a la API de DokuWiki." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:199 -#: ../../../../inc/themes/material-blue/wiki.inc:229 -#: ../../../../inc/themes/material-blue/wiki.inc:242 -msgid "Namespace" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:203 -#: ../../../../inc/themes/material-blue/wiki.inc:233 -msgid "Namespace utilizado para buscar las páginas." -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:217 -#: ../../../../inc/themes/material-blue/wiki.inc:250 -msgid "Comprobar conexión con DokuWiki" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:246 -#: ../../../../inc/themes/material-blue/wiki.inc:280 -msgid "Añadir filtro" -msgstr "" - -#: ../../../../inc/themes/classic/wiki.inc:247 -#: ../../../../inc/themes/material-blue/wiki.inc:281 -msgid "Eliminar filtro" -msgstr "" - -#: ../../../../inc/themes/classic/wikipage.inc:2 -#: ../../../../inc/themes/material-blue/wikipage.inc:2 +msgstr "Link pubblici" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:79 +msgid "Gestión de Archivos" +msgstr "Gestione dei file" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:85 +msgid "Gestión de Cuentas" +msgstr "Gestione degli account" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:91 +msgid "Gestión de Etiquetas" +msgstr "Gestione dei Tags" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:97 +msgid "Gestión Plugins" +msgstr "Plugins Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:103 +msgid "Usuarios y Accesos" +msgstr "Utenti e accesso" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:109 +msgid "Gestión Usuarios" +msgstr "Gestione Utenti" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:115 +msgid "Gestión Grupos" +msgstr "Gestione Gruppi" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:121 +msgid "Gestión Perfiles" +msgstr "Gestione Profili" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:127 +msgid "Registro de Eventos" +msgstr "Registro degli eventi" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:133 +msgid "Buscar Eventos" +msgstr "Search for Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:139 +msgid "Limpiar Eventos" +msgstr "Clear Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:145 ../../../config/actions.xml:475 +msgid "Ver Cuenta" +msgstr "Vedi Account" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:151 +msgid "Nueva Cuenta" +msgstr "Nuovo account" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:157 +msgid "Editar Cuenta" +msgstr "Modifica account" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:163 ../../../config/actions.xml:481 +#: ../../../config/actions.xml:781 +msgid "Eliminar Cuenta" +msgstr "Elimina account" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:169 ../../../config/actions.xml:259 +msgid "Ver Clave" +msgstr "Vedi Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:175 +msgid "Editar Clave de Cuenta" +msgstr "Modifica la password dell'account" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:181 ../../../config/actions.xml:793 +msgid "Restaurar Cuenta" +msgstr "Ripristina account" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:187 +msgid "Copiar Cuenta" +msgstr "Copia account" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:193 ../../../config/actions.xml:265 +msgid "Copiar Clave" +msgstr "Copy Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:199 ../../../config/actions.xml:445 +msgid "Ver Archivo" +msgstr "Vedi File" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:205 ../../../config/actions.xml:463 +msgid "Subir Archivo" +msgstr "Upload File" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:211 ../../../config/actions.xml:451 +msgid "Descargar Archivo" +msgstr "Download File" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +msgid "Eliminar Archivo" +msgstr "Elimina file" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:223 +msgid "Buscar Archivos" +msgstr "Search for Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:229 +msgid "Listar Archivos" +msgstr "List Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:235 +msgid "Ver Favoritos" +msgstr "Show Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:241 +msgid "Añadir Favorito" +msgstr "Mark as Favorite" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:247 +msgid "Eliminar Favorito" +msgstr "Rimuovi preferito" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:253 +msgid "Ver Historial" +msgstr "Vedi la cronologia" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:271 msgid "Ver Wiki" -msgstr "" +msgstr "Vedi Wiki" -#: ../../../../inc/themes/classic/wikipage.inc:10 -#: ../../../../inc/themes/material-blue/wikipage.inc:10 -#, php-format -msgid "Resultados de búsqueda de '%s'" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:277 +msgid "Añadir Wiki" +msgstr "Add Wiki" -#: ../../../../inc/themes/classic/wikipage.inc:13 -#: ../../../../inc/themes/classic/wikipage.inc:23 -#: ../../../../inc/themes/material-blue/wikipage.inc:13 -#: ../../../../inc/themes/material-blue/wikipage.inc:23 -msgid "Página" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:283 +msgid "Editar Wiki" +msgstr "Edit Wiki" -#: ../../../../inc/themes/classic/wikipage.inc:25 -#: ../../../../inc/themes/material-blue/wikipage.inc:25 -msgid "Autor" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:289 +msgid "Eliminar Wiki" +msgstr "Delete Wiki" -#: ../../../../inc/themes/material-blue/account-actions.inc:19 +#. (itstool) path: action/text +#: ../../../config/actions.xml:295 +msgid "Ver Categoría" +msgstr "Visualizza categoria" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:301 +msgid "Nueva Categoría" +msgstr "Nuova categoria" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:307 +msgid "Editar Categoría" +msgstr "Modifica categoria" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:313 +msgid "Eliminar Categoría" +msgstr "Rimuovi categoria" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:319 +msgid "Buscar Categoría" +msgstr "Cerca categoria" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:325 +#, fuzzy +msgid "Ver Cliente" +msgstr "Visualizza cliente" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:331 +#, fuzzy +msgid "Nuevo Cliente" +msgstr "Nuovo cliente" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:337 +#, fuzzy +msgid "Editar Cliente" +msgstr "Modifica cliente" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:343 +msgid "Eliminar Cliente" +msgstr "Rimuovi cliente" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:349 +msgid "Buscar Cliente" +msgstr "Cerca cliente" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:355 +msgid "Nuevo Token API" +msgstr "New API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:361 +msgid "Ver Token API" +msgstr "View API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:367 +msgid "Editar Token API" +msgstr "Edit API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:373 +msgid "Eliminar Token API" +msgstr "Delete API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:379 +msgid "Buscar Token API" +msgstr "Search for API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:385 +msgid "Nuevo Campo Personalizado" +msgstr "New Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:391 +msgid "Ver Campo Personalizado" +msgstr "Show Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:397 +msgid "Editar Campo Personalizado" +msgstr "Edit Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:403 +msgid "Eliminar Campo Personalizado" +msgstr "Delete Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:409 +msgid "Buscar Campo Personalizado" +msgstr "Search for Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:415 msgid "Crear Enlace Público" -msgstr "" +msgstr "Crea un collegamento pubblico" -#: ../../../../inc/themes/material-blue/account-actions.inc:62 -msgid "Atrás" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:421 +msgid "Ver Enlace Público" +msgstr "Vedi Link pubblico" -#: ../../../../inc/themes/material-blue/account-details.inc:69 -msgid "Enlace Público" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:427 +msgid "Eliminar Enlace Público" +msgstr "Delete Public Link" -#: ../../../../inc/themes/material-blue/account.inc:5 -msgid "Histórico" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:433 +msgid "Actualizar Enlace Público" +msgstr "Update Public Link" -#: ../../../../inc/themes/material-blue/account.inc:56 -msgid "Seleccionar o escribir para crear uno nuevo" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:439 +msgid "Buscar Enlace Público" +msgstr "Search for Public Link" -#: ../../../../inc/themes/material-blue/account.inc:131 -msgid "Clave (Repetir)" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:469 +msgid "Buscar Archivo" +msgstr "Cerca archivio" -#: ../../../../inc/themes/material-blue/config-accounts.inc:60 -#: ../../../../inc/themes/material-blue/preferences-site.inc:70 -msgid "Número de resultados por página" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:487 ../../../config/actions.xml:787 +msgid "Buscar Cuenta" +msgstr "Cerca account" -#: ../../../../inc/themes/material-blue/config-events.inc:60 -msgid "Nombre o dirección IP" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:493 +msgid "Nueva Etiqueta" +msgstr "Nuova Tag" -#: ../../../../inc/themes/material-blue/config-files.inc:73 -msgid "Tamaño máximo de archivo en bytes" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:499 +msgid "Ver Etiqueta" +msgstr "View Tag" -#: ../../../../inc/themes/material-blue/config-proxy.inc:29 -msgid "Servidor proxy" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:505 +msgid "Editar Etiqueta" +msgstr "Modifica Tag" -#: ../../../../inc/themes/material-blue/config-proxy.inc:43 -msgid "Puerto del servidor proxy" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:511 +msgid "Eliminar Etiqueta" +msgstr "Elimina Tag" -#: ../../../../inc/themes/material-blue/config-proxy.inc:57 -msgid "Usuario del servidor proxy" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:517 +msgid "Buscar Etiqueta" +msgstr "Cerca per Tag" -#: ../../../../inc/themes/material-blue/config-proxy.inc:71 -msgid "Clave del servidor proxy" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:523 +msgid "Nuevo Plugin" +msgstr "Nuovo Plugin" -#: ../../../../inc/themes/material-blue/config-site.inc:69 -msgid "Forzar HTTPS" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:529 +msgid "Ver Plugin" +msgstr "VediPlugin" -#: ../../../../inc/themes/material-blue/config-site.inc:74 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:535 +msgid "Buscar Plugin" +msgstr "Cerca plugin" -#: ../../../../inc/themes/material-blue/customfields.inc:14 -msgid "Nombre del campo" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:541 +msgid "Habilitar Plugin" +msgstr "Enable Plugin" -#: ../../../../inc/themes/material-blue/customfields.inc:47 -msgid "Ayuda del campo" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:547 +msgid "Deshabilitar Plugin" +msgstr "Disable Plugin" -#: ../../../../inc/themes/material-blue/footer.inc:11 -msgid "Preferencias de usuario" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:553 +msgid "Restablecer Plugin" +msgstr "Reset Plugin" -#: ../../../../inc/themes/material-blue/info.inc:52 -msgid "Copia de Configuración" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:559 +msgid "Ver Usuario" +msgstr "Visualizza utente" -#: ../../../../inc/themes/material-blue/install.inc:33 -msgid "Usuario administrador de sysPass" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:565 +msgid "Nuevo Usuario" +msgstr "Nuovo utente" -#: ../../../../inc/themes/material-blue/install.inc:81 -msgid "Usuario acceso BBDD" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:571 +msgid "Editar Usuario" +msgstr "Modifica utente" -#: ../../../../inc/themes/material-blue/install.inc:86 -msgid "Usuario con permisos de administrador de MySQL" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:577 +msgid "Eliminar Usuario" +msgstr "Elimina utente" -#: ../../../../inc/themes/material-blue/install.inc:94 -msgid "Clave acceso BBDD" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:583 +msgid "Editar Clave Usuario" +msgstr "Edit User Password" -#: ../../../../inc/themes/material-blue/install.inc:101 -msgid "Nombre BBDD para sysPass" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:589 +msgid "Buscar Usuario" +msgstr "Cerca utente" -#: ../../../../inc/themes/material-blue/install.inc:113 -msgid "Servidor BBDD para sysPass" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:595 +msgid "Ver Grupo" +msgstr "Visualizza gruppo" -#: ../../../../inc/themes/material-blue/install.inc:118 -msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:601 +msgid "Nuevo Grupo" +msgstr "Nuovo gruppo" -#: ../../../../inc/themes/material-blue/ldap.inc:98 -msgid "Clave del usuario de conexión a LDAP." -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:607 +msgid "Editar Grupo" +msgstr "Modifica gruppo" -#: ../../../../inc/themes/material-blue/mail.inc:120 -msgid "" -"Habilita que los usuarios puedan solicitar modificaciones o acceso a las " -"cuentas sin permisos." -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:613 +msgid "Eliminar Grupo" +msgstr "Elimina gruppo" -#: ../../../../inc/themes/material-blue/profiles.inc:27 -msgid "Crear nueva cuenta" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:619 +msgid "Buscar Grupo" +msgstr "Cerca gruppo" -#: ../../../../inc/themes/material-blue/profiles.inc:27 -msgid "Crear" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:625 +msgid "Ver Perfil" +msgstr "Visualizza profilo" -#: ../../../../inc/themes/material-blue/profiles.inc:57 -msgid "Eliminar cuenta" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:631 +msgid "Nuevo Perfil" +msgstr "Nuovo profilo" -#: ../../../../inc/themes/material-blue/profiles.inc:67 -msgid "Publicar enlace a cuenta" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:637 +msgid "Editar Perfil" +msgstr "Modifica profilo" -#: ../../../../inc/themes/material-blue/profiles.inc:67 -msgid "Publicar Enlace" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:643 +msgid "Eliminar Perfil" +msgstr "Elimina profilo" -#: ../../../../inc/themes/material-blue/profiles.inc:84 -msgid "Opciones de encriptación" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:649 +msgid "Buscar Perfil" +msgstr "Cerca profilo" -#: ../../../../inc/themes/material-blue/profiles.inc:89 -msgid "Realizar copia de seguridad y exportar" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:655 +msgid "Configuración Usuario" +msgstr "User Configuration" -#: ../../../../inc/themes/material-blue/profiles.inc:141 -msgid "Gestión de enlaces" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:661 +msgid "Preferencias General" +msgstr "General Preferences" -#: ../../../../inc/themes/material-blue/publiclinks.inc:30 -msgid "Uso" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:667 +msgid "Notificaciones" +msgstr "Notifiche" -#: ../../../../inc/themes/material-blue/publiclinks.inc:38 -msgid "Hash" -msgstr "" +#. (itstool) path: action/text +#: ../../../config/actions.xml:673 +msgid "Configuración" +msgstr "Configurazione" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:679 +msgid "Configuración General" +msgstr "Configurazione Generale" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:685 +msgid "Configuración Cuentas" +msgstr "Accounts Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:691 +msgid "Configuración Wiki" +msgstr "Wiki Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:697 +msgid "Configuración Encriptación" +msgstr "Encryption Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:703 +msgid "Actualizar Hash" +msgstr "Update Hash" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:709 +msgid "Clave Maestra Temporal" +msgstr "Temporary Master Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:715 +msgid "Configuración Copia de Seguridad" +msgstr "Backup Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:721 +msgid "Copia de Seguridad" +msgstr "Copia di backup" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:727 +msgid "Configuración Importación" +msgstr "Import Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:733 +msgid "Importar CSV" +msgstr "CSV Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:739 +msgid "Importar XML" +msgstr "XML Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:745 +msgid "Configuración Exportación" +msgstr "Export Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:751 +msgid "Exportación" +msgstr "Export" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:757 +msgid "Configuración Email" +msgstr "Email Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:763 +msgid "Configuración LDAP" +msgstr "LDAP Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:769 +msgid "Sincronización LDAP" +msgstr "LDAP sincronizzazione" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:775 +msgid "Gestión de Cuenta (H)" +msgstr "Account Management (H)" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:799 +msgid "Ver Notificación" +msgstr "Vedi notifica" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:805 +msgid "Crear Notificación" +msgstr "Create Notification" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:811 +msgid "Editar Notificación" +msgstr "Modifica notifica" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:817 +msgid "Eliminar Notificación" +msgstr "Elimina notifica" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:823 +msgid "Marcar Notificación" +msgstr "Segna notifica" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:829 +msgid "Buscar Notificación" +msgstr "Ricerca notifica" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:835 +msgid "Gestión Permisos" +msgstr "Permissions Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:841 +msgid "Buscar Permiso" +msgstr "Search for Permission" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:847 +msgid "Ver Permiso" +msgstr "View Permission" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:853 +msgid "Nuevo Permiso" +msgstr "New Permission" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:859 +msgid "Editar Permiso" +msgstr "Edit Permission" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:865 +msgid "Eliminar Permiso" +msgstr "Delete Permission" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:4 +msgid "Color" +msgstr "Colore" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:5 +msgid "Número" +msgstr "Numero" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:6 +msgid "Teléfono" +msgstr "Telefono" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:7 +msgid "Área de Texto" +msgstr "Area di testo" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:8 +msgid "Texto" +msgstr "Testo" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#~ msgid "CONSULTA INVÁLIDA" +#~ msgstr "RICHIESTA NON VALIDA" + +#~ msgid "La sesión no se ha iniciado o ha caducado" +#~ msgstr "Sessione non avviata o scaduta" + +#~ msgid "Es necesario un nombre de cuenta" +#~ msgstr "È richiesto un nome account" + +#~ msgid "Es necesario un nombre de cliente" +#~ msgstr "È richiesto un nome cliente" + +#~ msgid "Es necesario un usuario" +#~ msgstr "È richiesto un utente" + +#~ msgid "Es necesaria una clave" +#~ msgstr "È richiesta una password" + +#~ msgid "Es necesario una categoría" +#~ msgstr "È richiesta uan categoria" + +#~ msgid "Acción Inválida" +#~ msgstr "Azione non valida" + +#~ msgid "Las claves no coinciden" +#~ msgstr "Le password non corrispondono" + +#~ msgid "Cuenta creada" +#~ msgstr "Account creato" + +#~ msgid "Error al crear la cuenta" +#~ msgstr "Errore durante la creazione dell'utente" + +#~ msgid "Sin cambios" +#~ msgstr "Nessun cambiamento" + +#~ msgid "Cuenta actualizada" +#~ msgstr "Account aggiornato" + +#~ msgid "Error al modificar la cuenta" +#~ msgstr "Errore durante l'aggiornamento dell'account" + +#~ msgid "Cuenta eliminada" +#~ msgstr "Account rimosso" + +#~ msgid "Error al eliminar la cuenta" +#~ msgstr "Errore durante l'eliminazione dell'account" + +#~ msgid "Clave actualizada" +#~ msgstr "Password aggiornata" + +#~ msgid "Error al actualizar la clave" +#~ msgstr "Errore durante l'aggiornamento della password" + +#~ msgid "Cuenta restaurada" +#~ msgstr "Account ripristinato" + +#~ msgid "Error al restaurar cuenta" +#~ msgstr "Errore durante il ripristino dell'account" + +#~ msgid "Ver Autorización" +#~ msgstr "Visualizza autorizzazione" + +#~ msgid "Nueva Autorización" +#~ msgstr "Nuova autorizzazione" + +#~ msgid "Editar Autorización" +#~ msgstr "Modifica autorizzazione" + +#~ msgid "Nuevo Campo" +#~ msgstr "Nuovo campo" + +#~ msgid "Editar Campo" +#~ msgstr "Modifica campo" + +#~ msgid "Es necesario un nombre de usuario" +#~ msgstr "È richiesto un nome utente" + +#~ msgid "Es necesario un login" +#~ msgstr "È richiesto un login" + +#~ msgid "Es necesario un perfil" +#~ msgstr "È richiesto un profilo" + +#~ msgid "Es necesario un grupo" +#~ msgstr "È richiesto un gruppo" + +#~ msgid "Es necesario un email" +#~ msgstr "È richiesta una mail" + +#~ msgid "Ey, esto es una DEMO!!" +#~ msgstr "Ehi, questa è una DEMO !!" + +#~ msgid "La clave no puede estar en blanco" +#~ msgstr "La password non può essere vuota" + +#~ msgid "Usuario creado" +#~ msgstr "Utente creato" + +#~ msgid "Error al crear el usuario" +#~ msgstr "Errore durante la creazione dell'utente" + +#~ msgid "Usuario actualizado" +#~ msgstr "Utente aggiornato" + +#~ msgid "Error al actualizar el usuario" +#~ msgstr "Errore durante l'aggiornamento dell'utente" + +#~ msgid "Error al modificar la clave" +#~ msgstr "Errore durante la modifica della password" + +#~ msgid "No es posible eliminar, usuario en uso" +#~ msgstr "Non è possibile cancellare, utente in uso" + +#~ msgid "Usuario eliminado" +#~ msgstr "Utente eliminato" + +#~ msgid "Error al eliminar el usuario" +#~ msgstr "Errore durante l'eliminazione dell'utente" + +#~ msgid "Es necesario un nombre de grupo" +#~ msgstr "È richiesto un nome di gruppo" + +#~ msgid "Nombre de grupo duplicado" +#~ msgstr "Duplica il nome del gruppo" + +#~ msgid "Grupo creado" +#~ msgstr "Gruppo creato" + +#~ msgid "Error al crear el grupo" +#~ msgstr "Errore durante la creazione del gruppo" + +#~ msgid "Grupo actualizado" +#~ msgstr "Gruppo aggiornato" + +#~ msgid "Error al actualizar el grupo" +#~ msgstr "Errore durante l'aggiornamento del gruppo" + +#~ msgid "Usuarios" +#~ msgstr "Utenti" + +#~ msgid "No es posible eliminar" +#~ msgstr "Non è possibile cancellare" + +#~ msgid "Grupo eliminado" +#~ msgstr "Gruppo cancellato" + +#~ msgid "Error al eliminar el grupo" +#~ msgstr "Errore durante l'eliminazione del gruppo" + +#~ msgid "Es necesario un nombre de perfil" +#~ msgstr "È richiesto un nome profilo" + +#~ msgid "Nombre de perfil duplicado" +#~ msgstr "Nome del profilo duplicato" + +#~ msgid "Perfil creado" +#~ msgstr "Profilo creato" + +#~ msgid "Perfil actualizado" +#~ msgstr "Profilo aggiornato" + +#~ msgid "Perfil eliminado" +#~ msgstr "Profilo eliminato" + +#~ msgid "Cliente creado" +#~ msgstr "Cliente creato" + +#, fuzzy +#~ msgid "Cliente actualizado" +#~ msgstr "Cliente aggiornato" + +#, fuzzy +#~ msgid "Cliente eliminado" +#~ msgstr "Cliente eliminato" + +#~ msgid "Es necesario un nombre de categoría" +#~ msgstr "È richiesto un nome di categoria" + +#~ msgid "Categoría creada" +#~ msgstr "Categoria creata" + +#~ msgid "Categoría actualizada" +#~ msgstr "Categoria aggiornata" + +#~ msgid "Categoría eliminada" +#~ msgstr "Categoria eliminata" + +#~ msgid "Autorización creada" +#~ msgstr "Autorizzazione creata" + +#~ msgid "Autorización actualizada" +#~ msgstr "Autorizzazione aggiornata" + +#~ msgid "Autorización eliminada" +#~ msgstr "Autorizzazione rimossa" + +#~ msgid "Nombre del campo no indicado" +#~ msgstr "Nome del campo non indicato" + +#~ msgid "Tipo del campo no indicado" +#~ msgstr "Tipo di campo non indicato" + +#~ msgid "Módulo del campo no indicado" +#~ msgstr "Modulo di campo non indicato" + +#~ msgid "Campo creado" +#~ msgstr "Campo creato" + +#~ msgid "Campo actualizado" +#~ msgstr "Campo aggiornato" + +#~ msgid "Campo eliminado" +#~ msgstr "Campo rimosso" + +#~ msgid "Realizar Backup" +#~ msgstr "Crea Backup" + +#~ msgid "Error al realizar el backup" +#~ msgstr "Errore durante il backup" + +#~ msgid "Revise el registro de eventos para más detalles" +#~ msgstr "Controlla il registro eventi per maggiori dettagli" + +#~ msgid "Copia de la aplicación y base de datos realizada correctamente" +#~ msgstr "Copia dell'applicazione e del database eseguiti correttamente" + +#~ msgid "Proceso de backup finalizado" +#~ msgstr "Processo di backup completato" + +#~ msgid "Error al realizar la exportación de cuentas" +#~ msgstr "Errore durante l'esportazione degli account" + +#~ msgid "Error al realizar la exportación" +#~ msgstr "Errore durante l'esportazione" + +#~ msgid "Exportación de cuentas realizada correctamente" +#~ msgstr "Esportazione degli account avvenuta con successo" + +#~ msgid "Proceso de exportación finalizado" +#~ msgstr "Processo di esportazione finito" + +#~ msgid "Los parámetros de LDAP no están configurados" +#~ msgstr "I parametri LDAP non sono configurati" + +#~ msgid "Conexión a LDAP correcta" +#~ msgstr "Connetti per correggere LDAP" + +#~ msgid "Objetos encontrados" +#~ msgstr "Oggetti trovati" + +#~ msgid "Modificar Configuración" +#~ msgstr "Modifica impostazioni" + +#~ msgid "El tamaño máximo por archivo es de 16MB" +#~ msgstr "La dimensione massima per file è 16 MB" + +#~ msgid "Extensión no permitida" +#~ msgstr "Estensione non consentita" + +#~ msgid "Faltan parámetros de Proxy" +#~ msgstr "Mancano i parametri proxy" + +#~ msgid "Proxy habiltado" +#~ msgstr "Proxy abilitato" + +#~ msgid "Proxy deshabilitado" +#~ msgstr "Proxy disabilitato" + +#~ msgid "Sección" +#~ msgstr "Sezione" + +#~ msgid "General" +#~ msgstr "Generale" + +#~ msgid "Faltan parámetros de Wiki" +#~ msgstr "Parametri Wiki mancanti" + +#~ msgid "Wiki habiltada" +#~ msgstr "Wiki abilitato" + +#~ msgid "Wiki deshabilitada" +#~ msgstr "Wiki disabilitato" + +#~ msgid "Faltan parámetros de LDAP" +#~ msgstr "Parametri LDAP mancanti" + +#~ msgid "LDAP habiltado" +#~ msgstr "LDAP abilitato" + +#~ msgid "LDAP deshabilitado" +#~ msgstr "LDAP disabilitato" + +#~ msgid "LDAP" +#~ msgstr "LDAP" + +#~ msgid "Faltan parámetros de Correo" +#~ msgstr "Parametri Mail mancanti" + +#~ msgid "Correo habiltado" +#~ msgstr "Mail abilitata" + +#~ msgid "Correo deshabilitado" +#~ msgstr "Mail disabilitata" + +#~ msgid "Correo" +#~ msgstr "Mail" + +#~ msgid "Configuración actualizada" +#~ msgstr "Configurazione aggiornata" + +#~ msgid "Clave maestra actualizada" +#~ msgstr "Password master aggiornata" + +#~ msgid "Reinicie la sesión para cambiarla" +#~ msgstr "Riavvia la sessione per cambiarla" + +#~ msgid "Clave maestra no indicada" +#~ msgstr "Password principale non indicata" + +#~ msgid "Se ha de confirmar el cambio de clave" +#~ msgstr "Il cambiamento chiave deve essere confermato" + +#~ msgid "Las claves son idénticas" +#~ msgstr "Le chiavi sono identiche" + +#~ msgid "Las claves maestras no coinciden" +#~ msgstr "Le chiavi principali non corrispondono" + +#~ msgid "La clave maestra actual no coincide" +#~ msgstr "La chiave master corrente non corrisponde" + +#~ msgid "Errores al actualizar las claves de las cuentas" +#~ msgstr "Errori durante l'aggiornamento delle chiavi dell'account" + +#~ msgid "Errores al actualizar las claves de las cuentas del histórico" +#~ msgstr "Errori durante l'aggiornamento delle chiavi degli account storici" + +#~ msgid "Errores al actualizar datos de campos personalizados" +#~ msgstr "Errori durante l'aggiornamento dei dati di campo personalizzati" + +#~ msgid "Actualizar Clave Maestra" +#~ msgstr "Aggiorna la password principale" + +#~ msgid "Error al guardar el hash de la clave maestra" +#~ msgstr "Impossibile salvare l'hash della chiave principale" + +#~ msgid "Generar Clave Temporal" +#~ msgstr "Genera Password temporanea" + +#~ msgid "Clave" +#~ msgstr "Password" + +#~ msgid "Clave Temporal Generada" +#~ msgstr "Password temporanea generata" + +#~ msgid "Error al generar clave temporal" +#~ msgstr "Errore durante la generazione della chiave temporanea" + +#~ msgid "Usuario/Clave no introducidos" +#~ msgstr "Utente / password non inseriti" + +#~ msgid "Inicio sesión" +#~ msgstr "Accesso" + +#~ msgid "Error al guardar los datos de LDAP" +#~ msgstr "Errore durante il salvataggio dei dati LDAP" + +#~ msgid "Error interno" +#~ msgstr "Errore interno" + +#~ msgid "Error al actualizar la clave del usuario en la BBDD" +#~ msgstr "Impossibile aggiornare la password dell'utente nel BBDD" + +#, fuzzy +#~ msgid "Login incorrecto" +#~ msgstr "Login errato" + +#~ msgid "Usuario" +#~ msgstr "Utente" + +#~ msgid "Cuenta expirada" +#~ msgstr "Account scaduto" + +#~ msgid "El usuario no tiene grupos asociados" +#~ msgstr "L'utente non ha gruppi associati" + +#~ msgid "Autentificación" +#~ msgstr "Autenticazione" + +#~ msgid "Usuario deshabilitado" +#~ msgstr "Utente disabilitato" + +#~ msgid "Error al obtener los datos del usuario de la BBDD" +#~ msgstr "Mancato ottenimento dei dati dell'utente del BBDD" + +#~ msgid "La clave maestra no ha sido guardada o es incorrecta" +#~ msgstr "La password principale non è stata salvata o è errata" + +#~ msgid "Clave maestra incorrecta" +#~ msgstr "Password principale errata" + +#~ msgid "Perfil" +#~ msgstr "Profilo" + +#~ msgid "Grupo" +#~ msgstr "Gruppo" + +#~ msgid "Gestión de archivos deshabilitada" +#~ msgstr "Gestione dei file disabilitata" + +#~ msgid "No hay extensiones permitidas" +#~ msgstr "Non ci sono estensioni consentite" + +#~ msgid "Tipo de archivo no soportado" +#~ msgstr "Tipo di file non consensito" + +#~ msgid "Archivo inválido" +#~ msgstr "File non valido" + +#, fuzzy +#~ msgid "Error interno al leer el archivo" +#~ msgstr "Errore interno durante la lettura del file" + +#~ msgid "Archivo guardado" +#~ msgstr "File salvato" + +#~ msgid "No se pudo guardar el archivo" +#~ msgstr "Il file non può essere salvato" + +#~ msgid "No es un ID de archivo válido" +#~ msgstr "Non è un ID di file valido" + +#~ msgid "El archivo no existe" +#~ msgstr "Il file non esiste" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Archivo" +#~ msgstr "File" + +#~ msgid "Tipo" +#~ msgstr "Tipo" + +#~ msgid "Tamaño" +#~ msgstr "Dimensione" + +#~ msgid "Archivo eliminado" +#~ msgstr "File cancellato" + +#~ msgid "Error al eliminar el archivo" +#~ msgstr "Errore durante l'eliminazione del file" + +#~ msgid "Parámetros incorrectos" +#~ msgstr "Parametri errati" + +#~ msgid "Recuperación de Clave" +#~ msgstr "Recupero della password" + +#~ msgid "Solicitado para" +#~ msgstr "Richiesto" + +#~ msgid "Solicitud enviada" +#~ msgstr "Richiesta inviata" + +#~ msgid "En breve recibirá un correo para completar la solicitud." +#~ msgstr "A breve riceverai un'email per completare l'applicazione." + +#~ msgid "Modificar Clave Usuario" +#~ msgstr "Modifica password utente" + +#~ msgid "Login" +#~ msgstr "Login" + +#~ msgid "La clave es incorrecta o no coincide" +#~ msgstr "La password non è corretta o non corrisponde" + +#~ msgid "Es necesaria una descripción" +#~ msgstr "Una descrizione è necessaria" + +#~ msgid "Solicitud de Modificación de Cuenta" +#~ msgstr "Richiesta di modifica dell'account" + +#~ msgid "Solicitante" +#~ msgstr "Richiedente" + +#~ msgid "Cuenta" +#~ msgstr "Account" + +#, fuzzy +#~ msgid "Cliente" +#~ msgstr "Cliente" + +#~ msgid "Descripción" +#~ msgstr "Descrizione" + +#~ msgid "Error al actualizar preferencias" +#~ msgstr "Errore durante l'aggiornamento delle preferenze" + +#~ msgid "Preferencias actualizadas" +#~ msgstr "Preferenze aggiornate" + +#~ msgid "La clave maestra no coincide" +#~ msgstr "La chiave principale non corrisponde" + +#~ msgid "No tiene permisos para acceder a esta cuenta" +#~ msgstr "Non hai il permesso di accedere a questo account" + +#~ msgid "Clave de Cuenta" +#~ msgstr "Password dell'account" + +#~ msgid "No es posible acceder directamente a este archivo" +#~ msgstr "Non è possibile accedere direttamente a questo file" + +#~ msgid "Error al actualizar el historial" +#~ msgstr "Errore durante l'aggiornamento della cronologia" + +#~ msgid "Actualizar Cuenta" +#~ msgstr "Aggiorna account" + +#~ msgid "Error al actualizar los grupos secundarios" +#~ msgstr "Errore durante l'aggiornamento dei gruppi secondari" + +#~ msgid "Error al actualizar los usuarios de la cuenta" +#~ msgstr "Errore durante l'aggiornamento degli utenti dell'account" + +#~ msgid "No se pudieron obtener los datos de la cuenta" +#~ msgstr "Impossibile ottenere i dati dell'account" + +#~ msgid "Error al eliminar grupos asociados a la cuenta" +#~ msgstr "Errore durante l'eliminazione dei gruppi associati all'account" + +#~ msgid "Error al eliminar usuarios asociados a la cuenta" +#~ msgstr "Errore durante l'eliminazione degli utenti associati all'account" + +#~ msgid "Error al eliminar archivos asociados a la cuenta" +#~ msgstr "Errore durante l'eliminazione dei file associati all'account" + +#~ msgid "Inicio" +#~ msgstr "Inizio" + +#~ msgid "Error en el módulo de encriptación" +#~ msgstr "Errore nel modulo di crittografia" + +#~ msgid "Error al obtener las claves de las cuentas" +#~ msgstr "Errore nell'ottenere la password dell'account" + +#~ msgid "Fallo al actualizar la clave de la cuenta" +#~ msgstr "Impossibile aggiornare la password dell'account" + +#~ msgid "Cuentas actualizadas" +#~ msgstr "Account aggiornati" + +#~ msgid "No se pudieron obtener los datos de las cuentas" +#~ msgstr "Impossibile ottenere i dati dell'account" + +#~ msgid "Actualizar Clave Maestra (H)" +#~ msgstr "Aggiorna password principale (H)" + +#~ msgid "La clave maestra del registro no coincide" +#~ msgstr "La chiave master del record non corrisponde" + +#~ msgid "Fallo al actualizar la clave del histórico" +#~ msgstr "Impossibile aggiornare la chiave della cronologia" + +#~ msgid "Registros actualizados" +#~ msgstr "Record aggiornati" + +#~ msgid "Gestión Aplicación" +#~ msgstr "Gestione delle applicazioni" + +#~ msgid "Encriptación" +#~ msgstr "Crittografia" + +#~ msgid "Exportar" +#~ msgstr "Esporta" + +#~ msgid "Importar" +#~ msgstr "Importa" + +#~ msgid "Acceso no permitido" +#~ msgstr "Accesso non consentito" + +#~ msgid "Error de codificación" +#~ msgstr "Errore di codifica" + +#~ msgid "La autorización ya existe" +#~ msgstr "L'autorizzazione esiste già" + +#~ msgid "Actualizar Autorización" +#~ msgstr "Aggiorna autorizzazione" + +#~ msgid "Eliminar Autorización" +#~ msgstr "Elimina autorizzazione" + +#~ msgid "Usuario no pertenece al grupo" +#~ msgstr "L'utente non appartiene al gruppo" + +#~ msgid "Cambio de Clave" +#~ msgstr "Cambio di password" + +#~ msgid "Se ha solicitado el cambio de su clave de usuario." +#~ msgstr "È stata richiesta la modifica della password dell'utente." + +#~ msgid "" +#~ "Para completar el proceso es necesario que acceda a la siguiente URL:" +#~ msgstr "Per completare il processo è necessario accedere al seguente URL:" + +#~ msgid "Si no ha solicitado esta acción, ignore este mensaje." +#~ msgstr "Se non hai richiesto questa azione, ignora questo messaggio." + +#~ msgid "Esta operación sólo es posible en entornos Linux" +#~ msgstr "Questa operazione è possibile solo in ambienti Linux" + +#~ msgid "Error al realizar backup en modo compatibilidad" +#~ msgstr "Impossibile eseguire il backup in modalità compatibilità" + +#~ msgid "Compruebe los permisos del directorio de backups" +#~ msgstr "Verifica le autorizzazioni della directory di backup" + +#~ msgid "Nombre de categoría duplicado" +#~ msgstr "Nome categoria duplicato" + +#~ msgid "Error al crear la categoría" +#~ msgstr "Errore durante la creazione della categoria" + +#~ msgid "Categoría" +#~ msgstr "Categoria" + +#~ msgid "Error al eliminar la categoría" +#~ msgstr "Errore durante la rimozione della categoria" + +#~ msgid "Error al actualizar la categoría" +#~ msgstr "Errore durante l'aggiornamento della categoria" + +#~ msgid "Modificar configuración" +#~ msgstr "Modifica le impostazioni" + +#~ msgid "Parámetro" +#~ msgstr "Parametro" + +#~ msgid "Valor" +#~ msgstr "Valore" + +#~ msgid "Opción no disponible" +#~ msgstr "Opzione non disponibile" + +#~ msgid "Consulte con el administrador" +#~ msgstr "Verificare con l'amministratore" + +#~ msgid "No tiene permisos para acceder a esta página" +#~ msgstr "Non hai il permesso di accedere a questa pagina" + +#~ msgid "No tiene permisos para realizar esta operación" +#~ msgstr "Non hai il permesso di eseguire questa operazione" + +#~ msgid "Aviso" +#~ msgstr "Attenzione" + +#~ msgid "" +#~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." +#~ msgstr "" +#~ "La chiave master HASH è stata rigenerata. Nessuna azione è necessaria." + +#~ msgid "No se puede usar el módulo de encriptación" +#~ msgstr "Il modulo di crittografia non può essere utilizzato" + +#~ msgid "Error al generar datos cifrados" +#~ msgstr "Errore durante la generazione di dati crittografati" + +#~ msgid "No es posible generar las claves RSA" +#~ msgstr "Non è possibile generare le chiavi RSA" + +#~ msgid "El archivo de clave no existe" +#~ msgstr "Il file chiave non esiste" + +#~ msgid "El número de campos es incorrecto (%d)" +#~ msgstr "Il numero di campi non è corretto (%d)" + +#~ msgid "Compruebe el formato del archivo CSV en línea %s" +#~ msgstr "Controlla il formato file CSV alla linea %s" + +#~ msgid "Importar Cuentas" +#~ msgstr "Importa account" + +#~ msgid "Error importando cuenta" +#~ msgstr "Errore durante l'importazione dell'account" + +#~ msgid "Campos Personalizados" +#~ msgstr "Campi personalizzati" + +#~ msgid "Actualizando datos encriptados" +#~ msgstr "Aggiornamento dei dati crittografati" + +#~ msgid "Registros no actualizados" +#~ msgstr "Record non aggiornati" + +#~ msgid "Fecha" +#~ msgstr "Data" + +#~ msgid "Email" +#~ msgstr "Email" + +#~ msgid "Categorías" +#~ msgstr "Categorie" + +#~ msgid "Clientes" +#~ msgstr "Utenti" + +#~ msgid "Grupos" +#~ msgstr "Gruppi" + +#, fuzzy +#~ msgid "Cliente duplicado" +#~ msgstr "Cliente duplicato" + +#~ msgid "Error al crear el cliente" +#~ msgstr "Errore durante la creazione del client" + +#, fuzzy +#~ msgid "Error al actualizar el cliente" +#~ msgstr "Errore durante l'aggiornamento del cliente" + +#~ msgid "Actualizar Cliente" +#~ msgstr "Aggiorna cliente" + +#~ msgid "Error al eliminar el cliente" +#~ msgstr "Errore durante l'eliminazione del client" + +#~ msgid "No es posible conectar con la BD" +#~ msgstr "Non è possibile connettersi al BD" + +#~ msgid "Compruebe los datos de conexión" +#~ msgstr "Controlla i dati di connessione" + +#~ msgid "N/D" +#~ msgstr "N/D" + +#~ msgid "Acción" +#~ msgstr "Azione" + +#~ msgid "Realizado por" +#~ msgstr "Prodotto da" + +#~ msgid "Enviar Email" +#~ msgstr "Invia email" + +#~ msgid "Correo enviado" +#~ msgstr "E-mail inviata" + +#~ msgid "Error al enviar correo" +#~ msgstr "Errore nell'invio della mail" + +#~ msgid "Destinatario" +#~ msgstr "Destinatario" + +#~ msgid "CC" +#~ msgstr "CC" + +#~ msgid "Archivo no subido correctamente" +#~ msgstr "File non caricato correttamente" + +#~ msgid "Verifique los permisos del usuario del servidor web" +#~ msgstr "Verifica le autorizzazioni dell'utente del server web" + +#~ msgid "Compruebe la extensión del archivo" +#~ msgstr "Controlla l'estensione del file" + +#~ msgid "Compruebe la configuración de PHP para subir archivos" +#~ msgstr "Controlla le impostazioni PHP per il caricamento dei file" + +#~ msgid "Compruebe los permisos del directorio temporal" +#~ msgstr "Verifica le autorizzazioni della directory temporanea" + +#~ msgid "Error al eliminar los usuarios del grupo" +#~ msgstr "Errore durante la rimozione degli utenti del gruppo" + +#~ msgid "Compruebe el formato del archivo" +#~ msgstr "Controlla il formato del file" + +#~ msgid "Importación finalizada" +#~ msgstr "Importazione completata" + +#~ msgid "Error en la verificación de la base de datos" +#~ msgstr "Verifica del database fallita" + +#~ msgid "La sesión no puede ser inicializada" +#~ msgstr "La sessione non può essere inizializzata" + +#~ msgid "El directorio \"/config\" no existe" +#~ msgstr "La directory \"/config\" non esiste" + +#~ msgid "No es posible escribir en el directorio \"config\"" +#~ msgstr "Non è possibile scrivere nella directory \"config\"" + +#~ msgid "Los permisos del directorio \"/config\" son incorrectos" +#~ msgstr "Le autorizzazioni della directory \"/config\" non sono corrette" + +#~ msgid "Aplicación en mantenimiento" +#~ msgstr "Applicazione in manutenzione" + +#~ msgid "En breve estará operativa" +#~ msgstr "Presto sarà operativo" + +#~ msgid "Finalizar sesión" +#~ msgstr "Fine sessione" + +#~ msgid "Tiempo inactivo" +#~ msgstr "Tempo inattivo" + +#~ msgid "Tiempo total" +#~ msgstr "Tempo totale" + +#~ msgid "La aplicación necesita actualizarse" +#~ msgstr "L'applicazione deve essere aggiornata" + +#~ msgid "Actualizar" +#~ msgstr "Aggiornare" + +#~ msgid "Actualización" +#~ msgstr "Aggiornamento" + +#~ msgid "Actualización de versión realizada." +#~ msgstr "Aggiornamento della versione fatta." + +#~ msgid "Versión" +#~ msgstr "Versione" + +#~ msgid "Indicar nombre de usuario admin" +#~ msgstr "Indica il nome utente admin" + +#~ msgid "Usuario admin para acceso a la aplicación" +#~ msgstr "Utente amministratore per l'accesso all'applicazione" + +#~ msgid "Indicar la clave de admin" +#~ msgstr "Indica la password dell'amministratore" + +#~ msgid "Clave del usuario admin de la aplicación" +#~ msgstr "Utente chiave amministratore dell'applicazione" + +#~ msgid "Indicar la clave maestra" +#~ msgstr "Indica la chiave principale" + +#~ msgid "Clave maestra para encriptar las claves" +#~ msgstr "Chiave master per crittografare le chiavi" + +#~ msgid "Clave maestra muy corta" +#~ msgstr "Chiave master molto breve" + +#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" +#~ msgstr "" +#~ "La lunghezza della chiave principale deve essere maggiore di 11 caratteri" + +#~ msgid "Indicar el usuario de la BBDD" +#~ msgstr "Indicare l'utente del BBDD" + +#~ msgid "Usuario con permisos de administrador de la Base de Datos" +#~ msgstr "Utente con autorizzazioni di amministratore del database" + +#~ msgid "Indicar el nombre de la BBDD" +#~ msgstr "Indicare il nome del BBDD" + +#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" +#~ msgstr "Nome per il DB dell'applicazione pej. syspass" + +#~ msgid "El nombre de la BBDD no puede contener \".\"" +#~ msgstr "Il nome del database non può contenere \".\"" + +#~ msgid "Elimine los puntos del nombre de la Base de Datos" +#~ msgstr "Rimuovere i punti dal nome del database" + +#~ msgid "Indicar el servidor de la BBDD" +#~ msgstr "Indicare il server del BBDD" + +#~ msgid "Servidor donde se instalará la Base de Datos" +#~ msgstr "Server in cui verrà installato il database" + +#~ msgid "No es posible comprobar el usuario de sysPass" +#~ msgstr "Non è possibile controllare l'utente sysPass" + +#~ msgid "Compruebe los permisos del usuario de conexión a la BD" +#~ msgstr "Verifica le autorizzazioni dell'utente per connettersi al BD" + +#~ msgid "La BBDD ya existe" +#~ msgstr "Il BBDD esiste già" + +#~ msgid "Indique una nueva Base de Datos o elimine la existente" +#~ msgstr "Indicare un nuovo database o eliminare quello esistente" + +#~ msgid "Error al crear la BBDD" +#~ msgstr "Errore durante la creazione del DB" + +#~ msgid "Verifique los permisos del usuario de la Base de Datos" +#~ msgstr "Verifica le autorizzazioni dell'utente del Database" + +#~ msgid "El archivo de estructura de la BBDD no existe" +#~ msgstr "Il file di struttura del BBDD non esiste" + +#~ msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." +#~ msgstr "" +#~ "Non è possibile creare il BBDD dell'applicazione. Scaricalo nuovamente." + +#~ msgid "Error al seleccionar la BBDD" +#~ msgstr "Errore durante la selezione del BBDD" + +#~ msgid "" +#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " +#~ "los permisos y que no exista." +#~ msgstr "" +#~ "Non è possibile utilizzare il Database per creare la struttura. Controlla " +#~ "le autorizzazioni e se esistono." + +#~ msgid "Error al crear la estructura de la Base de Datos." +#~ msgstr "Errore durante la creazione della struttura del database." + +#~ msgid "Informe al desarrollador" +#~ msgstr "Informa lo sviluppatore" + +#~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" +#~ msgstr "Impossibile aggiornare la chiave master dell'utente \"admin\"" + +#~ msgid "No es posible conectar con el servidor de LDAP" +#~ msgstr "Non è possibile connettersi al server LDAP" + +#~ msgid "Error al conectar (BIND)" +#~ msgstr "Errore durante la connessione (BIND)" + +#~ msgid "Error al buscar objetos en DN base" +#~ msgstr "Errore nel trovare oggetti nel DN di base" + +#~ msgid "Error al buscar RDN de grupo" +#~ msgstr "Errore durante la ricerca di RDN di gruppo" + +#~ msgid "Error al localizar el usuario en LDAP" +#~ msgstr "Errore nel localizzare l'utente in LDAP" + +#~ msgid "Error al buscar el grupo de usuarios" +#~ msgstr "Errore durante la ricerca nel gruppo di utenti" + +#~ msgid "Usuario verificado en grupo" +#~ msgstr "Utente verificato nel gruppo" + +#~ msgid "Vaciar Eventos" +#~ msgstr "Eventi vuoti" + +#~ msgid "Vaciar registro de eventos" +#~ msgstr "Registrazione vuota di eventi" + +#, fuzzy +#~ msgid "Cliente no encontrado" +#~ msgstr "Cliente non trovato" + +#~ msgid "Error al obtener los usuarios" +#~ msgstr "Errore nell'ottenere gli utenti" + +#~ msgid "Migrar Perfiles" +#~ msgstr "Migra profili" + +#~ msgid "Error al obtener perfiles" +#~ msgstr "Impossibile ottenere i profili" + +#~ msgid "Operación realizada correctamente" +#~ msgstr "Operazione eseguita correttamente" + +#~ msgid "Fallo al realizar la operación" +#~ msgstr "Mancata esecuzione dell'operazione" + +#~ msgid "Formato de XML inválido" +#~ msgstr "Formato XML non valido" + +#~ msgid "No es posible obtener la plantilla \"%s\" : %s" +#~ msgstr "Non è possibile ottenere il modello \"%s\" : %s" + +#~ msgid "No es posible obtener la variable \"%s\"" +#~ msgstr "Non è possibile ottenere la variabile \"%s\"" + +#~ msgid "No es posible destruir la variable \"%s\"" +#~ msgstr "Non è possibile distruggere la variabile \"%s\"" + +#~ msgid "Error al aplicar la actualización de la Base de Datos" +#~ msgstr "Errore durante l'applicazione dell'aggiornamento del database" + +#~ msgid "Compruebe el registro de eventos para más detalles" +#~ msgstr "Controlla il registro eventi per maggiori dettagli" + +#~ msgid "Acceder" +#~ msgstr "Accedere" + +#~ msgid "Error al aplicar la actualización auxiliar" +#~ msgstr "Errore durante l'applicazione dell'aggiornamento ausiliario" + +#~ msgid "Actualizar BBDD" +#~ msgstr "Aggiorna BBDD" + +#~ msgid "No es necesario actualizar la Base de Datos." +#~ msgstr "Non è necessario aggiornare il database." + +#~ msgid "Actualización de la Base de Datos realizada correctamente." +#~ msgstr "Aggiornamento del database eseguito correttamente." + +#~ msgid "Actualizar Configuración" +#~ msgstr "Aggiorna configurazione" + +#~ msgid "No se pudo realizar la petición de cambio de clave." +#~ msgstr "Non è stato possibile effettuare la richiesta di modifica password." + +#~ msgid "Usuario de LDAP" +#~ msgstr "Utente LDAP" + +#~ msgid "Activación Cuenta" +#~ msgstr "Attivazione Account" + +#~ msgid "Su cuenta está pendiente de activación." +#~ msgstr "Il tuo account è in attesa di attivazione." + +#~ msgid "En breve recibirá un email de confirmación." +#~ msgstr "A breve riceverai un'email di conferma." + +#~ msgid "Nuevo usuario de LDAP" +#~ msgstr "Nuovo utente LDAP" + +#~ msgid "Error al migrar grupo del usuario" +#~ msgstr "Errore durante la migrazione del gruppo di utenti" + +#~ msgid "Versión de PHP requerida >= " +#~ msgstr "Versione di PHP richiesta >= " + +#~ msgid "" +#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" +#~ msgstr "" +#~ "Aggiorna la versione di PHP affinché l'applicazione funzioni correttamente" + +#~ msgid "Módulo no disponible" +#~ msgstr "Modulo non disponibile" + +#~ msgid "Sin este módulo la aplicación puede no funcionar correctamente." +#~ msgstr "" +#~ "Senza questo modulo l'applicazione non potrebbe funzionare correttamente." + +#~ msgid "Exportar XML" +#~ msgstr "Esporta XML" + +#~ msgid "Error al crear el archivo XML" +#~ msgstr "Errore durante la creazione del file XML" + +#~ msgid "No es posible procesar el archivo XML" +#~ msgstr "Impossibile elaborare il file XML" + +#~ msgid "Archivo XML no soportado" +#~ msgstr "File XML non supportato" + +#~ msgid "No es posible detectar la aplicación que exportó los datos" +#~ msgstr "Non è possibile rilevare l'applicazione che ha esportato i dati" + +#~ msgid "Error en la consulta" +#~ msgstr "Errore in ricerca" + +#~ msgid "Ha ocurrido un error" +#~ msgstr "Si è verificato un errore" + +#~ msgid "Sesión finalizada" +#~ msgstr "Sessione terminata" + +#~ msgid "Borrar la cuenta?" +#~ msgstr "Elimina l'account?" + +#~ msgid "Borrar el usuario?" +#~ msgstr "Elimina l'utente?" + +#~ msgid "Guarde la configuración para que sea efectiva" +#~ msgstr "Salva la configurazione per renderla effettiva" + +#~ msgid "Clave Generada" +#~ msgstr "Password generata" + +#~ msgid "Nivel alto" +#~ msgstr "Livello alto" + +#~ msgid "Nivel medio" +#~ msgstr "Livello medio" + +#~ msgid "Nivel bajo" +#~ msgstr "Livello basso" + +#~ msgid "Nivel muy alto" +#~ msgstr "Livello molto alto" + +#~ msgid "Utilizar al menos 8 caracteres" +#~ msgstr "Utilizzare almeno 8 caratteri" + +#~ msgid "Borrar elemento?" +#~ msgstr "Eliminare l'oggetto?" + +#~ msgid "Página no encontrada" +#~ msgstr "Pagina inesistente" + +#~ msgid "Archivo no soportado para visualizar" +#~ msgstr "Anteprima del file non supportata" + +#~ msgid "Eliminar archivo?" +#~ msgstr "Eliminare il file?" + +#~ msgid "Su navegador no soporta subir archivos con HTML5" +#~ msgstr "" +#~ "Il tuo browser non supporta i caricamenti di file in HTML5 prova a " +#~ "cambiare browser" + +#~ msgid "Demasiados archivos" +#~ msgstr "Troppi files" + +#~ msgid "Tamaño de archivo no permitido" +#~ msgstr "La dimensione del file non è consentita" + +#~ msgid "Vaciar el registro de eventos?" +#~ msgstr "Cancellare il registro degli eventi?" + +#~ msgid "Seleccionar Grupo" +#~ msgstr "Selezionare Gruppo" + +#~ msgid "Seleccionar Usuario" +#~ msgstr "Selezionare Utente" + +#~ msgid "Seleccionar Perfil" +#~ msgstr "Selezionare Profilo" + +#~ msgid "Seleccionar Cliente" +#~ msgstr "Selezionare il Cliente" + +#~ msgid "Seleccionar Categoría" +#~ msgstr "Selezionare la categoria" + +#~ msgid "Sin resultados" +#~ msgstr "Nessun risultato" + +#~ msgid "Opciones de clave" +#~ msgstr "Opzioni password" + +#~ msgid "Generar clave aleatoria" +#~ msgstr "Genera una password casuale" + +#~ msgid "Complejidad" +#~ msgstr "Complessità" + +#~ msgid "Restablecer" +#~ msgstr "Ripristina" + +#~ msgid "Nivel de fortaleza de la clave" +#~ msgstr "Livello di complessità della password" + +#~ msgid "Mostrar Clave" +#~ msgstr "Mostra Password" + +#~ msgid "Copiar Usuario" +#~ msgstr "Copia utente" + +#~ msgid "Incluir Números" +#~ msgstr "Includi numeri" + +#~ msgid "Incluir Mayúsculas" +#~ msgstr "Includi maiuscole" + +#~ msgid "Incluir Símbolos" +#~ msgstr "Includi simboli" + +#~ msgid "Longitud" +#~ msgstr "Lunghezza" + +#~ msgid "Seleccionar Acción" +#~ msgstr "Seleziona azione" + +#~ msgid "SI" +#~ msgstr "SI" + +#~ msgid "NO" +#~ msgstr "NO" + +#~ msgid "Aceptar" +#~ msgstr "Accetta" + +#~ msgid "Cancelar" +#~ msgstr "Annulla" + +#~ msgid "Clave Copiada al Portapapeles" +#~ msgstr "Chiave copiata negli appunti" + +#~ msgid "Error al copiar al portapapeles" +#~ msgstr "Errore durante la copia negli appunti" + +#~ msgid "Detalles de Cuenta" +#~ msgstr "Dettagli dell'account" + +#~ msgid "Modificar Clave de Cuenta" +#~ msgstr "Modifica la password dell'account" + +#~ msgid "Nombre" +#~ msgstr "Nome" + +#~ msgid "Módulo" +#~ msgstr "Modulo" + +#~ msgid "Eliminar Campo" +#~ msgstr "Rimuovi campo" + +#~ msgid "Último backup" +#~ msgstr "Ultimo backup" + +#~ msgid "No se encontraron backups" +#~ msgstr "Non sono stati trovati backup" + +#~ msgid "Última exportación" +#~ msgstr "Ultima esportazione" + +#~ msgid "No se encontró archivo de exportación" +#~ msgstr "Nessun file di esportazione trovato" + +#~ msgid "Información" +#~ msgstr "Informazioni" + +#~ msgid "Registro de eventos vaciado" +#~ msgstr "Registro eventi vuoto" + +#~ msgid "Error al vaciar el registro de eventos" +#~ msgstr "Errore durante lo svuotamento del registro eventi" + +#~ msgid "Admin Aplicación" +#~ msgstr "Applicazione Admin" + +#~ msgid "Buscar" +#~ msgstr "Ricerca" + +#~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" +#~ msgstr "" +#~ "La versione di PHP è vulnerabile all'attacco NULL Byte (CVE-2006-7243)" + +#~ msgid "Actualice la versión de PHP para usar sysPass de forma segura" +#~ msgstr "Aggiorna la versione di PHP per utilizzare sysPass in modo sicuro" + +#~ msgid "No se encuentra el generador de números aleatorios." +#~ msgstr "Il generatore di numeri casuali non è stato trovato." + +#~ msgid "" +#~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" +#~ msgstr "" +#~ "Senza questa funzionalità, un utente malintenzionato può utilizzare il " +#~ "proprio account durante il ripristino della password" + +#~ msgid "Instalación finalizada" +#~ msgstr "Installazione terminata" + +#~ msgid "Descargar nueva versión" +#~ msgstr "Scarica la nuova versione" + +#~ msgid "Avisos de sysPass" +#~ msgstr "Avvisi SysPass" + +#, fuzzy +#~ msgid "Ordenar por Cliente" +#~ msgstr "Ordina per cliente" + +#~ msgid "Ordenar por Nombre" +#~ msgstr "Ordina per nome" + +#~ msgid "Ordenar por Categoría" +#~ msgstr "Ordina per categoria" + +#~ msgid "Ordenar por Usuario" +#~ msgstr "Ordina per utente" + +#~ msgid "Ordenar por URL / IP" +#~ msgstr "Ordina per URL / IP" + +#~ msgid "URL / IP" +#~ msgstr "URL / IP" + +#~ msgid "Propiedades" +#~ msgstr "Proprietà" + +#~ msgid "Admin Cuentas" +#~ msgstr "Accounts Admin" + +#~ msgid "Deshabilitado" +#~ msgstr "Disabilitato" + +#~ msgid "Ver Detalles de Usuario" +#~ msgstr "Vedi dettagli utente" + +#~ msgid "Cambiar Clave de Usuario" +#~ msgstr "Cambia password utente" + +#~ msgid "Ver Detalles de Perfil" +#~ msgstr "Vedi i dettagli del profilo" + +#~ msgid "Ver token de Autorización" +#~ msgstr "Vedi Token di autorizzazione" + +#~ msgid "Token de autorización visualizado" +#~ msgstr "Visualizzazione del token di autorizzazione" + +#~ msgid "Autorizaciones" +#~ msgstr "Autorizzazioni" + +#~ msgid "Seguridad" +#~ msgstr "Sicurezza" + +#~ msgid "Preferencias" +#~ msgstr "Preferenze" + +#~ msgid "Nombre de cuenta" +#~ msgstr "Nome dell'account" + +#~ msgid "URL o IP de acceso" +#~ msgstr "URL di accesso o IP" + +#~ msgid "Usuario de acceso" +#~ msgstr "Username di accesso" + +#~ msgid "Clave (repetir)" +#~ msgstr "Password (ripetere)" + +#~ msgid "Notas" +#~ msgstr "Note" + +#~ msgid "Notas sobre la cuenta" +#~ msgstr "Note sull'account" + +#~ msgid "Permisos" +#~ msgstr "Permessi" + +#~ msgid "Hablitar edición" +#~ msgstr "Abilita la modifica" + +#~ msgid "Grupo Principal" +#~ msgstr "Gruppo Principale" + +#~ msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +#~ msgstr "Trascina qui i file (max 5) o fai clic per selezionare" + +#~ msgid "Tamaño máximo de archivo" +#~ msgstr "Dimensione massima del file" + +#~ msgid "Historial" +#~ msgstr "Storico" + +#~ msgid "Seleccionar fecha" +#~ msgstr "Seleziona la data" + +#~ msgid "Última Modificación" +#~ msgstr "Ultima modifica" + +#~ msgid "Visitas" +#~ msgstr "Visite" + +#~ msgid "Fecha Alta" +#~ msgstr "Data alta" + +#~ msgid "Creador" +#~ msgstr "Creatore" + +#~ msgid "Usuarios Secundarios" +#~ msgstr "Utenti Secondari" + +#~ msgid "Grupos Secundarios" +#~ msgstr "Gruppi secondari" + +#~ msgid "Fecha Edición" +#~ msgstr "Data Edizione" + +#~ msgid "Editor" +#~ msgstr "Editore" + +#~ msgid "Restaurar cuenta desde este punto" +#~ msgstr "Ripristina account da questo punto" + +#~ msgid "Copiar Clave en Portapapeles" +#~ msgstr "Copia la password negli appunti" + +#~ msgid "Ver Actual" +#~ msgstr "Vedi corrente" + +#~ msgid "Volver" +#~ msgstr "Ritorno" + +#~ msgid "Modificar Cuenta" +#~ msgstr "Modifica account" + +#~ msgid "Solicitar Modificación" +#~ msgstr "Richiesta di modifica" + +#~ msgid "Guardar" +#~ msgstr "Save" + +#~ msgid "Resultado" +#~ msgstr "Risultato" + +#, fuzzy +#~ msgid "Descargar Actual" +#~ msgstr "Scarica corrente" + +#~ msgid "No hay backups para descargar" +#~ msgstr "Nessun backup da scaricare" + +#~ msgid "Ayuda" +#~ msgstr "Aiutare" + +#~ msgid "" +#~ "La copia de seguridad permite guardar y descargar tanto la base de datos " +#~ "de sysPass como los archivos de la aplicación y su configuración." +#~ msgstr "" +#~ "Il backup consente di salvare e scaricare sia il database sysPass che i " +#~ "file dell'applicazione e la relativa configurazione." + +#~ msgid "" +#~ "Con este método es posible guardar todos los datos de sysPass en otro " +#~ "lugar o utilizarlos para hacer la aplicación portable." +#~ msgstr "" +#~ "Con questo metodo è possibile salvare tutti i dati di sysPass in un'altra " +#~ "posizione o utilizzarli per rendere l'applicazione portatile." + +#~ msgid "Exportar Cuentas" +#~ msgstr "Esportare account" + +#~ msgid "No hay archivos XML para descargar" +#~ msgstr "Non ci sono file XML da scaricare" + +#~ msgid "Clave de Exportación" +#~ msgstr "Password di esportazione" + +#~ msgid "Clave de Exportación (repetir)" +#~ msgstr "Password di esportazione (ripetere)" + +#~ msgid "" +#~ "La exportación de cuentas permite guardar las cuentas y sus datos en " +#~ "formato XML para posteriormente poder ser importados en otras instancias " +#~ "de sysPass." +#~ msgstr "" +#~ "L'esportazione di account consente di salvare gli account e i relativi " +#~ "dati in formato XML in modo che possano essere successivamente importati " +#~ "in altre istanze di sysPass." + +#~ msgid "" +#~ "Las claves de las cuentas son exportadas de forma encriptada para mayor " +#~ "seguridad." +#~ msgstr "" +#~ "Le chiavi degli account vengono esportate in forma crittografata per una " +#~ "maggiore sicurezza." + +#~ msgid "" +#~ "Es posible establecer una clave de exportación para guardar todos los " +#~ "datos encriptados en el archivo XML." +#~ msgstr "" +#~ "È possibile impostare una chiave di esportazione per salvare tutti i dati " +#~ "crittografati nel file XML." + +#~ msgid "Javascript es necesario para el correcto funcionamiento" +#~ msgstr "Javascript è necessario per il corretto funzionamento" + +#~ msgid "Nombre de la categoría" +#~ msgstr "Nome categoria" + +#~ msgid "Descripción de la categoría" +#~ msgstr "Descrizione categoria" + +#~ msgid "Sitio" +#~ msgstr "Indirizzo" + +#~ msgid "Idioma" +#~ msgstr "Lingua" + +#~ msgid "" +#~ "Establece el idioma global de la aplicación. Es posible establecer un " +#~ "idioma por usuario en las preferencias." +#~ msgstr "" +#~ "Imposta la lingua globale dell'applicazione. È possibile impostare una " +#~ "lingua per utente nelle preferenze." + +#~ msgid "Tema Visual" +#~ msgstr "Tema del portale" + +#~ msgid "" +#~ "Establece el tema visual global de la aplicación. Es posible establecer " +#~ "un tema visual por usuario en las preferencias." +#~ msgstr "" +#~ "Imposta il tema visivo generale dell'applicazione. È possibile impostare " +#~ "un tema visivo per utente nelle preferenze." + +#~ msgid "Timeout de sesión (s)" +#~ msgstr "Timeout della sessione (s)" + +#~ msgid "Habilitar log de eventos" +#~ msgstr "Abilita registro eventi" + +#~ msgid "Guarda las acciones realizadas en la aplicación." +#~ msgstr "Salva le azioni eseguite nell'applicazione." + +#~ msgid "Habilitar depuración" +#~ msgstr "Abilita il debug" + +#~ msgid "" +#~ "Muestra información relativa a la configuración de la aplicación y " +#~ "rendimiento." +#~ msgstr "" +#~ "Visualizza le informazioni relative alle impostazioni e alle prestazioni " +#~ "dell'applicazione." + +#~ msgid "Modo mantenimiento" +#~ msgstr "Modalità di manutenzione" + +#~ msgid "" +#~ "En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " +#~ "necesario modificar el archivo de configuración." +#~ msgstr "" +#~ "In questa modalità, non è possibile accedere all'applicazione. Per " +#~ "disabilitarlo, è necessario modificare il file di configurazione." + +#~ msgid "Comprobar actualizaciones" +#~ msgstr "Controlla gli aggiornamenti" + +#~ msgid "" +#~ "Comprobar actualizaciones de la aplicación (sólo para los usuarios " +#~ "administradores)." +#~ msgstr "" +#~ "Controlla gli aggiornamenti dell'applicazione (solo per gli utenti " +#~ "amministratori)." + +#~ msgid "Comprobar notificaciones" +#~ msgstr "Controlla le notifiche" + +#~ msgid "" +#~ "Comprobar si existen notificaciones de seguridad o avisos de sysPass " +#~ "(sólo para los usuarios administradores)." +#~ msgstr "" +#~ "Controlla le notifiche di sicurezza o le notifiche di sysPass (solo per " +#~ "gli utenti amministratori)." + +#~ msgid "Nombre de cuenta como enlace" +#~ msgstr "Nome account come link" + +#~ msgid "" +#~ "Habilita el nombre de la cuenta de la búsqueda, como enlace a los " +#~ "detalles de la cuenta." +#~ msgstr "" +#~ "Abilita il nome dell'account di ricerca, come link ai dettagli " +#~ "dell'account." + +#~ msgid "Gestión de archivos" +#~ msgstr "Gestione dei file" + +#~ msgid "Habilita la subida/descarga de archivos para las cuentas." +#~ msgstr "Abilita il caricamento / download di file per gli account." + +#~ msgid "Búsquedas globales" +#~ msgstr "Ricerche globali" + +#~ msgid "" +#~ "Permite que todos los usuarios puedan realizar búsquedas en todas las " +#~ "cuentas, pero no pueden ver el contenido de las que no tienen permisos." +#~ msgstr "" +#~ "Permette a tutti gli utenti di eseguire ricerche su tutti gli account, ma " +#~ "non può vedere il contenuto di quelli che non hanno permessi." + +#~ msgid "Extensiones de archivos permitidas" +#~ msgstr "Estensioni di file consentite" + +#~ msgid "Extensiones permitidas para la subida de archivos." +#~ msgstr "Estensioni consentite per il caricamento di file." + +#~ msgid "Se permite un máximo de 4 caracteres." +#~ msgstr "È consentito un massimo di 4 caratteri." + +#~ msgid "" +#~ "Escribir extensión y pulsar intro para añadir. Es necesario guardar la " +#~ "configuración." +#~ msgstr "" +#~ "Scrivi l'estensione e premi invio per aggiungere. È necessario salvare la " +#~ "configurazione." + +#~ msgid "Establece el tamaño máximo para subir archivos." +#~ msgstr "Imposta la dimensione massima per caricare i file." + +#~ msgid "El máximo absuluto es de 16MB." +#~ msgstr "Il massimo assoluto è 16 MB." + +#~ msgid "Resultados por página" +#~ msgstr "Risultati per pagina" + +#~ msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +#~ msgstr "" +#~ "Numero di risultati per pagina da visualizzare, quando si esegue una " +#~ "ricerca." + +#~ msgid "Resultados en Tarjetas" +#~ msgstr "Risultati stile biglietti da visita" + +#~ msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +#~ msgstr "" +#~ "Visualizza i risultati della ricerca dell'account nel formato della " +#~ "biglietti da visita." + +#~ msgid "Imagen para mostrar clave" +#~ msgstr "Immagine per mostrare la password" + +#~ msgid "Generar una imagen con el texto de la clave de la cuenta." +#~ msgstr "Genera un'immagine con il testo della password dell'account." + +#~ msgid "" +#~ "Util para entornos donde copiar la clave supone un riesgo de seguridad." +#~ msgstr "" +#~ "Utile per ambienti in cui copiare la chiave è un rischio per la sicurezza." + +#~ msgid "Nombre del cliente" +#~ msgstr "Nome del cliente" + +#~ msgid "Descripción del cliente" +#~ msgstr "Descrizione del cliente" + +#~ msgid "Texto Ayuda" +#~ msgstr "Aiuto testo" + +#~ msgid "Obligatorio" +#~ msgstr "Obbligatorio" + +#~ msgid "Clave Maestra" +#~ msgstr "Password principale" + +#, fuzzy +#~ msgid "Último cambio" +#~ msgstr "Ultima modifica" + +#~ msgid "Clave Maestra actual" +#~ msgstr "Password principale attuale" + +#~ msgid "Nueva Clave Maestra" +#~ msgstr "Nuova password principale" + +#~ msgid "Nueva Clave Maestra (repetir)" +#~ msgstr "Nuova password principale (ripetere)" + +#~ msgid "No modificar cuentas" +#~ msgstr "Non modificare account" + +#~ msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" +#~ msgstr "" +#~ "Imposta una nuova password master senza ricodificare nuovamente gli " +#~ "account" + +#, fuzzy +#~ msgid "Confirmar cambio" +#~ msgstr "Conferma modifica" + +#~ msgid "Guarde la nueva clave en un lugar seguro." +#~ msgstr "Conserva la nuova password in un posto sicuro." + +#~ msgid "Se volverán a encriptar las claves de todas las cuentas." +#~ msgstr "Le password di tutti gli account verranno nuovamente crittografate." + +#~ msgid "Los usuarios deberán de introducir la nueva clave maestra." +#~ msgstr "Gli utenti devono inserire la nuova password principale." + +#~ msgid "" +#~ "La clave maestra es utilizada para encriptar las claves de las cuentas de " +#~ "sysPass para mantenerlas seguras." +#~ msgstr "" +#~ "La password master viene utilizzata per crittografare le chiavi degli " +#~ "account sysPass per mantenerle sicure." + +#~ msgid "" +#~ "Es recomendable cambiarla cada cierto tiempo y utilizar una clave " +#~ "compleja que incluya números, letras y símbolos." +#~ msgstr "" +#~ "Si consiglia di cambiarlo ogni tanto e utilizzare una chiave complessa " +#~ "che include numeri, lettere e simboli." + +#~ msgid "Clave Temporal" +#~ msgstr "Chiave temporale" + +#~ msgid "No generada" +#~ msgstr "Non generato" + +#~ msgid "Válido hasta" +#~ msgstr "Valido fino al" + +#~ msgid "Validez (s)" +#~ msgstr "Validità (s)" + +#~ msgid "" +#~ "La clave temporal es utilizada como clave maestra para los usuarios que " +#~ "necesitan introducirla al iniciar la sesión, así no es necesario " +#~ "facilitar la clave maestra original." +#~ msgstr "" +#~ "La password temporanea viene utilizzata come chiave principale per gli " +#~ "utenti che devono inserirla all'avvio della sessione, pertanto non è " +#~ "necessario fornire la password master originale." + +#~ msgid "Generar" +#~ msgstr "Genera" + +#~ msgid "No se encontraron registros" +#~ msgstr "Nessun dato trovato" + +#~ msgid "Fecha / Hora" +#~ msgstr "Data / ora" + +#~ msgid "Evento" +#~ msgstr "Evento" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "Primera página" +#~ msgstr "Prima pagina" + +#~ msgid "Página anterior" +#~ msgstr "Pagina precedente" + +#~ msgid "Página siguiente" +#~ msgstr "Pagina seguente" + +#~ msgid "Última página" +#~ msgstr "Ultima pagina" + +#~ msgid "Indica si la conexión utiliza HTTPS." +#~ msgstr "Indica se la connessione utilizza HTTPS." + +#~ msgid "" +#~ "Las claves de formularios enviados se encriptan mediante PKI, el resto de " +#~ "datos no." +#~ msgstr "" +#~ "Le chiavi dei moduli inviati sono crittografate tramite PKI, il resto dei " +#~ "dati non lo è." + +#~ msgid "Ayuda :: FAQ :: Changelog" +#~ msgstr "Aiuto :: Domande frequenti :: Changelog" + +#~ msgid "Un proyecto de cygnux.org" +#~ msgstr "Un progetto di cygnux.org" + +#~ msgid "Nombre del grupo" +#~ msgstr "Nome del gruppo" + +#~ msgid "Descripción del grupo" +#~ msgstr "Descrizione del gruppo" + +#~ msgid "Importar CSV/XML" +#~ msgstr "Importa CSV/XML" + +#~ msgid "Usuario por Defecto" +#~ msgstr "Utente predefinito" + +#~ msgid "Define el usuario por defecto para las cuentas importadas." +#~ msgstr "Definisce l'utente predefinito per gli account importati." + +#~ msgid "Grupo por Defecto" +#~ msgstr "Gruppo predefinito" + +#~ msgid "Define el grupo por defecto para las cuentas importadas." +#~ msgstr "Definisce il gruppo predefinito per gli account importati." + +#~ msgid "Clave de Importación" +#~ msgstr "Password di importazione" + +#~ msgid "Delimitador CSV" +#~ msgstr "Delimitatore CSV" + +#~ msgid "Soltar archivo aquí o click para seleccionar" +#~ msgstr "Trascina qui il file o fai clic per selezionare" + +#~ msgid "" +#~ "Permite realizar la importación de Cuentas, Categorías y Clientes desde " +#~ "archivos XML y CSV." +#~ msgstr "" +#~ "Permette di importare account, categorie e client da file XML e CSV." + +#~ msgid "" +#~ "Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" +#~ msgstr "I formati di file XML supportati sono: sysPass, KeePass e KeePassX" + +#~ msgid "" +#~ "Arrastar el archivo a importar a la zona indicada o hacer click sobre la " +#~ "flecha." +#~ msgstr "" +#~ "Trascina il file da importare nell'area indicata o fai clic sulla freccia." + +#~ msgid "" +#~ "Para archivos de KeePass o KeePassX, el nombre del cliente será igual a " +#~ "KeePass o KeePassX y la categoría igual al nombre de los grupos." +#~ msgstr "" +#~ "Per i file KeePass o KeePassX, il nome del client sarà uguale a KeePass o " +#~ "KeePassX e la categoria è uguale ai nomi dei gruppi." + +#~ msgid "La importación de archivos CSV se realiza con el siguiente formato:" +#~ msgstr "L'importazione di file CSV viene eseguita nel seguente formato:" + +#~ msgid "" +#~ "En todos los casos, si el cliente o la categoría no están creados, se " +#~ "crean automáticamente." +#~ msgstr "" +#~ "In tutti i casi, se il cliente o la categoria non vengono creati, vengono " +#~ "creati automaticamente." + +#~ msgid "Información de la Aplicación" +#~ msgstr "Informazioni sull'applicazione" + +#~ msgid "Versión sysPass" +#~ msgstr "Versione di SysPass" + +#~ msgid "Base de Datos" +#~ msgstr "Database" + +#~ msgid "PHP" +#~ msgstr "PHP" + +#~ msgid "Extensiones" +#~ msgstr "Estensioni" + +#~ msgid "Memoria Usada" +#~ msgstr "Memoria usata" + +#~ msgid "Servidor" +#~ msgstr "Server" + +#~ msgid "Login del usuario administrador de sysPass" +#~ msgstr "Accesso dell'utente amministratore di sysPass" + +#~ msgid "Configurar BBDD" +#~ msgstr "Configurare BBDD" + +#~ msgid "Nombre de la base de datos para sysPass" +#~ msgstr "Nome del database per sysPass" + +#~ msgid "Modo Hosting" +#~ msgstr "Modalità di hosting" + +#~ msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +#~ msgstr "Non creare o verificare le autorizzazioni dell'utente su BBDD" + +#~ msgid "Instalar" +#~ msgstr "Installare" + +#~ msgid "Habilitar LDAP" +#~ msgstr "Abilitare LDAP" + +#~ msgid "Habilita de autentificación mediante servidor LDAP." +#~ msgstr "Abilita l'autenticazione tramite il server LDAP." + +#~ msgid "Este método utilizará MySQL en caso de fallo." +#~ msgstr "Questo metodo utilizzerà MySQL in caso di errore." + +#~ msgid "Nombre o dirección IP del servidor de LDAP." +#~ msgstr "Nome o indirizzo IP del server LDAP." + +#~ msgid "Ejemplos:" +#~ msgstr "Esempio:" + +#~ msgid "Usuario de conexión" +#~ msgstr "Utente di connessione" + +#~ msgid "Usuario para conectar con el servicio de LDAP." +#~ msgstr "Utente per connettersi con il servizio LDAP." + +#~ msgid "Clave de conexión" +#~ msgstr "Password di connessione" + +#~ msgid "Base de búsqueda" +#~ msgstr "Cerca database" + +#~ msgid "Base en la que realizar la búsqueda de usuarios de LDAP." +#~ msgstr "Database su cui eseguire la ricerca di utenti LDAP." + +#~ msgid "" +#~ "Grupo de LDAP al que debe de pertenecer el usuario para permitir el " +#~ "acceso." +#~ msgstr "" +#~ "Gruppo LDAP a cui l'utente deve appartenere per consentire l'accesso." + +#~ msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." +#~ msgstr "Questo gruppo deve trovarsi nel database di ricerca LDAP." + +#~ msgid "" +#~ "Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." +#~ msgstr "Definisce il gruppo di utenti predefinito per i nuovi utenti LDAP." + +#~ msgid "Perfil por Defecto" +#~ msgstr "Profilo predefinito" + +#~ msgid "" +#~ "Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." +#~ msgstr "Definisce il profilo utente predefinito per i nuovi utenti LDAP." + +#~ msgid "Active Directory" +#~ msgstr "Active Directory" + +#~ msgid "Habilita el modo de conexión con LDAP de Active Directory." +#~ msgstr "Abilita la modalità di connessione LDAP di Active Directory." + +#~ msgid "Comprobar" +#~ msgstr "Verifica" + +#~ msgid "¿Olvidó su clave?" +#~ msgstr "Hai dimenticato la password?" + +#~ msgid "Aplicación actualizada correctamente" +#~ msgstr "Applicazione aggiornata correttamente" + +#~ msgid "Habilitar notificaciones de correo" +#~ msgstr "Abilita le notifiche di posta" + +#~ msgid "Puerto" +#~ msgstr "Porta" + +#~ msgid "Habilitar Autentificación" +#~ msgstr "Abilita autenticazione" + +#~ msgid "Deshabilitada" +#~ msgstr "Disabiltata" + +#~ msgid "Dirección de correo de envío" +#~ msgstr "Indirizzo mail di spedizione" + +#~ msgid "Habilitar peticiones por correo" +#~ msgstr "Abilita le richieste per posta" + +#~ msgid "Más Acciones" +#~ msgstr "Altre azioni" + +#~ msgid "Solicitud de Cambio de Clave" +#~ msgstr "Richiesta di modifica password" + +#~ msgid "Email del Usuario" +#~ msgstr "Email dell'utente" + +#~ msgid "Volver a iniciar sesión" +#~ msgstr "Torna al login" + +#~ msgid "Solicitar" +#~ msgstr "Richiesta" + +#~ msgid "Cambiar" +#~ msgstr "Modifica" + +#~ msgid "Cambiar Clave" +#~ msgstr "Cambia password" + +#~ msgid "Ordenar resultados por visitas" +#~ msgstr "Ordina i risultati per visite" + +#~ msgid "" +#~ "Ordena los resultados de búsqueda por el número de visitas de las cuentas." +#~ msgstr "" +#~ "Ordina i risultati della ricerca in base al numero di visite agli account." + +#~ msgid "Barra de navegación superior" +#~ msgstr "La barra di navigazione in alto" + +#~ msgid "Mostrar una barra de navegación superior en las búsquedas." +#~ msgstr "Mostra una barra di navigazione superiore nelle ricerche." + +#~ msgid "Mostrar Acciones Ocultas" +#~ msgstr "Mostra azioni nascoste" + +#~ msgid "" +#~ "Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +#~ msgstr "Mostra azioni nascoste per gli elementi nella ricerca dell'account." + +#~ msgid "Nombre del perfil" +#~ msgstr "Nome del profilo" + +#~ msgid "Ver detalles de cuenta" +#~ msgstr "Visualizza i dettagli dell'account" + +#~ msgid "Ver" +#~ msgstr "Visualizza" + +#~ msgid "Ver clave de cuenta" +#~ msgstr "Vedi la password dell'account" + +#~ msgid "Ver historial de cuenta" +#~ msgstr "Vedi storico dell'account" + +#~ msgid "Editar cuenta" +#~ msgstr "Modifica account" + +#~ msgid "Editar" +#~ msgstr "Modificare" + +#~ msgid "Editar clave de cuenta" +#~ msgstr "Modifica la password dell'account" + +#~ msgid "Editar Clave" +#~ msgstr "Modifica la password" + +#~ msgid "Añadir" +#~ msgstr "Aggiungere" + +#~ msgid "Ver archivos de cuenta" +#~ msgstr "Visualizza i file dell'account" + +#~ msgid "Backup" +#~ msgstr "Backup" + +#~ msgid "Realizar importación de cuentas" +#~ msgstr "Esegui l'importazione dell'account" + +#~ msgid "Gestión" +#~ msgstr "Gestione" + +#~ msgid "Gestión de usuarios" +#~ msgstr "Gestione degli utenti" + +#~ msgid "Gestión de grupos" +#~ msgstr "Gestione dei gruppi" + +#~ msgid "Gestión de perfiles" +#~ msgstr "Gestione dei profili" + +#~ msgid "Perfiles" +#~ msgstr "Profili" + +#~ msgid "Gestión de categorías" +#~ msgstr "Gestione delle categorie" + +#~ msgid "Gestión de clientes" +#~ msgstr "Gestione dei clienti" + +#~ msgid "Gestión de campos personalizados" +#~ msgstr "Gestione dei campi personalizzati" + +#~ msgid "Gestión de autorizaciones API" +#~ msgstr "Gestione delle autorizzazioni API" + +#~ msgid "Autorizaciones API" +#~ msgstr "Autorizzazioni API" + +#~ msgid "Otros" +#~ msgstr "Altro" + +#~ msgid "Ver log de eventos" +#~ msgstr "Vedi il registro degli eventi" + +#~ msgid "Log de Eventos" +#~ msgstr "Registro eventi" + +#~ msgid "Usado por" +#~ msgstr "Usato da" + +#~ msgid "Solicitar Modificación de Cuenta" +#~ msgstr "Richiedi la modifica dell'account" + +#~ msgid "Petición" +#~ msgstr "Petizione" + +#~ msgid "Descripción de la petición" +#~ msgstr "Descrizione della petizione" + +#~ msgid "Atrás" +#~ msgstr "Indietro" + +#~ msgid "Enviar" +#~ msgstr "Inviare" + +#~ msgid "Filtro ON" +#~ msgstr "Filtro ON" + +#~ msgid "Buscar en Wiki" +#~ msgstr "Cerca in Wiki" + +#~ msgid "Abrir enlace a" +#~ msgstr "Apri il link a" + +#~ msgid "Archivos adjuntos" +#~ msgstr "Allegati aggiuntu" + +#~ msgid "Enlace a Wiki" +#~ msgstr "Collegamento a Wiki" + +#~ msgid "Limpiar" +#~ msgstr "Pulire" + +#~ msgid "Texto a buscar" +#~ msgstr "Testo da cercare" + +#~ msgid "Parámetros especiales:" +#~ msgstr "Parametri speciali:" + +#~ msgid "Buscar cuentas a las que 'login' tenga acceso" +#~ msgstr "Cerca account a cui 'login' ha accesso" + +#~ msgid "Buscar cuentas a las que 'group_name' tenga acceso" +#~ msgstr "Cerca account a cui 'group_name' ha accesso" + +#~ msgid "Buscar cuentas con archivos con el nombre 'file_name'" +#~ msgstr "Cerca account con file con il nome 'file_name'" + +#~ msgid "Búsqueda global" +#~ msgstr "Ricerca globale" + +#~ msgid "Cuentas por página" +#~ msgstr "Account per pagina" + +#~ msgid "Salir" +#~ msgstr "Uscita" + +#~ msgid "Opciones" +#~ msgstr "Opzioni" + +#~ msgid "Regenerar Autorización" +#~ msgstr "Autorizzazione rigenerata" + +#~ msgid "Token" +#~ msgstr "Token" + +#~ msgid "Actualizado" +#~ msgstr "Aggiornato" + +#~ msgid "Error al comprobar actualizaciones" +#~ msgstr "Errore durante il controllo degli aggiornamenti" + +#~ msgid "Actualización de BBDD" +#~ msgstr "Aggiornamento BBDD" + +#~ msgid "Código de Seguridad" +#~ msgstr "Codice di sicurezza" + +#~ msgid "Iniciar Actualización" +#~ msgstr "Avvia aggiornamento" + +#~ msgid "Nombre de usuario completo" +#~ msgstr "Nome dell'utente completo" + +#~ msgid "Login de inicio de sesión" +#~ msgstr "Login di inizio sessione" + +#~ msgid "Dirección de correo" +#~ msgstr "Indirizzo email" + +#~ msgid "Administrador de la aplicación" +#~ msgstr "Gestore dell'applicazione" + +#~ msgid "Administrador de cuentas" +#~ msgstr "Account manager" + +#~ msgid "Forzar cambio de clave" +#~ msgstr "Forza la modifica della password" + +#~ msgid "Entradas" +#~ msgstr "Entrata" + +#~ msgid "Último Acceso" +#~ msgstr "Ultimo accesso" + +#~ msgid "Fecha Clave Maestra" +#~ msgstr "Data password principale" + +#~ msgid "Habilitar enlaces Wiki" +#~ msgstr "Abilita i collegamenti Wiki" + +#~ msgid "" +#~ "Habilita la opción de añadir un enlace a Wiki externa para los resultados " +#~ "de la búsqueda." +#~ msgstr "" +#~ "Abilita l'opzione per aggiungere un collegamento a Wiki esterno per i " +#~ "risultati di ricerca." + +#~ msgid "URL de búsqueda Wiki" +#~ msgstr "URL di ricerca Wiki" + +#~ msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +#~ msgstr "URL utilizzato dalla wiki per eseguire una ricerca su una pagina." + +#~ msgid "Como parámetro se utiliza el nombre del cliente." +#~ msgstr "Come parametro si utilizza il nome del cliente." + +#~ msgid "Ejemplo:" +#~ msgstr "Esempio:" + +#~ msgid "URL de página en Wiki" +#~ msgstr "URL della pagina in Wiki" + +#~ msgid "URL que utiliza la wiki para acceder a los detalles de una página." +#~ msgstr "URL utilizzato dal wiki per accedere ai dettagli di una pagina." + +#~ msgid "" +#~ "El nombre de la cuenta se utiliza como parámetro de la variable de " +#~ "búsqueda de la Wiki." +#~ msgstr "" +#~ "Il nome dell'account viene utilizzato come parametro della variabile di " +#~ "ricerca del Wiki." + +#~ msgid "Prefijo para nombre de cuenta" +#~ msgstr "Prefisso per il nome dell'account" + +#~ msgid "" +#~ "Prefijo para determinar qué cuentas tienen un enlace a una página de la " +#~ "Wiki." +#~ msgstr "" +#~ "Prefisso per determinare quali account hanno un link a una pagina del " +#~ "Wiki." + +#~ msgid "Histórico" +#~ msgstr "Storico" + +#~ msgid "Realizar" +#~ msgstr "Eseguire" + +#~ msgid "Forzar HTTPS" +#~ msgstr "Forza l'uso di HTTPS" + +#~ msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +#~ msgstr "Forza per tutte le connessioni tramite HTTPS." + +#~ msgid "Número de resultados por página" +#~ msgstr "Numero di risultati per pagina" + +#~ msgid "Proxy" +#~ msgstr "Proxy" + +#~ msgid "Usar Proxy" +#~ msgstr "Usa Proxy" + +#~ msgid "Servidor proxy" +#~ msgstr "Server proxy" + +#~ msgid "Puerto del servidor proxy" +#~ msgstr "Porta del server proxy" + +#~ msgid "Usuario del servidor proxy" +#~ msgstr "Utente del server proxy" + +#~ msgid "Clave del servidor proxy" +#~ msgstr "Password del server proxy" + +#~ msgid "Nombre del campo" +#~ msgstr "Nome del campo" + +#~ msgid "Ayuda del campo" +#~ msgstr "Suggerimento" + +#~ msgid "Intentos" +#~ msgstr "Tentativi" + +#~ msgid "Preferencias de usuario" +#~ msgstr "Preferenze dell'utente" + +#~ msgid "Usuario administrador de sysPass" +#~ msgstr "Utente amministratore di SysPass" + +#~ msgid "Usuario acceso BBDD" +#~ msgstr "Accesso utente BBDD" + +#~ msgid "Usuario con permisos de administrador de MySQL" +#~ msgstr "Utente con permessi di amministratore MySQL" + +#~ msgid "Clave acceso BBDD" +#~ msgstr "Password di accesso BBDD" + +#~ msgid "Nombre BBDD para sysPass" +#~ msgstr "Nome BBDD per sysPass" + +#~ msgid "Servidor BBDD para sysPass" +#~ msgstr "Server BBDD per sysPass" + +#~ msgid "Nombre del servidor para instalar la base de datos de sysPass" +#~ msgstr "Nome del server per installare il database sysPass" + +#~ msgid "Clave del usuario de conexión a LDAP." +#~ msgstr "Password dell'utente di connessione LDAP." + +#~ msgid "" +#~ "Habilita que los usuarios puedan solicitar modificaciones o acceso a las " +#~ "cuentas sin permisos." +#~ msgstr "" +#~ "Consente agli utenti di richiedere modifiche o accedere agli account " +#~ "senza autorizzazioni." + +#~ msgid "Crear nueva cuenta" +#~ msgstr "Creare un nuovo account" + +#~ msgid "Crear" +#~ msgstr "Creare" + +#~ msgid "Eliminar cuenta" +#~ msgstr "Rimuovere account" + +#~ msgid "Eliminar" +#~ msgstr "Eliminare" + +#~ msgid "Opciones de encriptación" +#~ msgstr "Opzioni di crittografia" + +#~ msgid "Realizar copia de seguridad y exportar" +#~ msgstr "Eseguire il backup ed esportare" + +#~ msgid "Extensión" +#~ msgstr "Estensione" + +#~ msgid "Tamaño de archivo superado" +#~ msgstr "Dimensione del file superata" + +#~ msgid "Solicitud no enviada" +#~ msgstr "Richiesta non inviata" + +#~ msgid "Compruebe datos de usuario o consulte con el administrador" +#~ msgstr "Controlla i dati dell'utente o verificare con l'amministratore" + +#~ msgid "La cuenta no existe" +#~ msgstr "L'account non esiste" + +#~ msgid "Errores" +#~ msgstr "Errori" + +#~ msgid "Error al añadir favorito" +#~ msgstr "Errore durante l'aggiunta del preferito" + +#~ msgid "Error al eliminar favorito" +#~ msgstr "Errore durante la rimozione del preferito" + +#~ msgid "Error al eliminar las etiquetas de la cuenta" +#~ msgstr "Errore durante la rimozione dei tag dell'account" + +#~ msgid "Método inválido" +#~ msgstr "Metodo non valido" + +#~ msgid "Datos inválidos" +#~ msgstr "Dati non validi" + +#~ msgid "Formato incorrecto" +#~ msgstr "Formato errato" + +#~ msgid "Id de la cuenta" +#~ msgstr "Account Id" + +#~ msgid "Devolver detalles en la respuesta" +#~ msgstr "Restituisci i dettagli nella risposta" + +#~ msgid "Número de resultados a mostrar" +#~ msgstr "Numero di risultati da mostrare" + +#~ msgid "Id de categoría a filtrar" +#~ msgstr "ID di categoria da filtrare" + +#, fuzzy +#~ msgid "Id de cliente a filtrar" +#~ msgstr "ID cliente da filtrare" + +#~ msgid "Id de categoría" +#~ msgstr "ID categoria" + +#~ msgid "Id de cliente" +#~ msgstr "ID cliente" + +#~ msgid "Nombre de categoría a buscar" +#~ msgstr "Nome della categoria da cercare" + +#, fuzzy +#~ msgid "Nombre de cliente a buscar" +#~ msgstr "Nome del cliente da cercare" + +#~ msgid "Método ya inicializado" +#~ msgstr "Metodo già inizializzato" + +#~ msgid "Método no disponible" +#~ msgstr "Metodo non disponibile" + +#~ msgid "Objetos encontrados: %d" +#~ msgstr "Oggetti trovati: %d" + +#~ msgid "Los parámetros de DokuWiki no están configurados" +#~ msgstr "I parametri di DokuWiki non sono configurati" + +#~ msgid "Error" +#~ msgstr "Errore" + +#~ msgid "Conexión correcta" +#~ msgstr "Connessione corretta" + +#~ msgid "Error de conexión a DokuWiki" +#~ msgstr "Errore di connessione a DokuWiki" + +#~ msgid "Faltan parámetros de syslog remoto" +#~ msgstr "Parametri syslog remoti mancanti" + +#~ msgid "Syslog remoto deshabilitado" +#~ msgstr "Syslog remoto disabilitato" + +#~ msgid "Error al guardar la configuración" +#~ msgstr "Errore durante il salvataggio della configurazione" + +#~ msgid "Faltan parámetros de DokuWiki" +#~ msgstr "Parametri di DokuWiki mancanti" + +#~ msgid "DokuWiki habiltada" +#~ msgstr "DokuWiki abilitato" + +#~ msgid "DokuWiki deshabilitada" +#~ msgstr "DokuWiki disabilitato" + +#~ msgid "Buscar Evento" +#~ msgstr "Cerca evento" + +#~ msgid "Buscar Campo" +#~ msgstr "Campo di ricerca" + +#~ msgid "Importar usuarios de LDAP" +#~ msgstr "Importa utenti LDAP" + +#~ msgid "Buscar Token" +#~ msgstr "Token di ricerca" + +#~ msgid "Fecha Creación" +#~ msgstr "Data di creazione" + +#~ msgid "Fecha Caducidad" +#~ msgstr "Data di Scadenza" + +#~ msgid "Notificar" +#~ msgstr "Notificare" + +#~ msgid "Enlaces" +#~ msgstr "Links" + +#~ msgid "Buscar Enlace" +#~ msgstr "Collegamento di ricerca" + +#~ msgid "Ver Enlace" +#~ msgstr "Vedi Link" + +#~ msgid "Renovar Enlace" +#~ msgstr "Rinnova il collegamento" + +#~ msgid "Eliminar Enlace" +#~ msgstr "Rimuovi link" + +#~ msgid "Etiquetas" +#~ msgstr "Tags" + +#~ msgid "Plugin" +#~ msgstr "Plugin" + +#~ msgid "Estado" +#~ msgstr "Stato" + +#~ msgid "Plugins" +#~ msgstr "Plugins" + +#~ msgid "Habilitar" +#~ msgstr "Abilita" + +#~ msgid "Deshabilitar" +#~ msgstr "Disabilita" + +#~ msgid "Restablecer Datos" +#~ msgstr "Ripristina dati" + +#~ msgid "Componente" +#~ msgstr "Componente" + +#~ msgid "Leída" +#~ msgstr "Leggi" + +#~ msgid "Enlace creado" +#~ msgstr "Link creato" + +#~ msgid "Enlace actualizado" +#~ msgstr "Link aggiornato" + +#~ msgid "Enlace eliminado" +#~ msgstr "Link eliminato" + +#~ msgid "Etiqueta creada" +#~ msgstr "Tag aggiunta" + +#~ msgid "Etiqueta actualizada" +#~ msgstr "Tag aggiornata" + +#~ msgid "Etiqueta eliminada" +#~ msgstr "Tag rimossa" + +#~ msgid "Plugin habilitado" +#~ msgstr "Plugin abilitata" + +#~ msgid "Plugin deshabilitado" +#~ msgstr "Plugin disabilitata" + +#~ msgid "Plugin restablecido" +#~ msgstr "Resetta Plugin" + +#~ msgid "Favorito añadido" +#~ msgstr "Preferito aggiunto" + +#~ msgid "Favorito eliminado" +#~ msgstr "Eliminato preferito" + +#~ msgid "Importación de usuarios de LDAP realizada" +#~ msgstr "Importazione utenti LDAP terminata" + +#~ msgid "Error al importar usuarios de LDAP" +#~ msgstr "Errore durante l'importazione di utenti LDAP" + +#~ msgid "Notificación leída" +#~ msgstr "Notifica letta" + +#~ msgid "Notificación eliminada" +#~ msgstr "Notifica eliminata" + +#~ msgid "Solicitud enviada por correo" +#~ msgstr "Richiesta inviata via email" + +#~ msgid "Solicitud no enviada por correo" +#~ msgstr "Richiesta non inviata per email" + +#~ msgid "Solicitud realizada" +#~ msgstr "Richiesta effettuata" + +#~ msgid "Detalles de Plugin" +#~ msgstr "Dettagli Plugin" + +#~ msgid "Error al obtener la clave maestra del usuario" +#~ msgstr "Impossibile ottenere la chiave master dell'utente" + +#~ msgid "Es necesaria su clave anterior" +#~ msgstr "La tua password precedente è richiesta" + +#~ msgid "Servidor LDAP" +#~ msgstr "LDAP Server" + +#~ msgid "Buscar Categorías" +#~ msgstr "Cerca per categorie" + +#~ msgid "Añadir Categoría" +#~ msgstr "Aggiungi categoria" + +#~ msgid "Buscar Clientes" +#~ msgstr "Cerca clienti" + +#~ msgid "Añadir Cliente" +#~ msgstr "Aggiungi cliente" + +#~ msgid "No es posible crear el directorio de backups (\"%s\")" +#~ msgstr "Non è possibile creare la directory di backup (\"%s\")" + +#~ msgid "Observador no inicializado" +#~ msgstr "Observer non inizializzato" + +#~ msgid "Es necesario un objeto" +#~ msgstr "Un oggetto è necessario" + +#~ msgid "Indicar la clave de la BBDD" +#~ msgstr "Indicare la password del BBDD" + +#~ msgid "Clave del usuario administrador de la Base de Datos" +#~ msgstr "Password dell'utente amministratore del database" + +#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" +#~ msgstr "Errore durante la creazione dell'accesso utente a MySQL '%s'" + +#~ msgid "La BBDD no existe" +#~ msgstr "Il database non esiste" + +#~ msgid "Es necesario crearla y asignar los permisos necesarios" +#~ msgstr "È necessario crearlo e assegnare le autorizzazioni necessarie" + +#~ msgid "Error al establecer permisos de la BBDD ('%s')" +#~ msgstr "Impossibile impostare le autorizzazioni del DB ('%s')" + +#~ msgid "No es posible cargar el plugin \"%s\"" +#~ msgstr "Impossibile caricare il plug-in \"%s\"" + +#~ msgid "La plantilla no contiene archivos" +#~ msgstr "Il modello non contiene file" + +#~ msgid "Error al actualizar la configuración" +#~ msgstr "Errore durante l'aggiornamento della configurazione" + +#~ msgid "Usuario no indicado" +#~ msgstr "Utente non indicato" + +#~ msgid "Acción no indicada" +#~ msgstr "Azione non indicata" + +#~ msgid "Es necesario un nombre de etiqueta" +#~ msgstr "È richiesto un nome di tag" + +#~ msgid "Respuesta XML-RPC inválida" +#~ msgstr "Risposta XML-RPC non valida" + +#~ msgid "Tipo mime no soportado (\"%s\")" +#~ msgstr "Tipo MIME non supportato (\"%s\")" + +#~ msgid "Id de categoría no definido. No es posible importar cuenta." +#~ msgstr "ID di categoria non definito. Non è possibile importare account." + +#~ msgid "Id de cliente no definido. No es posible importar cuenta." +#~ msgstr "ID cliente non definito. Non è possibile importare account." + +#~ msgid "Clave de encriptación no indicada" +#~ msgstr "Password di crittografia non indicata" + +#~ msgid "Formato detectado: %s" +#~ msgstr "Formato rilevato: %s" + +#~ msgid "El nodo \"%s\" no existe" +#~ msgstr "Il nodo \"%s\" non esiste" + +#~ msgid "Extensión '%s' no cargada" +#~ msgstr "Estensione '%s' non caricata" + +#~ msgid "Categoría duplicada" +#~ msgstr "Categoria duplicata" + +#~ msgid "Categoría no encontrada" +#~ msgstr "Categoria non trovata" + +#~ msgid "Error al crear el campo personalizado" +#~ msgstr "Errore durante la creazione del campo personalizzato" + +#~ msgid "Error al eliminar el campo personalizado" +#~ msgstr "Errore durante l'eliminazione del campo personalizzato" + +#~ msgid "Error al actualizar el campo personalizado" +#~ msgstr "Errore durante l'aggiornamento del campo personalizzato" + +#~ msgid "Campo personalizado no encontrado" +#~ msgstr "Campo personalizzato non trovato" + +#~ msgid "No se encontraron campos personalizados" +#~ msgstr "Nessun campo personalizzato trovato" + +#~ msgid "No hay datos de campos personalizados" +#~ msgstr "Nessun dato di campo personalizzato" + +#~ msgid "Error al migrar campos personalizados" +#~ msgstr "Errore durante la migrazione dei campi personalizzati" + +#~ msgid "Archivo subido" +#~ msgstr "File caricato" + +#~ msgid "Grupo en uso" +#~ msgstr "Gruppo in uso" + +#~ msgid "Actualizar Grupo" +#~ msgstr "Aggiorna gruppo" + +#~ msgid "Error al asignar los usuarios al grupo" +#~ msgstr "Errore nell'assegnazione degli utenti al gruppo" + +#~ msgid "Error al crear la notificación" +#~ msgstr "Errore durante la creazione della notifica" + +#~ msgid "Error al eliminar la notificación" +#~ msgstr "Errore durante l'eliminazione della notifica" + +#~ msgid "Error al modificar la notificación" +#~ msgstr "Errore durante l'aggiornamento della notifica" + +#~ msgid "Error al obtener la notificación" +#~ msgstr "Errore durante la ricezione della notifica" + +#~ msgid "Error al obtener las notificaciones" +#~ msgstr "Impossibile ottenere le notifiche" + +#~ msgid "Error al crear el plugin" +#~ msgstr "Errore durante la creazione del plug-in" + +#~ msgid "Error al eliminar el plugin" +#~ msgstr "Errore durante l'eliminazione del plug-in" + +#~ msgid "Error al actualizar el plugin" +#~ msgstr "Errore durante l'aggiornamento del plug-in" + +#~ msgid "Habilitado" +#~ msgstr "Abilitato" + +#~ msgid "Error al crear perfil" +#~ msgstr "Errore durante la creazione del profilo" + +#~ msgid "Perfil en uso" +#~ msgstr "Profilo in uso" + +#~ msgid "Error al eliminar perfil" +#~ msgstr "Errore durante l'eliminazione del profilo" + +#~ msgid "Error al modificar perfil" +#~ msgstr "Errore durante la modifica del profilo" + +#~ msgid "Enlace visualizado" +#~ msgstr "Visualizza link" + +#~ msgid "Error al actualizar enlace" +#~ msgstr "Errore durante l'aggiornamento del link" + +#~ msgid "Enlace ya creado" +#~ msgstr "Link già creato" + +#~ msgid "Error al crear enlace" +#~ msgstr "Errore durante la creazione del collegamento" + +#~ msgid "Error al eliminar enlace" +#~ msgstr "Errore durante la rimozione del collegamento" + +#~ msgid "Error al renovar enlace" +#~ msgstr "Errore durante il rinnovo del link" + +#~ msgid "Actualizar Enlace" +#~ msgstr "Link di aggiornamento" + +#~ msgid "Error al obtener enlace" +#~ msgstr "Impossibile ottenere il collegamento" + +#~ msgid "ON" +#~ msgstr "ON" + +#~ msgid "OFF" +#~ msgstr "OFF" + +#~ msgid "Etiqueta duplicada" +#~ msgstr "Tag duplicata" + +#~ msgid "Error al crear etiqueta" +#~ msgstr "Errore durante la creazione del tag" + +#~ msgid "Error al eliminar etiqueta" +#~ msgstr "Errore durante la rimozione del tag" + +#~ msgid "Error al actualizar etiqueta" +#~ msgstr "Errore durante l'aggiornamento del tag" + +#~ msgid "Error al obtener etiqueta" +#~ msgstr "Errore nell'ottenere il tag" + +#~ msgid "Login/email de usuario duplicados" +#~ msgstr "Login/email utente duplicati" + +#~ msgid "Error al obtener los datos del usuario" +#~ msgstr "Errore nell'ottenere dati utente" + +#~ msgid "No se encontraron objetos para sincronizar" +#~ msgstr "Nessun oggetto trovato da sincronizzare" + +#~ msgid "Sincronización finalizada" +#~ msgstr "Sincronizzazione completata" + +#~ msgid "Error al migrar cuenta de usuario" +#~ msgstr "Errore durante la migrazione dell'account utente" + +#~ msgid "Error al obtener grupo de usuarios" +#~ msgstr "Impossibile ottenere il gruppo di utenti" + +#~ msgid "Error en comprobación de hash" +#~ msgstr "Errore nel controllo hash" + +#~ msgid "Hash inválido o expirado" +#~ msgstr "Hash non valido o scaduto" + +#~ msgid "Error al generar el hash de recuperación" +#~ msgstr "Errore durante la generazione dell'hash di ripristino" + +#~ msgid "Actualizando preferencias" +#~ msgstr "Aggiornamento delle preferenze" + +#~ msgid "No es posible leer/escribir el archivo: %s" +#~ msgstr "Non è possibile leggere / scrivere il file: %s" + +#~ msgid "No hay elementos para guardar" +#~ msgstr "Non ci sono oggetti da salvare" + +#~ msgid "Socket no inicializado" +#~ msgstr "Socket non inizializzato" + +#~ msgid "Error al enviar datos" +#~ msgstr "Errore nell'invio dei dati" + +#~ msgid "Respuesta" +#~ msgstr "Risposta" + +#~ msgid "Fallo de autentificación" +#~ msgstr "Errore di autenticazione" + +#~ msgid "Error al realizar la consulta" +#~ msgstr "Impossibile eseguire la query" + +#~ msgid "URL de conexión no establecida" +#~ msgstr "URL di connessione non stabilito" + +#~ msgid "Ver Detalles" +#~ msgstr "Visualizzare dettagli" + +#~ msgid "Copiar" +#~ msgstr "Copia" + +#~ msgid "Restaurar" +#~ msgstr "Ripristina" + +#~ msgid "Descargar" +#~ msgstr "Download" + +#~ msgid "Crítico" +#~ msgstr "Critico" + +#~ msgid "Recibir notificaciones?" +#~ msgstr "Ricevere notifiche?" + +#~ msgid "Marcar Favorito" +#~ msgstr "Imposta preferito" + +#~ msgid "Limpiar Selección" +#~ msgstr "Annulla selezione" + +#~ msgid "Mostrar Favoritos" +#~ msgstr "Mostra Preferiti" + +#~ msgid "Mostrar Todos" +#~ msgstr "Mostra tutto" + +#~ msgid "Ahora" +#~ msgstr "Ora" + +#~ msgid "" +#~ "Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +#~ msgstr "Questo processo importa gli utenti LDAP rilevati. Vuoi continuare?" + +#~ msgid "" +#~ "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +#~ msgstr "" +#~ "Questa azione ripristinerà tutti i dati del plugin. Vuoi continuare?" + +#~ msgid "Fecha Caducidad Clave" +#~ msgstr "Data di scadenza chiave" + +#~ msgid "Seleccionar Fecha" +#~ msgstr "Seleziona la data" + +#~ msgid "Accesos" +#~ msgstr "Accesso" + +#~ msgid "Seleccionar Usuarios" +#~ msgstr "Seleziona utenti" + +#~ msgid "Seleccionar Grupos" +#~ msgstr "Seleziona gruppi" + +#~ msgid "Cuenta Privada" +#~ msgstr "Password privata" + +#~ msgid "Privada" +#~ msgstr "Privata" + +#~ msgid "Seleccionar Etiquetas" +#~ msgstr "Selezionare tags" + +#~ msgid "Cuenta Vinculada" +#~ msgstr "Account collegato" + +#~ msgid "Seleccionar Cuenta" +#~ msgstr "Seleziona account" + +#~ msgid "Enlace Público" +#~ msgstr "Link pubblico" + +#~ msgid "Detalles" +#~ msgstr "Dettagli" + +#~ msgid "Fecha de Clave" +#~ msgstr "Data della password" + +#~ msgid "Tamaño máximo de archivo: %d MB" +#~ msgstr "Dimensione massima del file: %d MB" + +#~ msgid "Cuentas Vinculadas" +#~ msgstr "Account collegati" + +#~ msgid "Clave Caducada" +#~ msgstr "Chiave scaduta" + +#~ msgid "Ver en Wiki" +#~ msgstr "Visualizza in Wiki" + +#~ msgid "Buscar cuentas con la clave caducada" +#~ msgstr "Cerca account con la chiave scaduta" + +#~ msgid "Filtrar Favoritos" +#~ msgstr "Filtro Preferiti" + +#~ msgid "Más Filtros" +#~ msgstr "Più filtri" + +#~ msgid "Seleccionar Etiqueta" +#~ msgstr "Seleziona tag" + +#~ msgid "Copia BBDD" +#~ msgstr "Copia BBDD" + +#~ msgid "Copia sysPass" +#~ msgstr "Copia sysPass" + +#~ msgid "Eventos" +#~ msgstr "Eventi" + +#~ msgid "Habilitar Syslog" +#~ msgstr "Abilita Syslog" + +#~ msgid "Habilitar Syslog Remoto" +#~ msgstr "Abilita Syslog remoto" + +#~ msgid "Nombre o dirección IP" +#~ msgstr "Nome o indirizzo IP" + +#~ msgid "Habilitar Enlaces Públicos" +#~ msgstr "Abilita collegamenti pubblici" + +#~ msgid "" +#~ "Habilita la posibilidad de generar enlaces públicos para ver los detalles " +#~ "de una cuenta." +#~ msgstr "" +#~ "Abilita la possibilità di generare collegamenti pubblici per visualizzare " +#~ "i dettagli di un account." + +#~ msgid "" +#~ "Las cuentas enlazadas serán visibles por cualquiera que disponga del " +#~ "enlace." +#~ msgstr "Gli account collegati saranno visibili da chiunque abbia il link." + +#~ msgid "" +#~ "Para crear enlaces, los usuarios tienen que tener activada la opción en " +#~ "su perfl." +#~ msgstr "" +#~ "Per creare collegamenti, gli utenti devono aver attivato l'opzione nel " +#~ "proprio profilo." + +#~ msgid "Tiempo de caducidad" +#~ msgstr "Scadenza" + +#~ msgid "Número máximo de visitas" +#~ msgstr "Numero massimo di visite" + +#~ msgid "Usar imagen para clave" +#~ msgstr "Usa l'immagine per la password" + +#~ msgid "La clave de la cuenta es visualizada como una imagen." +#~ msgstr "Il tasto account è visualizzato come un'immagine." + +#~ msgid "Copia de Configuración" +#~ msgstr "Copia della configurazione" + +#~ msgid "Plugins Cargados" +#~ msgstr "Plugin caricati" + +#~ msgid "Resultados" +#~ msgstr "Risultati" + +#~ msgid "DokuWiki API" +#~ msgstr "DokuWiki API" + +#~ msgid "Habilitar API de DokuWiki" +#~ msgstr "Abilita l'API di DokuWiki" + +#~ msgid "" +#~ "Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." +#~ msgstr "" +#~ "Abilita la connessione all'API XML-RPC DokuWiki per i collegamenti Wiki." + +#~ msgid "" +#~ "Para que esta característica funcione, es necesario habilitar los enlaces " +#~ "Wiki para el filtrado de cuentas." +#~ msgstr "" +#~ "Affinché questa funzione funzioni, è necessario abilitare i collegamenti " +#~ "Wiki per il filtraggio degli account." + +#~ msgid "URL API" +#~ msgstr "URL API" + +#~ msgid "URL de la API de DokuWiki." +#~ msgstr "URL dell'API DokuWiki." + +#~ msgid "URL Base" +#~ msgstr "URL di base" + +#~ msgid "URL base de DokuWiki." +#~ msgstr "URL di base di DokuWiki." + +#~ msgid "Usuario para conectar a la API de DokuWiki." +#~ msgstr "Utente per connettersi all'API DokuWiki." + +#~ msgid "Namespace" +#~ msgstr "Spazio dei nomi" + +#~ msgid "Namespace utilizado para buscar las páginas." +#~ msgstr "Spazio dei nomi utilizzato per cercare nelle pagine." + +#~ msgid "Nivel" +#~ msgstr "Livello" + +#~ msgid "Eliminar Seleccionados" +#~ msgstr "Eliminare selezioni" + +#~ msgid "Nombre del plugin" +#~ msgstr "Nome del plugin" + +#~ msgid "Versión del plugin" +#~ msgstr "Versione del plugin" + +#~ msgid "Versión Compatible" +#~ msgstr "Versione compatibile" + +#~ msgid "Versión de sysPass compatible" +#~ msgstr "Versione di susPass compatibile" + +#~ msgid "Autor" +#~ msgstr "Autore" + +#~ msgid "Autor del plugin" +#~ msgstr "Autore del plugin" + +#~ msgid "Publicar enlace a cuenta" +#~ msgstr "Invia link al tuo account" + +#~ msgid "Publicar Enlace" +#~ msgstr "Post Link" + +#~ msgid "Crear cuenta privada" +#~ msgstr "Crea un account privato" + +#~ msgid "Asignar permisos" +#~ msgstr "Assegna le autorizzazioni" + +#~ msgid "Gestión de enlaces" +#~ msgstr "Gestione dei collegamenti" + +#~ msgid "Gestión de cuentas" +#~ msgstr "Gestione degli account" + +#~ msgid "Gestión de etiquetas" +#~ msgstr "Gestione dei tag" + +#~ msgid "Hash" +#~ msgstr "Hash" + +#~ msgid "Uso" +#~ msgstr "Uso" + +#~ msgid "Nombre de la etiqueta" +#~ msgstr "Nome del tag" + +#~ msgid "Hay %d notificaciones pendientes" +#~ msgstr "Sono presenti %d notifiche in sospeso" + +#~ msgid "Demo" +#~ msgstr "Demo" + +#~ msgid "Instalación %s" +#~ msgstr "Installazione %s" + +#~ msgid "Admin de sysPass" +#~ msgstr "Amministratore di sysPass" + +#~ msgid "Clave Anterior" +#~ msgstr "Password precedente" + +#~ msgid "Actualización %s" +#~ msgstr "Aggiorna %s" + +#~ msgid "" +#~ "Este código se encuentra en el archivo de configuración de sysPass con la " +#~ "etiqueta \"upgradeKey\"" +#~ msgstr "" +#~ "Questo codice può essere trovato nel file di configurazione sysPass con " +#~ "l'etichetta \"upgradeKey\"" + +#~ msgid "Resultados de búsqueda de '%s'" +#~ msgstr "Cerca risultati per '%s'" + +#~ msgid "Página" +#~ msgstr "Pagina" + +#~ msgid "No instalado" +#~ msgstr "Non installato" + +#~ msgid "Origen" +#~ msgstr "Sorgente" + +#~ msgid "Agente" +#~ msgstr "Agente" + +#~ msgid "" +#~ "Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." +#~ "com/join/project/fmlsBuugyv" +#~ msgstr "" +#~ "Per migliorare / aggiungere traduzioni, puoi collaborare a https://" +#~ "poeditor.com/join/project/fmlsBuugyv" + +#~ msgid "Indica si el idioma se encuentra disponible" +#~ msgstr "Indica se la lingua è disponibile" + +#~ msgid "" +#~ "Si no está instalado, es necesario instalar las locales en el sistema " +#~ "operativo. Más información en Wiki." +#~ msgstr "" +#~ "Se non è installato, è necessario installare i locali nel sistema " +#~ "operativo. Maggiori informazioni su Wiki." + +#~ msgid "No hay no hay notificaciones pendientes" +#~ msgstr "Non ci sono notifiche in sospeso" + +#~ msgid "He realizado una copia de seguridad completa de sysPass" +#~ msgstr "Ho effettuato un backup completo di sysPass" + +#~ msgid "Por favor espere mientras el proceso se ejecuta" +#~ msgstr "Si prega di attendere mentre il processo è in esecuzione" + +#~ msgid "Crear Usuario" +#~ msgstr "Aggiungi utente" + +#~ msgid "Actualizar Usuario" +#~ msgstr "Aggiorna utente" + +#~ msgid "Actualizar Clave Usuario" +#~ msgstr "Aggiorna la password utente" + +#~ msgid "Crear Grupo" +#~ msgstr "Aggiungi gruppo" + +#~ msgid "Crear Perfil" +#~ msgstr "Aggiungi profilo" + +#~ msgid "Actualizar Perfil" +#~ msgstr "Aggiorna profilo" + +#~ msgid "Crear Cliente" +#~ msgstr "Aggiungi cliente" + +#~ msgid "Crear Categoría" +#~ msgstr "Aggiungi categoria" + +#~ msgid "Actualizar Categoría" +#~ msgstr "Aggiorna categoria" + +#~ msgid "Crear Autorización" +#~ msgstr "Aggiungi autorizzazione" + +#~ msgid "Crear Campo" +#~ msgstr "Aggiungi campo" + +#~ msgid "Actualizar Campo" +#~ msgstr "Aggiorna campo" + +#~ msgid "Crear Enlace" +#~ msgstr "Crea collegamento" + +#~ msgid "Crear Etiqueta" +#~ msgstr "Crea tag" + +#~ msgid "Actualizar Etiqueta" +#~ msgstr "Aggiorna Tag" + +#~ msgid "Actualizar Plugin" +#~ msgstr "Aggiorna Plugin" + +#~ msgid "Crear Cuenta" +#~ msgstr "Aggiungi Account" + +#~ msgid "Usuarios importados" +#~ msgstr "Utenti importati" + +#~ msgid "Solicitud" +#~ msgstr "Richiesta" + +#~ msgid "Acceso denegado" +#~ msgstr "Accesso negato" + +#~ msgid "Error al añadir las etiquetas de la cuenta" +#~ msgstr "Errore durante l'aggiunta di tag account" + +#~ msgid "Se ha producido una excepción" +#~ msgstr "Si è verificata un'eccezione" + +#~ msgid "Nueva Notificación" +#~ msgstr "Nuova notifica" + +#~ msgid "Grupos eliminados" +#~ msgstr "Gruppi eliminati" + +#~ msgid "Perfiles eliminados" +#~ msgstr "Profili eliminati" + +#~ msgid "Clientes eliminados" +#~ msgstr "Clienti eliminati" + +#~ msgid "Categorías eliminadas" +#~ msgstr "Categorie eliminate" + +#~ msgid "Autorizaciones eliminadas" +#~ msgstr "Autorizzazioni eliminate" + +#~ msgid "Campos eliminados" +#~ msgstr "Campi eliminati" + +#~ msgid "Enlaces eliminados" +#~ msgstr "Collegamenti cancellati" + +#~ msgid "Etiquetas eliminadas" +#~ msgstr "Tags eliminate" + +#~ msgid "Archivos eliminados" +#~ msgstr "Files eliminati" + +#~ msgid "Cuentas eliminadas" +#~ msgstr "Accounts eliminati" + +#~ msgid "Notificación creada" +#~ msgstr "Notifica creata" + +#~ msgid "Notificaciones eliminadas" +#~ msgstr "Notifica eliminata" + +#~ msgid "Usando clave temporal" +#~ msgstr "Utilizzo della chiave temporanea" + +#~ msgid "Clave temporal caducada" +#~ msgstr "Chiave temporanea scaduta" + +#~ msgid "Sesión" +#~ msgstr "Sessione" + +#~ msgid "Error al comprobar la base de datos" +#~ msgstr "Errore durante il controllo del database" + +#~ msgid "Intente de nuevo la instalación" +#~ msgstr "Prova di nuovo l'installazione" + +#~ msgid "Es necesario un componente" +#~ msgstr "Un componente è necessario" + +#~ msgid "Es necesario un tipo" +#~ msgstr "È necessario un tipo" + +#~ msgid "Es necesario un destinatario" +#~ msgstr "È richiesta una destinazione" + +#~ msgid "Error procesando línea" +#~ msgstr "Errore durante l'elaborazione della linea" + +#~ msgid "Cuentas importadas" +#~ msgstr "Account importati" + +#~ msgid "Archivo no encontrado" +#~ msgstr "File non trovato" + +#~ msgid "Grupo no encontrado" +#~ msgstr "Gruppo non trovato" + +#~ msgid "Notificación no encontrada" +#~ msgstr "Notifica non trovata" + +#~ msgid "Plugin no encontrado" +#~ msgstr "Plugin non trovato" + +#~ msgid "Perfil no encontrado" +#~ msgstr "Profile non trovato" + +#~ msgid "Enlace no encontrado" +#~ msgstr "Link non trovato" + +#~ msgid "Etiqueta no encontrada" +#~ msgstr "Tag non trovato" + +#~ msgid "Usuario no encontrado" +#~ msgstr "Utente non trovato" + +#~ msgid "Consulta en blanco" +#~ msgstr "Richiesta vuota" + +#~ msgid "Cuenta Privada Grupo" +#~ msgstr "Gruppo di account privato" + +#~ msgid "Privada Grupo" +#~ msgstr "Gruppo privato" + +#~ msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +#~ msgstr "È necessario solo per i file XML sysPass crittografati." + +#~ msgid "" +#~ "Sólo es necesaria para archivos XML de sysPass con clave maestra distinta " +#~ "de la actual." +#~ msgstr "" +#~ "È necessario solo per i file XML sysPass con una password master diversa " +#~ "da quella corrente." + +#~ msgid "Sólo es necesario para archivos CSV." +#~ msgstr "È necessario solo per i file CSV." + +#, fuzzy +#~ msgid "" +#~ "\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave" +#~ "\";\"notas\"" +#~ msgstr "" +#~ "\"nome_account\";\"cliente\";\"categoria\";\"url\";\"utente\";\"password" +#~ "\";\"note\"" + +#~ msgid "Crear cuenta privada para grupo" +#~ msgstr "Crea un account privato per il gruppo" + +#~ msgid "Notificación global" +#~ msgstr "Notifica globale" + +#~ msgid "Global" +#~ msgstr "Globale" + +#~ msgid "No es posible iniciar una transacción" +#~ msgstr "Non è possibile iniziare una transazione" + +#~ msgid "No es posible finalizar una transacción" +#~ msgstr "Non è possibile terminare una transazione" + +#~ msgid "Clave Maestra %s" +#~ msgstr "Master Password %s" + +#~ msgid "" +#~ "Se ha generado una nueva clave para el acceso a sysPass y se solicitará " +#~ "en el siguiente inicio." +#~ msgstr "" +#~ "Una nuova password è stata generata per l'accesso a sysPass e sarà " +#~ "richiesta al prossimo avvio." + +#~ msgid "La nueva clave es: %s" +#~ msgstr "La nuova Master Password è: %s" + +#~ msgid "No olvide acceder lo antes posible para guardar los cambios." +#~ msgstr "" +#~ "Non dimenticare di accedere il prima possibile per salvare le modifiche." + +#~ msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +#~ msgstr "Questo processo potrebbe richiedere del tempo. Vuoi continuare?" + +#~ msgid "Búsqueda" +#~ msgstr "Ricerca" + +#~ msgid "" +#~ "Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +#~ msgstr "" +#~ "Invia un'email a tutti gli utenti o solo a quelli del gruppo selezionato." + +#~ msgid "Enviar correo" +#~ msgstr "Manda mail" + +#~ msgid "XML" +#~ msgstr "XML" + +#~ msgid "CSV" +#~ msgstr "CSV" + +#~ msgid "Cuenta no encontrada" +#~ msgstr "Account non trovato" + +#~ msgid "Hash de clave maestra actualizado" +#~ msgstr "Ha aggiornato l'hash della chiave principale" + +#~ msgid "Error al actualizar el hash de la clave maestra" +#~ msgstr "Impossibile aggiornare l'hash della password principale" + +#~ msgid "Usuarios eliminados" +#~ msgstr "Utenti eliminati" + +#~ msgid "Notificación actualizada" +#~ msgstr "Notifica aggiornata" + +#~ msgid "Restricción de integridad" +#~ msgstr "Vincolo di integrità" + +#~ msgid "Actualizar hash de clave maestra" +#~ msgstr "Aggiorna hash chiave principale" + +#~ msgid "Modificada" +#~ msgstr "Modificata" + +#~ msgid "Eliminada" +#~ msgstr "Rimossa" + +#~ msgid "Cuentas (H)" +#~ msgstr "Accounts (H)" + +#~ msgid "Clave de encriptación incorrecta" +#~ msgstr "Chiave di crittografia errata" + +#~ msgid "Devolver las cuentas en las que 'login' es propietario" +#~ msgstr "Restituisci i conti in cui \"login\" è il proprietario" + +#~ msgid "Devolver las cuentas con grupo principal 'group_name'" +#~ msgstr "Restituisci account con il gruppo 'group_name'" + +#~ msgid "Devolver las cuentas privadas del usuario actual" +#~ msgstr "Restituisce gli account privati ​​dell'utente corrente" + +#~ msgid "OP Cache" +#~ msgstr "OP Cache" + +#~ msgid "Código de seguridad incorrecto" +#~ msgstr "Codice di sicurezza errato" + +#~ msgid "Es necesario confirmar la actualización" +#~ msgstr "È necessario confermare l'aggiornamento" + +#~ msgid "En 5 segundos será redirigido al login" +#~ msgstr "In 5 secondi verrai reindirizzato per accedere" + +#~ msgid "Error al aplicar la actualización de la aplicación" +#~ msgstr "Errore durante l'applicazione dell'aggiornamento dell'applicazione" + +#~ msgid "Tamaño máximo de archivo en kilobytes" +#~ msgstr "Dimensione massima del file in kilobyte" + +#~ msgid "Actualización de Aplicación" +#~ msgstr "Aggiornamento dell'applicazione" + +#~ msgid "" +#~ "Se han encontrado elementos huérfanos. Por favor, modifique estos " +#~ "elementos o indique los IDs por defecto para los elementos huérfanos." +#~ msgstr "" +#~ "Sono stati trovati elementi orfani. Si prega di modificare questi " +#~ "elementi o indicare gli ID di default per gli elementi orfani." + +#~ msgid "Introducir un ID de usuario válido para cuentas" +#~ msgstr "Inserisci un ID utente valido per gli account" + +#~ msgid "Introducir un ID de categoría válido para cuentas" +#~ msgstr "Inserisci un ID di categoria valido per gli account" + +#, fuzzy +#~ msgid "Introducir un ID de cliente válido para cuentas" +#~ msgstr "Inserisci un ID cliente valido per gli account" + +#~ msgid "Introducir un ID de grupo válido para usuarios" +#~ msgstr "Inserisci un ID di gruppo valido per gli utenti" + +#~ msgid "Introducir un ID de perfil válido para usuarios" +#~ msgstr "Inserisci un ID profilo valido per gli utenti" + +#~ msgid "" +#~ "Esta actualización utiliza un nuevo esquema de encriptación, por lo que " +#~ "es necesario reencriptar los datos almacenados" +#~ msgstr "" +#~ "Questo aggiornamento utilizza un nuovo schema di crittografia, pertanto è " +#~ "necessario crittografare nuovamente i dati memorizzati" + +#~ msgid "" +#~ "Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +#~ msgstr "" +#~ "Aggiornerai %s account. Questo processo potrebbe richiedere del tempo." + +#~ msgid "Para más información consulte: %s" +#~ msgstr "Per maggiori informazioni vedi: %s" + +#~ msgid "Introducir login de usuario válido" +#~ msgstr "Inserisci un accesso utente valido" + +#~ msgid "Intentos excedidos" +#~ msgstr "Numero massimo di tentativi superati" + +#~ msgid "Clave del token" +#~ msgstr "Token's Password" + +#~ msgid "Intentos excedidos (%d/%d)" +#~ msgstr "Numero massimo di tentativi superati (%d/%d)" + +#~ msgid "IP inválida" +#~ msgstr "Indirizzo IP non valido" + +#~ msgid "Token no encontrado" +#~ msgstr "Token non trovato" + +#~ msgid "Error al crear track" +#~ msgstr "Errore durante la creazione della traccia" + +#~ msgid "Error al eliminar track" +#~ msgstr "Errore durante l'eliminazione della traccia" + +#~ msgid "Error al actualizar track" +#~ msgstr "Errore durante l'aggiornamento della traccia" + +#~ msgid "Error al obtener track" +#~ msgstr "Errore nell'ottenere traccia" + +#~ msgid "Error al obtener tracks" +#~ msgstr "Errore durante il recupero delle tracce" + +#~ msgid "" +#~ "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +#~ msgstr "Gli articoli esportati sono account, clienti, categorie e tag." + +#~ msgid "Si no se indican los IDs, se crearán nuevos elementos." +#~ msgstr "Se gli ID non vengono indicati, verranno creati nuovi elementi." + +#~ msgid "Esperando actualización de progreso ..." +#~ msgstr "In attesa dell'aggiornamento ..." + +#~ msgid "Actualizando IDs de cuentas" +#~ msgstr "Aggiornamento degli ID account" + +#~ msgid "Actualizando IDs de categorías" +#~ msgstr "Aggiornamento degli ID di categoria" + +#~ msgid "Actualizando IDs de clientes" +#~ msgstr "Aggiornamento degli ID cliente" + +#~ msgid "Actualizando IDs de grupos" +#~ msgstr "Aggiornamento degli ID di gruppo" + +#~ msgid "Actualizando IDs de perfil" +#~ msgstr "Aggiornamento degli ID profilo" + +#~ msgid "Actualizando IDs de usuarios" +#~ msgstr "Aggiornamento degli ID utente" + +#~ msgid "" +#~ "Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +#~ msgstr "" +#~ "Fare i compiti Per favore, non chiudere la finestra / scheda del browser." + +#~ msgid "Incluir Letras" +#~ msgstr "Includi lettere" + +#~ msgid "Sesión Encriptada" +#~ msgstr "Sessione crittografata" + +#~ msgid "Indica si los datos de la sesión están encriptados en el servidor" +#~ msgstr "Indica se i dati della sessione sono crittografati sul server" + +#~ msgid "Sí" +#~ msgstr "Si" + +#~ msgid "No" +#~ msgstr "No" + +#~ msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +#~ msgstr "Cookie disabilitati L'applicazione non funzionerà correttamente." + +#~ msgid "Portapapeles no soportado por el navegador." +#~ msgstr "Appunti non supportati dal browser." + +#~ msgid "Atributo Login" +#~ msgstr "Attributo login" + +#~ msgid "" +#~ "Define el atributo a utilizar para el login del usuario en la importación." +#~ msgstr "" +#~ "Definisce l'attributo da utilizzare per il login dell'utente " +#~ "nell'importazione." + +#~ msgid "" +#~ "Habilita el acceso a los usuarios que estén incluidos en los grupos " +#~ "secundarios." +#~ msgstr "Consente l'accesso agli utenti inclusi nei gruppi figlio." + +#~ msgid "" +#~ "Por defecto el usuario de un grupo secundario es permitido si el grupo " +#~ "secundario está establecido como el primario del usuario." +#~ msgstr "" +#~ "Per impostazione predefinita, l'utente di un gruppo secondario è " +#~ "consentito se il gruppo secondario è stabilito come primario dell'utente." + +#~ msgid "Acceso Grupos Secundarios" +#~ msgstr "Accesso ai gruppi secondari" + +#~ msgid "Encriptar los datos de la sesión de PHP." +#~ msgstr "Cripta i dati della sessione PHP." + +#~ msgid "" +#~ "Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que " +#~ "los datos almacenados no serán legibles." +#~ msgstr "" +#~ "Questa funzionalità aumenta la sicurezza delle sessioni PHP poiché i dati " +#~ "memorizzati non saranno leggibili." + +#~ msgid "Encriptar Sesión" +#~ msgstr "Cripta la sessione" + +#~ msgid "Atributo Nombre" +#~ msgstr "Attributo Nome" + +#~ msgid "" +#~ "Define el atributo a utilizar para el nombre del usuario en la " +#~ "importación." +#~ msgstr "" +#~ "Definisce l'attributo da utilizzare per il nome dell'utente " +#~ "nell'importazione." + +#~ msgid "Hay una versión más reciente del plugin {0} ({1})" +#~ msgstr "C'è una versione più recente del plugin {0} ({1})" + +#~ msgid "Versión de PHP requerida >= %s <= %s" +#~ msgstr "Required PHP version >= %s <= %s" + +#~ msgid "Actual: %s - Necesario: 750" +#~ msgstr "Current: %s - Needed: 750" + +#~ msgid "Acción no encontrada" +#~ msgstr "Action not found" + +#~ msgid "Contexto ya inicializado" +#~ msgstr "Context already initialized" + +#~ msgid "Contexto inválido" +#~ msgstr "Invalid context" + +#~ msgid "Contexto no inicializado" +#~ msgstr "Context not initialized" + +#~ msgid "Clase no válida para iconos" +#~ msgstr "Invalid icons class" + +#~ msgid "Tipo de filtro inválido" +#~ msgstr "Invalid filter type" + +#~ msgid "Tipo de objeto incorrecto" +#~ msgstr "Wrong object type" + +#~ msgid "Realizado por: %s (%s)" +#~ msgstr "Performed by: %s (%s)" + +#~ msgid "Dirección IP: %s" +#~ msgstr "IP Address: %s" + +#~ msgid "No es posible inicializar" +#~ msgstr "Unable to initialize" + +#~ msgid "Notificación" +#~ msgstr "Notification" + +#~ msgid "Error al eliminar los archivos" +#~ msgstr "Error while deleting the files" + +#~ msgid "Error al eliminar las cuentas" +#~ msgstr "Error while deleting the accounts" + +#~ msgid "Error al eliminar la categorías" +#~ msgstr "Error while deleting the categories" + +#~ msgid "Error al eliminar los clientes" +#~ msgstr "Error while deleting the clients" + +#~ msgid "Error al eliminar los campos personalizados" +#~ msgstr "Error while removing the custom fields" + +#~ msgid "Error al crear el tipo de campo" +#~ msgstr "Error while creating the field type" + +#~ msgid "Error al actualizar el tipo de campo" +#~ msgstr "Error while updating the field type" + +#~ msgid "Error al eliminar el tipo de campo" +#~ msgstr "Error while deleting the field type" + +#~ msgid "Error al eliminar las notificaciones" +#~ msgstr "Error while deleting the notifications" + +#~ msgid "El enlace no existe" +#~ msgstr "The link does not exist" + +#~ msgid "Error al eliminar etiquetas" +#~ msgstr "Error while removing the tags" + +#~ msgid "Error al eliminar los usuarios" +#~ msgstr "Error while deleting the users" + +#~ msgid "El usuario no existe" +#~ msgstr "The user does not exist" + +#~ msgid "Error al eliminar los perfiles" +#~ msgstr "Error while removing the profiles" + +#~ msgid "Cuentas actualizadas: %d / %d" +#~ msgstr "Accounts updated: %d / %d" + +#~ msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" +#~ msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#~ msgid "Error al eliminar archivos" +#~ msgstr "Error while deleting the files" + +#~ msgid "Fomato incorrecto" +#~ msgstr "Invalid format" + +#~ msgid "Id de etiqueta" +#~ msgstr "Tag Id" + +#~ msgid "Error al eliminar tokens" +#~ msgstr "Error while removing the tokens" + +#~ msgid "Copiando base de datos" +#~ msgstr "Copying database" + +#~ msgid "Copiando aplicación" +#~ msgstr "Copying application" + +#~ msgid "Parámetro no encontrado (%s)" +#~ msgstr "Parameter not found (%s)" + +#~ msgid "Rollback" +#~ msgstr "Rollback" + +#~ msgid "Error al comprobar clave temporal" +#~ msgstr "Error while checking the temporary password" + +#~ msgid "Campo no encontrado" +#~ msgstr "Field not found" + +#~ msgid "Error al eliminar los campos" +#~ msgstr "Error while deleting the fields" + +#~ msgid "Exportando categorías" +#~ msgstr "Exporting categories" + +#~ msgid "Exportando clientes" +#~ msgstr "Exporting clients" + +#~ msgid "Exportando etiquetas" +#~ msgstr "Exporting tags" + +#~ msgid "Exportando cuentas" +#~ msgstr "Exporting accounts" + +#~ msgid "Cuenta importada" +#~ msgstr "Account imported" + +#~ msgid "Importación XML KeePass" +#~ msgstr "KeePass XML Import" + +#~ msgid "Categoría importada" +#~ msgstr "Category imported" + +#~ msgid "Importación XML sysPass" +#~ msgstr "sysPass XML Import" + +#~ msgid "Datos desencriptados" +#~ msgstr "Data unencrypted" + +#~ msgid "Cliente importado" +#~ msgstr "Client imported" + +#~ msgid "Etiqueta importada" +#~ msgstr "Tag imported" + +#~ msgid "Formato no detectado" +#~ msgstr "Format not detected" + +#~ msgid "Not implemented" +#~ msgstr "Not implemented" + +#~ msgid "No es posible comprobar el usuario de sysPass (%s)" +#~ msgstr "Unable to check the sysPass user (%s)" + +#~ msgid "Error al crear la BBDD ('%s')" +#~ msgstr "Error while creating the DB ('%s')" + +#~ msgid "Importado desde LDAP" +#~ msgstr "Imported from LDAP" + +#~ msgid "Prueba de correo" +#~ msgstr "Mail test" + +#~ msgid "" +#~ "Esto es una prueba de correo para verificar el correcto funcionamiento de " +#~ "la configuración." +#~ msgstr "" +#~ "This is a test email in order to verify that the configuration is working " +#~ "right." + +#~ msgid "Error al eliminar los enlaces" +#~ msgstr "Error while removing the links" + +#~ msgid "No es posible crear archivo de bloqueo" +#~ msgstr "Unable to create the lock file" + +#~ msgid "Segundos" +#~ msgstr "Seconds" + +#~ msgid "Actualizar Aplicación" +#~ msgstr "Update Application" + +#~ msgid "Actualización de campos personalizados" +#~ msgstr "Custom fields update" + +#~ msgid "Campo" +#~ msgstr "Field" + +#~ msgid "Actualización de enlaces públicos" +#~ msgstr "Public links update" + +#~ msgid "Enlace" +#~ msgstr "Link" + +#~ msgid "Error al eliminar los grupos" +#~ msgstr "Error while deleting the groups" + +#~ msgid "No es posible leer el archivo (%s)" +#~ msgstr "Unable to read/write the file (%s)" + +#~ msgid "Error al leer datos del archivo (%s)" +#~ msgstr "Error while reading file data (%s)" + +#~ msgid "No es posible crear el directorio (%s)" +#~ msgstr "Unable to create the directory (%s)" + +#~ msgid "No es posible escribir en el archivo (%s)" +#~ msgstr "Unable to read/write the file (%s)" + +#~ msgid "No es posible abrir el archivo (%s)" +#~ msgstr "Unable to open the file (%s)" + +#~ msgid "Error al eliminar el archivo (%s)" +#~ msgstr "Error while deleting the file (%s)" + +#~ msgid "No es posible leer/escribir el archivo (%s)" +#~ msgstr "Unable to read/write the file (%s)" + +#~ msgid "Error al descomprimir datos del archivo (%s)" +#~ msgstr "Error while decompressing the file data (%s)" + +#~ msgid "Error al obtener los datos" +#~ msgstr "Error while retrieving the data" + +#~ msgid "Error al comprimir datos del archivo (%s)" +#~ msgstr "Error while compressing the file data (%s)" + +#~ msgid "Error al escribir datos en el archivo (%s)" +#~ msgstr "Error while writing data to file (%s)" + +#~ msgid "Datos no cargados" +#~ msgstr "Data not loaded" + +#~ msgid "No es posible cerrar el archivo (%s)" +#~ msgstr "Unable to close the file (%s)" + +#~ msgid "Cuenta visualizada" +#~ msgstr "Account displayed" + +#~ msgid "Clave visualizada" +#~ msgstr "Password viewed" + +#~ msgid "Exportación de sysPass en XML" +#~ msgstr "sysPass XML export" + +#~ msgid "Etiqueta" +#~ msgstr "Tag" + +#~ msgid "Es necesario actualizar" +#~ msgstr "Updating needed" + +#~ msgid "HTTPS" +#~ msgstr "HTTPS" + +#~ msgid "Clave copiada" +#~ msgstr "Password copied" + +#~ msgid "Archivo visualizado" +#~ msgstr "File viewed" + +#~ msgid "Archivo descargado" +#~ msgstr "File downloaded" + +#~ msgid "Extensión: %s" +#~ msgstr "Extension: %s" + +#~ msgid "Archivo: %s" +#~ msgstr "File: %s" + +#~ msgid "Máximo tamaño: %s" +#~ msgstr "Maximum size: %s" + +#~ msgid "Máximo tamaño: %d KB" +#~ msgstr "Maximum size: %d KB" + +#~ msgid "Archivo Eliminado" +#~ msgstr "File Deleted" + +#~ msgid "Autorización" +#~ msgstr "Authorization" + +#~ msgid "Autorización visualizada" +#~ msgstr "Authorization viewed" + +#~ msgid "Archivos habilitados" +#~ msgstr "Files enabled" + +#~ msgid "Archivos deshabilitados" +#~ msgstr "Files disabled" + +#~ msgid "Enlaces públicos habilitados" +#~ msgstr "Public links enabled" + +#~ msgid "Enlaces públicos deshabilitados" +#~ msgstr "Public links disabled" + +#~ msgid "Esta clave estará activa hasta: %s" +#~ msgstr "This password will be valid until: %s" + +#~ msgid "Email enviado" +#~ msgstr "Email sent" + +#~ msgid "Error al enviar email" +#~ msgstr "Error while sending the email" + +#~ msgid "Syslog remoto habilitado" +#~ msgstr "Remote syslog enabled" + +#~ msgid "Auth Basic habilitada" +#~ msgstr "Auth Basic enabled" + +#~ msgid "Auth Basic deshabiltada" +#~ msgstr "Auth Basic disabled" + +#~ msgid "No se importaron cuentas" +#~ msgstr "No accounts were imported" + +#~ msgid "Parámetros de LDAP incorrectos" +#~ msgstr "Wrong LDAP parameters" + +#~ msgid "Importación LDAP" +#~ msgstr "LDAP Import" + +#~ msgid "Usuarios importados: %d / %d" +#~ msgstr "Imported users: %d / %d" + +#~ msgid "Errores: %d" +#~ msgstr "Errors: %d" + +#~ msgid "Compruebe su buzón de correo" +#~ msgstr "Please, check your inbox" + +#~ msgid "DokuWiki habilitada" +#~ msgstr "DokuWiki enabled" + +#~ msgid "Ver Campo" +#~ msgstr "View Field" + +#~ msgid "Nuevo Enlace" +#~ msgstr "New Link" + +#~ msgid "No disponible" +#~ msgstr "Unavailable" + +#~ msgid "Refrescar" +#~ msgstr "Refresh" + +#~ msgid "Sólo Admins" +#~ msgstr "Only Admins" + +#~ msgid "Nuevo Enlace Público" +#~ msgstr "New Public Link" + +#~ msgid "Editar Enlace Público" +#~ msgstr "Edit Public Link" + +#~ msgid "Versión no disponible" +#~ msgstr "Version unavailable" + +#~ msgid "Notificaciones no disponibles" +#~ msgstr "Notifications not available" + +#~ msgid "Datos incorrectos" +#~ msgstr "Wrong data" + +#~ msgid "No es posible recuperar la clave" +#~ msgstr "Unable to reset the password" + +#~ msgid "Es necesario una cuenta" +#~ msgstr "An account is needed" + +#~ msgid "Realizando auto-login" +#~ msgstr "Performing auto-login" + +#~ msgid "Abrir enlace a: %s" +#~ msgstr "Open link to: %s" + +#~ msgid "Cuenta Privada (Grupo)" +#~ msgstr "Private Account (Group)" + +#~ msgid "Notes" +#~ msgstr "Notes" + +#~ msgid "Usar Auth Basic" +#~ msgstr "Use Auth Basic" + +#~ msgid "Usar auto-login con Auth Basic" +#~ msgstr "Use auto-login through Auth Basic" + +#~ msgid "Dominio" +#~ msgstr "Domain" + +#~ msgid "" +#~ "El dominio será añadido al nombre de usuario de sysPass para comprobarlo " +#~ "con el de Auth Basic." +#~ msgstr "" +#~ "The domain will be added to the sysPass user name for checking against " +#~ "the Auth Basic one." + +#~ msgid "Nombre de dominio" +#~ msgstr "Domain name" + +#~ msgid "" +#~ "Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +#~ msgstr "Sets the default users group for newly SSO users" + +#~ msgid "" +#~ "Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +#~ msgstr "Sets the default profile for the newly created SSO users." + +#~ msgid "Importación" +#~ msgstr "Import" + +#~ msgid "Importar Grupos" +#~ msgstr "Import Groups" + +#~ msgid "Atributo Nombre Grupo" +#~ msgstr "Group Name Attribute" + +#~ msgid "" +#~ "Define el atributo a utilizar para el nombre del grupo en la importación." +#~ msgstr "Defines the attribute for the user group name when importing." + +#~ msgid "Filtro" +#~ msgstr "Filter" + +#~ msgid "Filtro para importar usuarios o grupos de LDAP." +#~ msgstr "Filter for importing LDAP users or groups." + +#~ msgid "Destinatarios" +#~ msgstr "Recipients" + +#~ msgid "Indica si el cliente es visible para todos los usuarios." +#~ msgstr "Sets whether the client is visible by all users" + +#~ msgid "" +#~ "Por defecto los clientes asignados a cuentas sólo son visibles para los " +#~ "usuarios con acceso a las cuentas." +#~ msgstr "" +#~ "By default, the clients assigned to accounts only will be visible to " +#~ "users who are granted to access to the accounts." + +#~ msgid "URL" +#~ msgstr "URL" + +#~ msgid "Login SSO" +#~ msgstr "SSO Login " + +#~ msgid "Login de inicio de sesión con SSO" +#~ msgstr "Session login with SSO" + +#~ msgid "Sólo para administradores de la aplicación" +#~ msgstr "Only for application administrators" + +#~ msgid "Solo Admins" +#~ msgstr "Only Admins" + +#~ msgid "Para iniciar la actualización introduzca el código de seguridad" +#~ msgstr "Please enter the security code to start the upgrade" + +#~ msgid "No es posible cambiar el valor de la clave" +#~ msgstr "Unable to change password value" + +#~ msgid "Filtro incorrecto" +#~ msgstr "Wrong filter" + +#~ msgid "El campo personalizado no existe" +#~ msgstr "Custom field not found" + +#~ msgid "Error al eliminar los plugins" +#~ msgstr "Error while deleting plugins" + +#~ msgid "Clave maestra no establecida" +#~ msgstr "Master password not set" + +#~ msgid "Error al eliminar las categorías" +#~ msgstr "Error while deleting categories" + +#~ msgid "No es posible restaurar la configuración" +#~ msgstr "Unable to restore configuration" + +#~ msgid "Tipo de campo no encontrado" +#~ msgstr "Field type not found" + +#~ msgid "Fallo en la verificación del hash de integridad" +#~ msgstr "Error while checking integrity hash" + +#~ msgid "Error al crear el usuario 'admin'" +#~ msgstr "Error while creating 'admin' user" + +#~ msgid "Error al seleccionar la BBDD '%s' (%s)" +#~ msgstr "Error while selecting database '%s' (%s)" + +#~ msgid "Servicio de correo no disponible" +#~ msgstr "Mail service unavailable" + +#~ msgid "Error ol obtener la clave maestra del contexto" +#~ msgstr "Error while retrieving master pass from context" + +#~ msgid "Error ol establecer la clave maestra en el contexto" +#~ msgstr "Error while setting master password in context" + +#~ msgid "Track no encontrado" +#~ msgstr "Track not found" + +#~ msgid "Actualización de autorizaciones API" +#~ msgstr "API authorizations update" + +#~ msgid "No es posible leer desde el archivo (%s)" +#~ msgstr "Unable to read from file (%s)" + +#~ msgid "No es posible escribir el archivo (%s)" +#~ msgstr "Unable to write in file (%s)" + +#~ msgid "Archivo no encontrado (%s)" +#~ msgstr "File not found (%s)" + +#~ msgid "No es posible eliminar el archivo (%s)" +#~ msgstr "Unable to delete file (%s)" + +#~ msgid "El nodo XML no existe" +#~ msgstr "The XML node does not exist" + +#~ msgid "Imagen no válida" +#~ msgstr "Invalid image" + +#~ msgid "Verificación de datos exportados finalizada" +#~ msgstr "Verification of exported data finished" + +#~ msgid "Encriptado" +#~ msgstr "Encrypted" + +#~ msgid "Error al actualizar los datos del campo personalizado" +#~ msgstr "Error while updating custom field's data" + +#~ msgid "Enlace Directo" +#~ msgstr "Direct Link" + +#~ msgid "Parámetros especiales" +#~ msgstr "Special parameters" + +#~ msgid "" +#~ "Es posible utilizar uno o varios parámetros especiales separados por " +#~ "espacios" +#~ msgstr "" +#~ "You could use either one or several special parameters separated by blank " +#~ "spaces" + +#~ msgid "Devolver la cuenta con ID" +#~ msgstr "Returns the account for the given ID" + +#~ msgid "Operador para los parámetros especiales" +#~ msgstr "Operator for special parameters" + +#~ msgid "Los datos serán encriptados al guardar" +#~ msgstr "Data will be encrypted after saving" + +#~ msgid "Los datos serán desencriptados al guardar" +#~ msgstr "Data will be unencrypted after saving" + +#~ msgid "Caducidad clave cuentas" +#~ msgstr "Accounts password expiry" + +#~ msgid "Habilita la caducidad de la clave de cuentas." +#~ msgstr "Enables the accounts password expiry date." + +#~ msgid "Tiempo caducidad clave" +#~ msgstr "Password expiry time" + +#~ msgid "Número de días para la caducidad de la clave de cuenta." +#~ msgstr "Number of days for the account expiry date." + +#~ msgid "Tiempo caducidad (días)" +#~ msgstr "Expire time (days)" + +#~ msgid "" +#~ "Confirmar el cambio de clave maestra después de haber leído las " +#~ "advertencias anteriores." +#~ msgstr "" +#~ "Confirm the master password change after you have been read all the above " +#~ "warnings." + +#~ msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +#~ msgstr "Use Auth Basic for authorizing the accesses to the application" + +#~ msgid "Usar Auth Basic SSO" +#~ msgstr "Use Auth Basic SSO" + +#~ msgid "Usar auto-login con Auth Basic." +#~ msgstr "Use auto-login through Auth Basic" + +#~ msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +#~ msgstr "Use a proxy server for checking out for updates and notifications." + +#~ msgid "Usado en" +#~ msgstr "Used in" + +#~ msgid "(*) Incluido en grupo" +#~ msgstr "(*) Listed in group" + +#~ msgid "La extensión '%s' no está disponible" +#~ msgstr "The '%s' extension is unavailable" + +#~ msgid "Error al obtener la clave maestra del contexto" +#~ msgstr "Error while retrieving master password from context" + +#~ msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +#~ msgstr "This extension is needed to display passwords as images" + +#~ msgid "" +#~ "Esta extensión es necesaria para generar los archivos de copia de " +#~ "seguridad de la aplicación" +#~ msgstr "This extension is needed to build the application's backup files" + +#~ msgid "" +#~ "Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +#~ msgstr "This extension is needed to check for sysPass updates and notices" + +#~ msgid "Extensiones no disponibles" +#~ msgstr "Unavailable extensions" + +#~ msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +#~ msgstr "This extension is needed to connect to the LDAP server" + +#~ msgid "Esta extensión es necesaria conectar con DokuWiki" +#~ msgstr "This extension is needed to connect with DokuWiki" + +#~ msgid "Nuevo CLiente" +#~ msgstr "New Client" + +#~ msgid "" +#~ "Si está importando un archivo exportado desde el mismo origen, los datos " +#~ "pueden estar comprometidos." +#~ msgstr "" +#~ "If you are importing an exported file from the same origin, the data " +#~ "could be compromised." + +#~ msgid "El archivo de actualización no contiene datos" +#~ msgstr "The update file does not contain data" + +#~ msgid "Categoría visualizada" +#~ msgstr "Category displayed" + +#~ msgid "Cliente visualizado" +#~ msgstr "Client displayed" + +#~ msgid "Ruta" +#~ msgstr "Path" + +#~ msgid "Array con Ids de etiquetas" +#~ msgstr "Array with tags id" + +#~ msgid "Array con Ids de etiquetas a filtrar" +#~ msgstr "Array with tags id for filtering" + +#~ msgid "Operador de filtrado" +#~ msgstr "Filtering operator" + +#~ msgid "Etiqueta visualizada" +#~ msgstr "Tag displayed" + +#~ msgid "No hay archivos asociados a la cuenta" +#~ msgstr "There are no linked files for the account" + +#~ msgid "Error al crear permiso" +#~ msgstr "Error while creating the permission" + +#~ msgid "Error al actualizar permiso" +#~ msgstr "Error while updating the permission" + +#~ msgid "Error al eliminar permiso" +#~ msgstr "Error while removing the permission" + +#~ msgid "Error al eliminar los permisos" +#~ msgstr "Error while removing the permissions" + +#~ msgid "Permiso no encontrada" +#~ msgstr "Permission not found" + +#~ msgid "Permisos eliminados" +#~ msgstr "Permissions deleted" + +#~ msgid "Permiso eliminado" +#~ msgstr "Permission deleted" + +#~ msgid "Permiso creado" +#~ msgstr "Permission added" + +#~ msgid "Permiso actualizado" +#~ msgstr "Permission updated" + +#~ msgid "Permisos por Defecto" +#~ msgstr "Default Permissions" + +#~ msgid "Prioridad" +#~ msgstr "Priority" + +#~ msgid "Forzado" +#~ msgstr "Forced" + +#~ msgid "Es necesario asignar un elemento del tipo usuario, grupo o perfil" +#~ msgstr "An element of type user, group or profile need to be set" + +#~ msgid "No hay permisos definidos" +#~ msgstr "There aren't any defined permissions" + +#~ msgid "" +#~ "Prioridad de asignación en caso de coincidir con otros permisos asignados " +#~ "por usuario, grupo o perfil." +#~ msgstr "" +#~ "Assignment priority if permissions match with others assigned by user, " +#~ "group or profile." + +#~ msgid "Prioridad de asignación" +#~ msgstr "Assignment Priority" + +#~ msgid "" +#~ "Indica si los permisos serán forzados al crear o modificar la cuenta." +#~ msgstr "" +#~ "Enforces the permissions to be set either on creating or updating an " +#~ "account ." + +#~ msgid "Los permisos serán añadidos a los existentes." +#~ msgstr "Permissions will be merged with the existing ones." diff --git a/app/locales/nl_NL/LC_MESSAGES/messages.mo b/app/locales/nl_NL/LC_MESSAGES/messages.mo index d069a7cadb51456e753269eb75de46b3fc89b02c..330bcadd7047a2c726b99aaf97c7b16e7230a30f 100644 GIT binary patch literal 58128 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 Il`b{=f3g?qwg3PC diff --git a/app/locales/nl_NL/LC_MESSAGES/messages.po b/app/locales/nl_NL/LC_MESSAGES/messages.po index 83d3992d..8046fa80 100644 --- a/app/locales/nl_NL/LC_MESSAGES/messages.po +++ b/app/locales/nl_NL/LC_MESSAGES/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: sysPass\n" -"POT-Creation-Date: 2017-04-20 17:06+0100\n" +"POT-Creation-Date: 2018-08-30 01:39+0100\n" "PO-Revision-Date: \n" "Last-Translator: nuxsmin \n" "Language-Team: nlmaca\n" @@ -15,2931 +15,2803 @@ msgstr "" "X-Poedit-Basepath: .\n" "X-Contributors: Marijn van der Kruijt, Nadermane, Niels, Nlmaca, Tom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SearchPath-0: ../../../..\n" - -#: ../../../../ajax/ajax_accGetFiles.php:50 -#: ../../../../ajax/ajax_accSearch.php:44 -#: ../../../../ajax/ajax_filesMgmt.php:54 -#: ../../../../ajax/ajax_filesMgmt.php:70 -#: ../../../../ajax/ajax_passReset.php:48 -#: ../../../../ajax/ajax_userPrefsSave.php:58 -msgid "CONSULTA INVÁLIDA" -msgstr "ONGELDIGE QUERY" - -#: ../../../../ajax/ajax_accSearch.php:38 -#: ../../../../ajax/ajax_userPrefsSave.php:51 -#: ../../../../inc/SP/Controller/RequestControllerTrait.class.php:119 -msgid "La sesión no se ha iniciado o ha caducado" -msgstr "Sessie niet gestart of verlopen" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:146 -msgid "Es necesario un nombre de cuenta" -msgstr "Een accountnaam is vereist" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:148 -#: ../../../../inc/SP/Forms/CustomerForm.class.php:83 -msgid "Es necesario un nombre de cliente" -msgstr "Een klantennaam is vereist" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:150 -msgid "Es necesario un usuario" -msgstr "Een gebruikersnaam is vereist" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:134 -msgid "Es necesaria una clave" -msgstr "Een sleutel is vereist" - -#: ../../../../inc/SP/Forms/AccountForm.class.php:152 -msgid "Es necesario una categoría" -msgstr "Een categorie is vereist" - -#: ../../../../ajax/ajax_filesMgmt.php:209 -#: ../../../../ajax/ajax_userPrefsSave.php:97 -#: ../../../../inc/SP/Api/ApiRequest.class.php:241 -#: ../../../../inc/SP/Controller/RequestControllerTrait.class.php:108 -msgid "Acción Inválida" -msgstr "Ongeldige actie" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:710 -#: ../../../../inc/SP/Forms/AccountForm.class.php:136 -#: ../../../../inc/SP/Forms/UserForm.class.php:150 -msgid "Las claves no coinciden" -msgstr "De wachtwoorden zijn niet gelijk" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:189 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:932 -#: ../../../../inc/SP/Import/ImportBase.class.php:158 -msgid "Cuenta creada" -msgstr "Account toegevoegd" - -#: ../../../../inc/SP/Account/Account.class.php:273 -msgid "Error al crear la cuenta" -msgstr "Fout bij account aanmaken" - -#: ../../../../js/strings.js.php:80 -msgid "Sin cambios" -msgstr "Geen wijzigingen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:942 -msgid "Cuenta actualizada" -msgstr "Account bijgewerkt" - -#: ../../../../inc/SP/Account/Account.class.php:127 -msgid "Error al modificar la cuenta" -msgstr "Error bij account bijwerken" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:227 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:987 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1037 -msgid "Cuenta eliminada" -msgstr "Account verwijderd" - -#: ../../../../inc/SP/Account/Account.class.php:355 -#: ../../../../inc/SP/Account/AccountHistory.class.php:516 -msgid "Error al eliminar la cuenta" -msgstr "Error bij account verwijderen" - -#: ../../../../ajax/ajax_passReset.php:99 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:285 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:951 -msgid "Clave actualizada" -msgstr "Wachtwoord bijgewerkt" - -#: ../../../../inc/SP/Account/Account.class.php:437 -msgid "Error al actualizar la clave" -msgstr "Fout bij wachtwoord updaten" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:960 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1012 -msgid "Cuenta restaurada" -msgstr "Account hersteld" - -#: ../../../../inc/SP/Account/Account.class.php:173 -#: ../../../../inc/SP/Account/AccountHistoryUtil.class.php:154 -msgid "Error al restaurar cuenta" -msgstr "Fout bij herstellen account" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:126 -msgid "Ver Usuario" -msgstr "Bekijk Gebruiker" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:552 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:553 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:131 -msgid "Editar Usuario" -msgstr "Wijzig Gebruiker" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:515 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:516 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:139 -msgid "Nuevo Usuario" -msgstr "Nieuwe Gebruiker" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:143 -msgid "Ver Grupo" -msgstr "Bekijk Groep" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:637 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:638 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:148 -msgid "Editar Grupo" -msgstr "Wijzig Broep" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:626 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:627 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:152 -msgid "Nuevo Grupo" -msgstr "Nieuwe Groep" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:156 -msgid "Ver Perfil" -msgstr "Bekijk Profiel" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:719 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:720 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:161 -msgid "Editar Perfil" -msgstr "Wijzig Profiel" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:698 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:699 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:165 -msgid "Nuevo Perfil" -msgstr "Nieuw Profiel" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:169 -msgid "Ver Cliente" -msgstr "Bekijk Klant" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:175 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:176 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:174 -#: ../../../../inc/SP/Core/Acl.class.php:205 -msgid "Editar Cliente" -msgstr "Wijzig Klant" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:164 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:165 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:178 -#: ../../../../inc/themes/material-blue/views/account/account.inc:67 -msgid "Nuevo Cliente" -msgstr "Nieuwe Klant" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:182 -msgid "Ver Categoría" -msgstr "Bekijk Categorie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:101 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:102 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:187 -#: ../../../../inc/SP/Core/Acl.class.php:200 -msgid "Editar Categoría" -msgstr "Wijzig Categorie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:90 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:91 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:191 -#: ../../../../inc/themes/material-blue/views/account/account.inc:90 -msgid "Nueva Categoría" -msgstr "Nieuwe Categorie" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:195 -msgid "Ver Autorización" -msgstr "Bekijk Autorisatie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:782 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:783 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:200 -msgid "Nueva Autorización" -msgstr "Nieuwe Autorisatie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:803 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:804 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:204 -msgid "Editar Autorización" -msgstr "Wijzig Autorisatie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:240 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:241 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:208 -msgid "Nuevo Campo" -msgstr "Nieuw Veld" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:251 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:252 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:212 -msgid "Editar Campo" -msgstr "Wijzig Veld" - -#: ../../../../inc/SP/Forms/UserForm.class.php:110 -msgid "Es necesario un nombre de usuario" -msgstr "Een gebruikersnaam is nodig" - -#: ../../../../inc/SP/Forms/UserForm.class.php:114 -msgid "Es necesario un login" -msgstr "Een inlog is nodig" - -#: ../../../../inc/SP/Forms/UserForm.class.php:118 -msgid "Es necesario un perfil" -msgstr "Een profiel is nodig" - -#: ../../../../inc/SP/Forms/UserForm.class.php:122 -msgid "Es necesario un grupo" -msgstr "Een groep is nodig" - -#: ../../../../inc/SP/Forms/UserForm.class.php:126 -msgid "Es necesario un email" -msgstr "Een emailadres is nodig" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:237 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:529 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:613 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:683 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:733 -#: ../../../../inc/SP/Forms/UserForm.class.php:130 -#: ../../../../inc/SP/Forms/UserForm.class.php:142 -#: ../../../../inc/SP/Forms/UserForm.class.php:160 -msgid "Ey, esto es una DEMO!!" -msgstr "Hallo, dit is een DEMO!!" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:98 -#: ../../../../inc/SP/Forms/UserForm.class.php:146 -msgid "La clave no puede estar en blanco" -msgstr "Wachtwoorden mogen niet leeg zijn" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:233 -msgid "Usuario creado" -msgstr "Gebruiker toegevoegd" - -#: ../../../../inc/SP/Core/Upgrade/User.class.php:156 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:88 -#, fuzzy -msgid "Error al crear el usuario" -msgstr "Fout bij aanmaken gebruiker" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:253 -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:104 -msgid "Usuario actualizado" -msgstr "Gebruiker bijgewerkt" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:181 -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:195 -#, fuzzy -msgid "Error al actualizar el usuario" -msgstr "Fout bij bijwerken gebruiker" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:280 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:323 -#, fuzzy -msgid "Error al modificar la clave" -msgstr "Fout bij wachtwoord wijzigen" - -#: ../../../../inc/SP/Forms/UserForm.class.php:166 -msgid "No es posible eliminar, usuario en uso" -msgstr "Niet mogelijk om te verwijderen, gebruiker is bezet" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:267 -msgid "Usuario eliminado" -msgstr "Gebruiker verwijderd" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:130 -#, fuzzy -msgid "Error al eliminar el usuario" -msgstr "Fout bij verwijderen gebruiker" - -#: ../../../../inc/SP/Forms/GroupForm.class.php:84 -msgid "Es necesario un nombre de grupo" -msgstr "Een groepnaam is nodig" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:58 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:194 -msgid "Nombre de grupo duplicado" -msgstr "Dubbele groepnaam" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:374 -msgid "Grupo creado" -msgstr "Groep toegevoegd" - -#: ../../../../inc/SP/Core/Upgrade/Group.class.php:115 -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:68 -#, fuzzy -msgid "Error al crear el grupo" -msgstr "Fout bij aanmaken groep" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:382 -msgid "Grupo actualizado" -msgstr "Groep bijgewerkt" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:205 -#, fuzzy -msgid "Error al actualizar el grupo" -msgstr "Fout bij bijwerken groep" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:498 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:93 -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:24 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:46 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:48 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:51 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:140 -msgid "Usuarios" -msgstr "Gebruikers" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:309 -#: ../../../../inc/SP/Controller/ConfigController.class.php:205 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:365 -#: ../../../../inc/SP/Controller/MainController.class.php:615 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:90 -#: ../../../../inc/themes/material-blue/views/account/linkedAccounts.inc:13 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:30 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:32 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:196 -msgid "Cuentas" -msgstr "Accounts" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:115 -msgid "No es posible eliminar" -msgstr "Fout bij verwijderen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:395 -msgid "Grupo eliminado" -msgstr "Groep verwijderd" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:120 -#, fuzzy -msgid "Error al eliminar el grupo" -msgstr "Fout bij verwijderen groep" - -#: ../../../../inc/SP/Forms/ProfileForm.class.php:111 -msgid "Es necesario un nombre de perfil" -msgstr "Een profiel naam is nodig" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:57 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:183 -msgid "Nombre de perfil duplicado" -msgstr "Dubbele profiel naam" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:434 -msgid "Perfil creado" -msgstr "Profiel toegevoegd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:442 -msgid "Perfil actualizado" -msgstr "Profiel bijgewerkt" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:455 -msgid "Perfil eliminado" -msgstr "Profiel verwijderd" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:369 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:496 -#: ../../../../inc/SP/Import/ImportBase.class.php:204 -msgid "Cliente creado" -msgstr "Klant toegevoegd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:504 -msgid "Cliente actualizado" -msgstr "Klant bijgewerkt" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:405 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:517 -msgid "Cliente eliminado" -msgstr "Klant verwijderd" - -#: ../../../../inc/SP/Forms/CategoryForm.class.php:83 -msgid "Es necesario un nombre de categoría" -msgstr "Een categorie naam is nodig" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:280 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:558 -#: ../../../../inc/SP/Import/ImportBase.class.php:182 -msgid "Categoría creada" -msgstr "Categorie toegevoegd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:566 -msgid "Categoría actualizada" -msgstr "Categorie bijgewerkt" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:316 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:580 -msgid "Categoría eliminada" -msgstr "Categorie verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:624 -msgid "Autorización creada" -msgstr "Autorisatie toegevoegd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:637 -msgid "Autorización actualizada" -msgstr "Autorisatie bijgewerkt" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:648 -msgid "Autorización eliminada" -msgstr "Autorisatie verwijderd" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:87 -msgid "Nombre del campo no indicado" -msgstr "Veld naam niet ingevuld" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:89 -msgid "Tipo del campo no indicado" -msgstr "Veld type niet ingevuld" - -#: ../../../../inc/SP/Forms/CustomFieldDefForm.class.php:91 -msgid "Módulo del campo no indicado" -msgstr "Veld module niet ingevuld" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:678 -msgid "Campo creado" -msgstr "Veld toegevoegd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:685 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:288 -msgid "Campo actualizado" -msgstr "Veld bijgewerkt" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:696 -msgid "Campo eliminado" -msgstr "Veld verwijderd" - -#: ../../../../inc/SP/Core/Backup.class.php:55 -msgid "Realizar Backup" -msgstr "Backup maken" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:434 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:738 -#: ../../../../inc/SP/Core/Backup.class.php:75 -#, fuzzy -msgid "Error al realizar el backup" -msgstr "Fout in backup proces" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:435 -#: ../../../../inc/SP/Controller/ChecksController.class.php:113 -#: ../../../../inc/SP/Controller/ChecksController.class.php:142 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:716 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:739 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1099 -#: ../../../../inc/SP/Import/Import.class.php:117 -#, fuzzy -msgid "Revise el registro de eventos para más detalles" -msgstr "Check het eventlog voor mij" - -#: ../../../../inc/SP/Core/Backup.class.php:84 -msgid "Copia de la aplicación y base de datos realizada correctamente" -msgstr "Applicatie en database backup succesvol afgerond" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:428 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:743 -msgid "Proceso de backup finalizado" -msgstr "Backup proces afgerond" - -#: ../../../../inc/SP/Core/XmlExport.class.php:146 -#, fuzzy -msgid "Error al realizar la exportación de cuentas" -msgstr "Fout opgetreden bij exporteren van accounts" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:715 -#, fuzzy -msgid "Error al realizar la exportación" -msgstr "Fout opgetreden bij exporteren" - -#: ../../../../inc/SP/Core/XmlExport.class.php:155 -msgid "Exportación de cuentas realizada correctamente" -msgstr "Export succesvol afgerond" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:720 -msgid "Proceso de exportación finalizado" -msgstr "Export proces afgerond" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:124 -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:464 -#: ../../../../inc/SP/Controller/ChecksController.class.php:92 -#, fuzzy -msgid "Los parámetros de LDAP no están configurados" -msgstr "LDAP parameters niet opgegeven" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:138 -#: ../../../../inc/SP/Controller/ChecksController.class.php:107 -msgid "Conexión a LDAP correcta" -msgstr "LDAP connectie gelukt" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:139 -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:78 -msgid "Objetos encontrados" -msgstr "Objecten gevonden" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:257 -msgid "Modificar Configuración" -msgstr "Wijzig Configuratie" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:290 -msgid "El tamaño máximo por archivo es de 16MB" -msgstr "Het maxiumale bestands formaat is 16MB per bestand" - -#: ../../../../js/strings.js.php:45 -msgid "Extensión no permitida" -msgstr "Extensie niet toegestaan" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:205 -msgid "Faltan parámetros de Proxy" -msgstr "Missende proxy parameters" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:216 -msgid "Proxy habiltado" -msgstr "Proxy geactiveerd" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:220 -msgid "Proxy deshabilitado" -msgstr "Proxy uitgeschakeld" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:223 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:309 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:375 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:422 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:475 -msgid "Sección" -msgstr "Sectie" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:223 -#: ../../../../inc/SP/Controller/ConfigController.class.php:155 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:226 -#: ../../../../inc/themes/material-blue/views/main/install.inc:132 -msgid "General" -msgstr "Algemeen" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:329 -msgid "Faltan parámetros de Wiki" -msgstr "Missende Wiki parameters" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:339 -msgid "Wiki habiltada" -msgstr "Wiki geactiveerd" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:343 -msgid "Wiki deshabilitada" -msgstr "Wiki uitgeschakeld" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:375 -#: ../../../../inc/SP/Controller/ConfigController.class.php:237 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:63 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:10 -msgid "Wiki" -msgstr "Wiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:400 -msgid "Faltan parámetros de LDAP" -msgstr "Missende LDAP parameters" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:415 -msgid "LDAP habiltado" -msgstr "LDAP geactiveerd" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:419 -msgid "LDAP deshabilitado" -msgstr "LDAP uitgeschakeld" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:422 -#: ../../../../inc/SP/Controller/ConfigController.class.php:270 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:7 -msgid "LDAP" -msgstr "LDAP" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:448 -msgid "Faltan parámetros de Correo" -msgstr "Missende Email parameters" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:466 -msgid "Correo habiltado" -msgstr "Email geactiveerd" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:472 -msgid "Correo deshabilitado" -msgstr "Email uitgeschakeld" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:475 -#: ../../../../inc/SP/Controller/ConfigController.class.php:301 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:7 -msgid "Correo" -msgstr "Email" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:251 -msgid "Configuración actualizada" -msgstr "Configuratie bijgewerkt" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:497 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:592 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:277 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:520 -#: ../../../../inc/SP/Controller/LoginController.class.php:316 -#: ../../../../inc/SP/Controller/LoginController.class.php:326 -msgid "Clave maestra actualizada" -msgstr "Master Wachtwoord bijgewerkt" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:498 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:594 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:277 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:520 -#, fuzzy -msgid "Reinicie la sesión para cambiarla" -msgstr "Herstart sessie om bij te werken" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:504 -msgid "Clave maestra no indicada" -msgstr "Master Wachtwoord nodig" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:509 -msgid "Se ha de confirmar el cambio de clave" -msgstr "De wachtwoord wijziging moet bevestigd worden" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:514 -msgid "Las claves son idénticas" -msgstr "De wachtwoorden zijn gelijk" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:519 -msgid "Las claves maestras no coinciden" -msgstr "De master wachtwoorden zijn niet gelijk" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:524 -msgid "La clave maestra actual no coincide" -msgstr "Het huidige master wachtwoord matched niet" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:550 -#, fuzzy -msgid "Errores al actualizar las claves de las cuentas" -msgstr "Fout bij wijzigen wachtwoord van account" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:561 -#, fuzzy -msgid "Errores al actualizar las claves de las cuentas del histórico" -msgstr "Fout bij wijzigen wachtwoord van account in de geschiedenis" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:570 -#, fuzzy -msgid "Errores al actualizar datos de campos personalizados" -msgstr "Fout bij wijzigen aangepaste velden" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:69 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:92 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:199 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:215 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:589 -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:617 -msgid "Actualizar Clave Maestra" -msgstr "Bijwerken Master Wachtwoord" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:597 -#, fuzzy -msgid "Error al guardar el hash de la clave maestra" -msgstr "Fout bij opslaan van Master Wachtwoord" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:646 -msgid "Generar Clave Temporal" -msgstr "Genereer tijdelijk wachtwoord" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:498 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:64 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:56 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:62 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:73 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:76 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:79 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:87 -#: ../../../../inc/themes/material-blue/views/account/account.inc:124 -#: ../../../../inc/themes/material-blue/views/account/account.inc:131 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:31 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:269 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:272 -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:61 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:138 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:77 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:84 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:229 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:236 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:46 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:53 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:102 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:109 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:35 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:41 -#: ../../../../inc/themes/material-blue/views/main/install.inc:43 -#: ../../../../inc/themes/material-blue/views/main/login.inc:27 -#: ../../../../inc/themes/material-blue/views/main/login.inc:88 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:34 -msgid "Clave" -msgstr "Wachtwoord" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:649 -msgid "Clave Temporal Generada" -msgstr "Tijdelijk wachtwoord gegenereerd" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:669 -#, fuzzy -msgid "Error al generar clave temporal" -msgstr "Fout bij genereren tijdelijk wachtwoord" - -#: ../../../../inc/SP/Controller/LoginController.class.php:124 -msgid "Usuario/Clave no introducidos" -msgstr "Gebruiker/Wachtwoord niet ingevuld" - -#: ../../../../inc/SP/Controller/LoginController.class.php:108 -msgid "Inicio sesión" -msgstr "Inloggen" - -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:114 -#, fuzzy -msgid "Error al guardar los datos de LDAP" -msgstr "Fout bij opslaan van LDAP gebruikers data" - -#: ../../../../inc/SP/Account/Account.class.php:321 -#: ../../../../inc/SP/Account/Account.class.php:324 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:138 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:255 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:147 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:273 -#: ../../../../inc/SP/Api/ApiBase.class.php:200 -#: ../../../../inc/SP/Api/ApiBase.class.php:203 -#: ../../../../inc/SP/Api/ApiRequest.class.php:160 -#: ../../../../inc/SP/Api/ApiUtil.class.php:55 -#: ../../../../inc/SP/Controller/LoginController.class.php:201 -#: ../../../../inc/SP/Controller/LoginController.class.php:229 -#: ../../../../inc/SP/Controller/LoginController.class.php:248 -#: ../../../../inc/SP/Controller/LoginController.class.php:346 -#: ../../../../inc/SP/Controller/LoginController.class.php:377 -#: ../../../../inc/SP/Controller/LoginController.class.php:477 -#: ../../../../inc/SP/Controller/LoginController.class.php:502 -#: ../../../../inc/SP/Core/OldCrypt.class.php:169 -#: ../../../../inc/SP/Core/OldCrypt.class.php:181 -#: ../../../../inc/SP/Import/XmlFileImport.class.php:106 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:93 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:179 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:238 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:300 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:364 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomField.class.php:71 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomField.class.php:138 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:88 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:159 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:208 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:229 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:250 -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:135 +"X-Poedit-SearchPath-0: ../../../modules\n" +"X-Poedit-SearchPath-1: ../../../../lib\n" +"X-Poedit-SearchPath-2: ../../../config\n" + +#: ../../../../lib/SP/Bootstrap.php:265 +#, php-format +msgid "Versión de PHP requerida >= %s <= %s" +msgstr "Vereiste PHP versie >= %s <= %s" + +#: ../../../../lib/SP/Config/ConfigUtil.php:111 +#, php-format +msgid "Actual: %s - Necesario: 750" +msgstr "Huidig: %s - Vereist: 750" + +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 msgid "Error interno" msgstr "Interne fout" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:224 -#, fuzzy -msgid "Error al actualizar la clave del usuario en la BBDD" -msgstr "Fout bij bijwerken gebruiker wachtwoord in de Database" - -#: ../../../../inc/SP/Controller/LoginController.class.php:151 -#: ../../../../inc/SP/Controller/LoginController.class.php:458 -#: ../../../../inc/SP/Controller/LoginController.class.php:520 -#: ../../../../inc/SP/Controller/LoginController.class.php:546 -msgid "Login incorrecto" -msgstr "Foutieve login" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:565 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:158 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:111 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:365 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:748 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:835 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:625 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:638 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:735 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:745 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:760 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:410 -#: ../../../../inc/SP/Controller/LoginController.class.php:262 -#: ../../../../inc/SP/Controller/LoginController.class.php:371 -#: ../../../../inc/SP/Controller/LoginController.class.php:455 -#: ../../../../inc/SP/Controller/LoginController.class.php:521 -#: ../../../../inc/SP/Controller/LoginController.class.php:548 -#: ../../../../inc/SP/Core/Init.class.php:630 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:78 -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:110 -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:64 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:45 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:51 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:54 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:60 -#: ../../../../inc/themes/material-blue/views/account/account.inc:111 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:20 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:63 -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:47 -#: ../../../../inc/themes/material-blue/views/config/info.inc:46 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:117 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:64 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:71 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:209 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:223 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:31 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:35 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:37 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:16 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:18 -#: ../../../../inc/themes/material-blue/views/main/login.inc:15 -#: ../../../../inc/themes/material-blue/views/main/login.inc:87 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:16 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:90 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:92 -msgid "Usuario" -msgstr "Gebruiker" - -#: ../../../../inc/SP/Controller/LoginController.class.php:466 -msgid "Cuenta expirada" -msgstr "Account verlopen" - -#: ../../../../inc/SP/Controller/LoginController.class.php:472 -msgid "El usuario no tiene grupos asociados" -msgstr "De gebruiker heeft geen geassocieerde groepen" - -#: ../../../../inc/SP/Controller/LoginController.class.php:549 -msgid "Autentificación" -msgstr "Authenticatie" - -#: ../../../../inc/SP/Controller/LoginController.class.php:261 -#: ../../../../inc/SP/Controller/LoginController.class.php:266 -msgid "Usuario deshabilitado" -msgstr "Gebruiker uitgeschakeld" - -#: ../../../../inc/SP/Controller/LoginController.class.php:246 -#, fuzzy -msgid "Error al obtener los datos del usuario de la BBDD" -msgstr "Fout bij ophalen gebruiker data vanuit de DB" - -#: ../../../../inc/SP/Controller/LoginController.class.php:337 -#, fuzzy -msgid "La clave maestra no ha sido guardada o es incorrecta" -msgstr "Het Master Wachtwoord is niet opgeslagen" - -#: ../../../../inc/SP/Controller/LoginController.class.php:309 -#: ../../../../inc/SP/Controller/LoginController.class.php:313 -#: ../../../../inc/SP/Controller/LoginController.class.php:319 -#: ../../../../inc/SP/Controller/LoginController.class.php:323 -#: ../../../../inc/SP/Controller/LoginController.class.php:342 -#: ../../../../inc/SP/Controller/LoginController.class.php:344 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:63 -#, fuzzy -msgid "Clave maestra incorrecta" -msgstr "Ongeldig Master Wachtwoord" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:475 -#: ../../../../inc/SP/Controller/LoginController.class.php:372 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:55 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:57 -msgid "Perfil" -msgstr "Profiel" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:599 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:137 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:149 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:159 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:110 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:476 -#: ../../../../inc/SP/Controller/LoginController.class.php:373 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:251 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:254 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:174 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:201 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:71 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:73 -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:21 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:137 -msgid "Grupo" -msgstr "Groep" - -#: ../../../../ajax/ajax_accGetFiles.php:43 -#: ../../../../ajax/ajax_filesMgmt.php:58 -msgid "Gestión de archivos deshabilitada" -msgstr "Bestands management uitgeschakeld" - -#: ../../../../ajax/ajax_filesMgmt.php:73 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:95 -msgid "Subir Archivo" -msgstr "Bestand uploaden" - -#: ../../../../ajax/ajax_filesMgmt.php:79 -#, fuzzy -msgid "No hay extensiones permitidas" -msgstr "Er zijn geen toegestande extensies" - -#: ../../../../ajax/ajax_filesMgmt.php:96 -#: ../../../../inc/SP/Import/FileImport.class.php:97 -msgid "Tipo de archivo no soportado" -msgstr "Bestandstype niet toegestaan" - -#: ../../../../ajax/ajax_filesMgmt.php:103 -msgid "Archivo inválido" -msgstr "Ongeldig bestand" - -#: ../../../../ajax/ajax_filesMgmt.php:117 -#: ../../../../ajax/ajax_filesMgmt.php:135 -#: ../../../../inc/SP/Import/FileImport.class.php:113 -#: ../../../../inc/SP/Import/FileImport.class.php:157 -#: ../../../../inc/SP/Import/FileImport.class.php:185 -#, fuzzy -msgid "Error interno al leer el archivo" -msgstr "Interne fout bij lezen bestand" - -#: ../../../../ajax/ajax_filesMgmt.php:144 -msgid "Archivo guardado" -msgstr "Bestand opgeslagen" - -#: ../../../../ajax/ajax_filesMgmt.php:146 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:79 -msgid "No se pudo guardar el archivo" -msgstr "Fout bij opslaan van bestand" - -#: ../../../../ajax/ajax_filesMgmt.php:154 -#: ../../../../ajax/ajax_filesMgmt.php:198 -msgid "No es un ID de archivo válido" -msgstr "Ongeldig bestands ID" - -#: ../../../../ajax/ajax_filesMgmt.php:160 -msgid "El archivo no existe" -msgstr "Het bestand bestaat niet" - -#: ../../../../ajax/ajax_filesMgmt.php:163 -#: ../../../../inc/themes/material-blue/views/account/files-list.inc:34 -msgid "Descargar Archivo" -msgstr "Download bestand" - -#: ../../../../ajax/ajax_filesMgmt.php:164 -#: ../../../../inc/SP/Api/SyspassApi.class.php:84 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:533 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:19 -msgid "ID" -msgstr "ID" - -#: ../../../../ajax/ajax_filesMgmt.php:104 -#: ../../../../ajax/ajax_filesMgmt.php:166 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:850 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:437 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:97 -#: ../../../../inc/themes/material-blue/views/config/import.inc:66 -#: ../../../../inc/themes/material-blue/views/config/import.inc:69 -msgid "Archivo" -msgstr "Bestand" - -#: ../../../../ajax/ajax_filesMgmt.php:167 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:206 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:283 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:55 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:733 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:743 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:758 -#: ../../../../inc/SP/Controller/LoginController.class.php:454 -#: ../../../../inc/SP/Controller/LoginController.class.php:485 -#: ../../../../inc/SP/Controller/LoginController.class.php:529 -#: ../../../../inc/SP/Controller/LoginController.class.php:547 -#: ../../../../inc/SP/Controller/LoginController.class.php:557 -#: ../../../../inc/SP/Controller/MainActionController.class.php:124 -#: ../../../../inc/SP/Core/Init.class.php:449 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:98 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:76 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:31 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:33 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:39 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:46 -msgid "Tipo" -msgstr "Type" - -#: ../../../../ajax/ajax_filesMgmt.php:125 -#: ../../../../ajax/ajax_filesMgmt.php:168 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:284 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:99 -msgid "Tamaño" -msgstr "Grootte" - -#: ../../../../ajax/ajax_filesMgmt.php:204 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:842 -msgid "Archivo eliminado" -msgstr "Bestand verwijderd" - -#: ../../../../ajax/ajax_filesMgmt.php:206 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:125 -#, fuzzy -msgid "Error al eliminar el archivo" -msgstr "Fout bij verwijderen bestand" - -#: ../../../../ajax/ajax_getContent.php:55 -#: ../../../../inc/SP/Api/ApiBase.class.php:175 -#: ../../../../inc/SP/Api/ApiRequest.class.php:225 -msgid "Parámetros incorrectos" -msgstr "Foutieve parameters" - -#: ../../../../ajax/ajax_passReset.php:61 -msgid "Recuperación de Clave" -msgstr "Wachtwoord Herstel" - -#: ../../../../ajax/ajax_passReset.php:62 -msgid "Solicitado para" -msgstr "Aangevraagd voor" - -#: ../../../../ajax/ajax_passReset.php:69 -msgid "Solicitud enviada" -msgstr "Aanvraag verstuurd" - -#: ../../../../ajax/ajax_passReset.php:73 -msgid "En breve recibirá un correo para completar la solicitud." -msgstr "U ontvanget een email om de aanvraag te bevestigen" - -#: ../../../../ajax/ajax_passReset.php:86 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:329 -msgid "Modificar Clave Usuario" -msgstr "Wijzig Gebruikers Wachtwoord" - -#: ../../../../ajax/ajax_passReset.php:100 -#: ../../../../inc/SP/Auth/Database/Database.class.php:92 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:474 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:235 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:255 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:276 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:287 -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:105 -#: ../../../../inc/SP/Mgmt/Users/UserPass.class.php:330 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:37 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:23 -msgid "Login" -msgstr "Inloggen" - -#: ../../../../ajax/ajax_passReset.php:107 -#, fuzzy -msgid "La clave es incorrecta o no coincide" -msgstr "Het wachtwoord is onjuist of matched niet" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1158 -#: ../../../../inc/SP/Forms/NoticeForm.class.php:95 -msgid "Es necesaria una descripción" -msgstr "Een omschrijving is nodig" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1173 -msgid "Solicitud de Modificación de Cuenta" -msgstr "Aanvraag voor Account Modificatie" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1174 -msgid "Solicitante" -msgstr "Aanvrager" - -#: ../../../../ajax/ajax_filesMgmt.php:165 -#: ../../../../inc/SP/Api/SyspassApi.class.php:85 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:280 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:832 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:734 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:744 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:759 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:848 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1175 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:534 -#: ../../../../inc/SP/Controller/MainController.class.php:608 -#: ../../../../inc/SP/Import/ImportBase.class.php:165 -#: ../../../../inc/SP/Mgmt/Files/File.class.php:96 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:77 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:11 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:13 -msgid "Cuenta" -msgstr "Account" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:344 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:281 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:350 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:403 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:849 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1176 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:23 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:29 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:21 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:27 -#: ../../../../inc/themes/material-blue/views/account/account.inc:54 -#: ../../../../inc/themes/material-blue/views/account/account.inc:56 -#: ../../../../inc/themes/material-blue/views/account/request.inc:24 -#: ../../../../inc/themes/material-blue/views/account/request.inc:31 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:21 -msgid "Cliente" -msgstr "Klant" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:57 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:131 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:593 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:57 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1177 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:37 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:28 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:32 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:33 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:77 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:83 -msgid "Descripción" -msgstr "Omschrijving" - -#: ../../../../inc/SP/Mgmt/Users/UserPreferences.class.php:80 -#, fuzzy -msgid "Error al actualizar preferencias" -msgstr "Fout bij updaten voorkeuren" - -#: ../../../../ajax/ajax_userPrefsSave.php:90 -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:89 -msgid "Preferencias actualizadas" -msgstr "Voorkeuren bijgewerkt" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:509 -msgid "La clave maestra no coincide" -msgstr "Het Master Wachtwoord matched niet" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:274 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:516 -msgid "No tiene permisos para acceder a esta cuenta" -msgstr "U heeft geen permissie op dit account" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:83 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:225 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:226 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:532 -#: ../../../../inc/SP/Core/Acl.class.php:192 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:48 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:87 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:54 -msgid "Ver Clave" -msgstr "Bekijk wachtwoord" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:229 -#: ../../../../js/strings.js.php:72 -msgid "Clave de Cuenta" -msgstr "Account Wachtwoord" - -#: ../../../../inc/SP/Http/Request.class.php:55 -#, fuzzy -msgid "No es posible acceder directamente a este archivo" -msgstr "Niet mogelijk om dit bestand te openen" - -#: ../../../../inc/SP/Account/AccountHistory.class.php:192 -msgid "Error al actualizar el historial" -msgstr "Fout bij bijwerken geschiedenis" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:941 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:950 -msgid "Actualizar Cuenta" -msgstr "Bijwerken Account" - -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:100 -#, fuzzy -msgid "Error al actualizar los grupos secundarios" -msgstr "Fout bij het updaten van de secundaire groep" - -#: ../../../../inc/SP/Account/UserAccounts.class.php:130 -#, fuzzy -msgid "Error al actualizar los usuarios de la cuenta" -msgstr "Fout bij het update van de gebruikers onder het account" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:444 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:445 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:959 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1011 -msgid "Restaurar Cuenta" -msgstr "Account Herstel" - -#: ../../../../inc/SP/Account/Account.class.php:201 -#: ../../../../inc/SP/Account/Account.class.php:508 -#: ../../../../inc/SP/Account/AccountHistory.class.php:216 -#: ../../../../inc/SP/Account/AccountHistory.class.php:393 -#, fuzzy -msgid "No se pudieron obtener los datos de la cuenta" -msgstr "Error bij ophalen account gegevens" - -#: ../../../../inc/SP/Controller/AccountController.class.php:227 -#: ../../../../inc/SP/Controller/MainController.class.php:273 -#: ../../../../inc/SP/Core/Acl.class.php:188 -msgid "Nueva Cuenta" -msgstr "Nieuw Account" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:226 -#: ../../../../inc/SP/Controller/AccountController.class.php:549 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:274 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:275 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:383 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:384 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:454 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:455 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:978 -#: ../../../../inc/SP/Core/Acl.class.php:193 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:39 -#, fuzzy -msgid "Eliminar Cuenta" -msgstr "Verwijder Account" - -#: ../../../../inc/SP/Mgmt/Groups/GroupAccounts.class.php:70 -#, fuzzy -msgid "Error al eliminar grupos asociados a la cuenta" -msgstr "Error bij verwijderen account's groepen" - -#: ../../../../inc/SP/Account/UserAccounts.class.php:89 -#, fuzzy -msgid "Error al eliminar usuarios asociados a la cuenta" -msgstr "Error bij verwijderen account's users" - -#: ../../../../inc/SP/Mgmt/Files/FileUtil.class.php:102 -#, fuzzy -msgid "Error al eliminar archivos asociados a la cuenta" -msgstr "Error bij verwijderen account's bestanden" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:70 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:200 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:73 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:208 -msgid "Inicio" -msgstr "Start" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:74 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:77 -#, fuzzy -msgid "Error en el módulo de encriptación" -msgstr "Error bij encryptie module" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:84 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:207 -#, fuzzy -msgid "Error al obtener las claves de las cuentas" -msgstr "Error bij ophalen account's wachtwoorden" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:148 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:151 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:265 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:268 -#, fuzzy -msgid "Fallo al actualizar la clave de la cuenta" -msgstr "Error bij het updaten van het account wachtwoord" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:112 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:155 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:233 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:272 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:117 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:164 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:245 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:290 -msgid "Cuentas actualizadas" -msgstr "Accounts bijgewerkt" - -#: ../../../../inc/SP/Account/AccountUtil.class.php:132 -#, fuzzy -msgid "No se pudieron obtener los datos de las cuentas" -msgstr "Niet mogelijk om accounts gegevens op te halen" - -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:72 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:99 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:207 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:227 -msgid "Actualizar Clave Maestra (H)" -msgstr "Wijzig Master Wachtwoord (H)" - -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:134 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:260 -msgid "La clave maestra del registro no coincide" -msgstr "De waarde van het hoofd wachtwoord komt niet overeen" - -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:157 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:160 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:283 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:286 -#, fuzzy -msgid "Fallo al actualizar la clave del histórico" -msgstr "Fout bij het updaten van hoofd wachtwoord" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:114 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:185 -msgid "Registros actualizados" -msgstr "Gegevvens bijgewerkt" - -#: ../../../../inc/SP/Core/Acl.class.php:185 -#, fuzzy -msgid "Buscar Cuentas" -msgstr "Zoek accounts" - -#: ../../../../inc/SP/Core/Acl.class.php:186 -msgid "Ver Cuenta" -msgstr "Bekijk Account" - -#: ../../../../inc/SP/Controller/AccountController.class.php:363 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:263 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:264 -#: ../../../../inc/SP/Core/Acl.class.php:187 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:117 -msgid "Copiar Cuenta" -msgstr "Kopieer Account" - -#: ../../../../inc/SP/Controller/AccountController.class.php:409 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:252 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:253 -#: ../../../../inc/SP/Core/Acl.class.php:189 -msgid "Editar Cuenta" -msgstr "Wijzig Account" - -#: ../../../../inc/SP/Core/Acl.class.php:190 -msgid "Editar Clave de Cuenta" -msgstr "Wijzig Account Wachwoord" - -#: ../../../../inc/SP/Core/Acl.class.php:191 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 -msgid "Ver Historial" -msgstr "Bekijk Geschiedenis" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:302 -#: ../../../../inc/SP/Core/Acl.class.php:194 -#: ../../../../inc/themes/material-blue/views/account/files.inc:5 -#: ../../../../inc/themes/material-blue/views/account/files.inc:15 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:231 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:89 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:203 -msgid "Archivos" -msgstr "Bestanden" - -#: ../../../../inc/SP/Core/Acl.class.php:195 -msgid "Peticiones" -msgstr "Aanvragen" - -#: ../../../../inc/SP/Core/Acl.class.php:196 -msgid "Gestión Aplicación" -msgstr "Applicatie Management" - -#: ../../../../inc/SP/Core/Acl.class.php:197 -msgid "Gestión Categorías" -msgstr "Categorieën Management" - -#: ../../../../inc/SP/Core/Acl.class.php:202 -msgid "Gestión Clientes" -msgstr "Klanten Management" - -#: ../../../../inc/SP/Core/Acl.class.php:207 -msgid "Gestión Campos Personalizados" -msgstr "Aangepaste Velden Management" - -#: ../../../../inc/SP/Core/Acl.class.php:208 -msgid "Gestión Autorizaciones API" -msgstr "API Autorisaties Management" - -#: ../../../../inc/SP/Core/Acl.class.php:212 -#: ../../../../inc/SP/Core/Acl.class.php:213 -msgid "Gestión Usuarios" -msgstr "Gebruikers management" - -#: ../../../../inc/SP/Core/Acl.class.php:214 -msgid "Gestión Grupos" -msgstr "Groepen Management" - -#: ../../../../inc/SP/Core/Acl.class.php:215 -msgid "Gestión Perfiles" -msgstr "Profielen management" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:107 -#: ../../../../inc/SP/Config/ConfigDB.class.php:147 -#: ../../../../inc/SP/Controller/MainController.class.php:303 -#: ../../../../inc/SP/Core/Acl.class.php:216 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:75 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:216 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:218 -msgid "Configuración" -msgstr "Configuratie" - -#: ../../../../inc/SP/Core/Acl.class.php:217 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:226 -msgid "Configuración General" -msgstr "Algemene Configuratie" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:330 -#: ../../../../inc/SP/Core/Acl.class.php:218 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:233 -msgid "Encriptación" -msgstr "Encryptie" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:388 -#: ../../../../inc/SP/Core/Acl.class.php:219 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:7 -msgid "Copia de Seguridad" -msgstr "Backup" - -#: ../../../../inc/SP/Core/Acl.class.php:220 -msgid "Exportar" -msgstr "Export" - -#: ../../../../inc/SP/Core/Acl.class.php:221 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 -msgid "Importar" -msgstr "Importeer" - -#: ../../../../inc/SP/Api/ApiBase.class.php:99 -#: ../../../../inc/SP/Api/ApiBase.class.php:159 -#: ../../../../inc/SP/Api/ApiBase.class.php:218 -#: ../../../../inc/SP/Api/ApiBase.class.php:252 -#: ../../../../inc/SP/Api/SyspassApi.class.php:76 -#: ../../../../inc/SP/Api/SyspassApi.class.php:148 -msgid "Acceso no permitido" -msgstr "Onbevoegde toegang" - -#: ../../../../inc/SP/Util/Json.class.php:71 -msgid "Error de codificación" -msgstr "Codering Fout" - -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:60 -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:202 -msgid "La autorización ya existe" -msgstr "De autorisatie bestaat al" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:636 -msgid "Actualizar Autorización" -msgstr "Bijwerken Autorisatie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:813 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:814 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:651 -msgid "Eliminar Autorización" -msgstr "Verwijder Autorisatie" - -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:157 -msgid "Usuario no pertenece al grupo" -msgstr "De gebruiker behoort niet tot de groep" - -#: ../../../../inc/SP/Auth/AuthUtil.class.php:61 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:135 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:170 -msgid "Cambio de Clave" -msgstr "Wachtwoord wijziging" - -#: ../../../../inc/SP/Auth/AuthUtil.class.php:62 -msgid "Se ha solicitado el cambio de su clave de usuario." -msgstr "" -"Een aanvraag is ingediend voor het wijzigen van uw gebruikers wachtwoord." - -#: ../../../../inc/SP/Auth/AuthUtil.class.php:64 -msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" -msgstr "Om door te kunnen gaan, dient u naar de volgende URL te gaan:" - -#: ../../../../inc/SP/Auth/AuthUtil.class.php:68 -msgid "Si no ha solicitado esta acción, ignore este mensaje." -msgstr "Indien deze actie niet door u is aangevraagd, negeer dan dit bericht." - -#: ../../../../inc/SP/Core/Backup.class.php:249 -msgid "Esta operación sólo es posible en entornos Linux" -msgstr "Deze actie wordt alleen ondersteund in Linux omgevingen" - -#: ../../../../inc/SP/Core/Backup.class.php:253 -#, fuzzy -msgid "Error al realizar backup en modo compatibilidad" -msgstr "Fout bij het backuppen in compatibiliteits mode" - -#: ../../../../inc/SP/Core/Backup.class.php:106 -#: ../../../../inc/SP/Core/XmlExport.class.php:526 -#, fuzzy -msgid "Compruebe los permisos del directorio de backups" -msgstr "Check de permissies op de backup folder" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:174 -msgid "Nombre de categoría duplicado" -msgstr "Dubbele categorie naam" - -#: ../../../../inc/SP/Core/Upgrade/Category.class.php:97 -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:65 -#, fuzzy -msgid "Error al crear la categoría" -msgstr "Fout bij het aanmaken van de categorie" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:358 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:32 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:38 -#: ../../../../inc/themes/material-blue/views/account/account.inc:77 -#: ../../../../inc/themes/material-blue/views/account/account.inc:79 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:57 -msgid "Categoría" -msgstr "Categorie" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:119 -#, fuzzy -msgid "Error al eliminar la categoría" -msgstr "Fout bij verwijderen categorie" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:315 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:111 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:112 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:585 -#: ../../../../inc/SP/Core/Acl.class.php:201 -msgid "Eliminar Categoría" -msgstr "Verwijder Categorie" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:190 -#, fuzzy -msgid "Error al actualizar la categoría" -msgstr "Fout bij wijzigen categorie" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:108 -#: ../../../../inc/SP/Config/ConfigDB.class.php:148 -msgid "Modificar configuración" -msgstr "Bijwerken Configuratie" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:149 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:410 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:416 -msgid "Parámetro" -msgstr "Parameter" - -#: ../../../../inc/SP/Config/ConfigDB.class.php:152 -msgid "Valor" -msgstr "Waarde" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:273 -msgid "Opción no disponible" -msgstr "Optie niet beschikbaar" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:273 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:274 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:275 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:276 -#: ../../../../inc/SP/Controller/ControllerBase.class.php:278 -#: ../../../../inc/SP/Core/Init.class.php:510 -msgid "Consulte con el administrador" -msgstr "Neem contact op met de system administrator" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:275 -msgid "No tiene permisos para acceder a esta página" -msgstr "U heeft geen toegang tot deze pagina" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:276 -msgid "No tiene permisos para realizar esta operación" -msgstr "U heeft hiervoor geen toegang" - -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:105 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:116 -#: ../../../../inc/SP/Log/Email.class.php:141 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:70 -#: ../../../../js/strings.js.php:85 -msgid "Aviso" -msgstr "Waarschuwing" - -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:105 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:116 -msgid "" -"Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." -msgstr "" -"De hoofd wachtwoord hash is opnieuw gemaakt, er hoeft geen verdere actie " -"ondernomen worden," - -#: ../../../../inc/SP/Core/OldCrypt.class.php:170 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:176 msgid "No se puede usar el módulo de encriptación" msgstr "De Crypto module kan niet geladen worden" -#: ../../../../inc/SP/Core/OldCrypt.class.php:182 +#: ../../../../lib/SP/Core/Crypt/OldCrypt.php:186 #, fuzzy msgid "Error al generar datos cifrados" msgstr "Fout bij het genereren van de versleutelde data" -#: ../../../../inc/SP/Core/CryptPKI.class.php:48 -msgid "No es posible generar las claves RSA" -msgstr "Niet mogelijk om de RSA sleutels te genereren" - -#: ../../../../inc/SP/Core/CryptPKI.class.php:116 -#: ../../../../inc/SP/Core/CryptPKI.class.php:118 -#: ../../../../inc/SP/Core/CryptPKI.class.php:151 -#: ../../../../inc/SP/Core/CryptPKI.class.php:153 -msgid "El archivo de clave no existe" -msgstr "Het sleutel bestand bestaat niet" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:84 -msgid "El número de campos es incorrecto (%d)" -msgstr "Foutief aantal velden(%d)" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:85 -#, fuzzy -msgid "Compruebe el formato del archivo CSV en línea %s" -msgstr "Check a.u.b. het CSV bestand op regel %s" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:410 -#: ../../../../inc/SP/Import/Import.class.php:68 -#: ../../../../inc/SP/Import/ImportBase.class.php:86 -msgid "Importar Cuentas" -msgstr "Importeer Accounts" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:111 -#, fuzzy -msgid "Error importando cuenta" -msgstr "Fout bij het importeren van het account" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:222 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:59 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:130 -#: ../../../../inc/themes/material-blue/views/account/account.inc:258 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:175 -msgid "Campos Personalizados" -msgstr "Aangepaste velden" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:77 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:148 -msgid "Actualizando datos encriptados" -msgstr "Bijwerken encrypted data" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:113 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:184 -#, fuzzy -msgid "Registros no actualizados" -msgstr "Geen bijgewerkte velden" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:62 -msgid "Texto" -msgstr "Tekst" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:404 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:54 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:65 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:85 -#: ../../../../inc/themes/material-blue/views/account/account.inc:158 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:64 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:71 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:24 -msgid "Fecha" -msgstr "Datum" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:66 -msgid "Número" -msgstr "Nummer" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:67 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:60 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:87 -msgid "Email" -msgstr "Emailadres" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:68 -msgid "Teléfono" -msgstr "Telefoon" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:69 -msgid "Link" -msgstr "Link" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:70 -msgid "Color" -msgstr "Kleur" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:72 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:91 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:161 -msgid "Categorías" -msgstr "Categorieen" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:146 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:92 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:168 -msgid "Clientes" -msgstr "Klanten" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:608 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:94 -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:46 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:147 -msgid "Grupos" -msgstr "Groepen" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:55 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:179 -#, fuzzy -msgid "Cliente duplicado" -msgstr "Dubbele klant" - -#: ../../../../inc/SP/Core/Upgrade/Customer.class.php:98 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:69 -#, fuzzy -msgid "Error al crear el cliente" -msgstr "Fout bij aanmaken klant" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:195 -#, fuzzy -msgid "Error al actualizar el cliente" -msgstr "Fout bij bijwerken klant" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:503 -msgid "Actualizar Cliente" -msgstr "Bijwerken Klant" - -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:124 -#, fuzzy -msgid "Error al eliminar el cliente" -msgstr "Fout bij verwijderen klant" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:404 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:185 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:186 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:522 -#: ../../../../inc/SP/Core/Acl.class.php:206 -msgid "Eliminar Cliente" -msgstr "Verwijder Klant" - -#: ../../../../inc/SP/Core/Installer.class.php:203 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:133 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:136 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:160 -msgid "No es posible conectar con la BD" -msgstr "Kan geen verbinding maken met de DB" - -#: ../../../../inc/SP/Core/Installer.class.php:204 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:133 -#: ../../../../inc/SP/Storage/MySQLHandler.class.php:137 -#, fuzzy -msgid "Compruebe los datos de conexión" -msgstr "Check a.u.b de connetie parameters" - -#. Not available -#: ../../../../inc/SP/Log/Email.class.php:62 -msgid "N/D" -msgstr "N/A" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:749 -#: ../../../../inc/SP/Log/Email.class.php:63 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:30 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:32 -msgid "Acción" -msgstr "Actie" - -#: ../../../../inc/SP/Log/Email.class.php:64 -msgid "Realizado por" -msgstr "Uitgevoerd door" - -#: ../../../../inc/SP/Log/Email.class.php:76 -#: ../../../../inc/SP/Log/Email.class.php:191 -msgid "Enviar Email" -msgstr "Verstuur Email" - -#: ../../../../inc/SP/Log/Email.class.php:81 -#: ../../../../inc/SP/Log/Email.class.php:198 -msgid "Correo enviado" -msgstr "Email Verstuurd" - -#: ../../../../inc/SP/Log/Email.class.php:91 -#: ../../../../inc/SP/Log/Email.class.php:202 -#, fuzzy -msgid "Error al enviar correo" -msgstr "Fout bij versturen email" - -#: ../../../../inc/SP/Log/Email.class.php:82 -#: ../../../../inc/SP/Log/Email.class.php:192 -msgid "Destinatario" -msgstr "Ontvanger" - -#: ../../../../inc/SP/Log/Email.class.php:85 -msgid "CC" -msgstr "CC" - -#: ../../../../inc/SP/Import/FileImport.class.php:86 -msgid "Archivo no subido correctamente" -msgstr "Bestand succesvol geupload" - -#: ../../../../inc/SP/Import/FileImport.class.php:87 -msgid "Verifique los permisos del usuario del servidor web" -msgstr "Controleer de gebruikers permissies van de web server" - -#: ../../../../inc/SP/Import/FileImport.class.php:98 -#, fuzzy -msgid "Compruebe la extensión del archivo" -msgstr "Check a.u.b de bestandsextensie" - -#: ../../../../inc/SP/Import/FileImport.class.php:114 -#, fuzzy -msgid "Compruebe la configuración de PHP para subir archivos" -msgstr "Check de PHP configuratie voor het uploaden van bestanden" - -#: ../../../../inc/SP/Import/FileImport.class.php:158 -#: ../../../../inc/SP/Import/FileImport.class.php:186 -#, fuzzy -msgid "Compruebe los permisos del directorio temporal" -msgstr "Check de tijdelijke folder" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:330 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:331 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:845 -#: ../../../../inc/themes/material-blue/views/account/files-list.inc:26 -msgid "Eliminar Archivo" -msgstr "Verwijder Bestand" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:647 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:648 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:400 -msgid "Eliminar Grupo" -msgstr "Verwijder Groep" - -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:72 -#, fuzzy -msgid "Error al eliminar los usuarios del grupo" -msgstr "Fout bij verwijderen groep gebruikers" - -#: ../../../../inc/SP/Import/Import.class.php:86 -#, fuzzy -msgid "Compruebe el formato del archivo" -msgstr "Check a.u.b de " - -#: ../../../../inc/SP/Import/Import.class.php:116 -msgid "Importación finalizada" -msgstr "Import succesvol" - -#: ../../../../inc/SP/Core/Init.class.php:183 -#, fuzzy -msgid "Error en la verificación de la base de datos" -msgstr "Fout bij het checken van de database" - -#: ../../../../inc/SP/Core/Init.class.php:506 -#: ../../../../inc/SP/Core/Init.class.php:510 -msgid "La sesión no puede ser inicializada" -msgstr "Sessie kan niet worden geinitaliseerd" - -#: ../../../../inc/SP/Core/Init.class.php:469 -msgid "El directorio \"/config\" no existe" -msgstr "De \"/config\" folder bestaat niet" - -#: ../../../../inc/SP/Core/Init.class.php:474 -msgid "No es posible escribir en el directorio \"config\"" -msgstr "Niet mogelijk om naar de \"/config\" te schrijven" - -#: ../../../../inc/SP/Core/Init.class.php:481 -#, fuzzy -msgid "Los permisos del directorio \"/config\" son incorrectos" -msgstr "De \"/config\" folder permissies zijn incorrect" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Actual:" -msgstr "Huidig:" - -#: ../../../../inc/SP/Core/Init.class.php:481 -msgid "Necesario: 750" -msgstr "Nodig: 750" - -#: ../../../../inc/SP/Core/Init.class.php:594 -msgid "Aplicación en mantenimiento" -msgstr "Applicatie in onderhoud" - -#: ../../../../inc/SP/Core/Init.class.php:594 -msgid "En breve estará operativa" -msgstr "Een moment geduld" - -#: ../../../../inc/SP/Core/Init.class.php:629 -msgid "Finalizar sesión" -msgstr "Uitloggen sessie" - -#: ../../../../inc/SP/Core/Init.class.php:631 -msgid "Tiempo inactivo" -msgstr "Inactieve tijd" - -#: ../../../../inc/SP/Core/Init.class.php:632 -msgid "Tiempo total" -msgstr "Totale tijd" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -msgid "La aplicación necesita actualizarse" -msgstr "De applicatie dient bijgewerkt te worden" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -msgid "Si es un administrador pulse en el enlace: %s" -msgstr "Indien u een administrator bent klik dan op de link: %s" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:552 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:57 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:172 -msgid "Actualizar" -msgstr "Update" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:62 -#: ../../../../inc/SP/Controller/MainActionController.class.php:121 -#: ../../../../inc/SP/Core/Init.class.php:446 -msgid "Actualización" -msgstr "Update" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:122 -#: ../../../../inc/SP/Core/Init.class.php:447 -msgid "Actualización de versión realizada." -msgstr "Versie update bijgewerkt" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:138 -#: ../../../../inc/SP/Controller/MainActionController.class.php:123 -#: ../../../../inc/SP/Core/Init.class.php:448 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:207 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:220 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:430 -#: ../../../../inc/themes/material-blue/views/config/info.inc:40 -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:25 -msgid "Versión" -msgstr "Versie" - -#: ../../../../inc/SP/Core/Installer.class.php:139 -#, fuzzy -msgid "Indicar nombre de usuario admin" -msgstr "Vul de admin gebruikersnaam in" - -#: ../../../../inc/SP/Core/Installer.class.php:140 -#, fuzzy -msgid "Usuario admin para acceso a la aplicación" -msgstr "Administratie gebuiker om in te loggen in de applicatie" - -#: ../../../../inc/SP/Core/Installer.class.php:144 -#, fuzzy -msgid "Indicar la clave de admin" -msgstr "Geef het admin wachtwoord op" - -#: ../../../../inc/SP/Core/Installer.class.php:145 -msgid "Clave del usuario admin de la aplicación" -msgstr "Administratie gebruikers wachtwoord" - -#: ../../../../inc/SP/Core/Installer.class.php:149 -#, fuzzy -msgid "Indicar la clave maestra" -msgstr "geef het hoofd wachtwoord op" - -#: ../../../../inc/SP/Core/Installer.class.php:150 -msgid "Clave maestra para encriptar las claves" -msgstr "Hoofd wachtwoord om de wachtwoorden te versleutelen" - -#: ../../../../inc/SP/Core/Installer.class.php:154 -msgid "Clave maestra muy corta" -msgstr "Hoofd wachtwoor is te kort" - -#: ../../../../inc/SP/Core/Installer.class.php:155 -msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" -msgstr "Het hoofd wachtwoord dient uit minimaal 11 karakters te bestaan" - -#: ../../../../inc/SP/Core/Installer.class.php:159 -#, fuzzy -msgid "Indicar el usuario de la BBDD" -msgstr "Geef de database gebruiker op" - -#: ../../../../inc/SP/Core/Installer.class.php:160 -msgid "Usuario con permisos de administrador de la Base de Datos" -msgstr "Een gebruiker met database administrator rechten" - -#: ../../../../inc/SP/Core/Installer.class.php:169 -#, fuzzy -msgid "Indicar el nombre de la BBDD" -msgstr "Geef de database naam op" - -#: ../../../../inc/SP/Core/Installer.class.php:170 -msgid "Nombre para la BBDD de la aplicación pej. syspass" -msgstr "Applicatie database naam vb. syspass" - -#: ../../../../inc/SP/Core/Installer.class.php:174 -msgid "El nombre de la BBDD no puede contener \".\"" -msgstr "Database naam mag geen \".\" bevatten" - -#: ../../../../inc/SP/Core/Installer.class.php:175 -#, fuzzy -msgid "Elimine los puntos del nombre de la Base de Datos" -msgstr "Verwijder a.u.b punten in de database naam" - -#: ../../../../inc/SP/Core/Installer.class.php:179 -#, fuzzy -msgid "Indicar el servidor de la BBDD" -msgstr "Geef de database server op" - -#: ../../../../inc/SP/Core/Installer.class.php:180 -msgid "Servidor donde se instalará la Base de Datos" -msgstr "Server waar de database geinstalleerd wordt" - -#: ../../../../inc/SP/Core/Installer.class.php:238 -msgid "No es posible comprobar el usuario de sysPass" -msgstr "Niet mogelijk om de syspass gebruiker te controleren" - -#: ../../../../inc/SP/Core/Installer.class.php:239 -#, fuzzy -msgid "Compruebe los permisos del usuario de conexión a la BD" -msgstr "Check a.u.b de DB connectie gebruikers rechten" - -#: ../../../../inc/SP/Core/Installer.class.php:301 -msgid "La BBDD ya existe" -msgstr "De database bestaat al" - -#: ../../../../inc/SP/Core/Installer.class.php:302 -#, fuzzy -msgid "Indique una nueva Base de Datos o elimine la existente" -msgstr "Geef een nieuwe database of verwijder de huidige" - -#: ../../../../inc/SP/Core/Installer.class.php:316 -#: ../../../../inc/SP/Core/Installer.class.php:419 -#, fuzzy -msgid "Error al crear la BBDD" -msgstr "Fout bij het creeeren van de DB" - -#: ../../../../inc/SP/Core/Installer.class.php:317 -#: ../../../../inc/SP/Core/Installer.class.php:337 -#, fuzzy -msgid "Verifique los permisos del usuario de la Base de Datos" -msgstr "Controleer database gebruiker rechten aub." - -#: ../../../../inc/SP/Core/Installer.class.php:392 -msgid "El archivo de estructura de la BBDD no existe" -msgstr "Het database structuurbestand bestaat niet" - -#: ../../../../inc/SP/Core/Installer.class.php:393 -msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." -msgstr "" -"Niet mogelijk om de applicatie database aan te maken. Download hem opnieuw " -"aub." - -#: ../../../../inc/SP/Core/Installer.class.php:401 -#, fuzzy -msgid "Error al seleccionar la BBDD" -msgstr "Fout tijdens het selecteren database" - -#: ../../../../inc/SP/Core/Installer.class.php:402 -msgid "" -"No es posible usar la Base de Datos para crear la estructura. Compruebe los " -"permisos y que no exista." -msgstr "" -"Kan de database niet gebruiken, controleer de login gegevens en de rechten." - -#: ../../../../inc/SP/Core/Installer.class.php:420 -msgid "Error al crear la estructura de la Base de Datos." -msgstr "Fout tijdens het maken van de database structuur" - -#: ../../../../inc/SP/Core/Installer.class.php:490 -msgid "Informe al desarrollador" -msgstr "Waarschuw de ontwikkelaar" - -#: ../../../../inc/SP/Core/Installer.class.php:484 -#, fuzzy -msgid "Error al actualizar la clave maestra del usuario \"admin\"" -msgstr "" -"Fout tijdens het veranderen van het Hoofd wachtoord voor de \"admin\" " -"gebruiker" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:175 -msgid "No es posible conectar con el servidor de LDAP" -msgstr "Niet mogelijk om te verbinden met de LDAP server" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:223 -msgid "Error al conectar (BIND)" -msgstr "Connectie probleem (BIND)" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:246 -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:666 -msgid "Error al buscar objetos en DN base" -msgstr "Fout bij zoeken naar objecten in de base DN" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:598 -#, fuzzy -msgid "Error al buscar RDN de grupo" -msgstr "Fout bij zoeken in groep RDN" - -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:564 -#, fuzzy -msgid "Error al localizar el usuario en LDAP" -msgstr "Fout bij het zoeken gebruiker in DLS" - -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:136 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:109 -msgid "Error al buscar el grupo de usuarios" -msgstr "Fout bij het zoeken gebruikers groep" - -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:124 -#: ../../../../inc/SP/Auth/Ldap/LdapMsAds.class.php:148 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:95 -#: ../../../../inc/SP/Auth/Ldap/LdapStd.class.php:119 -msgid "Usuario verificado en grupo" -msgstr "Gebruiker in groep geverifieerd" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:102 -msgid "Vaciar Eventos" -msgstr "Schoon events op" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:102 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:144 -msgid "Vaciar registro de eventos" -msgstr "Event log opschonen" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:398 -#: ../../../../inc/SP/Mgmt/Customers/Customer.class.php:129 -msgid "Cliente no encontrado" -msgstr "Klant niet gevonden" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:246 -#, fuzzy -msgid "Error al obtener los usuarios" -msgstr "Fout bij het ophalen van gebruikers" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:52 -msgid "Migrar Perfiles" -msgstr "Migreer profielen" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:82 -#, fuzzy -msgid "Error al obtener perfiles" -msgstr "Fout bij het ophalen van profielen" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:144 -msgid "Operación realizada correctamente" -msgstr "Operatie succesvol" - -#: ../../../../inc/SP/Mgmt/Profiles/ProfileUtil.class.php:149 -#, fuzzy -msgid "Fallo al realizar la operación" -msgstr "Fout bij het uitvoeren van het process" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:729 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:730 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:460 -msgid "Eliminar Perfil" -msgstr "Verwijder Profiel" - -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:68 -msgid "Formato de XML inválido" -msgstr "Ongeldig XML formaat" - -#: ../../../../inc/SP/Core/Template.class.php:125 -#: ../../../../inc/SP/Core/Template.class.php:127 -#: ../../../../inc/SP/Html/DataGrid/DataGridBase.class.php:263 +#: ../../../../lib/SP/DataModel/TrackData.php:155 +#: ../../../../lib/SP/Repositories/Track/TrackRequest.php:56 +msgid "IP inválida" +msgstr "Ongeldig IP" + +#: ../../../../lib/SP/Html/DataGrid/DataGridBase.php:306 +#: ../../../../lib/SP/Mvc/View/Template.php:122 +#, php-format msgid "No es posible obtener la plantilla \"%s\" : %s" msgstr "Niet mogelijk om \"%s\" template: %s op te halen" -#: ../../../../inc/SP/Core/Template.class.php:181 -#: ../../../../inc/SP/Core/Template.class.php:183 +#: ../../../../lib/SP/Mvc/View/Template.php:274 +#: ../../../../lib/SP/Mvc/View/Template.php:276 +#, php-format msgid "No es posible obtener la variable \"%s\"" msgstr "Niet mogelijk om \"%s\" variable op te halen" -#: ../../../../inc/SP/Core/Template.class.php:226 -#: ../../../../inc/SP/Core/Template.class.php:228 +#: ../../../../lib/SP/Mvc/View/Template.php:322 +#: ../../../../lib/SP/Mvc/View/Template.php:324 +#, php-format msgid "No es posible destruir la variable \"%s\"" msgstr "Niet mogelijk om de \"%s\" variabele terug te zetten" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:89 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:232 -#, fuzzy -msgid "Error al aplicar la actualización de la Base de Datos" -msgstr "Fout bij het updaten van de database" +#: ../../../../lib/SP/Plugin/PluginManager.php:113 +#: ../../../../lib/SP/Plugin/PluginManager.php:256 +#, php-format +msgid "No es posible cargar el plugin \"%s\"" +msgstr "Fout bij het laden van de plugin \"%s\"" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:84 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:90 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:101 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:111 -msgid "Compruebe el registro de eventos para más detalles" -msgstr "Check a.u.b de event log voor meer details" +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:87 +#, php-format +msgid "Realizado por: %s (%s)" +msgstr "Uitgevoerd door: %s (%s)" -#: ../../../../inc/themes/material-blue/views/main/login.inc:65 -msgid "Acceder" -msgstr "Aanmelden" +#: ../../../../lib/SP/Providers/Mail/MailHandler.php:88 +#, fuzzy, php-format +msgid "Dirección IP: %s" +msgstr "IP Adres /%" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:83 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:110 -#, fuzzy -msgid "Error al aplicar la actualización auxiliar" -msgstr "Fout tijdens het uitvoeren van de extra update" +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:124 +msgid "Solicitud" +msgstr "Verzoek" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:206 -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:219 -msgid "Actualizar BBDD" -msgstr "Bijwerken DB" +#. (itstool) path: action/text +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:125 +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:156 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: ../../../modules/web/Controllers/ConfigManagerController.php:171 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:88 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:20 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:389 +#: ../../../config/actions.xml:13 +msgid "Cuentas" +msgstr "Accounts" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:212 -msgid "No es necesario actualizar la Base de Datos." -msgstr "Database update niet nodig" +#: ../../../../lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notificación" +msgstr "Notificatie" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:246 -msgid "Actualización de la Base de Datos realizada correctamente." -msgstr "Database update succesvol" +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:138 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:83 +msgid "Actualizar Clave Maestra" +msgstr "Bijwerken Master Wachtwoord" -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:397 -msgid "Actualizar Configuración" -msgstr "Bijwerken configuratie" +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:139 +#, php-format +msgid "Cuentas actualizadas: %d / %d" +msgstr "Accounts die geupdated zijn: %d / %d" -#: ../../../../inc/SP/Controller/ItemActionController.class.php:240 -msgid "No se pudo realizar la petición de cambio de clave." -msgstr "Kon de aanvraag voor het veranderen van het wachtwoord niet uitvoeren." +#: ../../../../lib/SP/Services/Account/AccountCryptService.php:148 +#, php-format +msgid "Cuentas actualizadas: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Geupdate accounts: %d / %d - %d%% - VTA: %ds (%.2f/s)" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:573 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:574 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:272 -msgid "Eliminar Usuario" -msgstr "Verwijder Gebruiker" +#: ../../../../lib/SP/Services/Auth/LoginService.php:582 +msgid "N/D" +msgstr "N/A" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:106 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:54 -msgid "Usuario de LDAP" -msgstr "LDAP Gebruiker" +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:135 +#, php-format +msgid "No es posible crear el directorio de backups (\"%s\")" +msgstr "Kan backups map (\"%s\") niet aanmaken." -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:122 -msgid "Activación Cuenta" -msgstr "Account Activatie" +#: ../../../../lib/SP/Services/Backup/FileBackupService.php:297 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:9 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:5 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:10 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:9 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:9 +#, php-format +msgid "La extensión '%s' no está disponible" +msgstr "The '%s' extension is unavailable" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:123 -msgid "Su cuenta está pendiente de activación." -msgstr "Uw account is in behandeling" +#: ../../../../lib/SP/Services/Config/ConfigService.php:68 +#: ../../../../lib/SP/Services/Config/ConfigService.php:153 +#, php-format +msgid "Parámetro no encontrado (%s)" +msgstr "Parameter not found (%s)" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:124 -msgid "En breve recibirá un email de confirmación." -msgstr "Uw krijgt binnenkort een bevestigings email" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:212 +#, php-format +msgid "Clave Maestra %s" +msgstr "hoofdwachtwoord %s" -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:131 -msgid "Nuevo usuario de LDAP" -msgstr "Nieuwe LDAP Gebruiker" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:152 -#, fuzzy -msgid "Error al migrar grupo del usuario" -msgstr "Fout bij het migreren van de Gebruikers Groep" - -#: ../../../../inc/SP/Controller/MainController.class.php:367 -#: ../../../../inc/SP/Core/Init.class.php:129 -msgid "Versión de PHP requerida >= " -msgstr "Vereiste PHP versie >=" - -#: ../../../../inc/SP/Controller/MainController.class.php:368 -#: ../../../../inc/SP/Core/Init.class.php:130 +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 msgid "" -"Actualice la versión de PHP para que la aplicación funcione correctamente" -msgstr "Update a.u.b de PHP versie om gebruik te kunnen maken van SysPass" +"Se ha generado una nueva clave para el acceso a sysPass y se solicitará en " +"el siguiente inicio." +msgstr "" +"Er is een nieuw hoofdwachtwoord gemaakt voor sysPass, dus de volgende keer " +"dat u zich aanmeldt wordt het gevraagd." -#: ../../../../inc/SP/Controller/MainController.class.php:378 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:311 -msgid "Módulo no disponible" -msgstr "Module niet beschikbaar" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:215 +#, php-format +msgid "La nueva clave es: %s" +msgstr "Het nieuwe hoofdwachtwoord %s" -#: ../../../../inc/SP/Controller/MainController.class.php:379 -msgid "Sin este módulo la aplicación puede no funcionar correctamente." -msgstr "Zonder deze module kan de applicatie niet goed werken" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:217 +#, php-format +msgid "Esta clave estará activa hasta: %s" +msgstr "This password will be valid until: %s" -#: ../../../../inc/SP/Core/XmlExport.class.php:133 -msgid "Exportar XML" -msgstr "XML Export" +#: ../../../../lib/SP/Services/Crypt/TemporaryMasterPassService.php:219 +msgid "No olvide acceder lo antes posible para guardar los cambios." +msgstr "Vergeet niet u spoedig aan te melden om de wijzigingen op te slaan." -#: ../../../../inc/SP/Core/XmlExport.class.php:483 +#: ../../../../lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Actualizando datos encriptados" +msgstr "Bijwerken encrypted data" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:293 +msgid "Categorías" +msgstr "Categorieen" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:325 #, fuzzy -msgid "Error al crear el archivo XML" -msgstr "Fout bij het maken van het XML bestand" +msgid "Clientes" +msgstr "Klanten" -#: ../../../../inc/SP/Import/XmlFileImport.class.php:107 +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:102 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:13 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:118 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:47 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:245 +msgid "Usuarios" +msgstr "Gebruikers" + +#: ../../../../lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:93 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:157 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:261 +msgid "Grupos" +msgstr "Groepen" + +#: ../../../../lib/SP/Services/Export/XmlExportService.php:114 +#: ../../../../lib/SP/Storage/File/FileCache.php:74 +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:116 +#, php-format +msgid "No es posible crear el directorio (%s)" +msgstr "Unable to create the directory (%s)" + +#: ../../../../lib/SP/Services/Import/CsvImport.php:50 +#, php-format +msgid "Formato detectado: %s" +msgstr "Gedetecteerd formaat:% s" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:130 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:176 +#, php-format +msgid "El número de campos es incorrecto (%d)" +msgstr "Foutief aantal velden(%d)" + +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:132 +#: ../../../../lib/SP/Services/Import/CsvImportBase.php:178 +#, fuzzy, php-format +msgid "Compruebe el formato del archivo CSV en línea %s" +msgstr "Check a.u.b. het CSV bestand op regel %s" + +#: ../../../../lib/SP/Services/Import/ImportService.php:89 +#, php-format +msgid "Tipo mime no soportado (\"%s\")" +msgstr "Mime type wordt niet ondersteund (\"%s\")" + +#: ../../../../lib/SP/Services/Import/XmlImportBase.php:121 +#: ../../../../lib/SP/Services/Import/XmlImportTrait.php:70 +#, php-format +msgid "El nodo \"%s\" no existe" +msgstr "Het \"% s\" knooppunt bestaat niet" + +#: ../../../../lib/SP/Services/Install/MySQL.php:135 +#, php-format +msgid "No es posible comprobar el usuario de sysPass (%s)" +msgstr "Unable to check the sysPass user (%s)" + +#: ../../../../lib/SP/Services/Install/MySQL.php:213 +#: ../../../../lib/SP/Services/Install/MySQL.php:329 +#: ../../../../lib/SP/Services/Install/MySQL.php:341 +#, php-format +msgid "Error al crear la BBDD ('%s')" +msgstr "Error while creating the DB ('%s')" + +#: ../../../../lib/SP/Services/Install/MySQL.php:237 +#, php-format +msgid "Error al establecer permisos de la BBDD ('%s')" +msgstr "Error bij het instellen van de database rechten ('%s')" + +#: ../../../../lib/SP/Services/Install/MySQL.php:309 +#, php-format +msgid "Error al seleccionar la BBDD '%s' (%s)" +msgstr "Error while selecting database '%s' (%s)" + +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:131 +#: ../../../../lib/SP/Services/Ldap/LdapImportService.php:221 +msgid "Importado desde LDAP" +msgstr "Imported from LDAP" + +#: ../../../../lib/SP/Services/Task/TaskService.php:81 +msgid "No es posible crear archivo de bloqueo" +msgstr "Unable to create the lock file" + +#: ../../../../lib/SP/Services/Task/TaskService.php:184 +msgid "Esperando actualización de progreso ..." +msgstr "Wachten op voortgang van update" + +#: ../../../../lib/SP/Services/Track/TrackService.php:134 +#, php-format +msgid "Intentos excedidos (%d/%d)" +msgstr "Te veel pogingen (%d/%d)." + +#: ../../../../lib/SP/Services/Upgrade/UpgradeDatabaseService.php:155 +msgid "El archivo de actualización no contiene datos" +msgstr "The update file does not contain data" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: ../../../modules/web/Controllers/UserController.php:224 +#: ../../../modules/web/Controllers/UserController.php:343 +#: ../../../modules/web/Controllers/UserPassResetController.php:105 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:231 +msgid "Cambio de Clave" +msgstr "Wachtwoord wijziging" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "Se ha solicitado el cambio de su clave de usuario." +msgstr "" +"Een aanvraag is ingediend voor het wijzigen van uw gebruikers wachtwoord." + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "Para completar el proceso es necesario que acceda a la siguiente URL:" +msgstr "Om door te kunnen gaan, dient u naar de volgende URL te gaan:" + +#: ../../../../lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "Si no ha solicitado esta acción, ignore este mensaje." +msgstr "Indien deze actie niet door u is aangevraagd, negeer dan dit bericht." + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:57 +#, php-format +msgid "Error al descomprimir datos del archivo (%s)" +msgstr "Error while decompressing the file data (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:61 +msgid "Error al obtener los datos" +msgstr "Error while retrieving the data" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:99 +#, php-format +msgid "Error al comprimir datos del archivo (%s)" +msgstr "Error while compressing the file data (%s)" + +#: ../../../../lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Datos no cargados" +msgstr "Data not loaded" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:69 +#: ../../../../lib/SP/Storage/File/FileHandler.php:132 +#, php-format +msgid "No es posible escribir en el archivo (%s)" +msgstr "Unable to read/write the file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:86 +#, php-format +msgid "No es posible abrir el archivo (%s)" +msgstr "Unable to open the file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:101 +#: ../../../../lib/SP/Storage/File/FileHandler.php:115 +#, php-format +msgid "No es posible leer desde el archivo (%s)" +msgstr "Unable to read from file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:170 +#, php-format +msgid "No es posible cerrar el archivo (%s)" +msgstr "Unable to close the file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:185 +#, php-format +msgid "No es posible escribir el archivo (%s)" +msgstr "Unable to write in file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:200 +#, php-format +msgid "Archivo no encontrado (%s)" +msgstr "File not found (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:225 +#: ../../../../lib/SP/Storage/File/FileHandler.php:280 +#, php-format +msgid "No es posible leer el archivo (%s)" +msgstr "Unable to read/write the file (%s)" + +#: ../../../../lib/SP/Storage/File/FileHandler.php:252 +#, php-format +msgid "No es posible eliminar el archivo (%s)" +msgstr "Unable to delete file (%s)" + +#: ../../../../lib/SP/Util/ErrorUtil.php:128 +msgid "Opción no disponible" +msgstr "Optie niet beschikbaar" + +#: ../../../../lib/SP/Util/ErrorUtil.php:129 +#: ../../../../lib/SP/Util/ErrorUtil.php:133 +#: ../../../../lib/SP/Util/ErrorUtil.php:137 +#: ../../../../lib/SP/Util/ErrorUtil.php:141 +#: ../../../../lib/SP/Util/ErrorUtil.php:149 +#: ../../../../lib/SP/Util/ErrorUtil.php:156 +#: ../../../modules/web/Controllers/ErrorController.php:124 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Consulte con el administrador" +msgstr "Neem contact op met de system administrator" + +#: ../../../../lib/SP/Util/ErrorUtil.php:132 +msgid "No tiene permisos para acceder a esta cuenta" +msgstr "U heeft geen permissie op dit account" + +#: ../../../../lib/SP/Util/ErrorUtil.php:136 +msgid "No tiene permisos para acceder a esta página" +msgstr "U heeft geen toegang tot deze pagina" + +#: ../../../../lib/SP/Util/ErrorUtil.php:140 +msgid "No tiene permisos para realizar esta operación" +msgstr "U heeft hiervoor geen toegang" + +#: ../../../../lib/SP/Util/ErrorUtil.php:144 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 #, fuzzy -msgid "No es posible procesar el archivo XML" -msgstr "XML bestand kan niet verwerkt worden" +msgid "Clave maestra actualizada" +msgstr "Master Wachtwoord bijgewerkt" -#: ../../../../inc/SP/Import/XmlFileImport.class.php:85 -msgid "Archivo XML no soportado" -msgstr "XML bestand wordt niet ondersteund" - -#: ../../../../inc/SP/Import/XmlFileImport.class.php:86 -msgid "No es posible detectar la aplicación que exportó los datos" -msgstr "Kon de applicatie waar de data van geexporteerd was niet vinden" - -#: ../../../../inc/SP/Storage/DB.class.php:285 -#: ../../../../inc/SP/Storage/DB.class.php:330 -#: ../../../../js/strings.js.php:26 +#: ../../../../lib/SP/Util/ErrorUtil.php:145 +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 #, fuzzy -msgid "Error en la consulta" -msgstr "Fout gedurende de query" +msgid "Reinicie la sesión para cambiarla" +msgstr "Herstart sessie om bij te werken" -#: ../../../../js/strings.js.php:27 -msgid "Ha ocurrido un error" -msgstr "Er is een fout opgetreden" +#: ../../../../lib/SP/Util/ErrorUtil.php:148 +#: ../../../../lib/SP/Util/ErrorUtil.php:155 +#, fuzzy +msgid "Se ha producido una excepción" +msgstr "Er is een uitzondering opgetreden" -#: ../../../../js/strings.js.php:28 ../../../../js/strings.js.php:86 -msgid "Sesión finalizada" -msgstr "Sessie afgerond" +#: ../../../../lib/SP/Util/Wiki/DokuWikiApi.php:70 +msgid "Fallo de autentificación" +msgstr "Authenticatiefout" -#: ../../../../js/strings.js.php:29 -msgid "Borrar la cuenta?" -msgstr "Verwijder account?" +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:194 +msgid "Error al realizar la consulta" +msgstr "Fout bij het uitvoeren van de query" -#: ../../../../js/strings.js.php:30 -msgid "Borrar el usuario?" -msgstr "Verwijder Gebruiker" +#: ../../../../lib/SP/Util/Wiki/DokuWikiApiBase.php:226 +msgid "URL de conexión no establecida" +msgstr "Verbinding URL niet ingesteld" -#: ../../../../js/strings.js.php:31 -msgid "Guarde la configuración para que sea efectiva" -msgstr "Je moet de configuratie opslaan voordat de wijzigingen gebruikt worden" +#: ../../../modules/api/Controllers/AccountController.php:137 +msgid "Clave actualizada" +msgstr "Wachtwoord bijgewerkt" -#: ../../../../js/strings.js.php:32 -msgid "Clave Generada" -msgstr "Genereer Wachtwoord" +#: ../../../modules/api/Controllers/AccountController.php:184 +msgid "Cuenta creada" +msgstr "Account toegevoegd" -#: ../../../../js/strings.js.php:33 -msgid "Nivel alto" -msgstr "Hoger niveau" +#: ../../../modules/api/Controllers/AccountController.php:233 +msgid "Cuenta actualizada" +msgstr "Account bijgewerkt" -#: ../../../../js/strings.js.php:34 -msgid "Nivel medio" -msgstr "Gemiddeld niveau" +#: ../../../modules/api/Controllers/AccountController.php:306 +#, fuzzy +msgid "Cuenta eliminada" +msgstr "Account verwijderd" -#: ../../../../js/strings.js.php:35 -msgid "Nivel bajo" -msgstr "Laag niveau" +#: ../../../modules/api/Controllers/CategoryController.php:95 +msgid "Categoría creada" +msgstr "Categorie toegevoegd" -#: ../../../../js/strings.js.php:36 -msgid "Nivel muy alto" -msgstr "Erg hoog niveau" +#: ../../../modules/api/Controllers/CategoryController.php:125 +msgid "Categoría actualizada" +msgstr "Categorie bijgewerkt" -#: ../../../../js/strings.js.php:37 -msgid "Utilizar al menos 8 caracteres" -msgstr "U dient minimaal 8 karakters op te geven" +#: ../../../modules/api/Controllers/CategoryController.php:154 +msgid "Categoría eliminada" +msgstr "Categorie verwijderd" -#: ../../../../js/strings.js.php:38 -msgid "Borrar elemento?" -msgstr "Verwijder item" +#: ../../../modules/api/Controllers/ClientController.php:98 +#, fuzzy +msgid "Cliente creado" +msgstr "Klant toegevoegd" -#: ../../../../js/strings.js.php:39 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:8 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:17 -msgid "Página no encontrada" -msgstr "Pagina niet gevonden" +#: ../../../modules/api/Controllers/ClientController.php:129 +#, fuzzy +msgid "Cliente actualizado" +msgstr "Klant bijgewerkt" -#: ../../../../js/strings.js.php:40 -msgid "Archivo no soportado para visualizar" -msgstr "Bestand niet geschikt voor voorbeeld weergave" +#: ../../../modules/api/Controllers/ClientController.php:158 +#, fuzzy +msgid "Cliente eliminado" +msgstr "Klant verwijderd" -#: ../../../../js/strings.js.php:41 -msgid "Eliminar archivo?" -msgstr "Verwijder Bestand?" +#: ../../../modules/api/Controllers/ConfigController.php:61 +msgid "Proceso de backup finalizado" +msgstr "Backup proces afgerond" -#: ../../../../js/strings.js.php:42 -msgid "Su navegador no soporta subir archivos con HTML5" -msgstr "Uw browser heeft geen ondersteuning voor HTML5 uploads" +#: ../../../modules/api/Controllers/ConfigController.php:94 +msgid "Proceso de exportación finalizado" +msgstr "Export proces afgerond" -#: ../../../../js/strings.js.php:43 -msgid "Demasiados archivos" -msgstr "Teveel bestanden" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:43 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:54 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:67 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:104 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:142 +msgid "Id de la cuenta" +msgstr "Account Id" -#: ../../../../js/strings.js.php:44 -msgid "Tamaño de archivo no permitido" -msgstr "Bestandsgrootte niet toegestaan" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:55 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:68 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Clave del token" +msgstr "Token Wachtwoord" -#: ../../../../js/strings.js.php:46 -msgid "Vaciar el registro de eventos?" -msgstr "Opschonen van event log?" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:56 +#, fuzzy +msgid "Devolver detalles en la respuesta" +msgstr "Stuur de details in de reactie" -#: ../../../../js/strings.js.php:47 -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:75 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:258 -#: ../../../../inc/themes/material-blue/views/config/import.inc:54 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:221 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:77 -msgid "Seleccionar Grupo" -msgstr "Selecteer Groep" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:69 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:85 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:66 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:72 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:83 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:82 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:85 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:93 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:147 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:155 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:31 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:288 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:291 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:79 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:150 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:117 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:124 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:250 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:257 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:42 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:46 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:101 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:38 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:26 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:88 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:20 +msgid "Clave" +msgstr "Wachtwoord" -#: ../../../../js/strings.js.php:48 -#: ../../../../inc/themes/material-blue/views/config/import.inc:28 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:245 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:21 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:96 -msgid "Seleccionar Usuario" -msgstr "Selecteer Gebruiker" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:70 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:91 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:113 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:89 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:104 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:173 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:129 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:131 +msgid "Fecha Caducidad Clave" +msgstr "Wachtwoord vervaldatum" -#: ../../../../js/strings.js.php:49 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:61 -msgid "Seleccionar Perfil" -msgstr "Selecteer Profiel" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:82 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:105 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:28 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:42 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:24 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:67 +msgid "Nombre de cuenta" +msgstr "Account naam" -#: ../../../../js/strings.js.php:50 -#: ../../../../inc/themes/material-blue/views/account/account.inc:60 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:49 -msgid "Seleccionar Cliente" -msgstr "Selecteer Klant" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:83 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:106 +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:43 +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:78 +msgid "Id de categoría" +msgstr "Categorie Id" -#: ../../../../js/strings.js.php:51 -#: ../../../../inc/themes/material-blue/views/account/account.inc:83 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:57 -msgid "Seleccionar Categoría" -msgstr "Selecteer Categorie" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:84 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:107 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:43 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:79 +#, fuzzy +msgid "Id de cliente" +msgstr "Klant Id" -#: ../../../../js/strings.js.php:52 -msgid "Sin resultados" -msgstr "Geen resultaten" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:86 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:108 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:99 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:141 +msgid "Usuario de acceso" +msgstr "Toegang gebruiker" -#: ../../../../js/strings.js.php:53 -msgid "Opciones de clave" -msgstr "Wachtwoord opties" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:87 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:109 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:86 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:128 +msgid "URL o IP de acceso" +msgstr "Toegang URL of IP" -#: ../../../../js/strings.js.php:54 -msgid "Generar clave aleatoria" -msgstr "Genereer willekeurig wachtwoord" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:88 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:110 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:124 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:199 +msgid "Notas sobre la cuenta" +msgstr "Notities voor het account" -#: ../../../../js/strings.js.php:55 -msgid "Complejidad" -msgstr "Complexiteit" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:89 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:111 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:126 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:106 +msgid "Cuenta Privada" +msgstr "Privé-account" -#: ../../../../js/strings.js.php:56 -msgid "Restablecer" -msgstr "Reset" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:90 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:112 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:139 +msgid "Cuenta Privada Grupo" +msgstr "privé-account voor groep." -#: ../../../../js/strings.js.php:57 -msgid "Nivel de fortaleza de la clave" -msgstr "Wachtwoord sterkte" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:92 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:114 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:228 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:230 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:9 +msgid "Cuenta Vinculada" +msgstr "Gekoppeld account" -#: ../../../../js/strings.js.php:58 -msgid "Mostrar Clave" -msgstr "Toon Wachtwoord" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:93 +#: ../../../modules/api/Controllers/Help/AccountHelp.php:115 +msgid "Array con Ids de etiquetas" +msgstr "Array with tags id" -#: ../../../../js/strings.js.php:59 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:19 -msgid "Copiar Usuario" -msgstr "Kopieer Gebruikersnaam" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:126 +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:66 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:67 +#: ../../../modules/api/Controllers/Help/TagHelp.php:65 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:16 +msgid "Texto a buscar" +msgstr "Zoek naar tekst" -#: ../../../../js/strings.js.php:60 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:30 -msgid "Copiar Clave" -msgstr "Kopieer Wachtwoord" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:127 +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:67 +#: ../../../modules/api/Controllers/Help/ClientHelp.php:68 +#: ../../../modules/api/Controllers/Help/TagHelp.php:66 +msgid "Número de resultados a mostrar" +msgstr "Aantal weer te geven resultaten" -#: ../../../../js/strings.js.php:61 -msgid "Incluir Números" -msgstr "Inclusief Nummers" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:128 +msgid "Id de categoría a filtrar" +msgstr "Categorie ID om te filteren" -#: ../../../../js/strings.js.php:62 -msgid "Incluir Mayúsculas" -msgstr "Inclusief Hoofdletters" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:129 +#, fuzzy +msgid "Id de cliente a filtrar" +msgstr "Klant ID om te filteren ingeschakeld" -#: ../../../../js/strings.js.php:63 -msgid "Incluir Símbolos" -msgstr "Inclusief Symbolen" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Array con Ids de etiquetas a filtrar" +msgstr "Array with tags id for filtering" -#: ../../../../js/strings.js.php:64 -msgid "Longitud" -msgstr "Lengte" +#: ../../../modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Operador de filtrado" +msgstr "Filtering operator" -#: ../../../../js/strings.js.php:65 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:36 -msgid "Seleccionar Acción" -msgstr "Selecteer Actie" +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:23 +msgid "Nombre de la categoría" +msgstr "Categorie Naam" -#: ../../../../js/strings.js.php:66 -msgid "SI" -msgstr "JA" +#: ../../../modules/api/Controllers/Help/CategoryHelp.php:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:35 +msgid "Descripción de la categoría" +msgstr "Categorie Omschrijving" -#: ../../../../js/strings.js.php:67 -msgid "NO" -msgstr "NEE" +#: ../../../modules/api/Controllers/Help/ClientHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:26 +#, fuzzy +msgid "Nombre del cliente" +msgstr "Klantnaam" -#: ../../../../js/strings.js.php:68 -msgid "Aceptar" -msgstr "Accepteer" +#: ../../../modules/api/Controllers/Help/ClientHelp.php:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:39 +#, fuzzy +msgid "Descripción del cliente" +msgstr "Klant omschrijving" -#: ../../../../js/strings.js.php:69 -msgid "Cancelar" -msgstr "Annuleer" +#: ../../../modules/api/Controllers/Help/ClientHelp.php:56 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:144 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:62 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:92 +msgid "Global" +msgstr "Algemeen" -#: ../../../../js/strings.js.php:70 -msgid "Clave Copiada al Portapapeles" -msgstr "Wachtwoord gekopieerd naar klembord" +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:43 +#: ../../../modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Ruta" +msgstr "Path" -#: ../../../../js/strings.js.php:71 -msgid "Error al copiar al portapapeles" -msgstr "Fout bij kopieren naar klembord" +#: ../../../modules/api/Controllers/Help/TagHelp.php:43 +#: ../../../modules/api/Controllers/Help/TagHelp.php:77 +msgid "Id de etiqueta" +msgstr "Tag Id" -#: ../../../../inc/SP/Controller/AccountController.class.php:136 -#: ../../../../inc/SP/Controller/AccountController.class.php:465 -#: ../../../../inc/SP/Controller/AccountController.class.php:497 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:214 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:215 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:45 +#: ../../../modules/api/Controllers/Help/TagHelp.php:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:23 +msgid "Nombre de la etiqueta" +msgstr "Tag naam" + +#: ../../../modules/api/Controllers/TagController.php:92 +msgid "Etiqueta creada" +msgstr "Label toegevoegd" + +#: ../../../modules/api/Controllers/TagController.php:121 +msgid "Etiqueta actualizada" +msgstr "Label geupdate" + +#: ../../../modules/api/Controllers/TagController.php:149 +msgid "Etiqueta eliminada" +msgstr "Label verwijderd" + +#: ../../../modules/web/Controllers/AccountController.php:146 +#: ../../../modules/web/Controllers/AccountController.php:201 +#: ../../../modules/web/Controllers/AccountController.php:473 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:26 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:45 msgid "Detalles de Cuenta" msgstr "Account details" -#: ../../../../inc/SP/Controller/AccountController.class.php:437 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:132 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:253 +#: ../../../modules/web/Controllers/AccountController.php:297 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:275 +#: ../../../config/actions.xml:151 +msgid "Nueva Cuenta" +msgstr "Nieuw Account" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:341 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: ../../../modules/web/themes/material-blue/views/account/linkedAccounts.inc:18 +#: ../../../config/actions.xml:157 +msgid "Editar Cuenta" +msgstr "Wijzig Account" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountController.php:386 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:312 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:313 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:147 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:148 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:175 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:176 +#: ../../../config/actions.xml:163 ../../../config/actions.xml:481 +#: ../../../config/actions.xml:781 +#, fuzzy +msgid "Eliminar Cuenta" +msgstr "Verwijder Account" + +#: ../../../modules/web/Controllers/AccountController.php:429 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 msgid "Modificar Clave de Cuenta" msgstr "Wijzig Account Wachtwoord" -#: ../../../../inc/SP/Api/SyspassApi.class.php:190 -#: ../../../../inc/SP/Api/SyspassApi.class.php:228 -#: ../../../../inc/SP/Api/SyspassApi.class.php:281 -#: ../../../../inc/SP/Api/SyspassApi.class.php:317 -#: ../../../../inc/SP/Api/SyspassApi.class.php:370 -#: ../../../../inc/SP/Api/SyspassApi.class.php:406 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:351 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:56 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:130 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:205 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:282 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:349 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:402 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:473 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:592 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:666 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:912 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:234 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:254 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:275 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:286 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:375 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:383 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:403 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:435 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:443 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:463 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:497 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:505 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:525 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:559 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:567 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:588 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:679 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:686 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:790 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:797 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:815 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:877 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:885 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:892 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:933 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:943 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:952 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:961 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:984 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:988 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1013 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1034 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1038 -#: ../../../../inc/SP/Core/Plugin/PluginDataStore.class.php:77 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:12 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:9 -#: ../../../../inc/themes/material-blue/views/account/account.inc:41 -#: ../../../../inc/themes/material-blue/views/account/request.inc:12 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:43 -#: ../../../../inc/themes/material-blue/views/config/info.inc:30 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:16 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:19 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:19 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:20 -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:13 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:17 -#: ../../../../inc/themes/material-blue/views/itemshow/tags.inc:16 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:22 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:12 -msgid "Nombre" -msgstr "Naam" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:71 +#: ../../../config/actions.xml:847 +msgid "Ver Permiso" +msgstr "View Permission" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:204 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:44 -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:46 -msgid "Módulo" -msgstr "Module" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:181 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:156 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:157 +#: ../../../config/actions.xml:853 +msgid "Nuevo Permiso" +msgstr "New Permission" -#: ../../../../inc/SP/Controller/Grids/Items.class.php:261 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:262 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:699 -msgid "Eliminar Campo" -msgstr "Verwijder Veld" +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/AccountDefaultPermissionController.php:211 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:174 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:175 +#: ../../../config/actions.xml:859 +msgid "Editar Permiso" +msgstr "Edit Permission" -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 +#: ../../../modules/web/Controllers/AccountFileController.php:183 +#, php-format +msgid "Extensión: %s" +msgstr "Extension: %s" + +#: ../../../modules/web/Controllers/AccountFileController.php:368 +msgid "Gestión de archivos deshabilitada" +msgstr "Bestands management uitgeschakeld" + +#: ../../../modules/web/Controllers/AccountFileController.php:385 +msgid "No hay archivos asociados a la cuenta" +msgstr "There are no linked files for the account" + +#: ../../../modules/web/Controllers/AuthTokenController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:153 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:154 +msgid "Nueva Autorización" +msgstr "Nieuwe Autorisatie" + +#: ../../../modules/web/Controllers/AuthTokenController.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:188 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:189 +msgid "Editar Autorización" +msgstr "Wijzig Autorisatie" + +#: ../../../modules/web/Controllers/AuthTokenController.php:322 +msgid "Ver Autorización" +msgstr "Bekijk Autorisatie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:99 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:149 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:150 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:110 +#: ../../../config/actions.xml:301 +msgid "Nueva Categoría" +msgstr "Nieuwe Categorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:162 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:168 +#: ../../../config/actions.xml:307 +msgid "Editar Categoría" +msgstr "Wijzig Categorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/CategoryController.php:315 +#: ../../../config/actions.xml:295 +msgid "Ver Categoría" +msgstr "Bekijk Categorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:152 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:153 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:86 +#: ../../../config/actions.xml:331 +#, fuzzy +msgid "Nuevo Cliente" +msgstr "Nieuwe Klant" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:163 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:170 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:171 +#: ../../../config/actions.xml:337 +#, fuzzy +msgid "Editar Cliente" +msgstr "Wijzig Klant" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ClientController.php:307 +#: ../../../config/actions.xml:325 +#, fuzzy +msgid "Ver Cliente" +msgstr "Bekijk Klant" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:147 +#: ../../../modules/web/Controllers/ConfigLdapController.php:189 +msgid "Resultados" +msgstr "Resultaten" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:153 +#: ../../../modules/web/Controllers/ConfigLdapController.php:196 +#, php-format +msgid "Objetos encontrados: %d" +msgstr "Voorwerpen gevonden: %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:267 +#, php-format +msgid "Usuarios importados: %d / %d" +msgstr "Imported users: %d / %d" + +#: ../../../modules/web/Controllers/ConfigLdapController.php:268 +#, php-format +msgid "Errores: %d" +msgstr "Errors: %d" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:157 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:425 +msgid "General" +msgstr "Algemeen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:186 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:26 +#: ../../../config/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:205 +msgid "LDAP" +msgstr "LDAP" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:231 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:10 +msgid "Correo" +msgstr "Email" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:268 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:441 +msgid "Encriptación" +msgstr "Encryptie" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 msgid "Último backup" msgstr "Laatste backup" -#: ../../../../inc/SP/Controller/ConfigController.class.php:375 +#: ../../../modules/web/Controllers/ConfigManagerController.php:308 #, fuzzy msgid "No se encontraron backups" msgstr "Er zijn geen backups beschikbaar" -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 msgid "Última exportación" msgstr "Laatste export" -#: ../../../../inc/SP/Controller/ConfigController.class.php:386 +#: ../../../modules/web/Controllers/ConfigManagerController.php:320 msgid "No se encontró archivo de exportación" msgstr "Geen export bestand gevonden" -#: ../../../../inc/SP/Controller/ConfigController.class.php:436 -#: ../../../../inc/SP/Controller/MainController.class.php:617 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:77 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/ConfigManagerController.php:322 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:17 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:70 +#: ../../../config/actions.xml:721 +msgid "Copia de Seguridad" +msgstr "Backup" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:339 +msgid "Importar Cuentas" +msgstr "Importeer Accounts" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:357 +msgid "No instalado" +msgstr "Niet geïnstalleerd" + +#: ../../../modules/web/Controllers/ConfigManagerController.php:361 msgid "Información" msgstr "Informatie" -#: ../../../../inc/SP/Controller/EventlogController.class.php:104 -msgid "Registro de eventos vaciado" -msgstr "Event log opgeschoond" +#: ../../../modules/web/Controllers/CustomFieldController.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:155 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:156 +msgid "Nuevo Campo" +msgstr "Nieuw Veld" -#: ../../../../inc/SP/Log/Log.class.php:95 +#: ../../../modules/web/Controllers/CustomFieldController.php:162 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:173 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:174 +msgid "Editar Campo" +msgstr "Wijzig Veld" + +#: ../../../modules/web/Controllers/CustomFieldController.php:298 +msgid "Ver Campo" +msgstr "View Field" + +#: ../../../modules/web/Controllers/ErrorController.php:107 +msgid "Aplicación en mantenimiento" +msgstr "Applicatie in onderhoud" + +#: ../../../modules/web/Controllers/ErrorController.php:108 +msgid "En breve estará operativa" +msgstr "Een moment geduld" + +#: ../../../modules/web/Controllers/ErrorController.php:123 #, fuzzy -msgid "Error al vaciar el registro de eventos" -msgstr "Fout bij opschonen Event Log" +msgid "Error en la verificación de la base de datos" +msgstr "Fout bij het checken van de database" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:52 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:148 -msgid "Admin Aplicación" -msgstr "Applicatie Admin" - -#: ../../../../inc/SP/Controller/MainController.class.php:264 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:72 -msgid "Buscar" -msgstr "zoek" - -#: ../../../../inc/SP/Controller/MainController.class.php:283 -msgid "Usuarios y Accesos" -msgstr "Gebruikers en Toegang" - -#: ../../../../inc/SP/Controller/MainController.class.php:293 -msgid "Elementos y Personalización" -msgstr "Onderdelen en Aanpassingen" - -#: ../../../../inc/SP/Controller/MainController.class.php:313 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:7 -msgid "Registro de Eventos" -msgstr "Event Log" - -#: ../../../../inc/SP/Controller/MainController.class.php:387 -msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" -msgstr "Deze PHP versie is kwetsbaar voor NULL Byte attack CVE-2006-7243)" - -#: ../../../../inc/SP/Controller/MainController.class.php:388 -msgid "Actualice la versión de PHP para usar sysPass de forma segura" -msgstr "" -"Update a.u.b de PHP versie om gebruik te kunnen maken van een veilige SysPass" - -#: ../../../../inc/SP/Controller/MainController.class.php:394 -msgid "No se encuentra el generador de números aleatorios." -msgstr "Willekeurige wachtwoord generator niet gevonden" - -#: ../../../../inc/SP/Controller/MainController.class.php:395 -msgid "" -"Sin esta función un atacante puede utilizar su cuenta al resetear la clave" -msgstr "" -"Zonder deze functie kan een hacker uw account overnemen bij een wachtwoord " -"herstel actie" - -#: ../../../../ajax/ajax_install.php:58 -msgid "Instalación finalizada" -msgstr "Installatie afgerond" - -#: ../../../../inc/SP/Controller/MainController.class.php:492 -msgid "Descargar nueva versión" -msgstr "Download nieuwe versie" - -#: ../../../../inc/SP/Controller/MainController.class.php:504 -msgid "Avisos de sysPass" -msgstr "sysPass Mededelingen" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:345 -msgid "Ordenar por Cliente" -msgstr "Sorteer bij Klant" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:352 -msgid "Ordenar por Nombre" -msgstr "Sorteer bij Naam" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:359 -msgid "Ordenar por Categoría" -msgstr "Sorteer bij Categorie" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:366 -msgid "Ordenar por Usuario" -msgstr "Sorteer bij Gebruikersnaam" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:373 -msgid "Ordenar por URL / IP" -msgstr "Sorteer bij URL / IP" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:372 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:34 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:40 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:43 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:49 -#: ../../../../inc/themes/material-blue/views/account/account.inc:100 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:68 -msgid "URL / IP" -msgstr "URL / IP" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:477 -msgid "Propiedades" -msgstr "Eigenschappen" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:53 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:155 -#, fuzzy -msgid "Admin Cuentas" -msgstr "Account Admin" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:55 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:160 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:163 -msgid "Deshabilitado" -msgstr "Uitgeschakeld" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:542 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:543 -msgid "Ver Detalles de Usuario" -msgstr "Bekijk gebruiker Details" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:562 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:563 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:67 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:122 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:128 -msgid "Cambiar Clave de Usuario" -msgstr "Wijzig Gebruikers Wachtwoord" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:709 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:710 -msgid "Ver Detalles de Perfil" -msgstr "Bekijk Profiel Details" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:793 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:794 -msgid "Ver token de Autorización" -msgstr "Bekijk Autorisatie Sleutel" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:409 -msgid "Token de autorización visualizado" -msgstr "Autorisatie sleutel bekeken" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:407 -msgid "Autorizaciones" -msgstr "Authorisaties" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:90 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:93 -msgid "Seguridad" -msgstr "Beveiliging" - -#: ../../../../inc/SP/Controller/UserPreferencesController.class.php:90 -msgid "Preferencias" -msgstr "Voorkeuren" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:495 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:18 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:16 -#: ../../../../inc/themes/material-blue/views/account/account.inc:49 -#: ../../../../inc/themes/material-blue/views/account/request.inc:19 -msgid "Nombre de cuenta" -msgstr "Account naam" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:500 -#: ../../../../inc/themes/material-blue/views/account/account.inc:106 -msgid "URL o IP de acceso" -msgstr "Toegang URL of IP" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:499 -#: ../../../../inc/themes/material-blue/views/account/account.inc:118 -msgid "Usuario de acceso" -msgstr "Toegang gebruiker" - -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:67 -#: ../../../../inc/themes/material-blue/views/account/account.inc:136 -#: ../../../../inc/themes/material-blue/views/account/account.inc:143 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:115 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:122 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:47 -#: ../../../../inc/themes/material-blue/views/itemshow/userspass.inc:54 -#: ../../../../inc/themes/material-blue/views/main/install.inc:62 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:42 -msgid "Clave (repetir)" -msgstr "Wachtwoord (Herhaal)" - -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:65 -#: ../../../../inc/themes/material-blue/views/account/account.inc:167 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:143 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:129 -msgid "Notas" -msgstr "Notities" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:501 -#: ../../../../inc/themes/material-blue/views/account/account-link.inc:72 -#: ../../../../inc/themes/material-blue/views/account/account.inc:174 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:135 -msgid "Notas sobre la cuenta" -msgstr "Notities voor het account" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:20 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:107 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:117 -msgid "Permisos" -msgstr "Permissies" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:40 -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:62 -msgid "Hablitar edición" -msgstr "Activeer Wijzigen" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:72 -#: ../../../../inc/themes/material-blue/views/account/details.inc:52 -#: ../../../../inc/themes/material-blue/views/account/details.inc:54 -msgid "Grupo Principal" -msgstr "Hoofd Groep" - -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 -msgid "Soltar archivos aquí (max. 5) o click para seleccionar" -msgstr "Drop bestanden hier (max. 5) of klik om te selecteren" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:283 -msgid "Tamaño máximo de archivo" -msgstr "Maximale bestandsgrootte" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:212 -#: ../../../../inc/themes/material-blue/views/account/account.inc:214 -msgid "Historial" -msgstr "Geschiedenis" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:219 -msgid "Seleccionar fecha" -msgstr "Selecteer data" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:231 -#: ../../../../inc/themes/material-blue/views/account/details.inc:35 -#: ../../../../inc/themes/material-blue/views/account/details.inc:37 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:199 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:201 -msgid "Última Modificación" -msgstr "Laatste Aanpassing" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:837 -#: ../../../../inc/themes/material-blue/views/account/details.inc:18 -#: ../../../../inc/themes/material-blue/views/account/details.inc:20 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:51 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:53 -msgid "Visitas" -msgstr "Bezoekers" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:26 -#: ../../../../inc/themes/material-blue/views/account/details.inc:28 -msgid "Fecha Alta" -msgstr "Datum toegevoegd" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:44 -#: ../../../../inc/themes/material-blue/views/account/details.inc:46 -msgid "Creador" -msgstr "Maker" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:61 -#: ../../../../inc/themes/material-blue/views/account/details.inc:63 -msgid "Usuarios Secundarios" -msgstr "Secundaire Gebruikers" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:83 -#: ../../../../inc/themes/material-blue/views/account/details.inc:85 -msgid "Grupos Secundarios" -msgstr "Secundaire Groepen" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:106 -#: ../../../../inc/themes/material-blue/views/account/details.inc:108 -msgid "Fecha Edición" -msgstr "Datum Aangepast" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:114 -#: ../../../../inc/themes/material-blue/views/account/details.inc:116 -msgid "Editor" -msgstr "Bewerker" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:168 -msgid "Restaurar cuenta desde este punto" -msgstr "Herstel account vanaf dit punt" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:240 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:241 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:102 -msgid "Copiar Clave en Portapapeles" -msgstr "Kopieer Wachtwoord naar klembord" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:17 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 msgid "Ver Actual" msgstr "Bekijk Huidig" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:63 -#: ../../../../inc/themes/material-blue/views/main/error.inc:12 -#: ../../../../inc/themes/material-blue/views/main/error.inc:13 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:56 -msgid "Volver" +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:114 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:60 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:357 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:166 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:305 +#: ../../../modules/web/themes/material-blue/views/config/general.inc:22 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:89 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:151 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:275 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:420 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:206 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:291 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:167 +msgid "Atrás" msgstr "Terug" -#: ../../../../inc/themes/material-blue/views/account/actions.inc:146 -msgid "Modificar Cuenta" -msgstr "Bewerk Account" - -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:284 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:285 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:158 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 msgid "Solicitar Modificación" msgstr "Aanvraag Modificatie" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:65 -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:109 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:176 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restaurar cuenta desde este punto" +msgstr "Herstel account vanaf dit punt" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:121 msgid "Guardar" msgstr "Opslaan" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:13 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:16 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:98 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:101 +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:332 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:333 +#: ../../../config/actions.xml:433 +msgid "Actualizar Enlace Público" +msgstr "Update Public Link" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:352 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:353 +#: ../../../config/actions.xml:415 +msgid "Crear Enlace Público" +msgstr "Publieke link aanmaken" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:373 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:374 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:64 +#: ../../../config/actions.xml:169 ../../../config/actions.xml:259 +msgid "Ver Clave" +msgstr "Bekijk wachtwoord" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:395 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:396 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +msgid "Copiar Clave en Portapapeles" +msgstr "Kopieer Wachtwoord naar klembord" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: ../../../modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: ../../../config/actions.xml:187 +msgid "Copiar Cuenta" +msgstr "Kopieer Account" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:113 +#: ../../../config/strings.js.inc:72 +msgid "Clave de Cuenta" +msgstr "Account Wachtwoord" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:161 +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:162 +msgid "Más Acciones" +msgstr "Meer acties" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:214 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:33 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:39 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:47 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:49 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:27 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:33 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:29 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:35 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:72 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:74 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:21 +#, fuzzy +msgid "Cliente" +msgstr "Klant" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:215 +#, fuzzy +msgid "Ordenar por Cliente" +msgstr "Sorteer bij Klant" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:100 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:114 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:22 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:33 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:15 +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:18 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:59 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:43 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:30 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:13 +#: ../../../modules/web/themes/material-blue/views/itemshow/tag.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:29 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:15 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:512 +msgid "Nombre" +msgstr "Naam" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:222 +msgid "Ordenar por Nombre" +msgstr "Sorteer bij Naam" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:228 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:62 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:64 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:38 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:44 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:96 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:98 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:57 +msgid "Categoría" +msgstr "Categorie" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:229 +msgid "Ordenar por Categoría" +msgstr "Sorteer bij Categorie" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:235 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:61 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:91 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:60 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:66 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:133 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:63 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:20 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:65 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:52 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:129 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:104 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:111 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:230 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:244 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:17 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:19 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:22 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:18 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:60 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:62 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:11 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:76 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:15 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:84 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:68 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:70 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:19 +msgid "Usuario" +msgstr "Gebruiker" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:236 +msgid "Ordenar por Usuario" +msgstr "Sorteer bij Gebruikersnaam" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:242 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:44 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:50 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:49 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:120 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:68 +msgid "URL / IP" +msgstr "URL / IP" + +#: ../../../modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:243 +msgid "Ordenar por URL / IP" +msgstr "Sorteer bij URL / IP" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:90 +msgid "Permisos por Defecto" +msgstr "Default Permissions" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:117 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:137 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:15 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:269 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:272 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:213 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:36 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:139 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:141 +msgid "Grupo" +msgstr "Groep" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:116 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:51 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:53 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:56 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:124 +msgid "Perfil" +msgstr "Profiel" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:69 +msgid "Prioridad" +msgstr "Priority" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:105 +msgid "Forzado" +msgstr "Forced" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:66 +msgid "SI" +msgstr "JA" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:124 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:120 +#: ../../../config/strings.js.inc:67 +msgid "NO" +msgstr "NEE" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:141 +#: ../../../config/actions.xml:841 +msgid "Buscar Permiso" +msgstr "Search for Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:191 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php:192 +#: ../../../config/actions.xml:865 +msgid "Eliminar Permiso" +msgstr "Delete Permission" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountGrid.php:132 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:143 +#: ../../../config/actions.xml:487 ../../../config/actions.xml:787 +msgid "Buscar Cuenta" +msgstr "Zoeken naar Account" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:90 +msgid "Cuentas (H)" +msgstr "Accounts (H)" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:118 +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:98 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:112 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:182 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:41 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:48 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +msgid "Fecha" +msgstr "Datum" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:122 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:102 +msgid "Estado" +msgstr "Status" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:127 +msgid "Modificada" +msgstr "Aangepast" + +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:128 +msgid "Eliminada" +msgstr "Verwijderd" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:158 +#: ../../../modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:159 +#: ../../../config/actions.xml:181 ../../../config/actions.xml:793 +msgid "Restaurar Cuenta" +msgstr "Account Herstel" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:357 +msgid "Autorizaciones API" +msgstr "API Autorisaties" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:30 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:32 +msgid "Acción" +msgstr "Actie" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:138 +msgid "Buscar Token" +msgstr "Zoeken naar Sleutel" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:171 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:172 +msgid "Ver token de Autorización" +msgstr "Bekijk Autorisatie Sleutel" + +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:205 +#: ../../../modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:206 +msgid "Eliminar Autorización" +msgstr "Verwijder Autorisatie" + +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:103 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:121 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:106 +#: ../../../modules/web/themes/material-blue/views/itemshow/category.inc:28 +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:32 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:32 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:54 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:61 +msgid "Descripción" +msgstr "Omschrijving" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:134 +#: ../../../config/actions.xml:319 +msgid "Buscar Categoría" +msgstr "Zoeken naar Categorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/Grid/CategoryGrid.php:185 +#: ../../../config/actions.xml:313 +msgid "Eliminar Categoría" +msgstr "Verwijder Categorie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:137 +#: ../../../config/actions.xml:349 +#, fuzzy +msgid "Buscar Cliente" +msgstr "Zoeken naar Klant" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:187 +#: ../../../modules/web/Controllers/Helpers/Grid/ClientGrid.php:188 +#: ../../../config/actions.xml:343 +#, fuzzy +msgid "Eliminar Cliente" +msgstr "Verwijder Klant" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:27 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:341 +msgid "Campos Personalizados" +msgstr "Aangepaste velden" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:104 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:45 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:47 +msgid "Módulo" +msgstr "Module" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:105 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:119 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:33 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:16 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:23 +msgid "Tipo" +msgstr "Type" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:106 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:118 +msgid "Propiedades" +msgstr "Eigenschappen" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:124 +#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:13 +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:86 +msgid "Encriptado" +msgstr "Encrypted" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:140 +msgid "Buscar Campo" +msgstr "Zoeken naar Veld" + +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:190 +#: ../../../modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:191 +msgid "Eliminar Campo" +msgstr "Verwijder Veld" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:88 +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:331 +#: ../../../modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: ../../../config/actions.xml:127 +msgid "Registro de Eventos" +msgstr "Event Log" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:138 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:140 +msgid "ID" +msgstr "ID" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Fecha / Hora" +msgstr "Datum / Tijd" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Nivel" +msgstr "Niveau" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +msgid "Evento" +msgstr "Evenement" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:115 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:26 +msgid "Login" +msgstr "Inloggen" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +msgid "IP" +msgstr "IP" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:167 +msgid "Buscar Evento" +msgstr "Zoeken naar Gebeurtenis" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:183 +msgid "Refrescar" +msgstr "Refresh" + +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: ../../../modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 +msgid "Vaciar registro de eventos" +msgstr "Event log opschonen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:90 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:35 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:277 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:145 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:405 +#: ../../../config/actions.xml:19 +msgid "Archivos" +msgstr "Bestanden" + +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:102 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:15 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:24 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:16 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:18 +msgid "Cuenta" +msgstr "Account" + +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +msgid "Tamaño" +msgstr "Grootte" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:141 +#: ../../../config/actions.xml:469 +msgid "Buscar Archivo" +msgstr "Zoeken naar Bestand" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:156 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:157 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:45 +#: ../../../config/actions.xml:199 ../../../config/actions.xml:445 +msgid "Ver Archivo" +msgstr "Bekijk bestand" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:173 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:174 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:38 +#: ../../../config/actions.xml:211 ../../../config/actions.xml:451 +msgid "Descargar Archivo" +msgstr "Download bestand" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:190 +#: ../../../modules/web/Controllers/Helpers/Grid/FileGrid.php:191 +#: ../../../modules/web/themes/material-blue/views/account/files-list.inc:30 +#: ../../../config/actions.xml:217 ../../../config/actions.xml:457 +msgid "Eliminar Archivo" +msgstr "Verwijder Bestand" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:105 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:105 +#: ../../../modules/web/themes/material-blue/views/notification/index.inc:1 +#: ../../../config/actions.xml:667 +msgid "Notificaciones" +msgstr "Notificaties" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:120 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:28 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:35 +msgid "Componente" +msgstr "Onderdeel" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:142 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:104 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:108 +msgid "Leída" +msgstr "Lees" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:143 +msgid "Sólo Admins" +msgstr "Only Admins" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:160 +#: ../../../config/actions.xml:829 +msgid "Buscar Notificación" +msgstr "Zoeken naar Notificatie" + +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:175 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:176 +#: ../../../modules/web/Controllers/NotificationController.php:179 +msgid "Nueva Notificación" +msgstr "Nieuw bericht" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:193 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:194 +#: ../../../modules/web/Controllers/NotificationController.php:103 +#: ../../../config/actions.xml:799 +msgid "Ver Notificación" +msgstr "Toon Notificatie" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:223 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:224 +#: ../../../config/actions.xml:823 +msgid "Marcar Notificación" +msgstr "Afrekenen Melding" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:241 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:242 +#: ../../../modules/web/Controllers/NotificationController.php:210 +#: ../../../config/actions.xml:811 +msgid "Editar Notificación" +msgstr "Wijzig bericht" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:258 +#: ../../../modules/web/Controllers/Helpers/Grid/NotificationGrid.php:259 +#: ../../../config/actions.xml:817 +msgid "Eliminar Notificación" +msgstr "Verwijder Notificatie" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:89 +msgid "Plugins" +msgstr "Plugins" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:101 +msgid "Plugin" +msgstr "Plugin" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:118 +msgid "No disponible" +msgstr "Unavailable" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:134 +#: ../../../config/actions.xml:535 +msgid "Buscar Plugin" +msgstr "Zoeken naar Plugin" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:149 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:150 +#: ../../../modules/web/Controllers/PluginController.php:120 +#: ../../../config/actions.xml:529 +msgid "Ver Plugin" +msgstr "Plugin Weergeven" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:166 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:167 +msgid "Habilitar" +msgstr "Inschakelen" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:185 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:186 +msgid "Deshabilitar" +msgstr "Uitschakelen" + +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:204 +#: ../../../modules/web/Controllers/Helpers/Grid/PluginGrid.php:205 +msgid "Restablecer Datos" +msgstr "Reset Data" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:93 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:43 +msgid "Enlaces" +msgstr "Links" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:107 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:44 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:46 +msgid "Fecha Creación" +msgstr "Aanmaakdatum" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:182 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:54 +msgid "Fecha Caducidad" +msgstr "Verloopdatum" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:31 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:34 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:38 +msgid "Notificar" +msgstr "Bericht" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:9 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:11 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:184 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:68 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:70 +msgid "Visitas" +msgstr "Bezoekers" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:146 +msgid "Buscar Enlace" +msgstr "Zoeken naar Link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:161 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:162 +msgid "Nuevo Enlace" +msgstr "New Link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:179 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:180 +#: ../../../modules/web/Controllers/PublicLinkController.php:336 +msgid "Ver Enlace" +msgstr "Bekijk Link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:195 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:196 +msgid "Renovar Enlace" +msgstr "Vernieuw Link" + +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:212 +#: ../../../modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:213 +msgid "Eliminar Enlace" +msgstr "Verwijder Link" + +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:91 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:203 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:205 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:309 +msgid "Etiquetas" +msgstr "Tags" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:132 +#: ../../../config/actions.xml:517 +msgid "Buscar Etiqueta" +msgstr "Zoeken naar Label" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:147 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:148 +#: ../../../modules/web/Controllers/TagController.php:98 +#: ../../../config/actions.xml:493 +msgid "Nueva Etiqueta" +msgstr "Nieuw Label" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:165 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:166 +#: ../../../modules/web/Controllers/TagController.php:157 +#: ../../../config/actions.xml:505 +msgid "Editar Etiqueta" +msgstr "Bewerk Label" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:182 +#: ../../../modules/web/Controllers/Helpers/Grid/TagGrid.php:183 +#: ../../../config/actions.xml:511 +msgid "Eliminar Etiqueta" +msgstr "Verwijder Label" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:154 +#: ../../../config/actions.xml:589 +msgid "Buscar Usuario" +msgstr "Zoeken naar Gebruiker" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:169 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:170 +#: ../../../modules/web/Controllers/UserController.php:105 +#: ../../../config/actions.xml:565 +msgid "Nuevo Usuario" +msgstr "Nieuwe Gebruiker" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:187 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:188 +#: ../../../modules/web/Controllers/UserController.php:190 +#: ../../../config/actions.xml:571 +msgid "Editar Usuario" +msgstr "Wijzig Gebruiker" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:204 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:205 +#: ../../../config/actions.xml:577 +msgid "Eliminar Usuario" +msgstr "Verwijder Gebruiker" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:221 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:222 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:440 +msgid "Importar usuarios de LDAP" +msgstr "Imoporteer gebruikers van LDAP" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:236 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:237 +msgid "Ver Detalles de Usuario" +msgstr "Bekijk gebruiker Details" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:253 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGrid.php:254 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:62 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:120 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:126 +msgid "Cambiar Clave de Usuario" +msgstr "Wijzig Gebruikers Wachtwoord" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:136 +#: ../../../config/actions.xml:619 +msgid "Buscar Grupo" +msgstr "Zoeken naar Groep" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:151 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:152 +#: ../../../modules/web/Controllers/UserGroupController.php:106 +#: ../../../config/actions.xml:601 +msgid "Nuevo Grupo" +msgstr "Nieuwe Groep" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:169 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:170 +#: ../../../modules/web/Controllers/UserGroupController.php:319 +#: ../../../config/actions.xml:595 +msgid "Ver Grupo" +msgstr "Bekijk Groep" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:186 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:187 +#: ../../../modules/web/Controllers/UserGroupController.php:171 +#: ../../../config/actions.xml:607 +msgid "Editar Grupo" +msgstr "Wijzig Broep" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:203 +#: ../../../modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:204 +#: ../../../config/actions.xml:613 +msgid "Eliminar Grupo" +msgstr "Verwijder Groep" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:277 +msgid "Perfiles" +msgstr "Profielen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:134 +#: ../../../config/actions.xml:649 +msgid "Buscar Perfil" +msgstr "Zoeken naar Profiel" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:149 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:150 +#: ../../../modules/web/Controllers/UserProfileController.php:100 +#: ../../../config/actions.xml:631 +msgid "Nuevo Perfil" +msgstr "Nieuw Profiel" + +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:167 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:168 +msgid "Ver Detalles de Perfil" +msgstr "Bekijk Profiel Details" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:184 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:185 +#: ../../../modules/web/Controllers/UserProfileController.php:166 +#: ../../../config/actions.xml:637 +msgid "Editar Perfil" +msgstr "Wijzig Profiel" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:201 +#: ../../../modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:202 +#: ../../../config/actions.xml:643 +msgid "Eliminar Perfil" +msgstr "Verwijder Profiel" + +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:262 +msgid "Buscar" +msgstr "zoek" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:289 +#: ../../../config/actions.xml:103 +msgid "Usuarios y Accesos" +msgstr "Gebruikers en Toegang" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:303 +#: ../../../config/actions.xml:43 +msgid "Elementos y Personalización" +msgstr "Onderdelen en Aanpassingen" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/Helpers/LayoutHelper.php:317 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:21 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:22 +#: ../../../config/actions.xml:673 +msgid "Configuración" +msgstr "Configuratie" + +#: ../../../modules/web/Controllers/InstallController.php:59 +msgid "Módulo no disponible" +msgstr "Module niet beschikbaar" + +#: ../../../modules/web/Controllers/InstallController.php:60 +msgid "Sin este módulo la aplicación puede no funcionar correctamente." +msgstr "Zonder deze module kan de applicatie niet goed werken" + +#: ../../../modules/web/Controllers/PublicLinkController.php:104 +msgid "Nuevo Enlace Público" +msgstr "New Public Link" + +#: ../../../modules/web/Controllers/PublicLinkController.php:191 +msgid "Editar Enlace Público" +msgstr "Edit Public Link" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/TagController.php:283 +#: ../../../config/actions.xml:499 +msgid "Ver Etiqueta" +msgstr "View Tag" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserController.php:439 +#: ../../../config/actions.xml:559 +msgid "Ver Usuario" +msgstr "Bekijk Gebruiker" + +#. (itstool) path: action/text +#: ../../../modules/web/Controllers/UserProfileController.php:307 +#: ../../../config/actions.xml:625 +msgid "Ver Perfil" +msgstr "Bekijk Profiel" + +#: ../../../modules/web/Controllers/UserSettingsManagerController.php:89 +msgid "Preferencias" +msgstr "Voorkeuren" + +#: ../../../config/strings.js.inc:26 +#, fuzzy +msgid "Error en la consulta" +msgstr "Fout gedurende de query" + +#: ../../../config/strings.js.inc:27 +msgid "Ha ocurrido un error" +msgstr "Er is een fout opgetreden" + +#: ../../../config/strings.js.inc:28 ../../../config/strings.js.inc:86 +msgid "Sesión finalizada" +msgstr "Sessie afgerond" + +#: ../../../config/strings.js.inc:29 +msgid "Borrar la cuenta?" +msgstr "Verwijder account?" + +#: ../../../config/strings.js.inc:30 +msgid "Borrar el usuario?" +msgstr "Verwijder Gebruiker" + +#: ../../../config/strings.js.inc:31 +msgid "Guarde la configuración para que sea efectiva" +msgstr "Je moet de configuratie opslaan voordat de wijzigingen gebruikt worden" + +#: ../../../config/strings.js.inc:32 +msgid "Clave Generada" +msgstr "Genereer Wachtwoord" + +#: ../../../config/strings.js.inc:33 +msgid "Nivel alto" +msgstr "Hoger niveau" + +#: ../../../config/strings.js.inc:34 +msgid "Nivel medio" +msgstr "Gemiddeld niveau" + +#: ../../../config/strings.js.inc:35 +msgid "Nivel bajo" +msgstr "Laag niveau" + +#: ../../../config/strings.js.inc:36 +msgid "Nivel muy alto" +msgstr "Erg hoog niveau" + +#: ../../../config/strings.js.inc:37 +msgid "Utilizar al menos 8 caracteres" +msgstr "U dient minimaal 8 karakters op te geven" + +#: ../../../config/strings.js.inc:38 +msgid "Borrar elemento?" +msgstr "Verwijder item" + +#: ../../../config/strings.js.inc:39 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:8 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:17 +msgid "Página no encontrada" +msgstr "Pagina niet gevonden" + +#: ../../../config/strings.js.inc:40 +msgid "Archivo no soportado para visualizar" +msgstr "Bestand niet geschikt voor voorbeeld weergave" + +#: ../../../config/strings.js.inc:41 +msgid "Eliminar archivo?" +msgstr "Verwijder Bestand?" + +#: ../../../config/strings.js.inc:42 +msgid "Su navegador no soporta subir archivos con HTML5" +msgstr "Uw browser heeft geen ondersteuning voor HTML5 uploads" + +#: ../../../config/strings.js.inc:43 +msgid "Demasiados archivos" +msgstr "Teveel bestanden" + +#: ../../../config/strings.js.inc:44 +msgid "Tamaño de archivo no permitido" +msgstr "Bestandsgrootte niet toegestaan" + +#: ../../../config/strings.js.inc:45 +msgid "Extensión no permitida" +msgstr "Extensie niet toegestaan" + +#: ../../../config/strings.js.inc:46 +msgid "Vaciar el registro de eventos?" +msgstr "Opschonen van event log?" + +#: ../../../config/strings.js.inc:47 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:112 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:276 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:87 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:57 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:233 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:145 +msgid "Seleccionar Grupo" +msgstr "Selecteer Groep" + +#: ../../../config/strings.js.inc:48 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:95 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:112 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:30 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:258 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:23 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:21 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:74 +msgid "Seleccionar Usuario" +msgstr "Selecteer Gebruiker" + +#: ../../../config/strings.js.inc:49 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:57 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:128 +msgid "Seleccionar Perfil" +msgstr "Selecteer Profiel" + +#: ../../../config/strings.js.inc:50 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:60 +#, fuzzy +msgid "Seleccionar Cliente" +msgstr "Selecteer Klant" + +#: ../../../config/strings.js.inc:51 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:68 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:102 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:69 +msgid "Seleccionar Categoría" +msgstr "Selecteer Categorie" + +#: ../../../config/strings.js.inc:52 +msgid "Sin resultados" +msgstr "Geen resultaten" + +#: ../../../config/strings.js.inc:53 +msgid "Opciones de clave" +msgstr "Wachtwoord opties" + +#: ../../../config/strings.js.inc:54 +msgid "Generar clave aleatoria" +msgstr "Genereer willekeurig wachtwoord" + +#: ../../../config/strings.js.inc:55 +msgid "Complejidad" +msgstr "Complexiteit" + +#: ../../../config/strings.js.inc:56 +msgid "Restablecer" +msgstr "Reset" + +#: ../../../config/strings.js.inc:57 +msgid "Nivel de fortaleza de la clave" +msgstr "Wachtwoord sterkte" + +#: ../../../config/strings.js.inc:58 +msgid "Mostrar Clave" +msgstr "Toon Wachtwoord" + +#: ../../../config/strings.js.inc:59 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:19 +msgid "Copiar Usuario" +msgstr "Kopieer Gebruikersnaam" + +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:60 +#: ../../../modules/web/themes/material-blue/views/account/viewpass.inc:30 +#: ../../../config/actions.xml:193 ../../../config/actions.xml:265 +msgid "Copiar Clave" +msgstr "Kopieer Wachtwoord" + +#: ../../../config/strings.js.inc:61 +msgid "Incluir Números" +msgstr "Inclusief Nummers" + +#: ../../../config/strings.js.inc:62 +msgid "Incluir Mayúsculas" +msgstr "Inclusief Hoofdletters" + +#: ../../../config/strings.js.inc:63 +msgid "Incluir Símbolos" +msgstr "Inclusief Symbolen" + +#: ../../../config/strings.js.inc:64 +msgid "Longitud" +msgstr "Lengte" + +#: ../../../config/strings.js.inc:65 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +msgid "Seleccionar Acción" +msgstr "Selecteer Actie" + +#: ../../../config/strings.js.inc:68 +msgid "Aceptar" +msgstr "Accepteer" + +#: ../../../config/strings.js.inc:69 +msgid "Cancelar" +msgstr "Annuleer" + +#: ../../../config/strings.js.inc:70 +msgid "Clave Copiada al Portapapeles" +msgstr "Wachtwoord gekopieerd naar klembord" + +#: ../../../config/strings.js.inc:71 +msgid "Error al copiar al portapapeles" +msgstr "Fout bij kopieren naar klembord" + +#: ../../../config/strings.js.inc:73 +#, fuzzy +msgid "Recibir notificaciones?" +msgstr "Verzenden notificaties?" + +#: ../../../config/strings.js.inc:74 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:147 +msgid "Marcar Favorito" +msgstr "Markeer als favoriet" + +#. (itstool) path: action/text +#: ../../../config/strings.js.inc:75 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:137 +#: ../../../config/actions.xml:247 +msgid "Eliminar Favorito" +msgstr "Favoriet verwijderen" + +#: ../../../config/strings.js.inc:76 +msgid "Limpiar Selección" +msgstr "Selectie wissen" + +#: ../../../config/strings.js.inc:77 +msgid "Mostrar Favoritos" +msgstr "Toon favorieten" + +#: ../../../config/strings.js.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:83 +msgid "Mostrar Todos" +msgstr "Toon Alles" + +#: ../../../config/strings.js.inc:79 +msgid "Ayuda" +msgstr "Help" + +#: ../../../config/strings.js.inc:80 +msgid "Sin cambios" +msgstr "Geen wijzigingen" + +#: ../../../config/strings.js.inc:81 +msgid "Ahora" +msgstr "Nu" + +#: ../../../config/strings.js.inc:82 +msgid "" +"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +msgstr "" +"Dit proces importeert de gedetecteerde LDAP gebruikers. wil je verder gaan?" + +#: ../../../config/strings.js.inc:83 +msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" +msgstr "" +"Met deze actie worden alle plugingegevens opnieuw ingesteld. Wil je doorgaan?" + +#: ../../../config/strings.js.inc:84 +msgid "Este proceso puede durar algo de tiempo. Desea continuar?" +msgstr "Dit proces neemt enige tijd in beslag, wil je doorgaan?" + +#: ../../../config/strings.js.inc:85 +msgid "Aviso" +msgstr "Waarschuwing" + +#: ../../../config/strings.js.inc:87 +msgid "" +"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." +msgstr "Aan het wek. Venster of tab van de browser niet sluiten." + +#: ../../../config/strings.js.inc:88 +msgid "Incluir Letras" +msgstr "Voeg letters toe" + +#: ../../../config/strings.js.inc:89 +msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." +msgstr "Cookies zijn uitgeschakeld. Het programma zal niet correct werken." + +#: ../../../config/strings.js.inc:90 +msgid "Portapapeles no soportado por el navegador." +msgstr "Uw browser ondersteunt het klembord niet." + +#: ../../../config/strings.js.inc:91 +msgid "Realizando auto-login" +msgstr "Performing auto-login" + +#: ../../../config/strings.js.inc:92 +msgid "Hay una versión más reciente del plugin {0} ({1})" +msgstr "Er is een nieuwere versie van de plugn {0} ({1})" + +#: ../../../config/strings.js.inc:93 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:21 +msgid "Actualizado" +msgstr "Bijgewerkt" + +#: ../../../config/strings.js.inc:94 +#: ../../../modules/web/themes/material-blue/views/main/update.inc:27 +msgid "Error al comprobar actualizaciones" +msgstr "Fout bij checken van updates" + +#: ../../../config/strings.js.inc:95 +msgid "Avisos de sysPass" +msgstr "sysPass Mededelingen" + +#: ../../../modules/web/themes/material-blue/views/_layouts/main.inc:16 +#, fuzzy +msgid "Javascript es necesario para el correcto funcionamiento" +msgstr "Javascript is benodigd om dit correct uit te voeren." + +#: ../../../modules/web/themes/material-blue/views/_partials/error.inc:14 +#: ../../../modules/web/themes/material-blue/views/_partials/error.inc:15 +#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:13 +#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:14 +#: ../../../modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: ../../../modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:41 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:44 +msgid "Volver" +msgstr "Terug" + +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:40 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:110 +#, php-format +msgid "Hay %d notificaciones pendientes" +msgstr "Er zijn %d ongelezen meldingen" + +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:42 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:112 +msgid "No hay no hay notificaciones pendientes" +msgstr "En zijn geen openstaande berichten" + +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:69 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:131 +msgid "Preferencias de usuario" +msgstr "Gebruiker voorkeuren" + +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:73 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:76 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:149 +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:152 +msgid "Salir" +msgstr "Uitloggen" + +#: ../../../modules/web/themes/material-blue/views/_partials/fixed-header.inc:165 +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:43 +msgid "Demo" +msgstr "Demo" + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:34 +#, fuzzy +msgid "Indica si la conexión utiliza HTTPS." +msgstr "Laat zien of de verbinding HTTPS is" + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:34 +msgid "" +"Las claves de formularios enviados se encriptan mediante PKI, el resto de " +"datos no." +msgstr "" +"De verzonden wachtwoorden worden versleuteld via PKI, de andere data niet. " + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:56 +msgid "Ayuda :: FAQ :: Changelog" +msgstr "Help :: FAQ :: Changelog" + +#: ../../../modules/web/themes/material-blue/views/_partials/footer.inc:60 +msgid "Un proyecto de cygnux.org" +msgstr "Een cygnux.org project" + +#: ../../../modules/web/themes/material-blue/views/_partials/no_records_found.inc:4 +#: ../../../modules/web/themes/material-blue/views/account/search-index.inc:11 +msgid "No se encontraron registros" +msgstr "Geen records gevonden" + +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:77 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:160 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:167 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:31 +msgid "Clave (repetir)" +msgstr "Wachtwoord (Herhaal)" + +#: ../../../modules/web/themes/material-blue/views/account/account-editpass.inc:101 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:186 +msgid "Seleccionar Fecha" +msgstr "Selecteer datum" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:9 +msgid "Histórico" +msgstr "Geschiedenis" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:18 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:39 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:15 +msgid "Detalles" +msgstr "Details" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:117 +#: ../../../modules/web/themes/material-blue/views/account/account-link.inc:71 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:192 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:156 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:162 +msgid "Notas" +msgstr "Notities" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:129 +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:131 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:245 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:247 +msgid "Historial" +msgstr "Geschiedenis" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:136 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:252 +msgid "Seleccionar fecha" +msgstr "Selecteer data" + +#: ../../../modules/web/themes/material-blue/views/account/account-history.inc:147 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:264 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:27 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:29 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:284 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:286 +msgid "Última Modificación" +msgstr "Laatste Aanpassing" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:17 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:55 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:122 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:161 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:48 +msgid "Ver" +msgstr "Bekijk" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:21 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:37 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:126 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:142 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:51 +msgid "Seleccionar Usuarios" +msgstr "Selecteer gebruikers" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:33 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:138 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:177 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:97 +msgid "Editar" +msgstr "Wijzig" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:59 +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:75 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:165 +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:181 +msgid "Seleccionar Grupos" +msgstr "Selecteer groepen" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:92 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:37 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:39 +msgid "Creador" +msgstr "Maker" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:109 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:45 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:47 +msgid "Grupo Principal" +msgstr "Hoofd Groep" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:131 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:177 +msgid "Privada" +msgstr "Privé" + +#: ../../../modules/web/themes/material-blue/views/account/account-permissions.inc:144 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:193 +msgid "Privada Grupo" +msgstr "privé-groep" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:9 +msgid "Solicitar Modificación de Cuenta" +msgstr "Aanvraag Account Modificatie" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:40 +msgid "Petición" +msgstr "Aanvraag" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:46 +#, fuzzy +msgid "Descripción de la petición" +msgstr "Aanvraag beschrijving" + +#: ../../../modules/web/themes/material-blue/views/account/account-request.inc:67 +msgid "Enviar" +msgstr "Verstuur" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:31 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:120 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:209 +msgid "Permisos" +msgstr "Permissies" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:210 +msgid "Seleccionar Etiquetas" +msgstr "Selecteer tags" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:238 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +msgid "Seleccionar Cuenta" +msgstr "Selecteer account" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:271 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:273 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:276 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:180 +msgid "Enlace Público" +msgstr "Publieke link" + +#: ../../../modules/web/themes/material-blue/views/account/account.inc:284 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:286 +#: ../../../modules/web/themes/material-blue/views/account/account.inc:289 +msgid "Enlace Directo" +msgstr "Direct Link" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:17 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:19 +msgid "Fecha Alta" +msgstr "Datum toegevoegd" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:55 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:57 +msgid "Usuarios Secundarios" +msgstr "Secundaire Gebruikers" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:78 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Grupos Secundarios" +msgstr "Secundaire Groepen" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:101 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:103 +msgid "Fecha Edición" +msgstr "Datum Aangepast" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:109 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:111 +msgid "Editor" +msgstr "Bewerker" + +#: ../../../modules/web/themes/material-blue/views/account/details.inc:119 +#: ../../../modules/web/themes/material-blue/views/account/details.inc:121 +msgid "Fecha de Clave" +msgstr "Wachtwoorddatum" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +msgid "Soltar archivos aquí (max. 5) o click para seleccionar" +msgstr "Drop bestanden hier (max. 5) of klik om te selecteren" + +#: ../../../modules/web/themes/material-blue/views/account/files.inc:33 +#, php-format +msgid "Tamaño máximo de archivo: %d MB" +msgstr "Maximale bestandsgrootte: %d MB" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:24 +msgid "Buscar en Wiki" +msgstr "Zoek in de Wiki" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:71 +#, php-format +msgid "Abrir enlace a: %s" +msgstr "Open link to: %s" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:98 +msgid "Clave Caducada" +msgstr "Wachtwoord verlopen" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:112 +msgid "Cuenta Privada (Grupo)" +msgstr "Private Account (Group)" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:155 +msgid "Notes" +msgstr "Notes" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:169 +msgid "Archivos adjuntos" +msgstr "Bijlages" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:196 +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:207 +msgid "Enlace a Wiki" +msgstr "Link naar Wiki" + +#: ../../../modules/web/themes/material-blue/views/account/search-rows.inc:199 +msgid "Ver en Wiki" +msgstr "Bekijk in de Wiki" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:25 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:30 +msgid "Parámetros especiales" +msgstr "Special parameters" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:32 +msgid "" +"Es posible utilizar uno o varios parámetros especiales separados por espacios" +msgstr "" +"You could use either one or several special parameters separated by blank " +"spaces" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:34 +#, fuzzy +msgid "Buscar cuentas a las que 'login' tenga acceso" +msgstr "Zoek accounts met 'Login' toegangsrechten." + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:35 +msgid "Devolver las cuentas en las que 'login' es propietario" +msgstr "Toon de accounts waarvan login \"login\" de eigenaar is" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:36 +#, fuzzy +msgid "Buscar cuentas a las que 'group_name' tenga acceso" +msgstr "Zoek accounts met 'groep_naam' toegangsrechten." + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:37 +msgid "Devolver las cuentas con grupo principal 'group_name'" +msgstr "Toon de accounts met \"group_name\" als primaire groepsnaam." + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:38 +msgid "Buscar cuentas con archivos con el nombre 'file_name'" +msgstr "" +" Zoeken naar accounts waarbij een bestand is met de naam ' bestandsnaam ' " + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:39 +msgid "Devolver la cuenta con ID" +msgstr "Returns the account for the given ID" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:40 +msgid "Buscar cuentas con la clave caducada" +msgstr "Zoek naar accounts met een verlopen wachtwoord" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:41 +msgid "Devolver las cuentas privadas del usuario actual" +msgstr "Toon de privé-accounts van de gebruiker." + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:42 +msgid "Operador para los parámetros especiales" +msgstr "Operator for special parameters" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:50 +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:54 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:225 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:226 +#, fuzzy +msgid "Búsqueda global" +msgstr "Globale zoek opdracht" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:86 +msgid "Filtrar Favoritos" +msgstr "Favorieten filteren" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:100 +msgid "Cuentas por página" +msgstr "Accounts per pagina" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:106 +msgid "Más Filtros" +msgstr "Meer filters" + +#: ../../../modules/web/themes/material-blue/views/account/search-searchbox.inc:111 +msgid "Seleccionar Etiqueta" +msgstr "Selecteer Tag" + +#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:18 +msgid "Los datos serán encriptados al guardar" +msgstr "Data will be encrypted after saving" + +#: ../../../modules/web/themes/material-blue/views/common/aux-customfields.inc:23 +msgid "Los datos serán desencriptados al guardar" +msgstr "Data will be unencrypted after saving" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:13 +msgid "Esta extensión es necesaria para mostrar las claves como imágenes" +msgstr "This extension is needed to display passwords as images" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:27 +msgid "Búsqueda" +msgstr "Zoeken" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:33 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:46 +msgid "Resultados por página" +msgstr "Resultaten per pagina" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:38 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:51 +msgid "Número de resultados por página a mostrar, al realizar una búsqueda." +msgstr "Aantal " + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:49 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:62 +msgid "Número de resultados por página" +msgstr "Resultaten per pagina" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:67 +msgid "Caducidad clave cuentas" +msgstr "Accounts password expiry" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:68 +msgid "Habilita la caducidad de la clave de cuentas." +msgstr "Enables the accounts password expiry date." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:76 +msgid "Tiempo caducidad clave" +msgstr "Password expiry time" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:81 +msgid "Número de días para la caducidad de la clave de cuenta." +msgstr "Number of days for the account expiry date." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:91 +msgid "Tiempo caducidad (días)" +msgstr "Expire time (days)" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:109 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:80 +msgid "Nombre de cuenta como enlace" +msgstr "Account naam als link" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:110 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:82 +msgid "" +"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " +"de la cuenta." +msgstr "Activeer gebruikersnaam als link naar het account." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:125 +msgid "Búsquedas globales" +msgstr "Global zoek actie" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:126 +msgid "" +"Permite que todos los usuarios puedan realizar búsquedas en todas las " +"cuentas, pero no pueden ver el contenido de las que no tienen permisos." +msgstr "" +"Laat toe dat gebruikers kunnen zoeken, zodra zij geen rechten hebben zal het " +"niet worden weergegeven." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:141 +msgid "Imagen para mostrar clave" +msgstr "Afbeelding om wachtwoord te tonen" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:143 +msgid "Generar una imagen con el texto de la clave de la cuenta." +msgstr "Genereerd een plaatje met de tekst van het wachtwoord van je account. " + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:145 +msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." +msgstr "" +"Nuttig voor omgevingen waar het kopiëren van een wachtwoord naar het " +"klembord " + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:161 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:148 +msgid "Resultados en Tarjetas" +msgstr "Resultaat like Kaarten" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:163 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:150 +#, fuzzy +msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." +msgstr "" +" Maakt het mogelijk rekening te houden met de zoekresultaten als een " +"kaartformaat te laten zien." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:179 +msgid "Acceso Grupos Secundarios" +msgstr "Onderliggende groepen toegang" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:181 +msgid "" +"Habilita el acceso a los usuarios que estén incluidos en los grupos " +"secundarios." +msgstr "Grants access to the users that are included in the secondary groups." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:183 +msgid "" +"Por defecto el usuario de un grupo secundario es permitido si el grupo " +"secundario está establecido como el primario del usuario." +msgstr "" +"By default, the user in a secondary group is granted if the secondary group " +"is set as the user's main group." + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:194 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:373 +#: ../../../config/actions.xml:73 +msgid "Enlaces Públicos" +msgstr "Publieke links" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:212 +msgid "Habilitar Enlaces Públicos" +msgstr "Publieke links inschakelen" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:214 +msgid "" +"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " +"una cuenta." +msgstr "" +"Schakelt de mogelijkheid om openbare links te maken om de details van een " +"account te bekijken" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:216 +msgid "" +"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." +msgstr "" +"De gekoppelde accounts zullen zichtbaar zijn door iedereen die de link heeft" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:218 +msgid "" +"Para crear enlaces, los usuarios tienen que tener activada la opción en su " +"perfl." +msgstr "" +"Om links te maken, moeten de gebruikers de optie in hun profielen hebben " +"geactiveerd." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:234 +msgid "Usar imagen para clave" +msgstr "Gebruik een afbeelding voor wachtwoord" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:236 +msgid "La clave de la cuenta es visualizada como una imagen." +msgstr "Het account wachtwoord wordt weergegeven als afbeelding." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:245 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:254 +msgid "Tiempo de caducidad" +msgstr "Verval datum" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:260 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:269 +msgid "Número máximo de visitas" +msgstr "Maximale bezoeken" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:295 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:406 +msgid "Gestión de archivos" +msgstr "Bestands Management" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:296 +#, fuzzy +msgid "Habilita la subida/descarga de archivos para las cuentas." +msgstr "Activeer uploads/downloads van gebruikersbestanden" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:304 +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:317 +msgid "Extensiones de archivos permitidas" +msgstr "Bestands extensies toegestaan" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:309 +#, fuzzy +msgid "Extensiones permitidas para la subida de archivos." +msgstr "Extensies die zijn toegestaan om te uploaden." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "" +"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " +"configuración." +msgstr "" +"Typ de extensie en druk op enter. Vergeet hierna niet de configuratie op te " +"slaan." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:325 +msgid "Tamaño máximo de archivo" +msgstr "Maximale bestandsgrootte" + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:330 +msgid "Establece el tamaño máximo para subir archivos." +msgstr "Stel de maximale grootte in voor uploads." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:334 +msgid "El máximo absuluto es de 16MB." +msgstr "De absolute maximale grootte is 16MB." + +#: ../../../modules/web/themes/material-blue/views/config/accounts.inc:345 +msgid "Tamaño máximo de archivo en kilobytes" +msgstr "Maximale bestandsgrootte (kB)" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:9 +msgid "" +"Esta extensión es necesaria para generar los archivos de copia de seguridad " +"de la aplicación" +msgstr "This extension is needed to build the application's backup files" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:23 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:26 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:101 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:104 msgid "Resultado" msgstr "Resultaat" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:24 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:27 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:109 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:112 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:34 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:37 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:112 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:115 msgid "Descargar Actual" msgstr "Download Huidig" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:43 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:43 +msgid "Copia BBDD" +msgstr "DB Backup" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:50 +msgid "Copia sysPass" +msgstr "sysPass Backup" + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:53 #, fuzzy msgid "No hay backups para descargar" msgstr "Er zijn geen backups te downloaden" -#: ../../../../inc/SP/Import/Import.class.php:105 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:66 -#: ../../../../js/strings.js.php:79 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:70 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:137 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:302 -#: ../../../../inc/themes/material-blue/views/config/import.inc:101 -msgid "Ayuda" -msgstr "Help" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:71 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:72 msgid "" "La copia de seguridad permite guardar y descargar tanto la base de datos de " "sysPass como los archivos de la aplicación y su configuración." @@ -2947,7 +2819,7 @@ msgstr "" "De backup zorgt ervoor dat de configuratie en database kan worden " "opgeslagen. " -#: ../../../../inc/themes/material-blue/views/config/backup.inc:73 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:74 #, fuzzy msgid "" "Con este método es posible guardar todos los datos de sysPass en otro lugar " @@ -2956,26 +2828,27 @@ msgstr "" "Deze optie zorgt ervoor dat alle syspass data extern kan worden opgeslagen " "en gebruikt" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:88 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:93 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:178 msgid "Exportar Cuentas" msgstr "Exporteer Accounts" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:122 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:125 #, fuzzy msgid "No hay archivos XML para descargar" msgstr "Er zijn geen bestanden te downloaden" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:129 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:137 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:132 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:140 msgid "Clave de Exportación" msgstr "Exporteer Wachtwoord" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:143 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:151 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:146 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:154 msgid "Clave de Exportación (repetir)" msgstr "Exporteer Wachtwoord (herhaal)" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:180 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:180 msgid "" "La exportación de cuentas permite guardar las cuentas y sus datos en formato " "XML para posteriormente poder ser importados en otras instancias de sysPass." @@ -2983,14 +2856,19 @@ msgstr "" "De gebruikers export zorgt ervoor dat deze kunnen worden geëxporteerd voor " "in een andere syspass instantie." -#: ../../../../inc/themes/material-blue/views/config/backup.inc:184 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:182 +msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." +msgstr "De geëxporteerde items zijn accounts, klanten, categorieën en tags." + +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:184 +#, fuzzy msgid "" "Las claves de las cuentas son exportadas de forma encriptada para mayor " "seguridad." msgstr "" "De wachtwoorden zijn versleuteld geëxporteerd vanwege extra beveiliging." -#: ../../../../inc/themes/material-blue/views/config/backup.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/backup.inc:186 msgid "" "Es posible establecer una clave de exportación para guardar todos los datos " "encriptados en el archivo XML." @@ -2998,292 +2876,85 @@ msgstr "" "Het is mogelijk om een export wachtwoord in te stellen om de data beveiligd " "op te slaan in een XML bestand" -#: ../../../../inc/themes/material-blue/views/main/body-start.inc:4 -msgid "Javascript es necesario para el correcto funcionamiento" -msgstr "Javascript is benodigd om dit correct uit te voeren." - -#: ../../../../inc/SP/Api/SyspassApi.class.php:518 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:23 -msgid "Nombre de la categoría" -msgstr "Categorie Naam" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:519 -#: ../../../../inc/themes/material-blue/views/itemshow/categories.inc:35 -msgid "Descripción de la categoría" -msgstr "Categorie Omschrijving" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:4 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:7 -msgid "Sitio" -msgstr "Site" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:10 -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:24 -#: ../../../../inc/themes/material-blue/views/config/info.inc:78 -#: ../../../../inc/themes/material-blue/views/config/info.inc:92 -#: ../../../../inc/themes/material-blue/views/main/install.inc:135 -#: ../../../../inc/themes/material-blue/views/main/install.inc:136 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:19 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:21 -msgid "Idioma" -msgstr "Taal" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:15 -msgid "" -"Establece el idioma global de la aplicación. Es posible establecer un idioma " -"por usuario en las preferencias." -msgstr "Stel de algemene taal in. Per gebruiker is dit aan te passen." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:36 -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:46 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:32 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:34 -msgid "Tema Visual" -msgstr "Visueel Thema" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:41 -#, fuzzy -msgid "" -"Establece el tema visual global de la aplicación. Es posible establecer un " -"tema visual por usuario en las preferencias." -msgstr "Stel het algemene thema in, dit is per gebruiker aan te passen." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:59 -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:67 -msgid "Timeout de sesión (s)" -msgstr "Sessie Timeout(s)" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:21 -msgid "Habilitar log de eventos" -msgstr "Activeer Event Log" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:13 -msgid "Guarda las acciones realizadas en la aplicación." -msgstr "Slaat de acties van de applicatie op." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:104 -msgid "Habilitar depuración" -msgstr "Activeer debugging" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:96 -msgid "" -"Muestra información relativa a la configuración de la aplicación y " -"rendimiento." -msgstr "Laat informatie over de applicatie en prestaties." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:122 -msgid "Modo mantenimiento" -msgstr "Onderhouds mode" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:114 -#, fuzzy -msgid "" -"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " -"necesario modificar el archivo de configuración." -msgstr "In deze modus kan niemand inloggen. Sla de configuratie wel op." - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:140 -msgid "Comprobar actualizaciones" -msgstr "Check voor updates" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:132 -msgid "" -"Comprobar actualizaciones de la aplicación (sólo para los usuarios " -"administradores)." -msgstr "Check voor applicatie updates (alleen voor administrators)" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:158 -msgid "Comprobar notificaciones" -msgstr "Check voor mededelingen" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:150 -#, fuzzy -msgid "" -"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " -"para los usuarios administradores)." -msgstr "" -"Controleer syspass beveiligingsfouten of andere meldingen (Alleen voor " -"administrators)" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:53 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:82 -msgid "Nombre de cuenta como enlace" -msgstr "Account naam als link" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:44 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:73 -msgid "" -"Habilita el nombre de la cuenta de la búsqueda, como enlace a los detalles " -"de la cuenta." -msgstr "Activeer gebruikersnaam als link naar het account." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:251 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:203 -msgid "Gestión de archivos" -msgstr "Bestands Management" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:241 -#, fuzzy -msgid "Habilita la subida/descarga de archivos para las cuentas." -msgstr "Activeer uploads/downloads van gebruikersbestanden" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:72 -msgid "Búsquedas globales" -msgstr "Global zoek actie" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:63 -msgid "" -"Permite que todos los usuarios puedan realizar búsquedas en todas las " -"cuentas, pero no pueden ver el contenido de las que no tienen permisos." -msgstr "" -"Laat toe dat gebruikers kunnen zoeken, zodra zij geen rechten hebben zal het " -"niet worden weergegeven." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:257 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:275 -msgid "Extensiones de archivos permitidas" -msgstr "Bestands extensies toegestaan" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:262 -#, fuzzy -msgid "Extensiones permitidas para la subida de archivos." -msgstr "Extensies die zijn toegestaan om te uploaden." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:266 -msgid "Se permite un máximo de 4 caracteres." -msgstr "Max 4 karakters toegestaan" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:270 -msgid "" -"Escribir extensión y pulsar intro para añadir. Es necesario guardar la " -"configuración." -msgstr "" -"Typ de extensie en druk op enter. Vergeet hierna niet de configuratie op te " -"slaan." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:288 -msgid "Establece el tamaño máximo para subir archivos." -msgstr "Stel de maximale grootte in voor uploads." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:292 -msgid "El máximo absuluto es de 16MB." -msgstr "De absolute maximale grootte is 16MB." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:18 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:47 -msgid "Resultados por página" -msgstr "Resultaten per pagina" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:23 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:52 -msgid "Número de resultados por página a mostrar, al realizar una búsqueda." -msgstr "Aantal " - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:116 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:155 -msgid "Resultados en Tarjetas" -msgstr "Resultaat like Kaarten" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:106 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:146 -#, fuzzy -msgid "Muestra los resultados de búsqueda de cuentas en formato tarjeta." -msgstr "" -" Maakt het mogelijk rekening te houden met de zoekresultaten als een " -"kaartformaat te laten zien." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:96 -msgid "Imagen para mostrar clave" -msgstr "Afbeelding om wachtwoord te tonen" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:82 -msgid "Generar una imagen con el texto de la clave de la cuenta." -msgstr "Genereerd een plaatje met de tekst van het wachtwoord van je account. " - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:86 -msgid "Util para entornos donde copiar la clave supone un riesgo de seguridad." -msgstr "" -"Nuttig voor omgevingen waar het kopiëren van een wachtwoord naar het " -"klembord " - -#: ../../../../inc/SP/Api/SyspassApi.class.php:538 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:26 -msgid "Nombre del cliente" -msgstr "Klantnaam" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:539 -#: ../../../../inc/themes/material-blue/views/itemshow/customers.inc:39 -msgid "Descripción del cliente" -msgstr "Klant omschrijving" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:57 -msgid "Texto Ayuda" -msgstr "Help Tekst" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:74 -msgid "Obligatorio" -msgstr "Vereist" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:8 -#: ../../../../inc/themes/material-blue/views/config/import.inc:148 -#: ../../../../inc/themes/material-blue/views/config/import.inc:163 -#: ../../../../inc/themes/material-blue/views/main/install.inc:48 -#: ../../../../inc/themes/material-blue/views/main/install.inc:54 -#: ../../../../inc/themes/material-blue/views/main/login.inc:49 -#: ../../../../inc/themes/material-blue/views/main/login.inc:89 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:14 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:150 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:150 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:165 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:47 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:53 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:48 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:92 msgid "Clave Maestra" msgstr "Hoofd wachtwoord" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:18 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:21 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:182 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:185 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:21 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:24 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:195 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:198 +#, fuzzy msgid "Último cambio" msgstr "Laatste Wijziging" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:29 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:37 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:130 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:32 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:40 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:132 msgid "Clave Maestra actual" msgstr "Huidig hoofd wachtwoord" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:43 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:51 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:46 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:54 msgid "Nueva Clave Maestra" msgstr "Nieuw Hoofd Wachtwoord" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:57 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:65 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:60 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:68 msgid "Nueva Clave Maestra (repetir)" msgstr "Nieuw Hoofd Wachtwoord (herhaal)" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:83 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:77 +msgid "Guarde la nueva clave en un lugar seguro." +msgstr "Bewaar het nieuwe wachtwoord op een veilige plek." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:81 +msgid "Se volverán a encriptar las claves de todas las cuentas." +msgstr "Alle account zullen opnieuw worden versleuteld." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:85 +msgid "Los usuarios deberán de introducir la nueva clave maestra." +msgstr "Gebruikers moeten het nieuwe master wachtwoord invoeren." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:89 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:120 +#, fuzzy, php-format +msgid "" +"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." +msgstr "%s Accounts worden aangepast. Dit kan even duren." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:106 msgid "No modificar cuentas" msgstr "Pas niet de accounts aan" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:75 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:108 msgid "Establece una nueva clave maestra sin re-encriptar las cuentas" msgstr "" "Stelt een nieuw master wachtwoord in zonder opnieuw de wachtwoorden te " "beveiligen. " -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:109 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:124 +#, fuzzy msgid "Confirmar cambio" msgstr "Bevestig wijziging" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:92 -msgid "Guarde la nueva clave en un lugar seguro." -msgstr "Bewaar het nieuwe wachtwoord op een veilige plek." +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:126 +msgid "" +"Confirmar el cambio de clave maestra después de haber leído las advertencias " +"anteriores." +msgstr "" +"Confirm the master password change after you have been read all the above " +"warnings." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:96 -msgid "Se volverán a encriptar las claves de todas las cuentas." -msgstr "Alle account zullen opnieuw worden versleuteld." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:100 -msgid "Los usuarios deberán de introducir la nueva clave maestra." -msgstr "Gebruikers moeten het nieuwe master wachtwoord invoeren." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:138 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:152 +#, fuzzy msgid "" "La clave maestra es utilizada para encriptar las claves de las cuentas de " "sysPass para mantenerlas seguras." @@ -3291,7 +2962,7 @@ msgstr "" "Het master wachtwoord word gebruikt om alle wachtwoorden veilig te " "versleutelen." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:140 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:154 msgid "" "Es recomendable cambiarla cada cierto tiempo y utilizar una clave compleja " "que incluya números, letras y símbolos." @@ -3299,26 +2970,51 @@ msgstr "" "Het advies is om dit geregeld te veranderen, gebruik hiervoor een sterk " "wachtwoord." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:171 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:156 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:122 +#, php-format +msgid "Para más información consulte: %s" +msgstr "Meer informatie vindt u hier: %s" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:166 +msgid "Actualizar hash de clave maestra" +msgstr "Hash van het hoofdwachtwoord bijwerken." + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:318 msgid "Clave Temporal" msgstr "Tijdelijk Wachtwoord" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:187 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:200 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:200 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:213 msgid "No generada" msgstr "Niet gegenereerd" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:192 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:195 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:205 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:208 msgid "Válido hasta" msgstr "Geldig tot" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:216 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:225 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:219 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:222 +msgid "Intentos" +msgstr "Pogingen" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:229 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:239 msgid "Validez (s)" msgstr "Leven(s)" -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:303 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:258 +msgid "Enviar correo" +msgstr "Mail versturen" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:260 +msgid "" +"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." +msgstr "Stuur een email naar alle gebruikers of naar geselecteerde groep" + +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:320 #, fuzzy msgid "" "La clave temporal es utilizada como clave maestra para los usuarios que " @@ -3329,120 +3025,300 @@ msgstr "" "gebruikers die dit moeten invoeren bij het inloggen. Hierdoor is het niet " "nodig om hen het echte Master Password te vertellen." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:309 +#: ../../../modules/web/themes/material-blue/views/config/encryption.inc:327 msgid "Generar" msgstr "Genereer" -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:87 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:215 -#: ../../../../inc/themes/material-blue/views/accountsearch/index.inc:11 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:11 -msgid "No se encontraron registros" -msgstr "Geen records gevonden" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:10 +msgid "Autentificación" +msgstr "Authenticatie" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:22 -msgid "Fecha / Hora" -msgstr "Datum / Tijd" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:28 +msgid "Usar Auth Basic" +msgstr "Use Auth Basic" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:28 -msgid "Evento" -msgstr "Evenement" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:29 +msgid "Usar Auth Basic para autorizar los accesos a la aplicación." +msgstr "Use Auth Basic for authorizing the accesses to the application" -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:34 -msgid "IP" -msgstr "IP" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:43 +msgid "Usar Auth Basic SSO" +msgstr "Use Auth Basic SSO" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:85 -msgid "Primera página" -msgstr "Eerste pagina" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:44 +msgid "Usar auto-login con Auth Basic." +msgstr "Use auto-login through Auth Basic" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:83 -msgid "Página anterior" -msgstr "Vorige pagina" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:52 +msgid "Dominio" +msgstr "Domain" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:84 -msgid "Página siguiente" -msgstr "Volgende pagina" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:86 -msgid "Última página" -msgstr "Laatste pagina" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:320 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:321 -#: ../../../../inc/themes/material-blue/views/account/files-list.inc:40 -msgid "Ver Archivo" -msgstr "Bekijk bestand" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:39 -#, fuzzy -msgid "Indica si la conexión utiliza HTTPS." -msgstr "Laat zien of de verbinding HTTPS is" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:39 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:57 msgid "" -"Las claves de formularios enviados se encriptan mediante PKI, el resto de " -"datos no." +"El dominio será añadido al nombre de usuario de sysPass para comprobarlo con " +"el de Auth Basic." msgstr "" -"De verzonden wachtwoorden worden versleuteld via PKI, de andere data niet. " +"The domain will be added to the sysPass user name for checking against the " +"Auth Basic one." -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:60 -msgid "Ayuda :: FAQ :: Changelog" -msgstr "Help :: FAQ :: Changelog" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:67 +msgid "Nombre de dominio" +msgstr "Domain name" -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:64 -msgid "Un proyecto de cygnux.org" -msgstr "Een cygnux.org project" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:73 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:83 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:43 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:53 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:219 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:229 +msgid "Grupo por Defecto" +msgstr "Standaard Groep" -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:27 -msgid "Nombre del grupo" -msgstr "Groep naam" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:78 +msgid "" +"Define el grupo de usuarios por defecto para los nuevos usuarios de SSO." +msgstr "Sets the default users group for newly SSO users" -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:40 -msgid "Descripción del grupo" -msgstr "Groep omschrijving" +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:98 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:108 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:244 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:254 +msgid "Perfil por Defecto" +msgstr "Standaard Profiel" -#: ../../../../inc/themes/material-blue/views/config/import.inc:8 +#: ../../../modules/web/themes/material-blue/views/config/general-auth.inc:103 +msgid "" +"Define el perfil de usuarios por defecto para los nuevos usuarios de SSO." +msgstr "Sets the default profile for the newly created SSO users." + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:10 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:96 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:99 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:171 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:174 +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:63 +msgid "Eventos" +msgstr "Evenementen" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:28 +msgid "Habilitar log de eventos" +msgstr "Activeer Event Log" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:29 +msgid "Guarda las acciones realizadas en la aplicación." +msgstr "Slaat de acties van de applicatie op." + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:43 +msgid "Habilitar Syslog" +msgstr "Syslog inschakelen" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:58 +msgid "Habilitar Syslog Remoto" +msgstr "Schakel Remote Syslog in" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:68 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:37 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:64 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:67 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:74 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:99 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:57 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:64 +msgid "Servidor" +msgstr "Server" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:76 +msgid "Nombre o dirección IP" +msgstr "Hostnaam of IP-adres" + +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:82 +#: ../../../modules/web/themes/material-blue/views/config/general-events.inc:90 +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:51 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:70 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:77 +msgid "Puerto" +msgstr "Poort" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:10 +msgid "Proxy" +msgstr "Proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:28 +msgid "Usar Proxy" +msgstr "Gebruik Proxy" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:29 +msgid "Usar proxy para comprobación de actualizaciones y notificaciones." +msgstr "Use a proxy server for checking out for updates and notifications." + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:45 +msgid "Servidor proxy" +msgstr "Proxy server" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:59 +msgid "Puerto del servidor proxy" +msgstr "Proxy server poort" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:73 +msgid "Usuario del servidor proxy" +msgstr "Proxy server gebruiker" + +#: ../../../modules/web/themes/material-blue/views/config/general-proxy.inc:87 +msgid "Clave del servidor proxy" +msgstr "Proxy server wachtwoord" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:14 +msgid "" +"Esta extensión es necesaria comprobar las actualizaciones y notificaciones" +msgstr "This extension is needed to check for sysPass updates and notices" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:22 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:5 +msgid "Sitio" +msgstr "Site" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:28 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:42 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:84 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:98 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:134 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:136 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:16 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:18 +msgid "Idioma" +msgstr "Taal" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:33 +msgid "" +"Establece el idioma global de la aplicación. Es posible establecer un idioma " +"por usuario en las preferencias." +msgstr "Stel de algemene taal in. Per gebruiker is dit aan te passen." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:37 +msgid "" +"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." +"com/join/project/fmlsBuugyv" +msgstr "" +"Om de vertaling te verbeteren kun je ons op https://poeditor.com/join/" +"project/fmlsBuugyv helpen" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:55 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:65 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:30 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:32 +msgid "Tema Visual" +msgstr "Visueel Thema" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:60 +#, fuzzy +msgid "" +"Establece el tema visual global de la aplicación. Es posible establecer un " +"tema visual por usuario en las preferencias." +msgstr "Stel het algemene thema in, dit is per gebruiker aan te passen." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:79 +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:87 +msgid "Timeout de sesión (s)" +msgstr "Sessie Timeout(s)" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:105 +msgid "Forzar HTTPS" +msgstr "Forceer HTTPS" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:106 +msgid "Fuerza para que todas las conexiones sean a través de HTTPS." +msgstr "Dit forceert het gebruik van HTTPS op alle verbindingen" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:120 +msgid "Habilitar depuración" +msgstr "Activeer debugging" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:121 +msgid "" +"Muestra información relativa a la configuración de la aplicación y " +"rendimiento." +msgstr "Laat informatie over de applicatie en prestaties." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:135 +msgid "Modo mantenimiento" +msgstr "Onderhouds mode" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:136 +#, fuzzy +msgid "" +"En este modo no se puede acceder a la aplicación. Para deshabilitarlo es " +"necesario modificar el archivo de configuración." +msgstr "In deze modus kan niemand inloggen. Sla de configuratie wel op." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:150 +msgid "Comprobar actualizaciones" +msgstr "Check voor updates" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:151 +msgid "" +"Comprobar actualizaciones de la aplicación (sólo para los usuarios " +"administradores)." +msgstr "Check voor applicatie updates (alleen voor administrators)" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:165 +msgid "Comprobar notificaciones" +msgstr "Check voor mededelingen" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:166 +#, fuzzy +msgid "" +"Comprobar si existen notificaciones de seguridad o avisos de sysPass (sólo " +"para los usuarios administradores)." +msgstr "" +"Controleer syspass beveiligingsfouten of andere meldingen (Alleen voor " +"administrators)" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:180 +msgid "Encriptar Sesión" +msgstr "Versleutel sessie" + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:182 +msgid "Encriptar los datos de la sesión de PHP." +msgstr "Versleutel de gegevens van de PHP-sessie." + +#: ../../../modules/web/themes/material-blue/views/config/general-site.inc:183 +msgid "" +"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " +"datos almacenados no serán legibles." +msgstr "" +"Dit verhoogt de veiligheid van de PHP-sessie doordat de opgeslagen gegevens " +"onleesbaar zijn." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:10 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:101 msgid "Importar CSV/XML" msgstr "CSV/XML Import" -#: ../../../../inc/themes/material-blue/views/config/import.inc:14 -#: ../../../../inc/themes/material-blue/views/config/import.inc:24 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:16 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:26 msgid "Usuario por Defecto" msgstr "Standaard Gebruiker" -#: ../../../../inc/themes/material-blue/views/config/import.inc:19 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:21 #, fuzzy msgid "Define el usuario por defecto para las cuentas importadas." msgstr " Bepaalt de standaard gebruiker voor de geïmporteerde accounts." -#: ../../../../inc/themes/material-blue/views/config/import.inc:40 -#: ../../../../inc/themes/material-blue/views/config/import.inc:50 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:207 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:217 -msgid "Grupo por Defecto" -msgstr "Standaard Groep" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:45 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:48 #, fuzzy msgid "Define el grupo por defecto para las cuentas importadas." msgstr " Bepaalt de standaard groep voor de geïmporteerde accounts." -#: ../../../../inc/themes/material-blue/views/config/import.inc:127 -#: ../../../../inc/themes/material-blue/views/config/import.inc:142 -msgid "Clave de Importación" -msgstr "Importeer Wachtwoord" +#: ../../../modules/web/themes/material-blue/views/config/import.inc:70 +msgid "Archivo" +msgstr "Bestand" -#: ../../../../inc/themes/material-blue/views/config/import.inc:176 -#: ../../../../inc/themes/material-blue/views/config/import.inc:191 -msgid "Delimitador CSV" -msgstr "CSV scheidingsteken" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:74 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:73 msgid "Soltar archivo aquí o click para seleccionar" msgstr "Sleep de bestanden naar hier of selecteer deze" -#: ../../../../inc/themes/material-blue/views/config/import.inc:102 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:103 #, fuzzy msgid "" "Permite realizar la importación de Cuentas, Categorías y Clientes desde " @@ -3451,20 +3327,22 @@ msgstr "" "Laat toe dat je Accounts, Categories and Customers import from XML or CSV " "files." -#: ../../../../inc/themes/material-blue/views/config/import.inc:104 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:105 msgid "" "Los formatos de archivos XML soportados son: sysPass, KeePass y KeePassX" msgstr "" " Hiermee kun je de accounts, categorieën en klanten importeren uit XML of " "CSV -bestanden." -#: ../../../../inc/themes/material-blue/views/config/import.inc:106 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:107 +#, fuzzy msgid "" "Arrastar el archivo a importar a la zona indicada o hacer click sobre la " "flecha." msgstr " Drag & Drop het bestand naar de import zone of klik op de pijl." -#: ../../../../inc/themes/material-blue/views/config/import.inc:108 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:109 +#, fuzzy msgid "" "Para archivos de KeePass o KeePassX, el nombre del cliente será igual a " "KeePass o KeePassX y la categoría igual al nombre de los grupos." @@ -3472,11 +3350,19 @@ msgstr "" " Voor KeePass of KeePassX bestanden, zal de naam van de klant zijn KeePass " "of KeePassX en de categorie naam als de groepsnamen ." -#: ../../../../inc/themes/material-blue/views/config/import.inc:110 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:111 msgid "La importación de archivos CSV se realiza con el siguiente formato:" msgstr " Het CSV -bestand importeren moet aan het volgende format doen:" -#: ../../../../inc/themes/material-blue/views/config/import.inc:114 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:113 +msgid "" +"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" +"\"notas\"" +msgstr "" +"\"Account_naam\";\"client\";\"categorie\";\"url\";\"gebruiker\";\"wachtwoord" +"\";\"notities\"" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:115 #, fuzzy msgid "" "En todos los casos, si el cliente o la categoría no están creados, se crean " @@ -3485,699 +3371,262 @@ msgstr "" "In alle gevallen, indien de klant of de categorie niet bestaat zal deze " "automatisch worden aangemaakt." -#: ../../../../inc/themes/material-blue/views/config/info.inc:5 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:123 +msgid "XML" +msgstr "XML" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:129 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:144 +msgid "Clave de Importación" +msgstr "Importeer Wachtwoord" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:134 +msgid "Sólo es necesaria para archivos XML de sysPass encriptados." +msgstr "Dit is alleen nodig voor versleutelde XML-bestanden van sysPass." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:155 +msgid "" +"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " +"la actual." +msgstr "" +"Dit is alleen nodig voor XML-bestanden van sysPass die versleuteld zijn met " +"een ander hoofdwachtwoord dan het huidige." + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:172 +msgid "CSV" +msgstr "CSV" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:178 +#: ../../../modules/web/themes/material-blue/views/config/import.inc:193 +msgid "Delimitador CSV" +msgstr "CSV scheidingsteken" + +#: ../../../modules/web/themes/material-blue/views/config/import.inc:183 +msgid "Sólo es necesario para archivos CSV." +msgstr "Dit is alleen nodig voor CSV-bestanden." + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:5 msgid "Información de la Aplicación" msgstr "Applicatie Informatie" -#: ../../../../inc/themes/material-blue/views/config/info.inc:11 -#: ../../../../inc/themes/material-blue/views/config/info.inc:14 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:11 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:14 msgid "Versión sysPass" msgstr "sysPass versie" -#: ../../../../inc/themes/material-blue/views/config/info.inc:21 -#: ../../../../inc/themes/material-blue/views/config/info.inc:24 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:21 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:24 msgid "Base de Datos" msgstr "Database" -#: ../../../../inc/themes/material-blue/views/config/info.inc:35 -#: ../../../../inc/themes/material-blue/views/config/info.inc:38 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:35 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:38 msgid "PHP" msgstr "PHP" -#: ../../../../inc/themes/material-blue/views/config/info.inc:42 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:40 +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:25 +msgid "Versión" +msgstr "Versie" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:42 msgid "Extensiones" msgstr "Extensies" -#: ../../../../inc/themes/material-blue/views/config/info.inc:44 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:46 +msgid "Extensiones no disponibles" +msgstr "Unavailable extensions" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:50 msgid "Memoria Usada" msgstr "Gebruikt geheugen" -#: ../../../../inc/SP/Auth/Ldap/LdapBase.class.php:176 -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:49 -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:19 -#: ../../../../inc/themes/material-blue/views/config/info.inc:58 -#: ../../../../inc/themes/material-blue/views/config/info.inc:61 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:62 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:87 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:27 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:34 -msgid "Servidor" -msgstr "Server" +#: ../../../modules/web/themes/material-blue/views/config/info.inc:55 +msgid "OP Cache" +msgstr "OP Cache" -#: ../../../../inc/themes/material-blue/views/main/install.inc:35 -msgid "Login del usuario administrador de sysPass" -msgstr "sysPass administrator Login" +#: ../../../modules/web/themes/material-blue/views/config/info.inc:74 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:77 +msgid "Copia de Configuración" +msgstr "Configuratie back-up" -#: ../../../../inc/themes/material-blue/views/main/install.inc:67 -msgid "Configurar BBDD" -msgstr "DB Configuratie" +#: ../../../modules/web/themes/material-blue/views/config/info.inc:89 +msgid "Indica si el idioma se encuentra disponible" +msgstr "Dit laat ons weten of de taal beschikbaar is." -#: ../../../../inc/themes/material-blue/views/main/install.inc:110 -msgid "Nombre de la base de datos para sysPass" -msgstr "SysPass database naam" +#: ../../../modules/web/themes/material-blue/views/config/info.inc:93 +msgid "" +"Si no está instalado, es necesario instalar las locales en el sistema " +"operativo. Más información en Wiki." +msgstr "" +"Wanneer dit niet geïnstalleerd is, dien je de juiste besturingssysteem-talen " +"te installeren. Meer info kun je vinden in de Wiki." -#: ../../../../inc/themes/material-blue/views/main/install.inc:145 -msgid "Modo Hosting" -msgstr "Hosting mode" +#: ../../../modules/web/themes/material-blue/views/config/info.inc:105 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:115 +msgid "Sesión Encriptada" +msgstr "Versleutelde sessie" -#: ../../../../inc/themes/material-blue/views/main/install.inc:152 -msgid "No crea ni verifica los permisos del usuario sobre la BBDD" -msgstr "Dit maakt of verifieerd niet de gebruikers rechten op de database." +#: ../../../modules/web/themes/material-blue/views/config/info.inc:110 +msgid "Indica si los datos de la sesión están encriptados en el servidor" +msgstr "Geeft aan of de sessie op de server versleuteld wordt." -#: ../../../../inc/themes/material-blue/views/main/install.inc:166 -#: ../../../../inc/themes/material-blue/views/main/install.inc:168 -msgid "Instalar" -msgstr "Installeer" +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "Sí" +msgstr "Ja" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:36 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:117 +msgid "No" +msgstr "Nee" + +#: ../../../modules/web/themes/material-blue/views/config/info.inc:122 +#: ../../../modules/web/themes/material-blue/views/config/info.inc:125 +msgid "Plugins Cargados" +msgstr "Geladen plugins" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:13 +msgid "Esta extensión es necesaria conectar con el servidor de LDAP" +msgstr "This extension is needed to connect to the LDAP server" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:43 msgid "Habilitar LDAP" msgstr "Activeer LDAP" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:22 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:45 #, fuzzy msgid "Habilita de autentificación mediante servidor LDAP." msgstr "Schakelt verificatie in voor de LDAP-server." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:26 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:47 msgid "Este método utilizará MySQL en caso de fallo." msgstr "Deze methode zal MySQL gebruiken als fallback." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:67 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:62 +msgid "Active Directory" +msgstr "Active Directory" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:64 +msgid "Habilita el modo de conexión con LDAP de Active Directory." +msgstr "Activeer Active Directory LDAP connectie mode" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:79 #, fuzzy msgid "Nombre o dirección IP del servidor de LDAP." msgstr "Hostnaam of IP adres van de LDAP Server" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:71 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:102 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:153 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:187 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:111 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:83 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:114 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:165 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:199 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:128 msgid "Ejemplos:" msgstr "Voorbeelden:" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:93 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:105 msgid "Usuario de conexión" msgstr "Verbind Gebruiker" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:98 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:110 msgid "Usuario para conectar con el servicio de LDAP." msgstr "Gebruiker om verbinding te maken met de LDAP- service." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:123 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:135 msgid "Clave de conexión" msgstr "Verbind Wachtwoord" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:144 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:168 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:140 +msgid "Clave del usuario de conexión a LDAP." +msgstr "LDAP connectie gebruikers wachtwoord" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:156 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:180 msgid "Base de búsqueda" msgstr "Zoek basis." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:149 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:161 +#, fuzzy msgid "Base en la que realizar la búsqueda de usuarios de LDAP." msgstr " LDAP uitvalsbasis om de LDAP-gebruikers zoekopdrachten te doen." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:179 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:191 #, fuzzy msgid "" "Grupo de LDAP al que debe de pertenecer el usuario para permitir el acceso." msgstr "LDAP-groep waar de gebruiker in moet zitten om te kunnen inloggen." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:183 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:195 msgid "Este grupo debe de estar ubicado en la base de búsquedas de LDAP." msgstr " Deze groep moet in de LDAP-zoekbasis worden geplaatst ." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:212 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:224 #, fuzzy msgid "" "Define el grupo de usuarios por defecto para los nuevos usuarios de LDAP." msgstr " Definieer de standaard gebruikers groep voor nieuwe LDAP-gebruikers." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:231 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:241 -msgid "Perfil por Defecto" -msgstr "Standaard Profiel" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:236 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:249 #, fuzzy msgid "" "Define el perfil de usuarios por defecto para los nuevos usuarios de LDAP." msgstr " Definieert het standaard profiel voor de nieuwe LDAP-gebruikers ." -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:56 -msgid "Active Directory" -msgstr "Active Directory" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:301 +msgid "Importación" +msgstr "Import" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:46 -msgid "Habilita el modo de conexión con LDAP de Active Directory." -msgstr "Activeer Active Directory LDAP connectie mode" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:307 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:317 +msgid "Atributo Login" +msgstr "Login attribuut" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:71 -msgid "Comprobar" -msgstr "Check" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:312 +msgid "" +"Define el atributo a utilizar para el login del usuario en la importación." +msgstr "Defines the attribute for the user's login when importing." -#: ../../../../inc/themes/material-blue/views/main/login.inc:74 -msgid "¿Olvidó su clave?" -msgstr "Wachtwoord vergeten?" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:330 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:340 +msgid "Atributo Nombre" +msgstr "Naam attribuut" -#: ../../../../inc/SP/Controller/MainActionController.class.php:74 -#: ../../../../inc/themes/material-blue/views/main/login.inc:81 -msgid "Aplicación actualizada correctamente" -msgstr "Applicatie succesvol bijgewerkt" +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:335 +msgid "" +"Define el atributo a utilizar para el nombre del usuario en la importación." +msgstr "Definieer de attribuut voor de gebruikersnaam tijdens het importeren." -#: ../../../../inc/themes/material-blue/views/config/mail.inc:21 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:365 +msgid "Importar Grupos" +msgstr "Import Groups" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:374 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:384 +msgid "Atributo Nombre Grupo" +msgstr "Group Name Attribute" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:379 +msgid "" +"Define el atributo a utilizar para el nombre del grupo en la importación." +msgstr "Defines the attribute for the user group name when importing." + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:395 +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:409 +msgid "Filtro" +msgstr "Filter" + +#: ../../../modules/web/themes/material-blue/views/config/ldap.inc:400 +msgid "Filtro para importar usuarios o grupos de LDAP." +msgstr "Filter for importing LDAP users or groups." + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:31 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:32 msgid "Habilitar notificaciones de correo" msgstr "Activeer email notificaties" -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:63 -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:71 -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:33 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:40 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:47 -msgid "Puerto" -msgstr "Poort" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:58 -msgid "Habilitar Autentificación" -msgstr "Activeer Authenticatie" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:96 -msgid "Deshabilitada" -msgstr "Uitgeschakeld" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:106 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:114 -msgid "Dirección de correo de envío" -msgstr "Emailadres ontvanger" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:133 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:46 msgid "Habilitar peticiones por correo" msgstr "Activeer aanvragen per email" -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:294 -#: ../../../../inc/SP/Controller/AccountSearchController.class.php:295 -msgid "Más Acciones" -msgstr "Meer acties" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:7 -msgid "Solicitud de Cambio de Clave" -msgstr "Aanvraag wachtwoord wijziging" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:25 -msgid "Email del Usuario" -msgstr "Emailadres gebruiker" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:55 -msgid "Volver a iniciar sesión" -msgstr "Terug naar login" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:61 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:63 -msgid "Solicitar" -msgstr "Aanvraag" - -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:67 -#: ../../../../inc/themes/material-blue/views/main/passreset.inc:69 -msgid "Cambiar" -msgstr "Wijzig" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:51 -msgid "Cambiar Clave" -msgstr "Wijzig Wachtwoord" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:100 -msgid "Ordenar resultados por visitas" -msgstr "Sorteer resultaten op bekeken door" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:92 -#, fuzzy -msgid "" -"Ordena los resultados de búsqueda por el número de visitas de las cuentas." -msgstr "" -"Soorteerd de account zoekresultaten op het aantal accountbezichtigingen." - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:118 -msgid "Barra de navegación superior" -msgstr "Navigatie bar bovenin" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:110 -msgid "Mostrar una barra de navegación superior en las búsquedas." -msgstr "Toont een navigatie bar in de top van de zoek resultaten+" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:137 -msgid "Mostrar Acciones Ocultas" -msgstr "Toont Verborgen Acties" - -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:128 -msgid "" -"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." -msgstr "Toont altijd de verborgen acties op de accounts zoek pagina" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:25 -msgid "Nombre del perfil" -msgstr "Profiel naam" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 -msgid "Ver detalles de cuenta" -msgstr "Bekijk account details" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:47 -msgid "Ver" -msgstr "Bekijk" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:54 -msgid "Ver clave de cuenta" -msgstr "Bekijk account wachtwoord" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:61 -msgid "Ver historial de cuenta" -msgstr "Bekijk account geschiedenis" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 -msgid "Editar cuenta" -msgstr "Wijzig account" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:49 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:68 -msgid "Editar" -msgstr "Wijzig" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 -msgid "Editar clave de cuenta" -msgstr "Wijzig account wachtwoord" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:75 -msgid "Editar Clave" -msgstr "Wijzig Wachtwoord" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:46 -msgid "Añadir" -msgstr "Voeg toe" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:89 -msgid "Ver archivos de cuenta" -msgstr "Bekijk account bestanden" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 -msgid "Backup" -msgstr "Backup" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:247 -msgid "Realizar importación de cuentas" -msgstr "Importeer Accounts" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:130 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:132 -msgid "Gestión" -msgstr "Management" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:140 -msgid "Gestión de usuarios" -msgstr "Gebruikers management" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:147 -msgid "Gestión de grupos" -msgstr "Groepen management" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 -msgid "Gestión de perfiles" -msgstr "Profielen management" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:680 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:154 -msgid "Perfiles" -msgstr "Profielen" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:161 -msgid "Gestión de categorías" -msgstr "Categoriëen Management" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:168 -msgid "Gestión de clientes" -msgstr "Klanten management" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:175 -msgid "Gestión de campos personalizados" -msgstr "Aangepaste velden management" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 -msgid "Gestión de autorizaciones API" -msgstr "API autorisatie management" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:764 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:182 -msgid "Autorizaciones API" -msgstr "API Autorisaties" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:253 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:255 -msgid "Otros" -msgstr "Anderen" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 -msgid "Ver log de eventos" -msgstr "Bekijk Event Log" - -#: ../../../../inc/SP/Core/Acl.class.php:222 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:263 -msgid "Log de Eventos" -msgstr "Event Log" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:270 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:272 -msgid "Usado por" -msgstr "Gebruikt door" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:4 -msgid "Solicitar Modificación de Cuenta" -msgstr "Aanvraag Account Modificatie" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:36 -msgid "Petición" -msgstr "Aanvraag" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:42 -msgid "Descripción de la petición" -msgstr "Aanvraag beschrijving" - -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:102 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:25 -#: ../../../../inc/themes/material-blue/views/account/request.inc:58 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:320 -#: ../../../../inc/themes/material-blue/views/config/backup.inc:167 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:289 -#: ../../../../inc/themes/material-blue/views/config/general.inc:29 -#: ../../../../inc/themes/material-blue/views/config/import.inc:89 -#: ../../../../inc/themes/material-blue/views/config/info.inc:145 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:329 -#: ../../../../inc/themes/material-blue/views/config/mail.inc:150 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:276 -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:137 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:172 -msgid "Atrás" -msgstr "Terug" - -#: ../../../../inc/themes/material-blue/views/account/request.inc:65 -msgid "Enviar" -msgstr "Verstuur" - -#: ../../../../inc/themes/material-blue/views/grid/datagrid-nav-full.inc:11 -msgid "Filtro ON" -msgstr "Filter AAN" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:24 -msgid "Buscar en Wiki" -msgstr "Zoek in de Wiki" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:71 -msgid "Abrir enlace a" -msgstr "Open link aar" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:152 -msgid "Archivos adjuntos" -msgstr "Bijlages" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:162 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:173 -msgid "Enlace a Wiki" -msgstr "Link naar Wiki" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:67 -msgid "Limpiar" -msgstr "Opschonen" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:473 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:15 -msgid "Texto a buscar" -msgstr "Zoek naar tekst" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:22 -msgid "Parámetros especiales:" -msgstr "Speciale parameters" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:25 -#, fuzzy -msgid "Buscar cuentas a las que 'login' tenga acceso" -msgstr "Zoek accounts met 'Login' toegangsrechten." - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:27 -#, fuzzy -msgid "Buscar cuentas a las que 'group_name' tenga acceso" -msgstr "Zoek accounts met 'groep_naam' toegangsrechten." - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:29 -msgid "Buscar cuentas con archivos con el nombre 'file_name'" -msgstr "" -" Zoeken naar accounts waarbij een bestand is met de naam ' bestandsnaam ' " - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:39 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:43 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:124 -msgid "Búsqueda global" -msgstr "Globale zoek opdracht" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:87 -msgid "Cuentas por página" -msgstr "Accounts per pagina" - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:77 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:145 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:148 -msgid "Salir" -msgstr "Uitloggen" - -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:58 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:141 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:105 -msgid "Opciones" -msgstr "Opties" - -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:61 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:65 -msgid "Regenerar Autorización" -msgstr "Ververs Autorisatie" - -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:71 -#: ../../../../inc/themes/material-blue/views/itemshow/tokens.inc:73 -msgid "Token" -msgstr "Sleutel" - -#: ../../../../inc/themes/material-blue/views/main/update.inc:21 -msgid "Actualizado" -msgstr "Bijgewerkt" - -#: ../../../../inc/themes/material-blue/views/main/update.inc:27 -msgid "Error al comprobar actualizaciones" -msgstr "Fout bij checken van updates" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:10 -msgid "Actualización de BBDD" -msgstr "DB Update" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:19 -msgid "Código de Seguridad" -msgstr "Beveilingscode" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:174 -msgid "Iniciar Actualización" -msgstr "Start Update" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:31 -msgid "Nombre de usuario completo" -msgstr "Volledige gebruikersnaam" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:45 -msgid "Login de inicio de sesión" -msgstr "Sessie login" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:94 -msgid "Dirección de correo" -msgstr "Emailadres" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:145 -msgid "Administrador de la aplicación" -msgstr "Applicatie Administrator" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:152 -msgid "Administrador de cuentas" -msgstr "Accounts administrator" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:167 -msgid "Forzar cambio de clave" -msgstr "Forceer wachtwoord wijziging" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:181 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:183 -msgid "Entradas" -msgstr "Waarden" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:190 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:192 -msgid "Último Acceso" -msgstr "Laatste Toegang" - -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:208 -#: ../../../../inc/themes/material-blue/views/itemshow/users.inc:210 -msgid "Fecha Clave Maestra" -msgstr "Master Wachtwoord datum" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:30 -msgid "Habilitar enlaces Wiki" -msgstr "Toestaan van Wiki links" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:20 -#, fuzzy -msgid "" -"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " -"la búsqueda." -msgstr "" -"Toestaan van de optie aan om een link voor zoek resultaten in een externe " -"Wiki" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:36 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:63 -msgid "URL de búsqueda Wiki" -msgstr "Wiki Zoek URL" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:41 -#, fuzzy -msgid "URL que utiliza la wiki para realizar una búsqueda de una página." -msgstr "URL welke de Wiki gebruikt voor een zoek actie" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:45 -msgid "Como parámetro se utiliza el nombre del cliente." -msgstr "De Klantnaam is gebruikt als parameter" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:49 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:82 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:163 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:190 -msgid "Ejemplo:" -msgstr "Voorbeeld:" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:69 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:96 -msgid "URL de página en Wiki" -msgstr "Wiki pagina URL" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:74 -#, fuzzy -msgid "URL que utiliza la wiki para acceder a los detalles de una página." -msgstr "URL waar gebruikers naar toe verwezen worden" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:78 -msgid "" -"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " -"de la Wiki." -msgstr "" -"De account naam is gebruikt als een parameter in een Wiki zoek variabele" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:102 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:116 -msgid "Prefijo para nombre de cuenta" -msgstr "Account naam voorvoegsel" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:107 -msgid "" -"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." -msgstr "" -"Voorvoegsel om te bepalen welk account een link moet hebben naar de Wiki." - -#: ../../../../inc/themes/material-blue/views/account/account.inc:11 -msgid "Histórico" -msgstr "Geschiedenis" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:68 -msgid "Realizar" -msgstr "Uitvoeren" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:86 -msgid "Forzar HTTPS" -msgstr "Forceer HTTPS" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:77 -msgid "Fuerza para que todas las conexiones sean a través de HTTPS." -msgstr "Dit forceert het gebruik van HTTPS op alle verbindingen" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:34 -#: ../../../../inc/themes/material-blue/views/userpreferences/preferences-site.inc:63 -msgid "Número de resultados por página" -msgstr "Resultaten per pagina" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:2 -msgid "Proxy" -msgstr "Proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:13 -msgid "Usar Proxy" -msgstr "Gebruik Proxy" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:27 -msgid "Servidor proxy" -msgstr "Proxy server" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:41 -msgid "Puerto del servidor proxy" -msgstr "Proxy server poort" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:55 -msgid "Usuario del servidor proxy" -msgstr "Proxy server gebruiker" - -#: ../../../../inc/themes/material-blue/views/config/general-proxy.inc:69 -msgid "Clave del servidor proxy" -msgstr "Proxy server wachtwoord" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:26 -msgid "Nombre del campo" -msgstr "Veld naam" - -#: ../../../../inc/themes/material-blue/views/itemshow/customfields.inc:63 -msgid "Ayuda del campo" -msgstr "Veld help" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:206 -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:209 -msgid "Intentos" -msgstr "Pogingen" - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:73 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:132 -msgid "Preferencias de usuario" -msgstr "Gebruiker voorkeuren" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:27 -msgid "Usuario administrador de sysPass" -msgstr "sysPass admin gebruiker" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:77 -msgid "Usuario acceso BBDD" -msgstr "DB gebruiker" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:85 -msgid "Usuario con permisos de administrador de MySQL" -msgstr "Een gebruiker met MySQL admin rechten" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:93 -msgid "Clave acceso BBDD" -msgstr "DB wachtwoord" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:102 -msgid "Nombre BBDD para sysPass" -msgstr "sysPass database naam" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:119 -msgid "Servidor BBDD para sysPass" -msgstr "sysPass database server" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:127 -msgid "Nombre del servidor para instalar la base de datos de sysPass" -msgstr "Servernaam waarop de sysPass database geinstalleerd wordt" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:128 -msgid "Clave del usuario de conexión a LDAP." -msgstr "LDAP connectie gebruikers wachtwoord" - -#: ../../../../inc/themes/material-blue/views/config/mail.inc:124 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:48 #, fuzzy msgid "" "Habilita que los usuarios puedan solicitar modificaciones o acceso a las " @@ -4186,1280 +3635,611 @@ msgstr "" "Sta gebruikers toe om modificatie op bestaande accounts aan te vragen of " "toegang te verlenen aan accounts waar ze geen rechten op hebben" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:95 +msgid "Habilitar Autentificación" +msgstr "Activeer Authenticatie" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:130 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:133 +msgid "Seguridad" +msgstr "Beveiliging" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:136 +msgid "Deshabilitada" +msgstr "Uitgeschakeld" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:146 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:154 +msgid "Dirección de correo de envío" +msgstr "Emailadres ontvanger" + +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:160 +#: ../../../modules/web/themes/material-blue/views/config/mail.inc:163 +msgid "Destinatarios" +msgstr "Recipients" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:13 +msgid "Esta extensión es necesaria conectar con DokuWiki" +msgstr "This extension is needed to connect with DokuWiki" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:44 +msgid "Habilitar enlaces Wiki" +msgstr "Toestaan van Wiki links" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:45 #, fuzzy -msgid "Crear nueva cuenta" -msgstr "Maak een nieuw account" +msgid "" +"Habilita la opción de añadir un enlace a Wiki externa para los resultados de " +"la búsqueda." +msgstr "" +"Toestaan van de optie aan om een link voor zoek resultaten in een externe " +"Wiki" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:40 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:53 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:80 +msgid "URL de búsqueda Wiki" +msgstr "Wiki Zoek URL" + +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:58 #, fuzzy -msgid "Crear" -msgstr "Maken" +msgid "URL que utiliza la wiki para realizar una búsqueda de una página." +msgstr "URL welke de Wiki gebruikt voor een zoek actie" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:82 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:62 #, fuzzy -msgid "Eliminar cuenta" -msgstr "Verwijder account" +msgid "Como parámetro se utiliza el nombre del cliente." +msgstr "De Klantnaam is gebruikt als parameter" -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:50 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:80 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:82 -msgid "Eliminar" -msgstr "Verwijder" +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:66 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:99 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:184 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:211 +msgid "Ejemplo:" +msgstr "Voorbeeld:" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:233 -msgid "Opciones de encriptación" -msgstr "Encryptie opties" +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:86 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:113 +msgid "URL de página en Wiki" +msgstr "Wiki pagina URL" -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:240 -msgid "Realizar copia de seguridad y exportar" -msgstr "Maak een backup en exporteer" - -#: ../../../../ajax/ajax_filesMgmt.php:97 -msgid "Extensión" -msgstr "Extensie" - -#: ../../../../ajax/ajax_filesMgmt.php:124 -msgid "Tamaño de archivo superado" -msgstr "Bestandsgrootte overschreden" - -#: ../../../../ajax/ajax_passReset.php:77 -msgid "Solicitud no enviada" -msgstr "Verzoek niet verstuurd" - -#: ../../../../ajax/ajax_passReset.php:78 -msgid "Compruebe datos de usuario o consulte con el administrador" -msgstr "Check de gebruikersdata of neem contact op met de administrator" - -#: ../../../../inc/SP/Account/Account.class.php:203 -#: ../../../../inc/SP/Account/Account.class.php:510 -msgid "La cuenta no existe" -msgstr "Het account bestaat niet" - -#: ../../../../inc/SP/Account/AccountCrypt.class.php:156 -#: ../../../../inc/SP/Account/AccountCrypt.class.php:273 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:165 -#: ../../../../inc/SP/Account/AccountHistoryCrypt.class.php:291 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1092 -msgid "Errores" -msgstr "Errors" - -#: ../../../../inc/SP/Account/AccountFavorites.class.php:80 -msgid "Error al añadir favorito" -msgstr "Error bij het toevoegen van de favoriet" - -#: ../../../../inc/SP/Account/AccountFavorites.class.php:102 -msgid "Error al eliminar favorito" -msgstr "Error tijdens het verwijderen van de favoriet" - -#: ../../../../inc/SP/Account/AccountTags.class.php:129 -msgid "Error al eliminar las etiquetas de la cuenta" -msgstr "Error tijdens het verwijderen van de account labels" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:190 -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:74 -msgid "Método inválido" -msgstr "Ongeldige Methode" - -#: ../../../../inc/SP/Api/ApiBase.class.php:200 -#: ../../../../inc/SP/Api/ApiRequest.class.php:207 -msgid "Datos inválidos" -msgstr "Ongeldige Data" - -#: ../../../../inc/SP/Api/ApiRequest.class.php:211 -msgid "Formato incorrecto" -msgstr "Foute indeling" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:465 -#: ../../../../inc/SP/Api/SyspassApi.class.php:482 -#: ../../../../inc/SP/Api/SyspassApi.class.php:488 -msgid "Id de la cuenta" -msgstr "Account Id" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:467 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:91 #, fuzzy -msgid "Devolver detalles en la respuesta" -msgstr "Stuur de details in de reactie" +msgid "URL que utiliza la wiki para acceder a los detalles de una página." +msgstr "URL waar gebruikers naar toe verwezen worden" -#: ../../../../inc/SP/Api/SyspassApi.class.php:474 -#: ../../../../inc/SP/Api/SyspassApi.class.php:512 -#: ../../../../inc/SP/Api/SyspassApi.class.php:532 -msgid "Número de resultados a mostrar" -msgstr "Aantal weer te geven resultaten" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:475 -msgid "Id de categoría a filtrar" -msgstr "Categorie ID om te filteren" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:476 -msgid "Id de cliente a filtrar" -msgstr "Klant ID om te filteren ingeschakeld" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:496 -#: ../../../../inc/SP/Api/SyspassApi.class.php:525 -msgid "Id de categoría" -msgstr "Categorie Id" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:497 -#: ../../../../inc/SP/Api/SyspassApi.class.php:545 -msgid "Id de cliente" -msgstr "Klant Id" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:511 -msgid "Nombre de categoría a buscar" -msgstr "Categorie naam om naar te zoeken" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:531 -msgid "Nombre de cliente a buscar" -msgstr "Klant naam om naar te zoeken" - -#: ../../../../inc/SP/Auth/Auth.class.php:88 -msgid "Método ya inicializado" -msgstr "Methode al geinitialiseerd" - -#: ../../../../inc/SP/Auth/Auth.class.php:90 -msgid "Método no disponible" -msgstr "Methode niet beschikbaar" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:108 -msgid "Objetos encontrados: %d" -msgstr "Voorwerpen gevonden: %d" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:127 -msgid "Los parámetros de DokuWiki no están configurados" -msgstr "De DokuWiki parameters zijn niet opgegeven" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:135 -#: ../../../../inc/SP/Import/CsvImportBase.class.php:113 -#: ../../../../inc/SP/Import/ImportBase.class.php:162 -#: ../../../../inc/SP/Import/ImportBase.class.php:164 -#: ../../../../inc/SP/Import/ImportBase.class.php:187 -#: ../../../../inc/SP/Import/ImportBase.class.php:209 -#: ../../../../inc/SP/Import/ImportBase.class.php:231 -#: ../../../../inc/SP/Log/Email.class.php:92 -#: ../../../../inc/SP/Log/Email.class.php:93 -#: ../../../../inc/SP/Log/Email.class.php:203 -#: ../../../../inc/SP/Log/Email.class.php:204 -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:193 -msgid "Error" -msgstr "Error" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:137 -msgid "Conexión correcta" -msgstr "Verbinding succesvol" - -#: ../../../../inc/SP/Controller/ChecksController.class.php:141 -msgid "Error de conexión a DokuWiki" -msgstr "Error tijdens het verbinden met DokuWiki" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:181 -msgid "Faltan parámetros de syslog remoto" -msgstr "Remote Syslog parameters niet opgegeven" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:192 -msgid "Syslog remoto deshabilitado" -msgstr "Remote syslog uitegeschakels" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:253 -msgid "Error al guardar la configuración" -msgstr "Fout bij het opslaan van de configuratie" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:356 -msgid "Faltan parámetros de DokuWiki" -msgstr "Ontbrekende DokuWiki-parameters" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:368 -msgid "DokuWiki habiltada" -msgstr "DokuWiki ingeschakeld" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:372 -msgid "DokuWiki deshabilitada" -msgstr "DokuWiki uitgeschakeld" - -#: ../../../../inc/SP/Controller/EventlogController.class.php:125 -msgid "Buscar Evento" -msgstr "Zoeken naar Gebeurtenis" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:80 -msgid "Buscar Categoría" -msgstr "Zoeken naar Categorie" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:154 -msgid "Buscar Cliente" -msgstr "Zoeken naar Klant" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:230 -msgid "Buscar Campo" -msgstr "Zoeken naar Veld" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:310 -msgid "Buscar Archivo" -msgstr "Zoeken naar Bestand" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:373 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:434 -msgid "Buscar Cuenta" -msgstr "Zoeken naar Account" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:506 -msgid "Buscar Usuario" -msgstr "Zoeken naar Gebruiker" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:529 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:530 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1081 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:338 -msgid "Importar usuarios de LDAP" -msgstr "Imoporteer gebruikers van LDAP" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:616 -msgid "Buscar Grupo" -msgstr "Zoeken naar Groep" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:688 -msgid "Buscar Perfil" -msgstr "Zoeken naar Profiel" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:772 -msgid "Buscar Token" -msgstr "Zoeken naar Sleutel" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:833 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:19 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:21 -msgid "Fecha Creación" -msgstr "Aanmaakdatum" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:834 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:27 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:29 -msgid "Fecha Caducidad" -msgstr "Verloopdatum" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:836 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:43 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:45 -msgid "Notificar" -msgstr "Bericht" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:856 -msgid "Enlaces" -msgstr "Links" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:864 -msgid "Buscar Enlace" -msgstr "Zoeken naar Link" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:874 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:875 -msgid "Ver Enlace" -msgstr "Bekijk Link" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:883 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:884 -msgid "Renovar Enlace" -msgstr "Vernieuw Link" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:893 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:894 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:763 -msgid "Eliminar Enlace" -msgstr "Verwijder Link" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:926 -#: ../../../../inc/themes/material-blue/views/account/account.inc:178 -#: ../../../../inc/themes/material-blue/views/account/account.inc:180 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:210 -msgid "Etiquetas" -msgstr "Tags" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:934 -msgid "Buscar Etiqueta" -msgstr "Zoeken naar Label" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:944 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:945 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:221 -msgid "Nueva Etiqueta" -msgstr "Nieuw Label" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:955 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:956 -#: ../../../../inc/SP/Controller/ItemShowController.class.php:225 -msgid "Editar Etiqueta" -msgstr "Bewerk Label" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:965 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:966 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:812 -msgid "Eliminar Etiqueta" -msgstr "Verwijder Label" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:984 -msgid "Plugin" -msgstr "Plugin" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:405 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:985 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:58 -msgid "Estado" -msgstr "Status" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1001 -msgid "Plugins" -msgstr "Plugins" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1009 -msgid "Buscar Plugin" -msgstr "Zoeken naar Plugin" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1019 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1020 -msgid "Ver Plugin" -msgstr "Plugin Weergeven" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1028 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1029 -msgid "Habilitar" -msgstr "Inschakelen" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1038 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1039 -msgid "Deshabilitar" -msgstr "Uitschakelen" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1048 -#: ../../../../inc/SP/Controller/Grids/Items.class.php:1049 -msgid "Restablecer Datos" -msgstr "Reset Data" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:56 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:51 -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:58 -msgid "Componente" -msgstr "Onderdeel" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:67 -msgid "Leída" -msgstr "Lees" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:76 -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:79 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:108 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:116 -msgid "Notificaciones" -msgstr "Notificaties" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:84 -msgid "Buscar Notificación" -msgstr "Zoeken naar Notificatie" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:107 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:108 -#: ../../../../inc/SP/Controller/NoticeShowController.class.php:89 -msgid "Ver Notificación" -msgstr "Toon Notificatie" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:116 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:117 -msgid "Marcar Notificación" -msgstr "Afrekenen Melding" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:136 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:137 -msgid "Eliminar Notificación" -msgstr "Verwijder Notificatie" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:732 -msgid "Enlace creado" -msgstr "Link gemaakt" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:742 -msgid "Enlace actualizado" -msgstr "Link geupdate" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:757 -msgid "Enlace eliminado" -msgstr "Link verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:789 -#: ../../../../inc/SP/Import/ImportBase.class.php:226 -msgid "Etiqueta creada" -msgstr "Label toegevoegd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:796 -msgid "Etiqueta actualizada" -msgstr "Label geupdate" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:809 -msgid "Etiqueta eliminada" -msgstr "Label verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:876 -msgid "Plugin habilitado" -msgstr "Plugin ingeschakeld" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:884 -msgid "Plugin deshabilitado" -msgstr "Plugin uitgeschakeld" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:891 -msgid "Plugin restablecido" -msgstr "Plugin reset" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1062 -msgid "Favorito añadido" -msgstr "Favoriet toegevoegd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1067 -msgid "Favorito eliminado" -msgstr "Favoriet verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1090 -msgid "Importación de usuarios de LDAP realizada" -msgstr "LDAP gebruikers importeren afgerond" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1096 -msgid "Error al importar usuarios de LDAP" -msgstr "Fout bij het importeren van de LDAP users" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1114 -msgid "Notificación leída" -msgstr "Notificatie gelezen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1140 -msgid "Notificación eliminada" -msgstr "Notificatie verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1192 -msgid "Solicitud enviada por correo" -msgstr "Verzoek verzonden via email" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1194 -msgid "Solicitud no enviada por correo" -msgstr "Verzoek niet verzonden via email" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1209 -msgid "Solicitud realizada" -msgstr "Aanvraag gedaan" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:216 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:74 -msgid "Ver Enlace Público" -msgstr "Publieke Link weergeven" - -#: ../../../../inc/SP/Controller/ItemShowController.class.php:233 -msgid "Detalles de Plugin" -msgstr "Plugin Details" - -#: ../../../../inc/SP/Controller/LoginController.class.php:375 -msgid "Error al obtener la clave maestra del usuario" -msgstr "Fout bij het ophalen van het hoofdwachtwoord van de gebruiker" - -#: ../../../../inc/SP/Controller/LoginController.class.php:330 -msgid "Es necesaria su clave anterior" -msgstr "Je vorige wachtwoord is nodig" - -#: ../../../../inc/SP/Controller/LoginController.class.php:486 -msgid "Servidor LDAP" -msgstr "LDAP Server" - -#: ../../../../inc/SP/Core/Acl.class.php:198 -msgid "Buscar Categorías" -msgstr "Zoeken naar Categorieën" - -#: ../../../../inc/SP/Core/Acl.class.php:199 -msgid "Añadir Categoría" -msgstr "Categorie toevoegen" - -#: ../../../../inc/SP/Core/Acl.class.php:203 -msgid "Buscar Clientes" -msgstr "Zoeken naar Klanten" - -#: ../../../../inc/SP/Core/Acl.class.php:204 -msgid "Añadir Cliente" -msgstr "Klant toevoegen" - -#: ../../../../inc/SP/Core/Acl.class.php:209 -msgid "Gestión de Archivos" -msgstr "Bestandsbeheer" - -#: ../../../../inc/SP/Core/Acl.class.php:210 -msgid "Gestión de Cuentas" -msgstr "Accountsbeheer" - -#: ../../../../inc/SP/Core/Acl.class.php:211 -msgid "Gestión de Etiquetas" -msgstr "Tag Management" - -#: ../../../../inc/SP/Core/Backup.class.php:102 -#: ../../../../inc/SP/Core/XmlExport.class.php:520 -msgid "No es posible crear el directorio de backups (\"%s\")" -msgstr "Kan backups map (\"%s\") niet aanmaken." - -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:80 -msgid "Observador no inicializado" -msgstr "Waarnemer niet geïnitialiseerd" - -#: ../../../../inc/SP/Core/Events/EventDispatcherBase.class.php:110 -msgid "Es necesario un objeto" -msgstr "Een object is nodig" - -#: ../../../../inc/SP/Core/Installer.class.php:164 -msgid "Indicar la clave de la BBDD" -msgstr "Vul alstublieft het database wachtwoord in" - -#: ../../../../inc/SP/Core/Installer.class.php:165 -msgid "Clave del usuario administrador de la Base de Datos" -msgstr "Database administrator's wachtwoord" - -#: ../../../../inc/SP/Core/Installer.class.php:285 -msgid "Error al crear el usuario de conexión a MySQL '%s'" -msgstr "Error bij het maken van de MySQL connection user '%s'" - -#: ../../../../inc/SP/Core/Installer.class.php:305 -msgid "La BBDD no existe" -msgstr "De database bestaat niet" - -#: ../../../../inc/SP/Core/Installer.class.php:306 -msgid "Es necesario crearla y asignar los permisos necesarios" -msgstr "U moet het creëren en de benodigde rechten toewijzen" - -#: ../../../../inc/SP/Core/Installer.class.php:336 -msgid "Error al establecer permisos de la BBDD ('%s')" -msgstr "Error bij het instellen van de database rechten ('%s')" - -#: ../../../../inc/SP/Core/Plugin/PluginUtil.class.php:111 -#: ../../../../inc/SP/Core/Plugin/PluginUtil.class.php:113 -#: ../../../../inc/SP/Core/Plugin/PluginUtil.class.php:166 -msgid "No es posible cargar el plugin \"%s\"" -msgstr "Fout bij het laden van de plugin \"%s\"" - -#: ../../../../inc/SP/Core/Template.class.php:245 -msgid "La plantilla no contiene archivos" -msgstr "De template bevat geen bestanden" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:436 -msgid "Error al actualizar la configuración" -msgstr "Error tijdens het bijwerken van de configuratie" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:85 -msgid "Usuario no indicado" -msgstr "Gebruiker niet ingesteld" - -#: ../../../../inc/SP/Forms/ApiTokenForm.class.php:89 -msgid "Acción no indicada" -msgstr "Actie niet ingesteld" - -#: ../../../../inc/SP/Forms/TagForm.class.php:82 -msgid "Es necesario un nombre de etiqueta" -msgstr "Een tag naam is nodig" - -#: ../../../../inc/SP/Http/XMLRPCResponseParse.class.php:68 -msgid "Respuesta XML-RPC inválida" -msgstr "Ongeldig XML-RPC antwoord" - -#: ../../../../inc/SP/Import/Import.class.php:85 -msgid "Tipo mime no soportado (\"%s\")" -msgstr "Mime type wordt niet ondersteund (\"%s\")" - -#: ../../../../inc/SP/Import/ImportBase.class.php:130 -msgid "Id de categoría no definido. No es posible importar cuenta." -msgstr "Categorie-id niet ingesteld. Kan het account niet importeren." - -#: ../../../../inc/SP/Import/ImportBase.class.php:133 -msgid "Id de cliente no definido. No es posible importar cuenta." -msgstr "Categorie-id niet ingesteld. Kan het account niet importeren." - -#: ../../../../inc/SP/Import/SyspassImport.class.php:82 -msgid "Clave de encriptación no indicada" -msgstr "Encryptie wachtwoord niet ingesteld" - -#: ../../../../inc/SP/Import/CsvImport.class.php:46 -#: ../../../../inc/SP/Import/XmlImport.class.php:99 -msgid "Formato detectado: %s" -msgstr "Gedetecteerd formaat:% s" - -#: ../../../../inc/SP/Import/XmlImportTrait.class.php:69 -msgid "El nodo \"%s\" no existe" -msgstr "Het \"% s\" knooppunt bestaat niet" - -#: ../../../../inc/SP/Log/LogUtil.class.php:44 -msgid "Extensión '%s' no cargada" -msgstr "Uitbreiding '% s' niet geladen" - -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:54 -msgid "Categoría duplicada" -msgstr "Categorie gedupliceerd" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:309 -#: ../../../../inc/SP/Mgmt/Categories/Category.class.php:124 -msgid "Categoría no encontrada" -msgstr "Categorie niet gevonden" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:60 -msgid "Error al crear el campo personalizado" -msgstr "Fout bij het maken van een aangepast veld" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:75 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:84 -msgid "Error al eliminar el campo personalizado" -msgstr "Fout bij het verwijderen van een aangepast veld" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:128 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:290 -msgid "Error al actualizar el campo personalizado" -msgstr "Fout bij het bijwerken van een aangepast veld" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:162 -msgid "Campo personalizado no encontrado" -msgstr "Aangepast veld niet gevonden" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldDef.class.php:215 -msgid "No se encontraron campos personalizados" -msgstr "Aangepaste velden niet gevonden" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:72 -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:143 -msgid "No hay datos de campos personalizados" -msgstr "Er zijn geen gegevens uit aangepaste velden" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldsUtil.class.php:263 -msgid "Error al migrar campos personalizados" -msgstr "Fout bij het migreren van de aangepaste velden" - -#: ../../../../inc/SP/Mgmt/Files/File.class.php:103 -msgid "Archivo subido" -msgstr "Bestand geupload" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:111 -msgid "Grupo en uso" -msgstr "Groep in gebruik" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:381 -msgid "Actualizar Grupo" -msgstr "Groep Bijwerken" - -#: ../../../../inc/SP/Mgmt/Groups/GroupUsers.class.php:102 -msgid "Error al asignar los usuarios al grupo" -msgstr "Fout bij het instellen van gebruikers in de groep" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:71 -msgid "Error al crear la notificación" -msgstr "Error bij het toevoegen van de notificatie" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:96 -msgid "Error al eliminar la notificación" -msgstr "Fout bij het verwijderen van de notificatie" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:134 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:246 -msgid "Error al modificar la notificación" -msgstr "Fout bij het bijwerken van de notificatie" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:169 -msgid "Error al obtener la notificación" -msgstr "Fout bij het ophalen van de notificatie" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:200 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:286 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:320 -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:356 -msgid "Error al obtener las notificaciones" -msgstr "Fout bij het ophalen van de notificaties" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:60 -msgid "Error al crear el plugin" -msgstr "Error bij het toevoegen van de plugin" - -#: ../../../../inc/SP/Core/Plugin/PluginDataStore.class.php:76 -msgid "Nuevo Plugin" -msgstr "Nieuwe Plugin" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:84 -msgid "Error al eliminar el plugin" -msgstr "Fout bij het verwijderen van de plugin" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:116 -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:220 -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:244 -msgid "Error al actualizar el plugin" -msgstr "Fout bij het bijwerken van de plugin" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:56 -msgid "Habilitado" -msgstr "Ingeschakeld" - -#: ../../../../inc/SP/Core/Upgrade/Profile.class.php:97 -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:69 -msgid "Error al crear perfil" -msgstr "Fout bij het maken van het profiel" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:106 -msgid "Perfil en uso" -msgstr "Profiel in gebruik" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:115 -msgid "Error al eliminar perfil" -msgstr "Fout bij het verwijderen van het profiel" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:197 -msgid "Error al modificar perfil" -msgstr "Fout bij het updaten van het profiel" - -#: ../../../../inc/SP/Controller/MainController.class.php:607 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:75 -msgid "Enlace visualizado" -msgstr "Link bekeken" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:105 -msgid "Error al actualizar enlace" -msgstr "Fout bij het updaten van de link" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:124 -msgid "Enlace ya creado" -msgstr "Link al gemaakt" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:145 -msgid "Error al crear enlace" -msgstr "Fout bij het maken van de link" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:182 -msgid "Error al eliminar enlace" -msgstr "Fout bij het verwijderen van de link" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:219 -msgid "Error al renovar enlace" -msgstr "Fout bij het vernieuwen van de link" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:741 -#: ../../../../inc/themes/material-blue/views/account/actions.inc:69 -msgid "Actualizar Enlace" -msgstr "Update Link" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:248 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:347 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:381 -msgid "Error al obtener enlace" -msgstr "Fout bij het ophalen van de link" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 -msgid "ON" -msgstr "AAN" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:299 -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLinkSearch.class.php:72 -msgid "OFF" -msgstr "UIT" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:54 -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:127 -msgid "Etiqueta duplicada" -msgstr "Dubbele tag" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:64 -msgid "Error al crear etiqueta" -msgstr "Fout tijdens het aanmaken van de tag" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:109 -msgid "Error al eliminar etiqueta" -msgstr "Fout tijdens het verwijderen van de tag" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:138 -msgid "Error al actualizar etiqueta" -msgstr "Fout tijdens het bijwerken van de tag" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:181 -msgid "Error al obtener etiqueta" -msgstr "Fout tijdens het ophalen van de tag" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:54 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:150 -#: ../../../../inc/SP/Mgmt/Users/UserLdap.class.php:76 -msgid "Login/email de usuario duplicados" -msgstr "Dubbele gebruikersnaam of email" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:300 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:338 -#: ../../../../inc/SP/Mgmt/Users/User.class.php:396 -msgid "Error al obtener los datos del usuario" -msgstr "Fout tijdens het ophalen van de data van de gebruiker" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:66 -msgid "Sincronización LDAP" -msgstr "LDAP-synchronisatie" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:122 -msgid "No se encontraron objetos para sincronizar" -msgstr "Er is niets om te synchroniseren" - -#: ../../../../inc/SP/Mgmt/Users/UserLdapSync.class.php:128 -msgid "Sincronización finalizada" -msgstr "Synchroniseren afgerond" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:97 -msgid "Error al migrar cuenta de usuario" -msgstr "Fout tijdens het migreren van een gebruikersaccount" - -#: ../../../../inc/SP/Mgmt/Users/UserMigrate.class.php:137 -msgid "Error al obtener grupo de usuarios" -msgstr "Fout tijdens het ophalen van een gebruikersgroep" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:111 -msgid "Error en comprobación de hash" -msgstr "Fout tijdens het controleren van de versleuteling" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:113 -msgid "Hash inválido o expirado" -msgstr "Versleuteling is foutief of verlopen" - -#: ../../../../inc/SP/Mgmt/Users/UserPassRecover.class.php:159 -msgid "Error al generar el hash de recuperación" -msgstr "Fout tijdens het genereren van de herstel versleuteling" - -#: ../../../../inc/SP/Mgmt/Users/UserPreferencesUtil.class.php:57 -msgid "Actualizando preferencias" -msgstr "Voorkeuren bijwerken" - -#: ../../../../inc/SP/Storage/XmlHandler.class.php:77 -msgid "No es posible leer/escribir el archivo: %s" -msgstr "Het lezen of schrijven van het bestand %s is niet mogelijk" - -#: ../../../../inc/SP/Storage/XmlHandler.class.php:161 -msgid "No hay elementos para guardar" -msgstr "Er zijn geen items om op te slaan" - -#: ../../../../inc/SP/Util/Connection.class.php:122 -msgid "Socket no inicializado" -msgstr "Socket is niet geïnitialiseerd" - -#: ../../../../inc/SP/Util/Connection.class.php:129 -msgid "Error al enviar datos" -msgstr "Fout bij het verzenden van de gegevens" - -#: ../../../../inc/SP/Util/Util.class.php:298 -msgid "Respuesta" -msgstr "Antwoord" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApi.class.php:68 -msgid "Fallo de autentificación" -msgstr "Authenticatiefout" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:173 -msgid "Error al realizar la consulta" -msgstr "Fout bij het uitvoeren van de query" - -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:219 -msgid "URL de conexión no establecida" -msgstr "Verbinding URL niet ingesteld" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:47 -msgid "Ver Detalles" -msgstr "Bekijk details" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:58 -msgid "Copiar" -msgstr "Kopiëren" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:64 -msgid "Restaurar" -msgstr "Herstellen" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:69 -msgid "Descargar" -msgstr "Download" - -#: ../../../../inc/themes/material-blue/inc/Icons.class.php:78 -msgid "Crítico" -msgstr "Kritisch" - -#: ../../../../js/strings.js.php:73 -msgid "Recibir notificaciones?" -msgstr "Verzenden notificaties?" - -#: ../../../../js/strings.js.php:74 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:136 -msgid "Marcar Favorito" -msgstr "Markeer als favoriet" - -#: ../../../../js/strings.js.php:75 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:126 -msgid "Eliminar Favorito" -msgstr "Favoriet verwijderen" - -#: ../../../../js/strings.js.php:76 -msgid "Limpiar Selección" -msgstr "Selectie wissen" - -#: ../../../../js/strings.js.php:77 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 -msgid "Mostrar Favoritos" -msgstr "Toon favorieten" - -#: ../../../../js/strings.js.php:78 -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:70 -msgid "Mostrar Todos" -msgstr "Toon Alles" - -#: ../../../../js/strings.js.php:81 -msgid "Ahora" -msgstr "Nu" - -#: ../../../../js/strings.js.php:82 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:95 msgid "" -"Este proceso importará los usuarios de LDAP detectados. Desea continuar?" +"El nombre de la cuenta se utiliza como parámetro de la variable de búsqueda " +"de la Wiki." msgstr "" -"Dit proces importeert de gedetecteerde LDAP gebruikers. wil je verder gaan?" +"De account naam is gebruikt als een parameter in een Wiki zoek variabele" -#: ../../../../js/strings.js.php:83 -msgid "Esta acción restablecerá todos los datos del plugin. Desea continuar?" -msgstr "" -"Met deze actie worden alle plugingegevens opnieuw ingesteld. Wil je doorgaan?" +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:119 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:133 +msgid "Prefijo para nombre de cuenta" +msgstr "Account naam voorvoegsel" -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:78 -#: ../../../../inc/themes/material-blue/views/account/account.inc:150 -#: ../../../../inc/themes/material-blue/views/account/details.inc:131 -#: ../../../../inc/themes/material-blue/views/account/details.inc:133 -msgid "Fecha Caducidad Clave" -msgstr "Wachtwoord vervaldatum" - -#: ../../../../inc/themes/material-blue/views/account/account-editpass.inc:88 -#: ../../../../inc/themes/material-blue/views/account/account.inc:162 -msgid "Seleccionar Fecha" -msgstr "Selecteer datum" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:9 -msgid "Accesos" -msgstr "Toegangen" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:26 -#: ../../../../inc/themes/material-blue/views/itemshow/groups.inc:52 -msgid "Seleccionar Usuarios" -msgstr "Selecteer gebruikers" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:48 -msgid "Seleccionar Grupos" -msgstr "Selecteer groepen" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:87 -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:114 -msgid "Cuenta Privada" -msgstr "Privé-account" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:92 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 -msgid "Privada" -msgstr "Privé" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:184 -msgid "Seleccionar Etiquetas" -msgstr "Selecteer tags" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:195 -#: ../../../../inc/themes/material-blue/views/account/account.inc:197 -#: ../../../../inc/themes/material-blue/views/account/viewpass.inc:9 -msgid "Cuenta Vinculada" -msgstr "Gekoppeld account" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:205 -msgid "Seleccionar Cuenta" -msgstr "Selecteer account" - -#: ../../../../inc/themes/material-blue/views/account/account.inc:238 -#: ../../../../inc/themes/material-blue/views/account/account.inc:240 -#: ../../../../inc/themes/material-blue/views/account/account.inc:243 -msgid "Enlace Público" -msgstr "Publieke link" - -#: ../../../../inc/themes/material-blue/views/account/actions.inc:55 -msgid "Crear Enlace Público" -msgstr "Publieke link aanmaken" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:8 -msgid "Detalles" -msgstr "Details" - -#: ../../../../inc/themes/material-blue/views/account/details.inc:123 -#: ../../../../inc/themes/material-blue/views/account/details.inc:125 -msgid "Fecha de Clave" -msgstr "Wachtwoorddatum" - -#: ../../../../inc/themes/material-blue/views/account/files.inc:37 -msgid "Tamaño máximo de archivo: %d MB" -msgstr "Maximale bestandsgrootte: %d MB" - -#: ../../../../inc/themes/material-blue/views/account/linkedAccounts.inc:3 -msgid "Cuentas Vinculadas" -msgstr "Gekoppelde accounts" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:98 -msgid "Clave Caducada" -msgstr "Wachtwoord verlopen" - -#: ../../../../inc/themes/material-blue/views/accountsearch/rows.inc:165 -msgid "Ver en Wiki" -msgstr "Bekijk in de Wiki" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:30 -msgid "Buscar cuentas con la clave caducada" -msgstr "Zoek naar accounts met een verlopen wachtwoord" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:73 -msgid "Filtrar Favoritos" -msgstr "Favorieten filteren" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:93 -msgid "Más Filtros" -msgstr "Meer filters" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:98 -msgid "Seleccionar Etiqueta" -msgstr "Selecteer Tag" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:33 -msgid "Copia BBDD" -msgstr "DB Backup" - -#: ../../../../inc/themes/material-blue/views/config/backup.inc:40 -msgid "Copia sysPass" -msgstr "sysPass Backup" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:4 -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:61 -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:63 -msgid "Eventos" -msgstr "Evenementen" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:32 -msgid "Habilitar Syslog" -msgstr "Syslog inschakelen" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:43 -msgid "Habilitar Syslog Remoto" -msgstr "Schakel Remote Syslog in" - -#: ../../../../inc/themes/material-blue/views/config/general-events.inc:57 -msgid "Nombre o dirección IP" -msgstr "Hostnaam of IP-adres" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:146 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 -msgid "Enlaces Públicos" -msgstr "Publieke links" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:174 -msgid "Habilitar Enlaces Públicos" -msgstr "Publieke links inschakelen" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:156 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:124 msgid "" -"Habilita la posibilidad de generar enlaces públicos para ver los detalles de " -"una cuenta." +"Prefijo para determinar qué cuentas tienen un enlace a una página de la Wiki." msgstr "" -"Schakelt de mogelijkheid om openbare links te maken om de details van een " -"account te bekijken" +"Voorvoegsel om te bepalen welk account een link moet hebben naar de Wiki." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:160 -msgid "" -"Las cuentas enlazadas serán visibles por cualquiera que disponga del enlace." -msgstr "" -"De gekoppelde accounts zullen zichtbaar zijn door iedereen die de link heeft" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:164 -msgid "" -"Para crear enlaces, los usuarios tienen que tener activada la opción en su " -"perfl." -msgstr "" -"Om links te maken, moeten de gebruikers de optie in hun profielen hebben " -"geactiveerd." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:180 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:189 -msgid "Tiempo de caducidad" -msgstr "Verval datum" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:195 -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:204 -msgid "Número máximo de visitas" -msgstr "Maximale bezoeken" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:224 -msgid "Usar imagen para clave" -msgstr "Gebruik een afbeelding voor wachtwoord" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:214 -msgid "La clave de la cuenta es visualizada como una imagen." -msgstr "Het account wachtwoord wordt weergegeven als afbeelding." - -#: ../../../../inc/themes/material-blue/views/config/info.inc:68 -#: ../../../../inc/themes/material-blue/views/config/info.inc:71 -msgid "Copia de Configuración" -msgstr "Configuratie back-up" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:116 -#: ../../../../inc/themes/material-blue/views/config/info.inc:119 -msgid "Plugins Cargados" -msgstr "Geladen plugins" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:301 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:304 -msgid "Resultados" -msgstr "Resultaten" - -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:124 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:143 msgid "DokuWiki API" msgstr "DokuWiki API" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:147 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:161 msgid "Habilitar API de DokuWiki" msgstr "DokuWiki API inschakelen" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:134 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:163 msgid "" "Habilita la conexión a la API XML-RPC de DokuWiki para los enlaces Wiki." msgstr "Schakel DokuWiki XML-RPC API voor Wiki links in" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:137 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:165 msgid "" "Para que esta característica funcione, es necesario habilitar los enlaces " "Wiki para el filtrado de cuentas." msgstr "" -"In order to get this feature working, you should enable Wiki links for " -"accounts filtering" +"Om deze feature te laten werken, dient u Wiki links voor account filteren " +"aan te zetten" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:154 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:175 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:175 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:196 msgid "URL API" msgstr "API URL" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:159 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:180 msgid "URL de la API de DokuWiki." msgstr "DokuWiki API URL" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:181 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:203 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:202 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:224 msgid "URL Base" msgstr "Basis URL" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:186 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:207 msgid "URL base de DokuWiki." msgstr "DokuWiki basis URL" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:214 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:235 msgid "Usuario para conectar a la API de DokuWiki." msgstr "Gebruiker om te verbinden met de DokuWiki API" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:242 -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:258 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:263 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:279 msgid "Namespace" msgstr "Namespace" -#: ../../../../inc/themes/material-blue/views/config/wiki.inc:247 +#: ../../../modules/web/themes/material-blue/views/config/wiki.inc:268 msgid "Namespace utilizado para buscar las páginas." msgstr "Namespace die gebruikt wordt voor het zoeken naar pagina's." -#: ../../../../inc/themes/material-blue/views/eventlog/eventlog.inc:25 -msgid "Nivel" -msgstr "Niveau" +#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:17 +#: ../../../modules/web/themes/material-blue/views/error/error-database.inc:19 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:167 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:169 +msgid "Instalar" +msgstr "Installeer" -#: ../../../../inc/themes/material-blue/views/grid/datatabs-grid.inc:102 +#: ../../../modules/web/themes/material-blue/views/grid/datagrid-grid.inc:97 msgid "Eliminar Seleccionados" msgstr "Verwijder selectie" -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:20 -msgid "Nombre del plugin" -msgstr "Plug-in naam" +#: ../../../modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:11 +msgid "Filtro ON" +msgstr "Filter AAN" -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:32 -msgid "Versión del plugin" -msgstr "Plug-in versie" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:37 -msgid "Versión Compatible" -msgstr "Geschikte versie" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:44 -msgid "Versión de sysPass compatible" -msgstr "Geschikte sysPass-versie" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:49 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:25 -msgid "Autor" -msgstr "Auteur" - -#: ../../../../inc/themes/material-blue/views/itemshow/plugins.inc:56 -msgid "Autor del plugin" -msgstr "Plug-in auteur" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 -msgid "Publicar enlace a cuenta" -msgstr "Link naar account delen" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:96 -msgid "Publicar Enlace" -msgstr "Link delen" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:103 -msgid "Crear cuenta privada" -msgstr "Maak een privé account aan" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:117 -msgid "Asignar permisos" -msgstr "Machtigingen toewijzen" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:189 -msgid "Gestión de enlaces" -msgstr "Linkbeheer" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:196 -msgid "Gestión de cuentas" -msgstr "Accountbeheer" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:210 -msgid "Gestión de etiquetas" -msgstr "Tags management" - -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:59 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:61 -msgid "Hash" -msgstr "Hash" - -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:67 -#: ../../../../inc/themes/material-blue/views/itemshow/publiclinks.inc:69 -msgid "Uso" -msgstr "Gebruik" - -#: ../../../../inc/themes/material-blue/views/itemshow/tags.inc:23 -msgid "Nombre de la etiqueta" -msgstr "Tag naam" - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:39 -msgid "Hay %d notificaciones pendientes" -msgstr "Er zijn %d ongelezen meldingen" - -#: ../../../../inc/themes/material-blue/views/main/body-footer.inc:48 -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:158 -msgid "Demo" -msgstr "Demo" - -#: ../../../../inc/themes/material-blue/views/main/install.inc:9 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:8 +#, php-format msgid "Instalación %s" msgstr "Installatie %s" -#: ../../../../inc/themes/material-blue/views/main/install.inc:19 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:18 msgid "Admin de sysPass" msgstr "sysPass Admin" -#: ../../../../inc/themes/material-blue/views/main/login.inc:38 +#: ../../../modules/web/themes/material-blue/views/install/index.inc:26 +msgid "Usuario administrador de sysPass" +msgstr "sysPass admin gebruiker" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:34 +msgid "Login del usuario administrador de sysPass" +msgstr "sysPass administrator Login" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:66 +msgid "Configurar BBDD" +msgstr "DB Configuratie" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:76 +msgid "Usuario acceso BBDD" +msgstr "DB gebruiker" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:84 +#, fuzzy +msgid "Usuario con permisos de administrador de MySQL" +msgstr "Een gebruiker met MySQL admin rechten" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:92 +msgid "Clave acceso BBDD" +msgstr "DB wachtwoord" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:101 +msgid "Nombre BBDD para sysPass" +msgstr "sysPass database naam" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:109 +msgid "Nombre de la base de datos para sysPass" +msgstr "SysPass database naam" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:118 +msgid "Servidor BBDD para sysPass" +msgstr "sysPass database server" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:126 +msgid "Nombre del servidor para instalar la base de datos de sysPass" +msgstr "Servernaam waarop de sysPass database geinstalleerd wordt" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:146 +msgid "Modo Hosting" +msgstr "Hosting mode" + +#: ../../../modules/web/themes/material-blue/views/install/index.inc:153 +msgid "No crea ni verifica los permisos del usuario sobre la BBDD" +msgstr "Dit maakt of verifieerd niet de gebruikers rechten op de database." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:75 +msgid "" +"Prioridad de asignación en caso de coincidir con otros permisos asignados " +"por usuario, grupo o perfil." +msgstr "" +"Assignment priority if permissions match with others assigned by user, group " +"or profile." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:86 +msgid "Prioridad de asignación" +msgstr "Assignment Priority" + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:107 +msgid "Indica si los permisos serán forzados al crear o modificar la cuenta." +msgstr "" +"Enforces the permissions to be set either on creating or updating an " +"account ." + +#: ../../../modules/web/themes/material-blue/views/itemshow/account_default_permission.inc:109 +msgid "Los permisos serán añadidos a los existentes." +msgstr "Permissions will be merged with the existing ones." + +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:58 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:12 +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:85 +msgid "Opciones" +msgstr "Opties" + +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:61 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:65 +msgid "Regenerar Autorización" +msgstr "Ververs Autorisatie" + +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +#: ../../../modules/web/themes/material-blue/views/itemshow/auth_token.inc:73 +msgid "Token" +msgstr "Sleutel" + +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:50 +msgid "Indica si el cliente es visible para todos los usuarios." +msgstr "Sets whether the client is visible by all users" + +#: ../../../modules/web/themes/material-blue/views/itemshow/client.inc:53 +msgid "" +"Por defecto los clientes asignados a cuentas sólo son visibles para los " +"usuarios con acceso a las cuentas." +msgstr "" +"By default, the clients assigned to accounts only will be visible to users " +"who are granted to access to the accounts." + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:26 +msgid "Nombre del campo" +msgstr "Veld naam" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:59 +msgid "Texto Ayuda" +msgstr "Help Tekst" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:65 +msgid "Ayuda del campo" +msgstr "Veld help" + +#: ../../../modules/web/themes/material-blue/views/itemshow/custom_field.inc:76 +msgid "Obligatorio" +msgstr "Vereist" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:20 +msgid "Nombre del plugin" +msgstr "Plug-in naam" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:32 +#, fuzzy +msgid "Versión del plugin" +msgstr "Plug-in versie" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:37 +msgid "Versión Compatible" +msgstr "Geschikte versie" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:44 +msgid "Versión de sysPass compatible" +msgstr "Geschikte sysPass-versie" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:49 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:25 +msgid "Autor" +msgstr "Auteur" + +#: ../../../modules/web/themes/material-blue/views/itemshow/plugin.inc:56 +msgid "Autor del plugin" +msgstr "Plug-in auteur" + +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:76 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:78 +msgid "Hash" +msgstr "Hash" + +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:84 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:86 +msgid "URL" +msgstr "URL" + +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:93 +#: ../../../modules/web/themes/material-blue/views/itemshow/public_link.inc:95 +msgid "Uso" +msgstr "Gebruik" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:38 +msgid "Nombre de usuario completo" +msgstr "Volledige gebruikersnaam" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:52 +msgid "Login de inicio de sesión" +msgstr "Sessie login" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:63 +msgid "Login SSO" +msgstr "SSO Login " + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:71 +msgid "Login de inicio de sesión con SSO" +msgstr "Session login with SSO" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:78 +msgid "Email" +msgstr "Emailadres" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:85 +msgid "Dirección de correo" +msgstr "Emailadres" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:193 +msgid "Admin Aplicación" +msgstr "Applicatie Admin" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:195 +msgid "Administrador de la aplicación" +msgstr "Applicatie Administrator" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:211 +#, fuzzy +msgid "Admin Cuentas" +msgstr "Account Admin" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:213 +msgid "Administrador de cuentas" +msgstr "Accounts administrator" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:233 +msgid "Forzar cambio de clave" +msgstr "Forceer wachtwoord wijziging" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:250 +msgid "Deshabilitado" +msgstr "Uitgeschakeld" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:266 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:268 +msgid "Entradas" +msgstr "Waarden" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:275 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:277 +msgid "Último Acceso" +msgstr "Laatste Toegang" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:293 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:295 +msgid "Fecha Clave Maestra" +msgstr "Master Wachtwoord datum" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:302 +#: ../../../modules/web/themes/material-blue/views/itemshow/user.inc:304 +msgid "Usado en" +msgstr "Used in" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:26 +msgid "Nombre del grupo" +msgstr "Groep naam" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:39 +msgid "Descripción del grupo" +msgstr "Groep omschrijving" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:67 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:69 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:527 +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:529 +msgid "Usado por" +msgstr "Gebruikt door" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +msgid "(*) Incluido en grupo" +msgstr "(*) Listed in group" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:21 +msgid "Gestión" +msgstr "Management" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:23 +msgid "Otros" +msgstr "Anderen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:31 +#, fuzzy +msgid "Crear" +msgstr "Maken" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:32 +#, fuzzy +msgid "Crear nueva cuenta" +msgstr "Maak een nieuw account" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:49 +msgid "Ver detalles de cuenta" +msgstr "Bekijk account details" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:65 +msgid "Ver clave de cuenta" +msgstr "Bekijk account wachtwoord" + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:81 +#: ../../../config/actions.xml:253 +msgid "Ver Historial" +msgstr "Bekijk Geschiedenis" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:82 +msgid "Ver historial de cuenta" +msgstr "Bekijk account geschiedenis" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:98 +msgid "Editar cuenta" +msgstr "Wijzig account" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:113 +msgid "Editar Clave" +msgstr "Wijzig Wachtwoord" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:114 +msgid "Editar clave de cuenta" +msgstr "Wijzig account wachtwoord" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:129 +msgid "Eliminar" +msgstr "Verwijder" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:130 +#, fuzzy +msgid "Eliminar cuenta" +msgstr "Verwijder account" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:146 +msgid "Ver archivos de cuenta" +msgstr "Bekijk account bestanden" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:161 +msgid "Publicar Enlace" +msgstr "Link delen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:162 +msgid "Publicar enlace a cuenta" +msgstr "Link naar account delen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:178 +msgid "Crear cuenta privada" +msgstr "Maak een privé account aan" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:194 +msgid "Crear cuenta privada para grupo" +msgstr "Maak een privé-account voor de groep." + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:210 +msgid "Asignar permisos" +msgstr "Machtigingen toewijzen" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:246 +msgid "Gestión de usuarios" +msgstr "Gebruikers management" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:262 +msgid "Gestión de grupos" +msgstr "Groepen management" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:278 +msgid "Gestión de perfiles" +msgstr "Profielen management" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:294 +msgid "Gestión de categorías" +msgstr "Categoriëen Management" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:310 +msgid "Gestión de etiquetas" +msgstr "Tags management" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:326 +msgid "Gestión de clientes" +msgstr "Klanten management" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:342 +msgid "Gestión de campos personalizados" +msgstr "Aangepaste velden management" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:358 +msgid "Gestión de autorizaciones API" +msgstr "API autorisatie management" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:374 +msgid "Gestión de enlaces" +msgstr "Linkbeheer" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:390 +msgid "Gestión de cuentas" +msgstr "Accountbeheer" + +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +#: ../../../config/actions.xml:679 +msgid "Configuración General" +msgstr "Algemene Configuratie" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:442 +msgid "Opciones de encriptación" +msgstr "Encryptie opties" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:457 +msgid "Backup" +msgstr "Backup" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:458 +msgid "Realizar copia de seguridad y exportar" +msgstr "Maak een backup en exporteer" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:473 +msgid "Importar" +msgstr "Importeer" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:474 +msgid "Realizar importación de cuentas" +msgstr "Importeer Accounts" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:493 +msgid "Log de Eventos" +msgstr "Event Log" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Ver log de eventos" +msgstr "Bekijk Event Log" + +#: ../../../modules/web/themes/material-blue/views/itemshow/user_profile.inc:520 +msgid "Nombre del perfil" +msgstr "Profiel naam" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:37 msgid "Clave Anterior" msgstr "Vorige wachtwoord" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:4 +#: ../../../modules/web/themes/material-blue/views/login/index.inc:63 +msgid "Acceder" +msgstr "Aanmelden" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:72 +#, fuzzy +msgid "¿Olvidó su clave?" +msgstr "Wachtwoord vergeten?" + +#: ../../../modules/web/themes/material-blue/views/login/index.inc:78 +msgid "Aplicación actualizada correctamente" +msgstr "Applicatie succesvol bijgewerkt" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:6 +#, php-format msgid "Actualización %s" msgstr "Update %s" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:27 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:12 +msgid "Actualización de BBDD" +msgstr "DB Update" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:14 +msgid "Actualización de Aplicación" +msgstr "Nieuwe versie van het programma" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:21 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Código de Seguridad" +msgstr "Beveilingscode" + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:29 msgid "" "Este código se encuentra en el archivo de configuración de sysPass con la " "etiqueta \"upgradeKey\"" @@ -5467,717 +4247,2497 @@ msgstr "" "Deze code is ingesteld in het sysPass config bestand in de tag naam " "\"upgradekey\"" -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:2 -msgid "Ver Wiki" -msgstr "Wiki bekijken" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:10 -msgid "Resultados de búsqueda de '%s'" -msgstr "Zoekresultaten van '% s'" - -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:13 -#: ../../../../inc/themes/material-blue/views/wiki/wikipage.inc:23 -msgid "Página" -msgstr "Pagina" - -#: ../../../../inc/SP/Controller/ConfigController.class.php:433 -msgid "No instalado" -msgstr "Niet geïnstalleerd" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:86 -#: ../../../../inc/SP/Api/SyspassApi.class.php:191 -#: ../../../../inc/SP/Api/SyspassApi.class.php:229 -#: ../../../../inc/SP/Api/SyspassApi.class.php:282 -#: ../../../../inc/SP/Api/SyspassApi.class.php:318 -#: ../../../../inc/SP/Api/SyspassApi.class.php:371 -#: ../../../../inc/SP/Api/SyspassApi.class.php:407 -#: ../../../../inc/SP/Controller/MainController.class.php:609 -#: ../../../../inc/SP/Util/Wiki/DokuWikiApiBase.class.php:197 -msgid "Origen" -msgstr "Doel" - -#: ../../../../inc/SP/Controller/MainController.class.php:610 -msgid "Agente" -msgstr "Agent" - -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:19 -msgid "" -"Para mejorar/añadir las traducciones, puede colaborar en https://poeditor." -"com/join/project/fmlsBuugyv" -msgstr "" -"Om de vertaling te verbeteren kun je ons op https://poeditor.com/join/" -"project/fmlsBuugyv helpen" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:83 -msgid "Indica si el idioma se encuentra disponible" -msgstr "Dit laat ons weten of de taal beschikbaar is." - -#: ../../../../inc/themes/material-blue/views/config/info.inc:87 -msgid "" -"Si no está instalado, es necesario instalar las locales en el sistema " -"operativo. Más información en Wiki." -msgstr "" -"Wanneer dit niet geïnstalleerd is, dien je de juiste besturingssysteem-talen " -"te installeren. Meer info kun je vinden in de Wiki." - -#: ../../../../inc/themes/material-blue/views/main/body-header-menu.inc:48 -msgid "No hay no hay notificaciones pendientes" -msgstr "En zijn geen openstaande berichten" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:150 -msgid "He realizado una copia de seguridad completa de sysPass" -msgstr "Ik heb een volledige sysPass back-up voltooid" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:164 -msgid "Por favor espere mientras el proceso se ejecuta" -msgstr "Een ogenblik geduld" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:232 -msgid "Crear Usuario" -msgstr "Gebruiker toevoegen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:252 -msgid "Actualizar Usuario" -msgstr "Gebruiker bijwerken" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:284 -msgid "Actualizar Clave Usuario" -msgstr "Wachtwoord gebruiker bijwerken" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:373 -msgid "Crear Grupo" -msgstr "Groep toevoegen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:433 -msgid "Crear Perfil" -msgstr "Profiel toevoegen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:441 -msgid "Actualizar Perfil" -msgstr "Profiel bijwerken" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:368 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:495 -msgid "Crear Cliente" -msgstr "Klant toevoegen" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:279 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:557 -msgid "Crear Categoría" -msgstr "Categorie toevoegen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:565 -msgid "Actualizar Categoría" -msgstr "Categorie bijwerken" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:623 -msgid "Crear Autorización" -msgstr "Autorisatie toevoegen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:677 -msgid "Crear Campo" -msgstr "Veld toevoegen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:684 -msgid "Actualizar Campo" -msgstr "Veld bijwerken" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:731 -msgid "Crear Enlace" -msgstr "Link aanmaken" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:788 -msgid "Crear Etiqueta" -msgstr "Voeg tag toe" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:795 -msgid "Actualizar Etiqueta" -msgstr "Update Tag" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:875 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:883 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:890 -msgid "Actualizar Plugin" -msgstr " Update Plugin" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:188 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:931 -msgid "Crear Cuenta" -msgstr "Account toevoegen" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1091 -msgid "Usuarios importados" -msgstr "Geimporteerde gebruikers" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1203 -msgid "Solicitud" -msgstr "Verzoek" - -#: ../../../../inc/SP/Core/Acl.class.php:167 -msgid "Acceso denegado" -msgstr "Toegang geweigerd" - -#: ../../../../inc/SP/Account/AccountTags.class.php:90 -msgid "Error al añadir las etiquetas de la cuenta" -msgstr "Error tijdens het toevoegen van de account tags" - -#: ../../../../inc/SP/Controller/ControllerBase.class.php:278 -msgid "Se ha producido una excepción" -msgstr "Er is een uitzondering opgetreden" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:95 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:96 -#: ../../../../inc/SP/Controller/NoticeShowController.class.php:94 -msgid "Nueva Notificación" -msgstr "Nieuw bericht" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:389 -msgid "Grupos eliminados" -msgstr "Groepen verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:449 -msgid "Perfiles eliminados" -msgstr "Profielen verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:511 -msgid "Clientes eliminados" -msgstr "Klanten verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:574 -msgid "Categorías eliminadas" -msgstr "Categorieën verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:644 -msgid "Autorizaciones eliminadas" -msgstr "Autorisaties verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:692 -msgid "Campos eliminados" -msgstr "Velden verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:751 -msgid "Enlaces eliminados" -msgstr "Links verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:803 -msgid "Etiquetas eliminadas" -msgstr "Tags verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:836 -msgid "Archivos eliminados" -msgstr "Bestanden verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:981 -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1031 -msgid "Cuentas eliminadas" -msgstr "Accounts verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1122 -msgid "Notificación creada" -msgstr "Bericht aangemaakt" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1136 -msgid "Notificaciones eliminadas" -msgstr "Berichten verwijderd" - -#: ../../../../inc/SP/Controller/LoginController.class.php:303 -msgid "Usando clave temporal" -msgstr "Gebruikt een tijdelijk wachtwoord" - -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:95 -#: ../../../../inc/SP/Core/CryptMasterPass.class.php:110 -msgid "Clave temporal caducada" -msgstr "Tijdelijk wachtwoord verlopen" - -#: ../../../../inc/SP/Core/Init.class.php:506 -msgid "Sesión" -msgstr "Sessie" - -#: ../../../../inc/SP/Core/Installer.class.php:438 -msgid "Error al comprobar la base de datos" -msgstr "Fout tijdens het controleren van de database" - -#: ../../../../inc/SP/Core/Installer.class.php:439 -msgid "Intente de nuevo la instalación" -msgstr "Probeer de installatie opnieuw" - -#: ../../../../inc/SP/Forms/NoticeForm.class.php:91 -msgid "Es necesario un componente" -msgstr "A component is needed" - -#: ../../../../inc/SP/Forms/NoticeForm.class.php:93 -msgid "Es necesario un tipo" -msgstr "A type is needed" - -#: ../../../../inc/SP/Forms/NoticeForm.class.php:100 -msgid "Es necesario un destinatario" -msgstr "A target is needed" - -#: ../../../../inc/SP/Import/CsvImportBase.class.php:112 -msgid "Error procesando línea" -msgstr "Error while processing line" - -#: ../../../../inc/SP/Import/Import.class.php:100 -msgid "Cuentas importadas" -msgstr "Accounts zijn geïmporteerd" - -#: ../../../../inc/SP/Mgmt/Files/File.class.php:130 -msgid "Archivo no encontrado" -msgstr "Bestand niet gevonden" - -#: ../../../../inc/SP/Mgmt/Groups/Group.class.php:125 -msgid "Grupo no encontrado" -msgstr "Groep niet gevonden" - -#: ../../../../inc/SP/Mgmt/Notices/Notice.class.php:101 -msgid "Notificación no encontrada" -msgstr "Bericht niet gevonden" - -#: ../../../../inc/SP/Mgmt/Plugins/Plugin.class.php:89 -msgid "Plugin no encontrado" -msgstr "Plugin niet gevonden" - -#: ../../../../inc/SP/Mgmt/Profiles/Profile.class.php:120 -msgid "Perfil no encontrado" -msgstr "Profiel niet gevonden" - -#: ../../../../inc/SP/Mgmt/PublicLinks/PublicLink.class.php:187 -msgid "Enlace no encontrado" -msgstr "Link niet gevonden" - -#: ../../../../inc/SP/Mgmt/Tags/Tag.class.php:114 -msgid "Etiqueta no encontrada" -msgstr "Tag niet gevonden" - -#: ../../../../inc/SP/Mgmt/Users/User.class.php:135 -msgid "Usuario no encontrado" -msgstr "Gebruiker niet gevonden" - -#: ../../../../inc/SP/Storage/DB.class.php:336 -msgid "Consulta en blanco" -msgstr "Lege Query" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:100 -msgid "Cuenta Privada Grupo" -msgstr "Private Account for Group" - -#: ../../../../inc/themes/material-blue/views/account/account-permissions.inc:105 -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:110 -msgid "Privada Grupo" -msgstr "Private for Group" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:132 -msgid "Sólo es necesaria para archivos XML de sysPass encriptados." -msgstr "It's only needed for sysPass XML files that have been encrypted." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:153 -msgid "" -"Sólo es necesaria para archivos XML de sysPass con clave maestra distinta de " -"la actual." -msgstr "" -"It's only needed for sysPass XML files that have been encrypted with a " -"different master password from the current one." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:181 -msgid "Sólo es necesario para archivos CSV." -msgstr "It's only needed for CSV files." - -#: ../../../../inc/themes/material-blue/views/config/import.inc:112 -msgid "" -"\"nombre_de_cuenta\";\"cliente\";\"categoría\";\"url\";\"usuario\";\"clave\";" -"\"notas\"" -msgstr "" -"\"account_name\";\"customer\";\"category\";\"url\";\"user\";\"password\";" -"\"notes\"" - -#: ../../../../inc/themes/material-blue/views/itemshow/profiles.inc:110 -msgid "Crear cuenta privada para grupo" -msgstr "Create private account for group" - -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:108 -msgid "Notificación global" -msgstr "Global notification" - -#: ../../../../inc/themes/material-blue/views/noticeshow/notices.inc:111 -msgid "Global" -msgstr "Global" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:537 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:59 -#: ../../../../inc/SP/Import/Import.class.php:91 -msgid "No es posible iniciar una transacción" -msgstr "Unable to start a transaction" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:577 -#: ../../../../inc/SP/Core/Upgrade/Crypt.class.php:71 -#: ../../../../inc/SP/Import/Import.class.php:97 -msgid "No es posible finalizar una transacción" -msgstr "Unable to finish a transaction" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:653 -msgid "Clave Maestra %s" -msgstr "Master Password %s" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:654 -msgid "" -"Se ha generado una nueva clave para el acceso a sysPass y se solicitará en " -"el siguiente inicio." -msgstr "" -"A new sysPass master password has been generated, so the next time you log " -"into the application it will be requested." - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:656 -msgid "La nueva clave es: %s" -msgstr "The new Master Password is: %s" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:658 -msgid "No olvide acceder lo antes posible para guardar los cambios." -msgstr "" -"Please, don't forget to log in as soon as possible to save the changes." - -#: ../../../../js/strings.js.php:84 -msgid "Este proceso puede durar algo de tiempo. Desea continuar?" -msgstr "Dit proces neemt enige tijd in beslag, wil je doorgaan?" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:12 -msgid "Búsqueda" -msgstr "Zoeken" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:237 -msgid "" -"Envía un correo a todos los usuarios o sólo a los del grupo seleccionado." -msgstr "Stuur een email naar alle gebruikers of naar geselecteerde groep" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:245 -msgid "Enviar correo" -msgstr "Mail versturen" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:121 -msgid "XML" -msgstr "XML" - -#: ../../../../inc/themes/material-blue/views/config/import.inc:170 -msgid "CSV" -msgstr "CSV" - -#: ../../../../inc/SP/Api/SyspassApi.class.php:219 -msgid "Cuenta no encontrada" -msgstr "Account niet gevonden" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:620 -msgid "Hash de clave maestra actualizado" -msgstr "Master wachtwoord hash is geupdate" - -#: ../../../../inc/SP/Controller/ConfigActionController.class.php:624 -msgid "Error al actualizar el hash de la clave maestra" -msgstr "Error while updating the master password hash" - -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:126 -#: ../../../../inc/SP/Controller/Grids/Notices.class.php:127 -#: ../../../../inc/SP/Controller/NoticeShowController.class.php:98 -msgid "Editar Notificación" -msgstr "Wijzig bericht" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:261 -msgid "Usuarios eliminados" -msgstr "Gebruiker verwijderd" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1130 -msgid "Notificación actualizada" -msgstr "Bericht geupdate" - -#: ../../../../inc/SP/Storage/DB.class.php:350 -msgid "Restricción de integridad" -msgstr "Integrity constraint" - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:152 -msgid "Actualizar hash de clave maestra" -msgstr "Update master password hash" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:416 -msgid "Modificada" -msgstr "Aangepast" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:417 -msgid "Eliminada" -msgstr "Verwijderd" - -#: ../../../../inc/SP/Controller/Grids/Items.class.php:426 -msgid "Cuentas (H)" -msgstr "Accounts (H)" - -#: ../../../../inc/SP/Controller/ItemActionController.class.php:1028 -msgid "Eliminar Cuenta (H)" -msgstr "Verwijder account (H)" - -#: ../../../../inc/SP/Import/SyspassImport.class.php:129 -#: ../../../../inc/SP/Import/SyspassImport.class.php:146 -msgid "Clave de encriptación incorrecta" -msgstr "Wrong encryption password" - -#: ../../../../inc/SP/Mgmt/CustomFields/CustomFieldTypes.class.php:71 -msgid "Área de Texto" -msgstr "Text Area" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:26 -msgid "Devolver las cuentas en las que 'login' es propietario" -msgstr "Get the accounts in which the user login \"login\" is the owner" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:28 -msgid "Devolver las cuentas con grupo principal 'group_name'" -msgstr "Get the accounts which have the main group name \"group_name\"" - -#: ../../../../inc/themes/material-blue/views/accountsearch/searchbox.inc:31 -msgid "Devolver las cuentas privadas del usuario actual" -msgstr "Get the private accounts for the current user" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:49 -msgid "OP Cache" -msgstr "OP Cache" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:65 -msgid "Código de seguridad incorrecto" -msgstr "Wrong security code" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:67 -msgid "Es necesario confirmar la actualización" -msgstr "The updating need to be confirmed" - -#: ../../../../inc/SP/Controller/MainActionController.class.php:75 -msgid "En 5 segundos será redirigido al login" -msgstr "You will be redirected to log in within 5 seconds" - -#: ../../../../inc/SP/Core/Upgrade/Upgrade.class.php:100 -msgid "Error al aplicar la actualización de la aplicación" -msgstr "Error while applying the application update" - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:303 -msgid "Tamaño máximo de archivo en kilobytes" -msgstr "Maximum file size in kilobytes" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:12 -msgid "Actualización de Aplicación" -msgstr "Application Update" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:35 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:37 msgid "" "Se han encontrado elementos huérfanos. Por favor, modifique estos elementos " "o indique los IDs por defecto para los elementos huérfanos." msgstr "" -"Some orphaned items have been found. Please, modify those items or enter the " -"default IDs for them." +"Er zijn verweesde items. Wijzig die items alstublieft of geef een standaard-" +"ID voor ze." -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:59 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:39 +msgid "Si no se indican los IDs, se crearán nuevos elementos." +msgstr "Wanneer de item ID's niet gezet zijn, zullen ze aangemaakt worden." + +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:61 msgid "Introducir un ID de usuario válido para cuentas" -msgstr "Enter a valid user ID for the accounts" +msgstr "Geef een geldige gebruikers-ID voor de accoounts" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:71 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:73 msgid "Introducir un ID de categoría válido para cuentas" -msgstr "Enter a valid category ID for the accounts" +msgstr "Geef een geldig categorie-ID voor de accounts." -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:83 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:85 +#, fuzzy msgid "Introducir un ID de cliente válido para cuentas" -msgstr "Enter a valid customer ID for the accounts" +msgstr "Geef een geldig klant-ID voor de accounts." -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:96 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:98 msgid "Introducir un ID de grupo válido para usuarios" -msgstr "Enter a valid group ID for the users" +msgstr "Geef een geldig groep-ID voor de gebruikers." -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:106 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:108 msgid "Introducir un ID de perfil válido para usuarios" -msgstr "Enter a valid profile ID for the users" +msgstr "Geef een geldig profiel-ID voor de gebruikers." -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:116 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:118 msgid "" "Esta actualización utiliza un nuevo esquema de encriptación, por lo que es " "necesario reencriptar los datos almacenados" msgstr "" -"This update uses a new encryption schema, so it will be needed to reencrypt " -"the whole encrypted data." +"Deze update gebruikt een nieuw encryptie schema zodat het nodig is om alle " +"versleutelde data opnieuw te versleutelen." -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:104 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:118 -msgid "" -"Se van a actualizar %s cuentas. Este proceso puede tardar algo de tiempo." -msgstr "It will be updated %s accounts. This process could take a some time." - -#: ../../../../inc/themes/material-blue/views/config/encryption.inc:142 -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:120 -msgid "Para más información consulte: %s" -msgstr "You could get more info on: %s" - -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:138 +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:140 msgid "Introducir login de usuario válido" -msgstr "Enter a valid user login" +msgstr "Geef een geldige gebruikerslogin" -#: ../../../../inc/SP/Api/ApiRequest.class.php:168 -#: ../../../../inc/SP/Controller/LoginController.class.php:211 -msgid "Intentos excedidos" -msgstr "Attempts exceeded" +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:152 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "He realizado una copia de seguridad completa de sysPass" +msgstr "Ik heb een volledige sysPass back-up voltooid" -#: ../../../../inc/SP/Api/SyspassApi.class.php:466 -#: ../../../../inc/SP/Api/SyspassApi.class.php:494 -msgid "Clave del token" -msgstr "Token's Password" +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:166 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Por favor espere mientras el proceso se ejecuta" +msgstr "Een ogenblik geduld" -#: ../../../../inc/SP/Controller/LoginController.class.php:209 -msgid "Intentos excedidos (%d/%d)" -msgstr "Attempts exceeded (%d/%d)" +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:174 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Actualizar" +msgstr "Update" -#: ../../../../inc/SP/DataModel/TrackData.class.php:155 -#: ../../../../inc/SP/DataModel/TrackData.class.php:157 -msgid "IP inválida" -msgstr "Invalid IP" +#: ../../../modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Iniciar Actualización" +msgstr "Start Update" -#: ../../../../inc/SP/Mgmt/ApiTokens/ApiToken.class.php:184 -msgid "Token no encontrado" -msgstr "Token not found" +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:88 +msgid "Notificación global" +msgstr "Algemene mededeling" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:61 -msgid "Error al crear track" -msgstr "Error while creating track" +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:96 +msgid "Sólo para administradores de la aplicación" +msgstr "Only for application administrators" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:84 -msgid "Error al eliminar track" -msgstr "Error while removing the track" +#: ../../../modules/web/themes/material-blue/views/notification/notification.inc:100 +msgid "Solo Admins" +msgstr "Only Admins" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:112 -msgid "Error al actualizar track" -msgstr "Error while updating the track" +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "La aplicación necesita actualizarse" +msgstr "De applicatie dient bijgewerkt te worden" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:139 -msgid "Error al obtener track" -msgstr "Error while retrieving the track" +#: ../../../modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Para iniciar la actualización introduzca el código de seguridad" +msgstr "Please enter the security code to start the upgrade" -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:163 -#: ../../../../inc/SP/Mgmt/Tracks/Track.class.php:238 -msgid "Error al obtener tracks" -msgstr "Error while retrieving the tracks" +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:6 +msgid "Solicitud de Cambio de Clave" +msgstr "Aanvraag wachtwoord wijziging" -#: ../../../../inc/themes/material-blue/views/config/backup.inc:182 -msgid "Los elementos exportados son cuentas, clientes, categorías y etiquetas." -msgstr "The exported items are accounts, customers, categories and tags." +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:29 +msgid "Email del Usuario" +msgstr "Emailadres gebruiker" -#: ../../../../inc/themes/material-blue/views/main/upgrade.inc:37 -msgid "Si no se indican los IDs, se crearán nuevos elementos." -msgstr "If the items IDs are not set, they will be created." +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:40 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:43 +msgid "Volver a iniciar sesión" +msgstr "Terug naar login" -#: ../../../../inc/SP/Controller/TaskController.class.php:160 -msgid "Esperando actualización de progreso ..." -msgstr "Waiting for progress updating ..." +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:45 +#: ../../../modules/web/themes/material-blue/views/userpassreset/request.inc:47 +msgid "Solicitar" +msgstr "Aanvraag" -#: ../../../../inc/SP/Core/Upgrade/Account.class.php:47 -msgid "Actualizando IDs de cuentas" -msgstr "Updating accounts ID" +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:48 +#: ../../../modules/web/themes/material-blue/views/userpassreset/reset.inc:50 +msgid "Cambiar" +msgstr "Wijzig" -#: ../../../../inc/SP/Core/Upgrade/Category.class.php:48 -msgid "Actualizando IDs de categorías" -msgstr "Updating categories ID" +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:97 +msgid "Ordenar resultados por visitas" +msgstr "Sorteer resultaten op bekeken door" -#: ../../../../inc/SP/Core/Upgrade/Customer.class.php:48 -msgid "Actualizando IDs de clientes" -msgstr "Updating customers ID" - -#: ../../../../inc/SP/Core/Upgrade/Group.class.php:51 -msgid "Actualizando IDs de grupos" -msgstr "Updating groups ID" - -#: ../../../../inc/SP/Core/Upgrade/Profile.class.php:54 -msgid "Actualizando IDs de perfil" -msgstr "Updating profiles ID" - -#: ../../../../inc/SP/Core/Upgrade/User.class.php:52 -msgid "Actualizando IDs de usuarios" -msgstr "Updating users ID" - -#: ../../../../js/strings.js.php:87 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:99 +#, fuzzy msgid "" -"Realizando tarea. Por favor, no cierre la ventana/pestaña del navegador." -msgstr "Performing task. Please, do not close the browser window/tab." - -#: ../../../../js/strings.js.php:88 -msgid "Incluir Letras" -msgstr "Include Letters" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:99 -#: ../../../../inc/themes/material-blue/views/config/info.inc:109 -msgid "Sesión Encriptada" -msgstr "Encrypted Session" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:104 -msgid "Indica si los datos de la sesión están encriptados en el servidor" -msgstr "Tells whether the session data are encrypted in the server or not" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:111 -msgid "Sí" -msgstr "Yes" - -#: ../../../../inc/themes/material-blue/views/config/info.inc:111 -msgid "No" -msgstr "No" - -#: ../../../../js/strings.js.php:89 -msgid "Cookies deshabilitadas. La aplicación no funcionará correctamente." -msgstr "Cookies disabled. The application won't work properly." - -#: ../../../../js/strings.js.php:90 -msgid "Portapapeles no soportado por el navegador." -msgstr "Clipboard not supported by your browser." - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:255 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:265 -msgid "Atributo Login" -msgstr "Login Attribute" - -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:260 -msgid "" -"Define el atributo a utilizar para el login del usuario en la importación." -msgstr "Defines the attribute for the user's login when importing." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:126 -msgid "" -"Habilita el acceso a los usuarios que estén incluidos en los grupos " -"secundarios." -msgstr "Grants access to the users that are included in the secondary groups." - -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:129 -msgid "" -"Por defecto el usuario de un grupo secundario es permitido si el grupo " -"secundario está establecido como el primario del usuario." +"Ordena los resultados de búsqueda por el número de visitas de las cuentas." msgstr "" -"By default, the user in a secondary group is granted if the secondary group " -"is set as the user's main group." +"Soorteerd de account zoekresultaten op het aantal accountbezichtigingen." -#: ../../../../inc/themes/material-blue/views/config/accounts.inc:139 -msgid "Acceso Grupos Secundarios" -msgstr "Secondary Groups Access" +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:114 +msgid "Barra de navegación superior" +msgstr "Navigatie bar bovenin" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:168 -msgid "Encriptar los datos de la sesión de PHP." -msgstr "Encrypt PHP session data" +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:116 +msgid "Mostrar una barra de navegación superior en las búsquedas." +msgstr "Toont een navigatie bar in de top van de zoek resultaten+" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:171 +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:131 +msgid "Mostrar Acciones Ocultas" +msgstr "Toont Verborgen Acties" + +#: ../../../modules/web/themes/material-blue/views/usersettings/general.inc:133 msgid "" -"Esta funcionalidad incrementa la seguridad de las sesiones de PHP ya que los " -"datos almacenados no serán legibles." -msgstr "" -"This feature increases the PHP sessions security, because the stored data " -"won't be readable." +"Mostrar las acciones ocultas para los elementos de la búsqueda de cuentas." +msgstr "Toont altijd de verborgen acties op de accounts zoek pagina" -#: ../../../../inc/themes/material-blue/views/config/general-site.inc:179 -msgid "Encriptar Sesión" -msgstr "Encrypt Session" +#. (itstool) path: action/text +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:2 +#: ../../../config/actions.xml:271 +msgid "Ver Wiki" +msgstr "Wiki bekijken" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:278 -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:288 -msgid "Atributo Nombre" -msgstr "Name Attribute" +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:10 +#, php-format +msgid "Resultados de búsqueda de '%s'" +msgstr "Zoekresultaten van '% s'" -#: ../../../../inc/themes/material-blue/views/config/ldap.inc:283 -msgid "" -"Define el atributo a utilizar para el nombre del usuario en la importación." -msgstr "Defines the attribute for the user's name when importing." +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:13 +#: ../../../modules/web/themes/material-blue/views/wiki/wikipage.inc:23 +msgid "Página" +msgstr "Pagina" -#: ../../../../js/strings.js.php:91 -msgid "Hay una versión más reciente del plugin {0} ({1})" -msgstr "There is a more recent version of {0} plugin ({1})" +#. (itstool) path: action/text +#: ../../../config/actions.xml:7 +#, fuzzy +msgid "Buscar Cuentas" +msgstr "Zoek accounts" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:25 +msgid "Peticiones" +msgstr "Aanvragen" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:31 +msgid "Favoritos" +msgstr "Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:49 +msgid "Gestión Categorías" +msgstr "Categorieën Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:55 +msgid "Gestión Clientes" +msgstr "Klanten Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:61 +msgid "Gestión Autorizaciones API" +msgstr "API Autorisaties Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:67 +msgid "Gestión Campos Personalizados" +msgstr "Aangepaste Velden Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:79 +msgid "Gestión de Archivos" +msgstr "Bestandsbeheer" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:85 +msgid "Gestión de Cuentas" +msgstr "Accountsbeheer" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:91 +msgid "Gestión de Etiquetas" +msgstr "Tag Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:97 +msgid "Gestión Plugins" +msgstr "Plugins Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:109 +msgid "Gestión Usuarios" +msgstr "Gebruikers management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:115 +msgid "Gestión Grupos" +msgstr "Groepen Management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:121 +msgid "Gestión Perfiles" +msgstr "Profielen management" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:133 +msgid "Buscar Eventos" +msgstr "Search for Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:139 +msgid "Limpiar Eventos" +msgstr "Clear Events" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:145 ../../../config/actions.xml:475 +msgid "Ver Cuenta" +msgstr "Bekijk Account" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:175 +msgid "Editar Clave de Cuenta" +msgstr "Wijzig Account Wachwoord" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:205 ../../../config/actions.xml:463 +msgid "Subir Archivo" +msgstr "Bestand uploaden" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:223 +msgid "Buscar Archivos" +msgstr "Search for Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:229 +msgid "Listar Archivos" +msgstr "List Files" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:235 +msgid "Ver Favoritos" +msgstr "Show Favorites" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:241 +msgid "Añadir Favorito" +msgstr "Mark as Favorite" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:277 +msgid "Añadir Wiki" +msgstr "Add Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:283 +msgid "Editar Wiki" +msgstr "Edit Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:289 +msgid "Eliminar Wiki" +msgstr "Delete Wiki" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:355 +msgid "Nuevo Token API" +msgstr "New API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:361 +msgid "Ver Token API" +msgstr "View API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:367 +msgid "Editar Token API" +msgstr "Edit API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:373 +msgid "Eliminar Token API" +msgstr "Delete API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:379 +msgid "Buscar Token API" +msgstr "Search for API Token" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:385 +msgid "Nuevo Campo Personalizado" +msgstr "New Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:391 +msgid "Ver Campo Personalizado" +msgstr "Show Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:397 +msgid "Editar Campo Personalizado" +msgstr "Edit Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:403 +msgid "Eliminar Campo Personalizado" +msgstr "Delete Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:409 +msgid "Buscar Campo Personalizado" +msgstr "Search for Custom Field" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:421 +msgid "Ver Enlace Público" +msgstr "Publieke Link weergeven" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:427 +msgid "Eliminar Enlace Público" +msgstr "Delete Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:439 +msgid "Buscar Enlace Público" +msgstr "Search for Public Link" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:523 +msgid "Nuevo Plugin" +msgstr "Nieuwe Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:541 +msgid "Habilitar Plugin" +msgstr "Enable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:547 +msgid "Deshabilitar Plugin" +msgstr "Disable Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:553 +msgid "Restablecer Plugin" +msgstr "Reset Plugin" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:583 +msgid "Editar Clave Usuario" +msgstr "Edit User Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:655 +msgid "Configuración Usuario" +msgstr "User Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:661 +msgid "Preferencias General" +msgstr "General Preferences" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:685 +msgid "Configuración Cuentas" +msgstr "Accounts Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:691 +msgid "Configuración Wiki" +msgstr "Wiki Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:697 +msgid "Configuración Encriptación" +msgstr "Encryption Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:703 +msgid "Actualizar Hash" +msgstr "Update Hash" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:709 +msgid "Clave Maestra Temporal" +msgstr "Temporary Master Password" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:715 +msgid "Configuración Copia de Seguridad" +msgstr "Backup Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:727 +msgid "Configuración Importación" +msgstr "Import Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:733 +msgid "Importar CSV" +msgstr "CSV Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:739 +msgid "Importar XML" +msgstr "XML Import" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:745 +msgid "Configuración Exportación" +msgstr "Export Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:751 +msgid "Exportación" +msgstr "Export" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:757 +msgid "Configuración Email" +msgstr "Email Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:763 +msgid "Configuración LDAP" +msgstr "LDAP Configuration" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:769 +msgid "Sincronización LDAP" +msgstr "LDAP-synchronisatie" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:775 +msgid "Gestión de Cuenta (H)" +msgstr "Account Management (H)" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:805 +msgid "Crear Notificación" +msgstr "Create Notification" + +#. (itstool) path: action/text +#: ../../../config/actions.xml:835 +msgid "Gestión Permisos" +msgstr "Permissions Management" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:4 +msgid "Color" +msgstr "Kleur" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:5 +msgid "Número" +msgstr "Nummer" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:6 +msgid "Teléfono" +msgstr "Telefoon" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:7 +msgid "Área de Texto" +msgstr "Tekstinvoer" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:8 +msgid "Texto" +msgstr "Tekst" + +#. (itstool) path: strings/text +#: ../../../config/strings.xml:9 +msgid "Link" +msgstr "Link" + +#~ msgid "CONSULTA INVÁLIDA" +#~ msgstr "ONGELDIGE QUERY" + +#~ msgid "La sesión no se ha iniciado o ha caducado" +#~ msgstr "Sessie niet gestart of verlopen" + +#~ msgid "Es necesario un nombre de cuenta" +#~ msgstr "Een accountnaam is vereist" + +#, fuzzy +#~ msgid "Es necesario un nombre de cliente" +#~ msgstr "Een klantennaam is vereist" + +#, fuzzy +#~ msgid "Es necesario un usuario" +#~ msgstr "Een gebruikersnaam is vereist" + +#~ msgid "Es necesaria una clave" +#~ msgstr "Een sleutel is vereist" + +#~ msgid "Es necesario una categoría" +#~ msgstr "Een categorie is vereist" + +#~ msgid "Acción Inválida" +#~ msgstr "Ongeldige actie" + +#~ msgid "Las claves no coinciden" +#~ msgstr "De wachtwoorden zijn niet gelijk" + +#~ msgid "Error al crear la cuenta" +#~ msgstr "Fout bij account aanmaken" + +#~ msgid "Error al modificar la cuenta" +#~ msgstr "Error bij account bijwerken" + +#~ msgid "Error al eliminar la cuenta" +#~ msgstr "Error bij account verwijderen" + +#~ msgid "Error al actualizar la clave" +#~ msgstr "Fout bij wachtwoord updaten" + +#~ msgid "Cuenta restaurada" +#~ msgstr "Account hersteld" + +#~ msgid "Error al restaurar cuenta" +#~ msgstr "Fout bij herstellen account" + +#, fuzzy +#~ msgid "Es necesario un nombre de usuario" +#~ msgstr "Een gebruikersnaam is nodig" + +#~ msgid "Es necesario un login" +#~ msgstr "Een inlog is nodig" + +#~ msgid "Es necesario un perfil" +#~ msgstr "Een profiel is nodig" + +#~ msgid "Es necesario un grupo" +#~ msgstr "Een groep is nodig" + +#~ msgid "Es necesario un email" +#~ msgstr "Een emailadres is nodig" + +#~ msgid "Ey, esto es una DEMO!!" +#~ msgstr "Hallo, dit is een DEMO!!" + +#~ msgid "La clave no puede estar en blanco" +#~ msgstr "Wachtwoorden mogen niet leeg zijn" + +#~ msgid "Usuario creado" +#~ msgstr "Gebruiker toegevoegd" + +#, fuzzy +#~ msgid "Error al crear el usuario" +#~ msgstr "Fout bij aanmaken gebruiker" + +#~ msgid "Usuario actualizado" +#~ msgstr "Gebruiker bijgewerkt" + +#, fuzzy +#~ msgid "Error al actualizar el usuario" +#~ msgstr "Fout bij bijwerken gebruiker" + +#, fuzzy +#~ msgid "Error al modificar la clave" +#~ msgstr "Fout bij wachtwoord wijzigen" + +#~ msgid "No es posible eliminar, usuario en uso" +#~ msgstr "Niet mogelijk om te verwijderen, gebruiker is bezet" + +#~ msgid "Usuario eliminado" +#~ msgstr "Gebruiker verwijderd" + +#, fuzzy +#~ msgid "Error al eliminar el usuario" +#~ msgstr "Fout bij verwijderen gebruiker" + +#~ msgid "Es necesario un nombre de grupo" +#~ msgstr "Een groepnaam is nodig" + +#~ msgid "Nombre de grupo duplicado" +#~ msgstr "Dubbele groepnaam" + +#~ msgid "Grupo creado" +#~ msgstr "Groep toegevoegd" + +#, fuzzy +#~ msgid "Error al crear el grupo" +#~ msgstr "Fout bij aanmaken groep" + +#~ msgid "Grupo actualizado" +#~ msgstr "Groep bijgewerkt" + +#, fuzzy +#~ msgid "Error al actualizar el grupo" +#~ msgstr "Fout bij bijwerken groep" + +#~ msgid "No es posible eliminar" +#~ msgstr "Fout bij verwijderen" + +#~ msgid "Grupo eliminado" +#~ msgstr "Groep verwijderd" + +#, fuzzy +#~ msgid "Error al eliminar el grupo" +#~ msgstr "Fout bij verwijderen groep" + +#~ msgid "Es necesario un nombre de perfil" +#~ msgstr "Een profiel naam is nodig" + +#~ msgid "Nombre de perfil duplicado" +#~ msgstr "Dubbele profiel naam" + +#~ msgid "Perfil creado" +#~ msgstr "Profiel toegevoegd" + +#~ msgid "Perfil actualizado" +#~ msgstr "Profiel bijgewerkt" + +#~ msgid "Perfil eliminado" +#~ msgstr "Profiel verwijderd" + +#~ msgid "Es necesario un nombre de categoría" +#~ msgstr "Een categorie naam is nodig" + +#~ msgid "Autorización creada" +#~ msgstr "Autorisatie toegevoegd" + +#~ msgid "Autorización actualizada" +#~ msgstr "Autorisatie bijgewerkt" + +#~ msgid "Autorización eliminada" +#~ msgstr "Autorisatie verwijderd" + +#~ msgid "Nombre del campo no indicado" +#~ msgstr "Veld naam niet ingevuld" + +#~ msgid "Tipo del campo no indicado" +#~ msgstr "Veld type niet ingevuld" + +#~ msgid "Módulo del campo no indicado" +#~ msgstr "Veld module niet ingevuld" + +#~ msgid "Campo creado" +#~ msgstr "Veld toegevoegd" + +#~ msgid "Campo actualizado" +#~ msgstr "Veld bijgewerkt" + +#~ msgid "Campo eliminado" +#~ msgstr "Veld verwijderd" + +#~ msgid "Realizar Backup" +#~ msgstr "Backup maken" + +#, fuzzy +#~ msgid "Error al realizar el backup" +#~ msgstr "Fout in backup proces" + +#, fuzzy +#~ msgid "Revise el registro de eventos para más detalles" +#~ msgstr "Check het eventlog voor mij" + +#~ msgid "Copia de la aplicación y base de datos realizada correctamente" +#~ msgstr "Applicatie en database backup succesvol afgerond" + +#, fuzzy +#~ msgid "Error al realizar la exportación de cuentas" +#~ msgstr "Fout opgetreden bij exporteren van accounts" + +#, fuzzy +#~ msgid "Error al realizar la exportación" +#~ msgstr "Fout opgetreden bij exporteren" + +#~ msgid "Exportación de cuentas realizada correctamente" +#~ msgstr "Export succesvol afgerond" + +#, fuzzy +#~ msgid "Los parámetros de LDAP no están configurados" +#~ msgstr "LDAP parameters niet opgegeven" + +#~ msgid "Conexión a LDAP correcta" +#~ msgstr "LDAP connectie gelukt" + +#~ msgid "Objetos encontrados" +#~ msgstr "Objecten gevonden" + +#~ msgid "Modificar Configuración" +#~ msgstr "Wijzig Configuratie" + +#~ msgid "El tamaño máximo por archivo es de 16MB" +#~ msgstr "Het maxiumale bestands formaat is 16MB per bestand" + +#, fuzzy +#~ msgid "Faltan parámetros de Proxy" +#~ msgstr "Missende proxy parameters" + +#~ msgid "Proxy habiltado" +#~ msgstr "Proxy geactiveerd" + +#~ msgid "Proxy deshabilitado" +#~ msgstr "Proxy uitgeschakeld" + +#~ msgid "Sección" +#~ msgstr "Sectie" + +#~ msgid "Faltan parámetros de Wiki" +#~ msgstr "Missende Wiki parameters" + +#~ msgid "Wiki habiltada" +#~ msgstr "Wiki geactiveerd" + +#~ msgid "Wiki deshabilitada" +#~ msgstr "Wiki uitgeschakeld" + +#~ msgid "Faltan parámetros de LDAP" +#~ msgstr "Missende LDAP parameters" + +#~ msgid "LDAP habiltado" +#~ msgstr "LDAP geactiveerd" + +#~ msgid "LDAP deshabilitado" +#~ msgstr "LDAP uitgeschakeld" + +#~ msgid "Faltan parámetros de Correo" +#~ msgstr "Missende Email parameters" + +#~ msgid "Correo habiltado" +#~ msgstr "Email geactiveerd" + +#~ msgid "Correo deshabilitado" +#~ msgstr "Email uitgeschakeld" + +#~ msgid "Configuración actualizada" +#~ msgstr "Configuratie bijgewerkt" + +#, fuzzy +#~ msgid "Clave maestra no indicada" +#~ msgstr "Master Wachtwoord nodig" + +#~ msgid "Se ha de confirmar el cambio de clave" +#~ msgstr "De wachtwoord wijziging moet bevestigd worden" + +#~ msgid "Las claves son idénticas" +#~ msgstr "De wachtwoorden zijn gelijk" + +#~ msgid "Las claves maestras no coinciden" +#~ msgstr "De master wachtwoorden zijn niet gelijk" + +#~ msgid "La clave maestra actual no coincide" +#~ msgstr "Het huidige master wachtwoord matched niet" + +#, fuzzy +#~ msgid "Errores al actualizar las claves de las cuentas" +#~ msgstr "Fout bij wijzigen wachtwoord van account" + +#, fuzzy +#~ msgid "Errores al actualizar las claves de las cuentas del histórico" +#~ msgstr "Fout bij wijzigen wachtwoord van account in de geschiedenis" + +#, fuzzy +#~ msgid "Errores al actualizar datos de campos personalizados" +#~ msgstr "Fout bij wijzigen aangepaste velden" + +#, fuzzy +#~ msgid "Error al guardar el hash de la clave maestra" +#~ msgstr "Fout bij opslaan van Master Wachtwoord" + +#~ msgid "Generar Clave Temporal" +#~ msgstr "Genereer tijdelijk wachtwoord" + +#~ msgid "Clave Temporal Generada" +#~ msgstr "Tijdelijk wachtwoord gegenereerd" + +#, fuzzy +#~ msgid "Error al generar clave temporal" +#~ msgstr "Fout bij genereren tijdelijk wachtwoord" + +#~ msgid "Usuario/Clave no introducidos" +#~ msgstr "Gebruiker/Wachtwoord niet ingevuld" + +#~ msgid "Inicio sesión" +#~ msgstr "Inloggen" + +#, fuzzy +#~ msgid "Error al guardar los datos de LDAP" +#~ msgstr "Fout bij opslaan van LDAP gebruikers data" + +#, fuzzy +#~ msgid "Error al actualizar la clave del usuario en la BBDD" +#~ msgstr "Fout bij bijwerken gebruiker wachtwoord in de Database" + +#, fuzzy +#~ msgid "Login incorrecto" +#~ msgstr "Foutieve login" + +#~ msgid "Cuenta expirada" +#~ msgstr "Account verlopen" + +#~ msgid "El usuario no tiene grupos asociados" +#~ msgstr "De gebruiker heeft geen geassocieerde groepen" + +#~ msgid "Usuario deshabilitado" +#~ msgstr "Gebruiker uitgeschakeld" + +#, fuzzy +#~ msgid "Error al obtener los datos del usuario de la BBDD" +#~ msgstr "Fout bij ophalen gebruiker data vanuit de DB" + +#, fuzzy +#~ msgid "La clave maestra no ha sido guardada o es incorrecta" +#~ msgstr "Het Master Wachtwoord is niet opgeslagen" + +#, fuzzy +#~ msgid "Clave maestra incorrecta" +#~ msgstr "Ongeldig Master Wachtwoord" + +#, fuzzy +#~ msgid "No hay extensiones permitidas" +#~ msgstr "Er zijn geen toegestande extensies" + +#~ msgid "Tipo de archivo no soportado" +#~ msgstr "Bestandstype niet toegestaan" + +#~ msgid "Archivo inválido" +#~ msgstr "Ongeldig bestand" + +#, fuzzy +#~ msgid "Error interno al leer el archivo" +#~ msgstr "Interne fout bij lezen bestand" + +#~ msgid "Archivo guardado" +#~ msgstr "Bestand opgeslagen" + +#~ msgid "No se pudo guardar el archivo" +#~ msgstr "Fout bij opslaan van bestand" + +#~ msgid "No es un ID de archivo válido" +#~ msgstr "Ongeldig bestands ID" + +#~ msgid "El archivo no existe" +#~ msgstr "Het bestand bestaat niet" + +#~ msgid "Archivo eliminado" +#~ msgstr "Bestand verwijderd" + +#, fuzzy +#~ msgid "Error al eliminar el archivo" +#~ msgstr "Fout bij verwijderen bestand" + +#, fuzzy +#~ msgid "Parámetros incorrectos" +#~ msgstr "Foutieve parameters" + +#~ msgid "Recuperación de Clave" +#~ msgstr "Wachtwoord Herstel" + +#~ msgid "Solicitado para" +#~ msgstr "Aangevraagd voor" + +#~ msgid "Solicitud enviada" +#~ msgstr "Aanvraag verstuurd" + +#~ msgid "En breve recibirá un correo para completar la solicitud." +#~ msgstr "U ontvanget een email om de aanvraag te bevestigen" + +#~ msgid "Modificar Clave Usuario" +#~ msgstr "Wijzig Gebruikers Wachtwoord" + +#, fuzzy +#~ msgid "La clave es incorrecta o no coincide" +#~ msgstr "Het wachtwoord is onjuist of matched niet" + +#~ msgid "Es necesaria una descripción" +#~ msgstr "Een omschrijving is nodig" + +#~ msgid "Solicitud de Modificación de Cuenta" +#~ msgstr "Aanvraag voor Account Modificatie" + +#~ msgid "Solicitante" +#~ msgstr "Aanvrager" + +#, fuzzy +#~ msgid "Error al actualizar preferencias" +#~ msgstr "Fout bij updaten voorkeuren" + +#~ msgid "Preferencias actualizadas" +#~ msgstr "Voorkeuren bijgewerkt" + +#~ msgid "La clave maestra no coincide" +#~ msgstr "Het Master Wachtwoord matched niet" + +#, fuzzy +#~ msgid "No es posible acceder directamente a este archivo" +#~ msgstr "Niet mogelijk om dit bestand te openen" + +#~ msgid "Error al actualizar el historial" +#~ msgstr "Fout bij bijwerken geschiedenis" + +#~ msgid "Actualizar Cuenta" +#~ msgstr "Bijwerken Account" + +#, fuzzy +#~ msgid "Error al actualizar los grupos secundarios" +#~ msgstr "Fout bij het updaten van de secundaire groep" + +#, fuzzy +#~ msgid "Error al actualizar los usuarios de la cuenta" +#~ msgstr "Fout bij het update van de gebruikers onder het account" + +#, fuzzy +#~ msgid "No se pudieron obtener los datos de la cuenta" +#~ msgstr "Error bij ophalen account gegevens" + +#, fuzzy +#~ msgid "Error al eliminar grupos asociados a la cuenta" +#~ msgstr "Error bij verwijderen account's groepen" + +#, fuzzy +#~ msgid "Error al eliminar usuarios asociados a la cuenta" +#~ msgstr "Error bij verwijderen account's users" + +#, fuzzy +#~ msgid "Error al eliminar archivos asociados a la cuenta" +#~ msgstr "Error bij verwijderen account's bestanden" + +#~ msgid "Inicio" +#~ msgstr "Start" + +#, fuzzy +#~ msgid "Error en el módulo de encriptación" +#~ msgstr "Error bij encryptie module" + +#, fuzzy +#~ msgid "Error al obtener las claves de las cuentas" +#~ msgstr "Error bij ophalen account's wachtwoorden" + +#, fuzzy +#~ msgid "Fallo al actualizar la clave de la cuenta" +#~ msgstr "Error bij het updaten van het account wachtwoord" + +#~ msgid "Cuentas actualizadas" +#~ msgstr "Accounts bijgewerkt" + +#, fuzzy +#~ msgid "No se pudieron obtener los datos de las cuentas" +#~ msgstr "Niet mogelijk om accounts gegevens op te halen" + +#~ msgid "Actualizar Clave Maestra (H)" +#~ msgstr "Wijzig Master Wachtwoord (H)" + +#~ msgid "La clave maestra del registro no coincide" +#~ msgstr "De waarde van het hoofd wachtwoord komt niet overeen" + +#, fuzzy +#~ msgid "Fallo al actualizar la clave del histórico" +#~ msgstr "Fout bij het updaten van hoofd wachtwoord" + +#~ msgid "Registros actualizados" +#~ msgstr "Gegevvens bijgewerkt" + +#~ msgid "Gestión Aplicación" +#~ msgstr "Applicatie Management" + +#~ msgid "Exportar" +#~ msgstr "Export" + +#~ msgid "Acceso no permitido" +#~ msgstr "Onbevoegde toegang" + +#~ msgid "Error de codificación" +#~ msgstr "Codering Fout" + +#~ msgid "La autorización ya existe" +#~ msgstr "De autorisatie bestaat al" + +#~ msgid "Actualizar Autorización" +#~ msgstr "Bijwerken Autorisatie" + +#~ msgid "Usuario no pertenece al grupo" +#~ msgstr "De gebruiker behoort niet tot de groep" + +#~ msgid "Esta operación sólo es posible en entornos Linux" +#~ msgstr "Deze actie wordt alleen ondersteund in Linux omgevingen" + +#, fuzzy +#~ msgid "Error al realizar backup en modo compatibilidad" +#~ msgstr "Fout bij het backuppen in compatibiliteits mode" + +#, fuzzy +#~ msgid "Compruebe los permisos del directorio de backups" +#~ msgstr "Check de permissies op de backup folder" + +#~ msgid "Nombre de categoría duplicado" +#~ msgstr "Dubbele categorie naam" + +#, fuzzy +#~ msgid "Error al crear la categoría" +#~ msgstr "Fout bij het aanmaken van de categorie" + +#, fuzzy +#~ msgid "Error al eliminar la categoría" +#~ msgstr "Fout bij verwijderen categorie" + +#, fuzzy +#~ msgid "Error al actualizar la categoría" +#~ msgstr "Fout bij wijzigen categorie" + +#~ msgid "Modificar configuración" +#~ msgstr "Bijwerken Configuratie" + +#~ msgid "Parámetro" +#~ msgstr "Parameter" + +#~ msgid "Valor" +#~ msgstr "Waarde" + +#~ msgid "" +#~ "Se ha regenerado el HASH de clave maestra. No es necesaria ninguna acción." +#~ msgstr "" +#~ "De hoofd wachtwoord hash is opnieuw gemaakt, er hoeft geen verdere actie " +#~ "ondernomen worden," + +#~ msgid "No es posible generar las claves RSA" +#~ msgstr "Niet mogelijk om de RSA sleutels te genereren" + +#~ msgid "El archivo de clave no existe" +#~ msgstr "Het sleutel bestand bestaat niet" + +#, fuzzy +#~ msgid "Error importando cuenta" +#~ msgstr "Fout bij het importeren van het account" + +#, fuzzy +#~ msgid "Registros no actualizados" +#~ msgstr "Geen bijgewerkte velden" + +#, fuzzy +#~ msgid "Cliente duplicado" +#~ msgstr "Dubbele klant" + +#, fuzzy +#~ msgid "Error al crear el cliente" +#~ msgstr "Fout bij aanmaken klant" + +#, fuzzy +#~ msgid "Error al actualizar el cliente" +#~ msgstr "Fout bij bijwerken klant" + +#~ msgid "Actualizar Cliente" +#~ msgstr "Bijwerken Klant" + +#, fuzzy +#~ msgid "Error al eliminar el cliente" +#~ msgstr "Fout bij verwijderen klant" + +#~ msgid "No es posible conectar con la BD" +#~ msgstr "Kan geen verbinding maken met de DB" + +#, fuzzy +#~ msgid "Compruebe los datos de conexión" +#~ msgstr "Check a.u.b de connetie parameters" + +#~ msgid "Realizado por" +#~ msgstr "Uitgevoerd door" + +#~ msgid "Enviar Email" +#~ msgstr "Verstuur Email" + +#~ msgid "Correo enviado" +#~ msgstr "Email Verstuurd" + +#, fuzzy +#~ msgid "Error al enviar correo" +#~ msgstr "Fout bij versturen email" + +#~ msgid "Destinatario" +#~ msgstr "Ontvanger" + +#~ msgid "CC" +#~ msgstr "CC" + +#~ msgid "Archivo no subido correctamente" +#~ msgstr "Bestand succesvol geupload" + +#, fuzzy +#~ msgid "Verifique los permisos del usuario del servidor web" +#~ msgstr "Controleer de gebruikers permissies van de web server" + +#, fuzzy +#~ msgid "Compruebe la extensión del archivo" +#~ msgstr "Check a.u.b de bestandsextensie" + +#, fuzzy +#~ msgid "Compruebe la configuración de PHP para subir archivos" +#~ msgstr "Check de PHP configuratie voor het uploaden van bestanden" + +#, fuzzy +#~ msgid "Compruebe los permisos del directorio temporal" +#~ msgstr "Check de tijdelijke folder" + +#, fuzzy +#~ msgid "Error al eliminar los usuarios del grupo" +#~ msgstr "Fout bij verwijderen groep gebruikers" + +#, fuzzy +#~ msgid "Compruebe el formato del archivo" +#~ msgstr "Check a.u.b de " + +#~ msgid "Importación finalizada" +#~ msgstr "Import succesvol" + +#~ msgid "La sesión no puede ser inicializada" +#~ msgstr "Sessie kan niet worden geinitaliseerd" + +#~ msgid "El directorio \"/config\" no existe" +#~ msgstr "De \"/config\" folder bestaat niet" + +#~ msgid "No es posible escribir en el directorio \"config\"" +#~ msgstr "Niet mogelijk om naar de \"/config\" te schrijven" + +#, fuzzy +#~ msgid "Los permisos del directorio \"/config\" son incorrectos" +#~ msgstr "De \"/config\" folder permissies zijn incorrect" + +#~ msgid "Finalizar sesión" +#~ msgstr "Uitloggen sessie" + +#~ msgid "Tiempo inactivo" +#~ msgstr "Inactieve tijd" + +#~ msgid "Tiempo total" +#~ msgstr "Totale tijd" + +#~ msgid "Actualización" +#~ msgstr "Update" + +#~ msgid "Actualización de versión realizada." +#~ msgstr "Versie update bijgewerkt" + +#, fuzzy +#~ msgid "Indicar nombre de usuario admin" +#~ msgstr "Vul de admin gebruikersnaam in" + +#, fuzzy +#~ msgid "Usuario admin para acceso a la aplicación" +#~ msgstr "Administratie gebuiker om in te loggen in de applicatie" + +#, fuzzy +#~ msgid "Indicar la clave de admin" +#~ msgstr "Geef het admin wachtwoord op" + +#~ msgid "Clave del usuario admin de la aplicación" +#~ msgstr "Administratie gebruikers wachtwoord" + +#, fuzzy +#~ msgid "Indicar la clave maestra" +#~ msgstr "geef het hoofd wachtwoord op" + +#, fuzzy +#~ msgid "Clave maestra para encriptar las claves" +#~ msgstr "Hoofd wachtwoord om de wachtwoorden te versleutelen" + +#, fuzzy +#~ msgid "Clave maestra muy corta" +#~ msgstr "Hoofd wachtwoor is te kort" + +#~ msgid "La longitud de la clave maestra ha de ser mayor de 11 caracteres" +#~ msgstr "Het hoofd wachtwoord dient uit minimaal 11 karakters te bestaan" + +#, fuzzy +#~ msgid "Indicar el usuario de la BBDD" +#~ msgstr "Geef de database gebruiker op" + +#, fuzzy +#~ msgid "Usuario con permisos de administrador de la Base de Datos" +#~ msgstr "Een gebruiker met database administrator rechten" + +#, fuzzy +#~ msgid "Indicar el nombre de la BBDD" +#~ msgstr "Geef de database naam op" + +#~ msgid "Nombre para la BBDD de la aplicación pej. syspass" +#~ msgstr "Applicatie database naam vb. syspass" + +#~ msgid "El nombre de la BBDD no puede contener \".\"" +#~ msgstr "Database naam mag geen \".\" bevatten" + +#, fuzzy +#~ msgid "Elimine los puntos del nombre de la Base de Datos" +#~ msgstr "Verwijder a.u.b punten in de database naam" + +#, fuzzy +#~ msgid "Indicar el servidor de la BBDD" +#~ msgstr "Geef de database server op" + +#~ msgid "Servidor donde se instalará la Base de Datos" +#~ msgstr "Server waar de database geinstalleerd wordt" + +#~ msgid "No es posible comprobar el usuario de sysPass" +#~ msgstr "Niet mogelijk om de syspass gebruiker te controleren" + +#, fuzzy +#~ msgid "Compruebe los permisos del usuario de conexión a la BD" +#~ msgstr "Check a.u.b de DB connectie gebruikers rechten" + +#~ msgid "La BBDD ya existe" +#~ msgstr "De database bestaat al" + +#, fuzzy +#~ msgid "Indique una nueva Base de Datos o elimine la existente" +#~ msgstr "Geef een nieuwe database of verwijder de huidige" + +#, fuzzy +#~ msgid "Error al crear la BBDD" +#~ msgstr "Fout bij het creeeren van de DB" + +#, fuzzy +#~ msgid "Verifique los permisos del usuario de la Base de Datos" +#~ msgstr "Controleer database gebruiker rechten aub." + +#~ msgid "El archivo de estructura de la BBDD no existe" +#~ msgstr "Het database structuurbestand bestaat niet" + +#~ msgid "No es posible crear la BBDD de la aplicación. Descárguela de nuevo." +#~ msgstr "" +#~ "Niet mogelijk om de applicatie database aan te maken. Download hem " +#~ "opnieuw aub." + +#, fuzzy +#~ msgid "Error al seleccionar la BBDD" +#~ msgstr "Fout tijdens het selecteren database" + +#~ msgid "" +#~ "No es posible usar la Base de Datos para crear la estructura. Compruebe " +#~ "los permisos y que no exista." +#~ msgstr "" +#~ "Kan de database niet gebruiken, controleer de login gegevens en de " +#~ "rechten." + +#~ msgid "Error al crear la estructura de la Base de Datos." +#~ msgstr "Fout tijdens het maken van de database structuur" + +#~ msgid "Informe al desarrollador" +#~ msgstr "Waarschuw de ontwikkelaar" + +#, fuzzy +#~ msgid "Error al actualizar la clave maestra del usuario \"admin\"" +#~ msgstr "" +#~ "Fout tijdens het veranderen van het Hoofd wachtoord voor de \"admin\" " +#~ "gebruiker" + +#~ msgid "No es posible conectar con el servidor de LDAP" +#~ msgstr "Niet mogelijk om te verbinden met de LDAP server" + +#~ msgid "Error al conectar (BIND)" +#~ msgstr "Connectie probleem (BIND)" + +#~ msgid "Error al buscar objetos en DN base" +#~ msgstr "Fout bij zoeken naar objecten in de base DN" + +#, fuzzy +#~ msgid "Error al buscar RDN de grupo" +#~ msgstr "Fout bij zoeken in groep RDN" + +#, fuzzy +#~ msgid "Error al localizar el usuario en LDAP" +#~ msgstr "Fout bij het zoeken gebruiker in DLS" + +#~ msgid "Error al buscar el grupo de usuarios" +#~ msgstr "Fout bij het zoeken gebruikers groep" + +#~ msgid "Usuario verificado en grupo" +#~ msgstr "Gebruiker in groep geverifieerd" + +#~ msgid "Vaciar Eventos" +#~ msgstr "Schoon events op" + +#, fuzzy +#~ msgid "Cliente no encontrado" +#~ msgstr "Klant niet gevonden" + +#, fuzzy +#~ msgid "Error al obtener los usuarios" +#~ msgstr "Fout bij het ophalen van gebruikers" + +#~ msgid "Migrar Perfiles" +#~ msgstr "Migreer profielen" + +#, fuzzy +#~ msgid "Error al obtener perfiles" +#~ msgstr "Fout bij het ophalen van profielen" + +#~ msgid "Operación realizada correctamente" +#~ msgstr "Operatie succesvol" + +#, fuzzy +#~ msgid "Fallo al realizar la operación" +#~ msgstr "Fout bij het uitvoeren van het process" + +#~ msgid "Formato de XML inválido" +#~ msgstr "Ongeldig XML formaat" + +#, fuzzy +#~ msgid "Error al aplicar la actualización de la Base de Datos" +#~ msgstr "Fout bij het updaten van de database" + +#~ msgid "Compruebe el registro de eventos para más detalles" +#~ msgstr "Check a.u.b de event log voor meer details" + +#, fuzzy +#~ msgid "Error al aplicar la actualización auxiliar" +#~ msgstr "Fout tijdens het uitvoeren van de extra update" + +#~ msgid "Actualizar BBDD" +#~ msgstr "Bijwerken DB" + +#~ msgid "No es necesario actualizar la Base de Datos." +#~ msgstr "Database update niet nodig" + +#~ msgid "Actualización de la Base de Datos realizada correctamente." +#~ msgstr "Database update succesvol" + +#~ msgid "Actualizar Configuración" +#~ msgstr "Bijwerken configuratie" + +#~ msgid "No se pudo realizar la petición de cambio de clave." +#~ msgstr "" +#~ "Kon de aanvraag voor het veranderen van het wachtwoord niet uitvoeren." + +#~ msgid "Usuario de LDAP" +#~ msgstr "LDAP Gebruiker" + +#~ msgid "Activación Cuenta" +#~ msgstr "Account Activatie" + +#~ msgid "Su cuenta está pendiente de activación." +#~ msgstr "Uw account is in behandeling" + +#~ msgid "En breve recibirá un email de confirmación." +#~ msgstr "Uw krijgt binnenkort een bevestigings email" + +#~ msgid "Nuevo usuario de LDAP" +#~ msgstr "Nieuwe LDAP Gebruiker" + +#, fuzzy +#~ msgid "Error al migrar grupo del usuario" +#~ msgstr "Fout bij het migreren van de Gebruikers Groep" + +#~ msgid "Versión de PHP requerida >= " +#~ msgstr "Vereiste PHP versie >=" + +#~ msgid "" +#~ "Actualice la versión de PHP para que la aplicación funcione correctamente" +#~ msgstr "Update a.u.b de PHP versie om gebruik te kunnen maken van SysPass" + +#~ msgid "Exportar XML" +#~ msgstr "XML Export" + +#, fuzzy +#~ msgid "Error al crear el archivo XML" +#~ msgstr "Fout bij het maken van het XML bestand" + +#, fuzzy +#~ msgid "No es posible procesar el archivo XML" +#~ msgstr "XML bestand kan niet verwerkt worden" + +#~ msgid "Archivo XML no soportado" +#~ msgstr "XML bestand wordt niet ondersteund" + +#~ msgid "No es posible detectar la aplicación que exportó los datos" +#~ msgstr "Kon de applicatie waar de data van geexporteerd was niet vinden" + +#~ msgid "Registro de eventos vaciado" +#~ msgstr "Event log opgeschoond" + +#, fuzzy +#~ msgid "Error al vaciar el registro de eventos" +#~ msgstr "Fout bij opschonen Event Log" + +#~ msgid "La version de PHP es vulnerable al ataque NULL Byte (CVE-2006-7243)" +#~ msgstr "Deze PHP versie is kwetsbaar voor NULL Byte attack CVE-2006-7243)" + +#~ msgid "Actualice la versión de PHP para usar sysPass de forma segura" +#~ msgstr "" +#~ "Update a.u.b de PHP versie om gebruik te kunnen maken van een veilige " +#~ "SysPass" + +#~ msgid "No se encuentra el generador de números aleatorios." +#~ msgstr "Willekeurige wachtwoord generator niet gevonden" + +#~ msgid "" +#~ "Sin esta función un atacante puede utilizar su cuenta al resetear la clave" +#~ msgstr "" +#~ "Zonder deze functie kan een hacker uw account overnemen bij een " +#~ "wachtwoord herstel actie" + +#~ msgid "Instalación finalizada" +#~ msgstr "Installatie afgerond" + +#~ msgid "Descargar nueva versión" +#~ msgstr "Download nieuwe versie" + +#~ msgid "Token de autorización visualizado" +#~ msgstr "Autorisatie sleutel bekeken" + +#~ msgid "Autorizaciones" +#~ msgstr "Authorisaties" + +#~ msgid "Hablitar edición" +#~ msgstr "Activeer Wijzigen" + +#~ msgid "Modificar Cuenta" +#~ msgstr "Bewerk Account" + +#~ msgid "Se permite un máximo de 4 caracteres." +#~ msgstr "Max 4 karakters toegestaan" + +#~ msgid "Primera página" +#~ msgstr "Eerste pagina" + +#~ msgid "Página anterior" +#~ msgstr "Vorige pagina" + +#~ msgid "Página siguiente" +#~ msgstr "Volgende pagina" + +#~ msgid "Última página" +#~ msgstr "Laatste pagina" + +#~ msgid "Comprobar" +#~ msgstr "Check" + +#, fuzzy +#~ msgid "Cambiar Clave" +#~ msgstr "Wijzig Wachtwoord" + +#~ msgid "Añadir" +#~ msgstr "Voeg toe" + +#~ msgid "Abrir enlace a" +#~ msgstr "Open link aar" + +#~ msgid "Limpiar" +#~ msgstr "Opschonen" + +#~ msgid "Parámetros especiales:" +#~ msgstr "Speciale parameters" + +#~ msgid "Realizar" +#~ msgstr "Uitvoeren" + +#~ msgid "Extensión" +#~ msgstr "Extensie" + +#~ msgid "Tamaño de archivo superado" +#~ msgstr "Bestandsgrootte overschreden" + +#~ msgid "Solicitud no enviada" +#~ msgstr "Verzoek niet verstuurd" + +#~ msgid "Compruebe datos de usuario o consulte con el administrador" +#~ msgstr "Check de gebruikersdata of neem contact op met de administrator" + +#~ msgid "La cuenta no existe" +#~ msgstr "Het account bestaat niet" + +#~ msgid "Errores" +#~ msgstr "Errors" + +#~ msgid "Error al añadir favorito" +#~ msgstr "Error bij het toevoegen van de favoriet" + +#~ msgid "Error al eliminar favorito" +#~ msgstr "Error tijdens het verwijderen van de favoriet" + +#~ msgid "Error al eliminar las etiquetas de la cuenta" +#~ msgstr "Error tijdens het verwijderen van de account labels" + +#~ msgid "Método inválido" +#~ msgstr "Ongeldige Methode" + +#~ msgid "Datos inválidos" +#~ msgstr "Ongeldige Data" + +#~ msgid "Formato incorrecto" +#~ msgstr "Foute indeling" + +#~ msgid "Nombre de categoría a buscar" +#~ msgstr "Categorie naam om naar te zoeken" + +#, fuzzy +#~ msgid "Nombre de cliente a buscar" +#~ msgstr "Klant naam om naar te zoeken" + +#~ msgid "Método ya inicializado" +#~ msgstr "Methode al geinitialiseerd" + +#~ msgid "Método no disponible" +#~ msgstr "Methode niet beschikbaar" + +#~ msgid "Los parámetros de DokuWiki no están configurados" +#~ msgstr "De DokuWiki parameters zijn niet opgegeven" + +#~ msgid "Error" +#~ msgstr "Error" + +#~ msgid "Conexión correcta" +#~ msgstr "Verbinding succesvol" + +#~ msgid "Error de conexión a DokuWiki" +#~ msgstr "Error tijdens het verbinden met DokuWiki" + +#~ msgid "Faltan parámetros de syslog remoto" +#~ msgstr "Remote Syslog parameters niet opgegeven" + +#~ msgid "Syslog remoto deshabilitado" +#~ msgstr "Remote syslog uitegeschakels" + +#~ msgid "Error al guardar la configuración" +#~ msgstr "Fout bij het opslaan van de configuratie" + +#~ msgid "Faltan parámetros de DokuWiki" +#~ msgstr "Ontbrekende DokuWiki-parameters" + +#~ msgid "DokuWiki habiltada" +#~ msgstr "DokuWiki ingeschakeld" + +#~ msgid "DokuWiki deshabilitada" +#~ msgstr "DokuWiki uitgeschakeld" + +#~ msgid "Enlace creado" +#~ msgstr "Link gemaakt" + +#~ msgid "Enlace actualizado" +#~ msgstr "Link geupdate" + +#~ msgid "Enlace eliminado" +#~ msgstr "Link verwijderd" + +#~ msgid "Plugin habilitado" +#~ msgstr "Plugin ingeschakeld" + +#~ msgid "Plugin deshabilitado" +#~ msgstr "Plugin uitgeschakeld" + +#~ msgid "Plugin restablecido" +#~ msgstr "Plugin reset" + +#~ msgid "Favorito añadido" +#~ msgstr "Favoriet toegevoegd" + +#~ msgid "Favorito eliminado" +#~ msgstr "Favoriet verwijderd" + +#~ msgid "Importación de usuarios de LDAP realizada" +#~ msgstr "LDAP gebruikers importeren afgerond" + +#~ msgid "Error al importar usuarios de LDAP" +#~ msgstr "Fout bij het importeren van de LDAP users" + +#~ msgid "Notificación leída" +#~ msgstr "Notificatie gelezen" + +#~ msgid "Notificación eliminada" +#~ msgstr "Notificatie verwijderd" + +#~ msgid "Solicitud enviada por correo" +#~ msgstr "Verzoek verzonden via email" + +#~ msgid "Solicitud no enviada por correo" +#~ msgstr "Verzoek niet verzonden via email" + +#~ msgid "Solicitud realizada" +#~ msgstr "Aanvraag gedaan" + +#~ msgid "Detalles de Plugin" +#~ msgstr "Plugin Details" + +#~ msgid "Error al obtener la clave maestra del usuario" +#~ msgstr "Fout bij het ophalen van het hoofdwachtwoord van de gebruiker" + +#~ msgid "Es necesaria su clave anterior" +#~ msgstr "Je vorige wachtwoord is nodig" + +#~ msgid "Servidor LDAP" +#~ msgstr "LDAP Server" + +#~ msgid "Buscar Categorías" +#~ msgstr "Zoeken naar Categorieën" + +#~ msgid "Añadir Categoría" +#~ msgstr "Categorie toevoegen" + +#~ msgid "Buscar Clientes" +#~ msgstr "Zoeken naar Klanten" + +#~ msgid "Añadir Cliente" +#~ msgstr "Klant toevoegen" + +#~ msgid "Observador no inicializado" +#~ msgstr "Waarnemer niet geïnitialiseerd" + +#~ msgid "Es necesario un objeto" +#~ msgstr "Een object is nodig" + +#~ msgid "Indicar la clave de la BBDD" +#~ msgstr "Vul alstublieft het database wachtwoord in" + +#~ msgid "Clave del usuario administrador de la Base de Datos" +#~ msgstr "Database administrator's wachtwoord" + +#~ msgid "Error al crear el usuario de conexión a MySQL '%s'" +#~ msgstr "Error bij het maken van de MySQL connection user '%s'" + +#~ msgid "La BBDD no existe" +#~ msgstr "De database bestaat niet" + +#~ msgid "Es necesario crearla y asignar los permisos necesarios" +#~ msgstr "U moet het creëren en de benodigde rechten toewijzen" + +#~ msgid "La plantilla no contiene archivos" +#~ msgstr "De template bevat geen bestanden" + +#~ msgid "Error al actualizar la configuración" +#~ msgstr "Error tijdens het bijwerken van de configuratie" + +#~ msgid "Usuario no indicado" +#~ msgstr "Gebruiker niet ingesteld" + +#~ msgid "Acción no indicada" +#~ msgstr "Actie niet ingesteld" + +#~ msgid "Es necesario un nombre de etiqueta" +#~ msgstr "Een tag naam is nodig" + +#~ msgid "Respuesta XML-RPC inválida" +#~ msgstr "Ongeldig XML-RPC antwoord" + +#~ msgid "Id de categoría no definido. No es posible importar cuenta." +#~ msgstr "Categorie-id niet ingesteld. Kan het account niet importeren." + +#, fuzzy +#~ msgid "Id de cliente no definido. No es posible importar cuenta." +#~ msgstr "Categorie-id niet ingesteld. Kan het account niet importeren." + +#~ msgid "Clave de encriptación no indicada" +#~ msgstr "Encryptie wachtwoord niet ingesteld" + +#~ msgid "Extensión '%s' no cargada" +#~ msgstr "Uitbreiding '% s' niet geladen" + +#~ msgid "Categoría duplicada" +#~ msgstr "Categorie gedupliceerd" + +#~ msgid "Categoría no encontrada" +#~ msgstr "Categorie niet gevonden" + +#~ msgid "Error al crear el campo personalizado" +#~ msgstr "Fout bij het maken van een aangepast veld" + +#~ msgid "Error al eliminar el campo personalizado" +#~ msgstr "Fout bij het verwijderen van een aangepast veld" + +#~ msgid "Error al actualizar el campo personalizado" +#~ msgstr "Fout bij het bijwerken van een aangepast veld" + +#~ msgid "Campo personalizado no encontrado" +#~ msgstr "Aangepast veld niet gevonden" + +#~ msgid "No se encontraron campos personalizados" +#~ msgstr "Aangepaste velden niet gevonden" + +#~ msgid "No hay datos de campos personalizados" +#~ msgstr "Er zijn geen gegevens uit aangepaste velden" + +#~ msgid "Error al migrar campos personalizados" +#~ msgstr "Fout bij het migreren van de aangepaste velden" + +#~ msgid "Archivo subido" +#~ msgstr "Bestand geupload" + +#~ msgid "Grupo en uso" +#~ msgstr "Groep in gebruik" + +#~ msgid "Actualizar Grupo" +#~ msgstr "Groep Bijwerken" + +#~ msgid "Error al asignar los usuarios al grupo" +#~ msgstr "Fout bij het instellen van gebruikers in de groep" + +#~ msgid "Error al crear la notificación" +#~ msgstr "Error bij het toevoegen van de notificatie" + +#~ msgid "Error al eliminar la notificación" +#~ msgstr "Fout bij het verwijderen van de notificatie" + +#~ msgid "Error al modificar la notificación" +#~ msgstr "Fout bij het bijwerken van de notificatie" + +#~ msgid "Error al obtener la notificación" +#~ msgstr "Fout bij het ophalen van de notificatie" + +#~ msgid "Error al obtener las notificaciones" +#~ msgstr "Fout bij het ophalen van de notificaties" + +#~ msgid "Error al crear el plugin" +#~ msgstr "Error bij het toevoegen van de plugin" + +#~ msgid "Error al eliminar el plugin" +#~ msgstr "Fout bij het verwijderen van de plugin" + +#~ msgid "Error al actualizar el plugin" +#~ msgstr "Fout bij het bijwerken van de plugin" + +#~ msgid "Habilitado" +#~ msgstr "Ingeschakeld" + +#~ msgid "Error al crear perfil" +#~ msgstr "Fout bij het maken van het profiel" + +#~ msgid "Perfil en uso" +#~ msgstr "Profiel in gebruik" + +#~ msgid "Error al eliminar perfil" +#~ msgstr "Fout bij het verwijderen van het profiel" + +#~ msgid "Error al modificar perfil" +#~ msgstr "Fout bij het updaten van het profiel" + +#~ msgid "Enlace visualizado" +#~ msgstr "Link bekeken" + +#~ msgid "Error al actualizar enlace" +#~ msgstr "Fout bij het updaten van de link" + +#~ msgid "Enlace ya creado" +#~ msgstr "Link al gemaakt" + +#~ msgid "Error al crear enlace" +#~ msgstr "Fout bij het maken van de link" + +#~ msgid "Error al eliminar enlace" +#~ msgstr "Fout bij het verwijderen van de link" + +#~ msgid "Error al renovar enlace" +#~ msgstr "Fout bij het vernieuwen van de link" + +#~ msgid "Actualizar Enlace" +#~ msgstr "Update Link" + +#~ msgid "Error al obtener enlace" +#~ msgstr "Fout bij het ophalen van de link" + +#~ msgid "ON" +#~ msgstr "AAN" + +#~ msgid "OFF" +#~ msgstr "UIT" + +#~ msgid "Etiqueta duplicada" +#~ msgstr "Dubbele tag" + +#~ msgid "Error al crear etiqueta" +#~ msgstr "Fout tijdens het aanmaken van de tag" + +#~ msgid "Error al eliminar etiqueta" +#~ msgstr "Fout tijdens het verwijderen van de tag" + +#~ msgid "Error al actualizar etiqueta" +#~ msgstr "Fout tijdens het bijwerken van de tag" + +#~ msgid "Error al obtener etiqueta" +#~ msgstr "Fout tijdens het ophalen van de tag" + +#~ msgid "Login/email de usuario duplicados" +#~ msgstr "Dubbele gebruikersnaam of email" + +#~ msgid "Error al obtener los datos del usuario" +#~ msgstr "Fout tijdens het ophalen van de data van de gebruiker" + +#~ msgid "No se encontraron objetos para sincronizar" +#~ msgstr "Er is niets om te synchroniseren" + +#~ msgid "Sincronización finalizada" +#~ msgstr "Synchroniseren afgerond" + +#~ msgid "Error al migrar cuenta de usuario" +#~ msgstr "Fout tijdens het migreren van een gebruikersaccount" + +#~ msgid "Error al obtener grupo de usuarios" +#~ msgstr "Fout tijdens het ophalen van een gebruikersgroep" + +#~ msgid "Error en comprobación de hash" +#~ msgstr "Fout tijdens het controleren van de versleuteling" + +#~ msgid "Hash inválido o expirado" +#~ msgstr "Versleuteling is foutief of verlopen" + +#~ msgid "Error al generar el hash de recuperación" +#~ msgstr "Fout tijdens het genereren van de herstel versleuteling" + +#~ msgid "Actualizando preferencias" +#~ msgstr "Voorkeuren bijwerken" + +#~ msgid "No es posible leer/escribir el archivo: %s" +#~ msgstr "Het lezen of schrijven van het bestand %s is niet mogelijk" + +#~ msgid "No hay elementos para guardar" +#~ msgstr "Er zijn geen items om op te slaan" + +#~ msgid "Socket no inicializado" +#~ msgstr "Socket is niet geïnitialiseerd" + +#~ msgid "Error al enviar datos" +#~ msgstr "Fout bij het verzenden van de gegevens" + +#~ msgid "Respuesta" +#~ msgstr "Antwoord" + +#~ msgid "Ver Detalles" +#~ msgstr "Bekijk details" + +#~ msgid "Copiar" +#~ msgstr "Kopiëren" + +#~ msgid "Restaurar" +#~ msgstr "Herstellen" + +#~ msgid "Descargar" +#~ msgstr "Download" + +#~ msgid "Crítico" +#~ msgstr "Kritisch" + +#~ msgid "Accesos" +#~ msgstr "Toegangen" + +#~ msgid "Cuentas Vinculadas" +#~ msgstr "Gekoppelde accounts" + +#~ msgid "Origen" +#~ msgstr "Doel" + +#~ msgid "Agente" +#~ msgstr "Agent" + +#~ msgid "Crear Usuario" +#~ msgstr "Gebruiker toevoegen" + +#~ msgid "Actualizar Usuario" +#~ msgstr "Gebruiker bijwerken" + +#~ msgid "Actualizar Clave Usuario" +#~ msgstr "Wachtwoord gebruiker bijwerken" + +#~ msgid "Crear Grupo" +#~ msgstr "Groep toevoegen" + +#~ msgid "Crear Perfil" +#~ msgstr "Profiel toevoegen" + +#~ msgid "Actualizar Perfil" +#~ msgstr "Profiel bijwerken" + +#, fuzzy +#~ msgid "Crear Cliente" +#~ msgstr "Klant toevoegen" + +#~ msgid "Crear Categoría" +#~ msgstr "Categorie toevoegen" + +#~ msgid "Actualizar Categoría" +#~ msgstr "Categorie bijwerken" + +#~ msgid "Crear Autorización" +#~ msgstr "Autorisatie toevoegen" + +#~ msgid "Crear Campo" +#~ msgstr "Veld toevoegen" + +#~ msgid "Actualizar Campo" +#~ msgstr "Veld bijwerken" + +#~ msgid "Crear Enlace" +#~ msgstr "Link aanmaken" + +#~ msgid "Crear Etiqueta" +#~ msgstr "Voeg tag toe" + +#~ msgid "Actualizar Etiqueta" +#~ msgstr "Update Tag" + +#~ msgid "Actualizar Plugin" +#~ msgstr " Update Plugin" + +#~ msgid "Crear Cuenta" +#~ msgstr "Account toevoegen" + +#~ msgid "Usuarios importados" +#~ msgstr "Geimporteerde gebruikers" + +#~ msgid "Acceso denegado" +#~ msgstr "Toegang geweigerd" + +#~ msgid "Error al añadir las etiquetas de la cuenta" +#~ msgstr "Error tijdens het toevoegen van de account tags" + +#~ msgid "Grupos eliminados" +#~ msgstr "Groepen verwijderd" + +#~ msgid "Perfiles eliminados" +#~ msgstr "Profielen verwijderd" + +#, fuzzy +#~ msgid "Clientes eliminados" +#~ msgstr "Klanten verwijderd" + +#~ msgid "Categorías eliminadas" +#~ msgstr "Categorieën verwijderd" + +#~ msgid "Autorizaciones eliminadas" +#~ msgstr "Autorisaties verwijderd" + +#~ msgid "Campos eliminados" +#~ msgstr "Velden verwijderd" + +#~ msgid "Enlaces eliminados" +#~ msgstr "Links verwijderd" + +#~ msgid "Etiquetas eliminadas" +#~ msgstr "Tags verwijderd" + +#~ msgid "Archivos eliminados" +#~ msgstr "Bestanden verwijderd" + +#~ msgid "Cuentas eliminadas" +#~ msgstr "Accounts verwijderd" + +#~ msgid "Notificación creada" +#~ msgstr "Bericht aangemaakt" + +#~ msgid "Notificaciones eliminadas" +#~ msgstr "Berichten verwijderd" + +#~ msgid "Usando clave temporal" +#~ msgstr "Gebruikt een tijdelijk wachtwoord" + +#~ msgid "Clave temporal caducada" +#~ msgstr "Tijdelijk wachtwoord verlopen" + +#~ msgid "Sesión" +#~ msgstr "Sessie" + +#~ msgid "Error al comprobar la base de datos" +#~ msgstr "Fout tijdens het controleren van de database" + +#~ msgid "Intente de nuevo la instalación" +#~ msgstr "Probeer de installatie opnieuw" + +#~ msgid "Es necesario un componente" +#~ msgstr "Een component ontbreekt." + +#~ msgid "Es necesario un tipo" +#~ msgstr "Een type ontbreekt." + +#~ msgid "Es necesario un destinatario" +#~ msgstr "Een doel ontbreekt." + +#~ msgid "Error procesando línea" +#~ msgstr "Fout tijdens het uitvoeren van regel" + +#~ msgid "Cuentas importadas" +#~ msgstr "Accounts zijn geïmporteerd" + +#~ msgid "Archivo no encontrado" +#~ msgstr "Bestand niet gevonden" + +#~ msgid "Grupo no encontrado" +#~ msgstr "Groep niet gevonden" + +#~ msgid "Notificación no encontrada" +#~ msgstr "Bericht niet gevonden" + +#~ msgid "Plugin no encontrado" +#~ msgstr "Plugin niet gevonden" + +#~ msgid "Perfil no encontrado" +#~ msgstr "Profiel niet gevonden" + +#~ msgid "Enlace no encontrado" +#~ msgstr "Link niet gevonden" + +#~ msgid "Etiqueta no encontrada" +#~ msgstr "Tag niet gevonden" + +#~ msgid "Usuario no encontrado" +#~ msgstr "Gebruiker niet gevonden" + +#~ msgid "Consulta en blanco" +#~ msgstr "Lege Query" + +#~ msgid "No es posible iniciar una transacción" +#~ msgstr "Een transactie kan niet gestart worden." + +#~ msgid "No es posible finalizar una transacción" +#~ msgstr "Een transactie kan niet afgesloten worden." + +#~ msgid "Cuenta no encontrada" +#~ msgstr "Account niet gevonden" + +#~ msgid "Hash de clave maestra actualizado" +#~ msgstr "Master wachtwoord hash is geupdate" + +#~ msgid "Error al actualizar el hash de la clave maestra" +#~ msgstr "Fout tijdens het bijwerken van de hash van het hoofdwachtwoord." + +#~ msgid "Usuarios eliminados" +#~ msgstr "Gebruiker verwijderd" + +#~ msgid "Notificación actualizada" +#~ msgstr "Bericht geupdate" + +#~ msgid "Restricción de integridad" +#~ msgstr "integriteitsbeperking" + +#~ msgid "Clave de encriptación incorrecta" +#~ msgstr "Onjuist versleutelingswachtwoord." + +#~ msgid "Código de seguridad incorrecto" +#~ msgstr "Onjuiste beveiligingscode." + +#~ msgid "Es necesario confirmar la actualización" +#~ msgstr "Het bijwerken moet bevestigd worden" + +#~ msgid "En 5 segundos será redirigido al login" +#~ msgstr "U wordt binnen 5 seconden omgeleid om in te loggen" + +#~ msgid "Error al aplicar la actualización de la aplicación" +#~ msgstr "Fout tijdens het bijwerken van het programma." + +#~ msgid "Intentos excedidos" +#~ msgstr "Te veel pogingen." + +#~ msgid "Token no encontrado" +#~ msgstr "Token niet gevonden" + +#~ msgid "Error al crear track" +#~ msgstr "Token niet gevonden" + +#~ msgid "Error al eliminar track" +#~ msgstr "Fout bij het verwijderen van de track" + +#~ msgid "Error al actualizar track" +#~ msgstr "Fout bij het updaten van de track" + +#~ msgid "Error al obtener track" +#~ msgstr "Fout bij het ophalen van de track" + +#~ msgid "Error al obtener tracks" +#~ msgstr "Fout bij het ophalen van de tracks" + +#~ msgid "Actualizando IDs de cuentas" +#~ msgstr "ID's van accounts worden bijgewerkt." + +#~ msgid "Actualizando IDs de categorías" +#~ msgstr "ID's van categorieën worden bijgewerkt." + +#~ msgid "Actualizando IDs de clientes" +#~ msgstr "ID's van klanten worden bijgewerkt." + +#~ msgid "Actualizando IDs de grupos" +#~ msgstr "ID's van groepen worden bijgewerkt." + +#~ msgid "Actualizando IDs de perfil" +#~ msgstr "ID's van profielen worden bijgewerkt." + +#~ msgid "Actualizando IDs de usuarios" +#~ msgstr "ID's van gebruikers worden bijgewerkt." + +#~ msgid "Acción no encontrada" +#~ msgstr "Actie niet gevonden" + +#~ msgid "Contexto ya inicializado" +#~ msgstr "Context al geïnitialiseerd" + +#~ msgid "Contexto inválido" +#~ msgstr "Ongeldige context" + +#~ msgid "Contexto no inicializado" +#~ msgstr "Context niet geïnitialiseerd" + +#~ msgid "Clase no válida para iconos" +#~ msgstr "Ongeldige icons klasse" + +#~ msgid "Tipo de filtro inválido" +#~ msgstr "Verkeerde filter type" + +#~ msgid "Tipo de objeto incorrecto" +#~ msgstr "Verkeerde object type" + +#~ msgid "No es posible inicializar" +#~ msgstr "Initialiseren lukt niet" + +#~ msgid "Error al eliminar los archivos" +#~ msgstr "Fout tijdens het verwijderen van de bestanden" + +#~ msgid "Error al eliminar las cuentas" +#~ msgstr "Fout tijdens het verwijderen van de accounts" + +#~ msgid "Error al eliminar la categorías" +#~ msgstr "Fout tijdens het verwijderen van de categorieën" + +#~ msgid "Error al eliminar los clientes" +#~ msgstr "Fout tijdens het verwijderen van de clients" + +#, fuzzy +#~ msgid "Error al eliminar los campos personalizados" +#~ msgstr "Fout tijdens het verwijderen van de bijzondere velden" + +#~ msgid "Error al crear el tipo de campo" +#~ msgstr "Fout tijdens het aanmaken van het veldtype" + +#~ msgid "Error al actualizar el tipo de campo" +#~ msgstr "Fout tijdens het updaten van het veldtype" + +#~ msgid "Error al eliminar el tipo de campo" +#~ msgstr "Fout tijdens het verwijderen van het veldtype" + +#~ msgid "Error al eliminar las notificaciones" +#~ msgstr "Fout tijdens het verwijderen van de notificaties" + +#~ msgid "El enlace no existe" +#~ msgstr "De link bestaat niet" + +#~ msgid "Error al eliminar etiquetas" +#~ msgstr "Fout tijdens het verwijderen van de tags" + +#~ msgid "Error al eliminar los usuarios" +#~ msgstr "Fout tijdens het verwijderen van de gebruikers" + +#~ msgid "El usuario no existe" +#~ msgstr "De gebruiker bestaat niet" + +#~ msgid "Error al eliminar los perfiles" +#~ msgstr "Fout tijdens het verwijderen van de profielen" + +#~ msgid "Error al eliminar archivos" +#~ msgstr "Fout tijdens het verwijderen van de bestanden" + +#~ msgid "Fomato incorrecto" +#~ msgstr "Invalid format" + +#~ msgid "Error al eliminar tokens" +#~ msgstr "Error while removing the tokens" + +#~ msgid "Copiando base de datos" +#~ msgstr "Copying database" + +#~ msgid "Copiando aplicación" +#~ msgstr "Copying application" + +#~ msgid "Rollback" +#~ msgstr "Rollback" + +#~ msgid "Error al comprobar clave temporal" +#~ msgstr "Error while checking the temporary password" + +#~ msgid "Campo no encontrado" +#~ msgstr "Field not found" + +#~ msgid "Error al eliminar los campos" +#~ msgstr "Error while deleting the fields" + +#~ msgid "Exportando categorías" +#~ msgstr "Exporting categories" + +#~ msgid "Exportando clientes" +#~ msgstr "Exporting clients" + +#~ msgid "Exportando etiquetas" +#~ msgstr "Exporting tags" + +#~ msgid "Exportando cuentas" +#~ msgstr "Exporting accounts" + +#~ msgid "Cuenta importada" +#~ msgstr "Account imported" + +#~ msgid "Importación XML KeePass" +#~ msgstr "KeePass XML Import" + +#~ msgid "Categoría importada" +#~ msgstr "Categorie geïmporteerd" + +#~ msgid "Importación XML sysPass" +#~ msgstr "sysPass XML import" + +#~ msgid "Datos desencriptados" +#~ msgstr "Data onversleuteld" + +#~ msgid "Cliente importado" +#~ msgstr "Client geïmporteerd" + +#~ msgid "Etiqueta importada" +#~ msgstr "Tag geimporteerd" + +#~ msgid "Formato no detectado" +#~ msgstr "Format niet gedetecteerd" + +#~ msgid "Not implemented" +#~ msgstr "Niet geimplementeerd" + +#~ msgid "Prueba de correo" +#~ msgstr "Mail test" + +#~ msgid "" +#~ "Esto es una prueba de correo para verificar el correcto funcionamiento de " +#~ "la configuración." +#~ msgstr "" +#~ "This is a test email in order to verify that the configuration is working " +#~ "right." + +#~ msgid "Error al eliminar los enlaces" +#~ msgstr "Error while removing the links" + +#~ msgid "Segundos" +#~ msgstr "Seconds" + +#~ msgid "Actualizar Aplicación" +#~ msgstr "Update Application" + +#~ msgid "Actualización de campos personalizados" +#~ msgstr "Custom fields update" + +#~ msgid "Campo" +#~ msgstr "Field" + +#~ msgid "Actualización de enlaces públicos" +#~ msgstr "Public links update" + +#~ msgid "Enlace" +#~ msgstr "Link" + +#~ msgid "Error al eliminar los grupos" +#~ msgstr "Error while deleting the groups" + +#~ msgid "Error al leer datos del archivo (%s)" +#~ msgstr "Error while reading file data (%s)" + +#~ msgid "Error al eliminar el archivo (%s)" +#~ msgstr "Error while deleting the file (%s)" + +#~ msgid "No es posible leer/escribir el archivo (%s)" +#~ msgstr "Unable to read/write the file (%s)" + +#~ msgid "Error al escribir datos en el archivo (%s)" +#~ msgstr "Error while writing data to file (%s)" + +#~ msgid "Cuenta visualizada" +#~ msgstr "Account displayed" + +#~ msgid "Clave visualizada" +#~ msgstr "Password viewed" + +#~ msgid "Exportación de sysPass en XML" +#~ msgstr "sysPass XML export" + +#~ msgid "Etiqueta" +#~ msgstr "Tag" + +#~ msgid "Es necesario actualizar" +#~ msgstr "Updating needed" + +#~ msgid "HTTPS" +#~ msgstr "HTTPS" + +#~ msgid "Clave copiada" +#~ msgstr "Password copied" + +#~ msgid "Archivo visualizado" +#~ msgstr "File viewed" + +#~ msgid "Archivo descargado" +#~ msgstr "File downloaded" + +#~ msgid "Archivo: %s" +#~ msgstr "File: %s" + +#~ msgid "Máximo tamaño: %s" +#~ msgstr "Maximum size: %s" + +#~ msgid "Máximo tamaño: %d KB" +#~ msgstr "Maximum size: %d KB" + +#~ msgid "Archivo Eliminado" +#~ msgstr "File Deleted" + +#~ msgid "Autorización" +#~ msgstr "Authorization" + +#~ msgid "Autorización visualizada" +#~ msgstr "Authorization viewed" + +#~ msgid "Archivos habilitados" +#~ msgstr "Files enabled" + +#~ msgid "Archivos deshabilitados" +#~ msgstr "Files disabled" + +#~ msgid "Enlaces públicos habilitados" +#~ msgstr "Public links enabled" + +#~ msgid "Enlaces públicos deshabilitados" +#~ msgstr "Public links disabled" + +#~ msgid "Email enviado" +#~ msgstr "Email sent" + +#~ msgid "Error al enviar email" +#~ msgstr "Error while sending the email" + +#~ msgid "Syslog remoto habilitado" +#~ msgstr "Remote syslog enabled" + +#~ msgid "Auth Basic habilitada" +#~ msgstr "Auth Basic enabled" + +#~ msgid "Auth Basic deshabiltada" +#~ msgstr "Auth Basic disabled" + +#~ msgid "No se importaron cuentas" +#~ msgstr "No accounts were imported" + +#~ msgid "Parámetros de LDAP incorrectos" +#~ msgstr "Wrong LDAP parameters" + +#~ msgid "Importación LDAP" +#~ msgstr "LDAP Import" + +#~ msgid "Compruebe su buzón de correo" +#~ msgstr "Please, check your inbox" + +#~ msgid "DokuWiki habilitada" +#~ msgstr "DokuWiki enabled" + +#~ msgid "Versión no disponible" +#~ msgstr "Version unavailable" + +#~ msgid "Notificaciones no disponibles" +#~ msgstr "Notifications not available" + +#~ msgid "Datos incorrectos" +#~ msgstr "Wrong data" + +#~ msgid "No es posible recuperar la clave" +#~ msgstr "Unable to reset the password" + +#~ msgid "Es necesario una cuenta" +#~ msgstr "An account is needed" + +#~ msgid "Usar auto-login con Auth Basic" +#~ msgstr "Use auto-login through Auth Basic" + +#~ msgid "No es posible cambiar el valor de la clave" +#~ msgstr "Unable to change password value" + +#~ msgid "Filtro incorrecto" +#~ msgstr "Wrong filter" + +#~ msgid "El campo personalizado no existe" +#~ msgstr "Custom field not found" + +#~ msgid "Error al eliminar los plugins" +#~ msgstr "Error while deleting plugins" + +#~ msgid "Clave maestra no establecida" +#~ msgstr "Master password not set" + +#~ msgid "Error al eliminar las categorías" +#~ msgstr "Error while deleting categories" + +#~ msgid "No es posible restaurar la configuración" +#~ msgstr "Unable to restore configuration" + +#~ msgid "Tipo de campo no encontrado" +#~ msgstr "Field type not found" + +#~ msgid "Fallo en la verificación del hash de integridad" +#~ msgstr "Error while checking integrity hash" + +#~ msgid "Error al crear el usuario 'admin'" +#~ msgstr "Error while creating 'admin' user" + +#~ msgid "Servicio de correo no disponible" +#~ msgstr "Mail service unavailable" + +#~ msgid "Error ol obtener la clave maestra del contexto" +#~ msgstr "Error while retrieving master pass from context" + +#~ msgid "Error ol establecer la clave maestra en el contexto" +#~ msgstr "Error while setting master password in context" + +#~ msgid "Track no encontrado" +#~ msgstr "Track not found" + +#~ msgid "Actualización de autorizaciones API" +#~ msgstr "API authorizations update" + +#~ msgid "El nodo XML no existe" +#~ msgstr "The XML node does not exist" + +#~ msgid "Imagen no válida" +#~ msgstr "Invalid image" + +#~ msgid "Verificación de datos exportados finalizada" +#~ msgstr "Verification of exported data finished" + +#~ msgid "Error al actualizar los datos del campo personalizado" +#~ msgstr "Error while updating custom field's data" + +#~ msgid "Error al obtener la clave maestra del contexto" +#~ msgstr "Error while retrieving master password from context" + +#~ msgid "Nuevo CLiente" +#~ msgstr "New Client" + +#~ msgid "" +#~ "Si está importando un archivo exportado desde el mismo origen, los datos " +#~ "pueden estar comprometidos." +#~ msgstr "" +#~ "If you are importing an exported file from the same origin, the data " +#~ "could be compromised." + +#~ msgid "Categoría visualizada" +#~ msgstr "Category displayed" + +#~ msgid "Cliente visualizado" +#~ msgstr "Client displayed" + +#~ msgid "Etiqueta visualizada" +#~ msgstr "Tag displayed" + +#~ msgid "Error al crear permiso" +#~ msgstr "Error while creating the permission" + +#~ msgid "Error al actualizar permiso" +#~ msgstr "Error while updating the permission" + +#~ msgid "Error al eliminar permiso" +#~ msgstr "Error while removing the permission" + +#~ msgid "Error al eliminar los permisos" +#~ msgstr "Error while removing the permissions" + +#~ msgid "Permiso no encontrada" +#~ msgstr "Permission not found" + +#~ msgid "Permisos eliminados" +#~ msgstr "Permissions deleted" + +#~ msgid "Permiso eliminado" +#~ msgstr "Permission deleted" + +#~ msgid "Permiso creado" +#~ msgstr "Permission added" + +#~ msgid "Permiso actualizado" +#~ msgstr "Permission updated" + +#~ msgid "Es necesario asignar un elemento del tipo usuario, grupo o perfil" +#~ msgstr "An element of type user, group or profile need to be set" + +#~ msgid "No hay permisos definidos" +#~ msgstr "There aren't any defined permissions" diff --git a/app/modules/web/Controllers/AccessManagerController.php b/app/modules/web/Controllers/AccessManagerController.php index 1bdcadaa..687509ab 100644 --- a/app/modules/web/Controllers/AccessManagerController.php +++ b/app/modules/web/Controllers/AccessManagerController.php @@ -27,12 +27,14 @@ namespace SP\Modules\Web\Controllers; use SP\Core\Acl\Acl; use SP\Core\Events\Event; use SP\DataModel\ItemSearchData; +use SP\Modules\Web\Controllers\Helpers\Grid\AccountDefaultPermissionGrid; use SP\Modules\Web\Controllers\Helpers\Grid\AuthTokenGrid; use SP\Modules\Web\Controllers\Helpers\Grid\PublicLinkGrid; use SP\Modules\Web\Controllers\Helpers\Grid\UserGrid; use SP\Modules\Web\Controllers\Helpers\Grid\UserGroupGrid; use SP\Modules\Web\Controllers\Helpers\Grid\UserProfileGrid; use SP\Modules\Web\Controllers\Helpers\TabsGridHelper; +use SP\Services\Account\AccountDefaultPermissionService; use SP\Services\AuthToken\AuthTokenService; use SP\Services\PublicLink\PublicLinkService; use SP\Services\User\UserService; @@ -89,6 +91,10 @@ final class AccessManagerController extends ControllerBase $this->tabsGridHelper->addTab($this->getUsersProfileList()); } + if ($this->checkAccess(Acl::ACCOUNT_DEFAULT_PERMISSION)) { + $this->tabsGridHelper->addTab($this->getAccountDefaultPermissionList()); + } + if ($this->checkAccess(Acl::AUTHTOKEN)) { $this->tabsGridHelper->addTab($this->getApiTokensList()); } @@ -175,6 +181,20 @@ final class AccessManagerController extends ControllerBase ->updatePager(); } + /** + * Returns API tokens data tab + * + * @return \SP\Html\DataGrid\DataGridTab + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + protected function getAccountDefaultPermissionList() + { + return $this->dic->get(AccountDefaultPermissionGrid::class) + ->getGrid($this->dic->get(AccountDefaultPermissionService::class)->search($this->itemSearchData)) + ->updatePager(); + } + /** * @return TabsGridHelper */ diff --git a/app/modules/web/Controllers/AccountDefaultPermissionController.php b/app/modules/web/Controllers/AccountDefaultPermissionController.php new file mode 100644 index 00000000..76a031b3 --- /dev/null +++ b/app/modules/web/Controllers/AccountDefaultPermissionController.php @@ -0,0 +1,352 @@ +. + */ + +namespace SP\Modules\Web\Controllers; + +use SP\Core\Acl\Acl; +use SP\Core\Events\Event; +use SP\Core\Events\EventMessage; +use SP\Core\Exceptions\ValidationException; +use SP\DataModel\AccountDefaultPermissionData; +use SP\DataModel\AccountPermission; +use SP\Http\JsonResponse; +use SP\Modules\Web\Controllers\Helpers\Grid\AccountDefaultPermissionGrid; +use SP\Modules\Web\Controllers\Traits\ItemTrait; +use SP\Modules\Web\Controllers\Traits\JsonTrait; +use SP\Modules\Web\Forms\AccountDefaultPermissionForm; +use SP\Mvc\Controller\CrudControllerInterface; +use SP\Mvc\View\Components\SelectItemAdapter; +use SP\Services\Account\AccountDefaultPermissionService; +use SP\Services\User\UserService; +use SP\Services\UserGroup\UserGroupService; + +/** + * Class AccountDefaultPermissionController + * + * @package SP\Modules\Web\Controllers + */ +class AccountDefaultPermissionController extends ControllerBase implements CrudControllerInterface +{ + use JsonTrait, ItemTrait; + + /** + * @var AccountDefaultPermissionService + */ + protected $accountDefaultPermissionService; + + /** + * View action + * + * @param $id + * + * @return bool + */ + public function viewAction($id) + { + if (!$this->acl->checkUserAccess(Acl::ACCOUNT_DEFAULT_PERMISSION_VIEW)) { + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + } + + $this->view->assign('header', __('Ver Permiso')); + $this->view->assign('isView', true); + + try { + $this->setViewData($id); + + $this->eventDispatcher->notifyEvent('show.accountDefaultPermission', new Event($this)); + + return $this->returnJsonResponseData(['html' => $this->render()]); + } catch (\Exception $e) { + processException($e); + + return $this->returnJsonResponseException($e); + } + } + + /** + * Sets view data for displaying permissions' data + * + * @param $permissionId + * + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + * @throws \SP\Repositories\NoSuchItemException + */ + protected function setViewData($permissionId = null) + { + $this->view->addTemplate('account_default_permission', 'itemshow'); + + $accountDefaultPermissionData = $permissionId ? $this->accountDefaultPermissionService->getById($permissionId) : new AccountDefaultPermissionData(); + $accountPermission = $accountDefaultPermissionData->getAccountPermission() ?: new AccountPermission(); + + $this->view->assign('permission', $accountDefaultPermissionData); + + $users = SelectItemAdapter::factory(UserService::getItemsBasic()); + + $this->view->assign('users', $users->getItemsFromModelSelected([$accountDefaultPermissionData->getUserId()])); + $this->view->assign('usersView', $users->getItemsFromModelSelected($accountPermission->getUsersView())); + $this->view->assign('usersEdit', $users->getItemsFromModelSelected($accountPermission->getUsersEdit())); + + $userGroups = SelectItemAdapter::factory(UserGroupService::getItemsBasic()); + + $this->view->assign('userGroups', $userGroups->getItemsFromModelSelected([$accountDefaultPermissionData->getUserGroupId()])); + $this->view->assign('userGroupsView', $userGroups->getItemsFromModelSelected($accountPermission->getUserGroupsView())); + $this->view->assign('userGroupsEdit', $userGroups->getItemsFromModelSelected($accountPermission->getUserGroupsEdit())); + + $this->view->assign('userProfiles', SelectItemAdapter::factory(UserGroupService::getItemsBasic()) + ->getItemsFromModelSelected([$accountDefaultPermissionData->getUserProfileId()])); + + $this->view->assign('sk', $this->session->generateSecurityKey()); + $this->view->assign('nextAction', Acl::getActionRoute(Acl::ACCESS_MANAGE)); + + if ($this->view->isView === true) { + $this->view->assign('disabled', 'disabled'); + $this->view->assign('readonly', 'readonly'); + } else { + $this->view->assign('disabled'); + $this->view->assign('readonly'); + } + } + + /** + * Search action + * + * @return bool + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function searchAction() + { + if (!$this->acl->checkUserAccess(Acl::ACCOUNT_DEFAULT_PERMISSION_SEARCH)) { + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + } + + $this->view->addTemplate('datagrid-table', 'grid'); + $this->view->assign('index', $this->request->analyzeInt('activetab', 0)); + $this->view->assign('data', $this->getSearchGrid()); + + return $this->returnJsonResponseData(['html' => $this->render()]); + } + + /** + * getSearchGrid + * + * @return $this + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + protected function getSearchGrid() + { + $itemSearchData = $this->getSearchData($this->configData->getAccountCount(), $this->request); + + $grid = $this->dic->get(AccountDefaultPermissionGrid::class); + + return $grid->updatePager( + $grid->getGrid($this->accountDefaultPermissionService->search($itemSearchData)), + $itemSearchData + ); + } + + /** + * Create action + */ + public function createAction() + { + if (!$this->acl->checkUserAccess(Acl::ACCOUNT_DEFAULT_PERMISSION_CREATE)) { + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + } + + $this->view->assign(__FUNCTION__, 1); + $this->view->assign('header', __('Nuevo Permiso')); + $this->view->assign('isView', false); + $this->view->assign('route', 'accountDefaultPermission/saveCreate'); + + try { + $this->setViewData(); + + $this->eventDispatcher->notifyEvent('show.accountDefaultPermission.create', new Event($this)); + + return $this->returnJsonResponseData(['html' => $this->render()]); + } catch (\Exception $e) { + processException($e); + + return $this->returnJsonResponseException($e); + } + } + + /** + * Edit action + * + * @param $id + * + * @return bool + */ + public function editAction($id) + { + if (!$this->acl->checkUserAccess(Acl::ACCOUNT_DEFAULT_PERMISSION_EDIT)) { + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + } + + $this->view->assign('header', __('Editar Permiso')); + $this->view->assign('isView', false); + $this->view->assign('route', 'accountDefaultPermission/saveEdit/' . $id); + + try { + $this->setViewData($id); + + $this->eventDispatcher->notifyEvent('show.accountDefaultPermission.edit', new Event($this)); + + return $this->returnJsonResponseData(['html' => $this->render()]); + } catch (\Exception $e) { + processException($e); + + return $this->returnJsonResponseException($e); + } + } + + /** + * Delete action + * + * @param $id + * + * @return bool + */ + public function deleteAction($id = null) + { + if (!$this->acl->checkUserAccess(Acl::ACCOUNT_DEFAULT_PERMISSION_DELETE)) { + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + } + + try { + if ($id === null) { + $this->accountDefaultPermissionService->deleteByIdBatch($this->getItemsIdFromRequest($this->request)); + + $this->eventDispatcher->notifyEvent('delete.accountDefaultPermission', + new Event($this, + EventMessage::factory() + ->addDescription(__u('Permisos eliminados'))) + ); + + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Permisos eliminados')); + } + + $this->accountDefaultPermissionService->delete($id); + + $this->eventDispatcher->notifyEvent('delete.accountDefaultPermission', + new Event($this, + EventMessage::factory() + ->addDescription(__u('Permiso eliminado')) + ->addDetail(__u('ID'), $id)) + ); + + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Permiso eliminado')); + } catch (\Exception $e) { + processException($e); + + return $this->returnJsonResponseException($e); + } + } + + /** + * Saves create action + */ + public function saveCreateAction() + { + if (!$this->acl->checkUserAccess(Acl::ACCOUNT_DEFAULT_PERMISSION_CREATE)) { + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + } + + try { + $form = new AccountDefaultPermissionForm($this->dic); + $form->validate(Acl::ACCOUNT_DEFAULT_PERMISSION_CREATE); + + $id = $this->accountDefaultPermissionService->create($form->getItemData()); + + $this->eventDispatcher->notifyEvent('create.accountDefaultPermission', + new Event($this, + EventMessage::factory() + ->addDescription(__u('Permiso creado')) + ->addDetail(__u('ID'), $id)) + ); + + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Permiso creado')); + } catch (ValidationException $e) { + return $this->returnJsonResponseException($e); + } catch (\Exception $e) { + processException($e); + + return $this->returnJsonResponseException($e); + } + } + + /** + * Saves edit action + * + * @param $id + * + * @return bool + */ + public function saveEditAction($id) + { + if (!$this->acl->checkUserAccess(Acl::ACCOUNT_DEFAULT_PERMISSION_EDIT)) { + return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); + } + + try { + $form = new AccountDefaultPermissionForm($this->dic, $id); + $form->validate(Acl::ACCOUNT_DEFAULT_PERMISSION_EDIT); + + $this->accountDefaultPermissionService->update($form->getItemData()); + + $this->eventDispatcher->notifyEvent('edit.accountDefaultPermission', + new Event($this, + EventMessage::factory() + ->addDescription(__u('Permiso actualizado')) + ->addDetail(__u('ID'), $id)) + ); + + return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Permiso actualizado')); + } catch (ValidationException $e) { + return $this->returnJsonResponseException($e); + } catch (\Exception $e) { + processException($e); + + return $this->returnJsonResponseException($e); + } + } + + /** + * Initialize class + * + * @throws \Psr\Container\ContainerExceptionInterface + * @throws \Psr\Container\NotFoundExceptionInterface + * @throws \SP\Services\Auth\AuthException + */ + protected function initialize() + { + $this->checkLoggedIn(); + + $this->accountDefaultPermissionService = $this->dic->get(AccountDefaultPermissionService::class); + } +} \ No newline at end of file diff --git a/app/modules/web/Controllers/AuthTokenController.php b/app/modules/web/Controllers/AuthTokenController.php index 47d2d30c..d7913728 100644 --- a/app/modules/web/Controllers/AuthTokenController.php +++ b/app/modules/web/Controllers/AuthTokenController.php @@ -126,7 +126,7 @@ final class AuthTokenController extends ControllerBase implements CrudController */ protected function setViewData($authTokenId = null) { - $this->view->addTemplate('authtoken', 'itemshow'); + $this->view->addTemplate('auth_token', 'itemshow'); $authToken = $authTokenId ? $this->authTokenService->getById($authTokenId) : new AuthTokenData(); diff --git a/app/modules/web/Controllers/CustomFieldController.php b/app/modules/web/Controllers/CustomFieldController.php index e9f2485e..d0deb210 100644 --- a/app/modules/web/Controllers/CustomFieldController.php +++ b/app/modules/web/Controllers/CustomFieldController.php @@ -126,7 +126,7 @@ final class CustomFieldController extends ControllerBase implements CrudControll */ protected function setViewData($customFieldId = null) { - $this->view->addTemplate('customfield', 'itemshow'); + $this->view->addTemplate('custom_field', 'itemshow'); $customField = $customFieldId ? $this->customFieldService->getById($customFieldId) : new CustomFieldDefinitionData(); diff --git a/app/modules/web/Controllers/Helpers/Account/AccountHelper.php b/app/modules/web/Controllers/Helpers/Account/AccountHelper.php index af88c560..9505e81d 100644 --- a/app/modules/web/Controllers/Helpers/Account/AccountHelper.php +++ b/app/modules/web/Controllers/Helpers/Account/AccountHelper.php @@ -29,6 +29,7 @@ use SP\Core\Acl\Acl; use SP\Core\Acl\ActionsInterface; use SP\Core\Acl\UnauthorizedPageException; use SP\Core\Exceptions\SPException; +use SP\DataModel\AccountPermission; use SP\DataModel\Dto\AccountAclDto; use SP\DataModel\Dto\AccountDetailsResponse; use SP\Http\Uri; @@ -38,6 +39,7 @@ use SP\Mvc\View\Components\SelectItemAdapter; use SP\Repositories\NoSuchItemException; use SP\Services\Account\AccountAcl; use SP\Services\Account\AccountAclService; +use SP\Services\Account\AccountDefaultPermissionService; use SP\Services\Account\AccountHistoryService; use SP\Services\Account\AccountService; use SP\Services\Category\CategoryService; @@ -61,25 +63,29 @@ final class AccountHelper extends HelperBase /** * @var Acl */ - protected $acl; + private $acl; /** * @var AccountService */ - protected $accountService; + private $accountService; /** * @var AccountHistoryService */ - protected $accountHistoryService; + private $accountHistoryService; /** * @var PublicLinkService */ - protected $publicLinkService; + private $publicLinkService; + /** + * @var AccountDefaultPermissionService + */ + private $accountDefaultPermissionService; /** * @var string */ private $actionId; /** - * @var \SP\Services\Account\AccountAcl + * @var AccountAcl */ private $accountAcl; /** @@ -120,28 +126,34 @@ final class AccountHelper extends HelperBase $selectUserGroups = SelectItemAdapter::factory(UserGroupService::getItemsBasic()); $selectTags = SelectItemAdapter::factory(TagService::getItemsBasic()); - $this->view->assign('otherUsersView', $selectUsers->getItemsFromModelSelected( - SelectItemAdapter::getIdFromArrayOfObjects(array_filter($accountDetailsResponse->getUsers(), function ($value) { + $usersView = SelectItemAdapter::getIdFromArrayOfObjects( + array_filter($accountDetailsResponse->getUsers(), function ($value) { return (int)$value->isEdit === 0; - })), $accountData->getUserId())); + })); - $this->view->assign('otherUsersEdit', $selectUsers->getItemsFromModelSelected( - SelectItemAdapter::getIdFromArrayOfObjects(array_filter($accountDetailsResponse->getUsers(), function ($value) { + $usersEdit = SelectItemAdapter::getIdFromArrayOfObjects( + array_filter($accountDetailsResponse->getUsers(), function ($value) { return (int)$value->isEdit === 1; - })), $accountData->getUserId())); + })); - $this->view->assign('otherUserGroupsView', $selectUserGroups->getItemsFromModelSelected( - SelectItemAdapter::getIdFromArrayOfObjects(array_filter($accountDetailsResponse->getUserGroups(), function ($value) { + $userGroupsView = SelectItemAdapter::getIdFromArrayOfObjects( + array_filter($accountDetailsResponse->getUserGroups(), function ($value) { return (int)$value->isEdit === 0; - })), $accountData->getUserGroupId())); + })); - $this->view->assign('otherUserGroupsEdit', $selectUserGroups->getItemsFromModelSelected( - SelectItemAdapter::getIdFromArrayOfObjects(array_filter($accountDetailsResponse->getUserGroups(), function ($value) { + $userGroupsEdit = SelectItemAdapter::getIdFromArrayOfObjects( + array_filter($accountDetailsResponse->getUserGroups(), function ($value) { return (int)$value->isEdit === 1; - })), $accountData->getUserGroupId())); + })); + + $this->view->assign('otherUsersView', $selectUsers->getItemsFromModelSelected($usersView, $accountData->getUserId())); + $this->view->assign('otherUsersEdit', $selectUsers->getItemsFromModelSelected($usersEdit, $accountData->getUserId())); + $this->view->assign('otherUserGroupsView', $selectUserGroups->getItemsFromModelSelected($userGroupsView, $accountData->getUserGroupId())); + $this->view->assign('otherUserGroupsEdit', $selectUserGroups->getItemsFromModelSelected($userGroupsEdit, $accountData->getUserGroupId())); $this->view->assign('users', $selectUsers->getItemsFromModelSelected([$accountData->getUserId()])); $this->view->assign('userGroups', $selectUserGroups->getItemsFromModelSelected([$accountData->getUserGroupId()])); + $this->view->assign('tags', $selectTags->getItemsFromModelSelected(SelectItemAdapter::getIdFromArrayOfObjects($accountDetailsResponse->getTags()))); $this->view->assign('historyData', $this->accountHistoryService->getHistoryForAccount($this->accountId)); @@ -212,7 +224,7 @@ final class AccountHelper extends HelperBase * * @param AccountDetailsResponse $accountDetailsResponse * - * @return \SP\Services\Account\AccountAcl + * @return AccountAcl * @throws AccountPermissionException * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException @@ -298,7 +310,7 @@ final class AccountHelper extends HelperBase public function setViewForBlank($actionId) { $this->actionId = $actionId; - $this->accountAcl = new \SP\Services\Account\AccountAcl($actionId); + $this->accountAcl = new AccountAcl($actionId); $this->checkActionAccess(); @@ -307,15 +319,17 @@ final class AccountHelper extends HelperBase $this->accountAcl->setShowPermission($userData->getIsAdminApp() || $userData->getIsAdminAcc() || $userProfileData->isAccPermission()); + $accountPermission = $this->accountDefaultPermissionService->getForCurrentUser()->getAccountPermission() ?: new AccountPermission(); + $selectUsers = SelectItemAdapter::factory(UserService::getItemsBasic()); $selectUserGroups = SelectItemAdapter::factory(UserGroupService::getItemsBasic()); $selectTags = SelectItemAdapter::factory(TagService::getItemsBasic()); $this->view->assign('accountPassDateChange', date('Y-m-d', time() + 7776000)); - $this->view->assign('otherUsersView', $selectUsers->getItemsFromModel()); - $this->view->assign('otherUsersEdit', $selectUsers->getItemsFromModel()); - $this->view->assign('otherUserGroupsView', $selectUserGroups->getItemsFromModel()); - $this->view->assign('otherUserGroupsEdit', $selectUserGroups->getItemsFromModel()); + $this->view->assign('otherUsersView', $selectUsers->getItemsFromModelSelected($accountPermission->getUsersView())); + $this->view->assign('otherUsersEdit', $selectUsers->getItemsFromModelSelected($accountPermission->getUsersEdit())); + $this->view->assign('otherUserGroupsView', $selectUserGroups->getItemsFromModelSelected($accountPermission->getUserGroupsView())); + $this->view->assign('otherUserGroupsEdit', $selectUserGroups->getItemsFromModelSelected($accountPermission->getUserGroupsEdit())); $this->view->assign('userGroups', $selectUserGroups->getItemsFromModel()); $this->view->assign('tags', $selectTags->getItemsFromModel()); @@ -376,9 +390,10 @@ final class AccountHelper extends HelperBase protected function initialize() { $this->acl = $this->dic->get(Acl::class); - $this->accountService = $this->dic->get(AccountService::class);; - $this->accountHistoryService = $this->dic->get(AccountHistoryService::class);; - $this->publicLinkService = $this->dic->get(PublicLinkService::class);; + $this->accountService = $this->dic->get(AccountService::class); + $this->accountHistoryService = $this->dic->get(AccountHistoryService::class); + $this->publicLinkService = $this->dic->get(PublicLinkService::class); + $this->accountDefaultPermissionService = $this->dic->get(AccountDefaultPermissionService::class); $this->view->assign('changesHash'); $this->view->assign('chkUserEdit'); diff --git a/app/modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php b/app/modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php new file mode 100644 index 00000000..1484bc78 --- /dev/null +++ b/app/modules/web/Controllers/Helpers/Grid/AccountDefaultPermissionGrid.php @@ -0,0 +1,199 @@ +. + */ + +namespace SP\Modules\Web\Controllers\Helpers\Grid; + +use SP\Core\Acl\Acl; +use SP\Core\Acl\ActionsInterface; +use SP\Html\DataGrid\DataGridAction; +use SP\Html\DataGrid\DataGridActionSearch; +use SP\Html\DataGrid\DataGridActionType; +use SP\Html\DataGrid\DataGridData; +use SP\Html\DataGrid\DataGridHeader; +use SP\Html\DataGrid\DataGridInterface; +use SP\Html\DataGrid\DataGridTab; +use SP\Storage\Database\QueryResult; + +/** + * Class AccountDefaultPermissionGrid + * + * @package SP\Modules\Web\Controllers\Helpers\Grid + */ +final class AccountDefaultPermissionGrid extends GridBase +{ + /** + * @var QueryResult + */ + private $queryResult; + + /** + * @param QueryResult $queryResult + * + * @return DataGridInterface + */ + public function getGrid(QueryResult $queryResult): DataGridInterface + { + $this->queryResult = $queryResult; + + $grid = $this->getGridLayout(); + + $searchAction = $this->getSearchAction(); + + $grid->setDataActions($this->getSearchAction()); + $grid->setPager($this->getPager($searchAction)); + $grid->setDataActions($this->getCreateAction()); + $grid->setDataActions($this->getEditAction()); + + $deleteAction = $this->getDeleteAction(); + + $grid->setDataActions($deleteAction); + $grid->setDataActions($deleteAction, true); + + $grid->setTime(round(getElapsedTime($this->queryTimeStart), 5)); + + return $grid; + } + + /** + * @return DataGridInterface + */ + protected function getGridLayout(): DataGridInterface + { + // Grid + $gridTab = new DataGridTab($this->view->getTheme()); + $gridTab->setId('tblAccountDefaultPermission'); + $gridTab->setDataRowTemplate('datagrid-rows', 'grid'); + $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); + $gridTab->setHeader($this->getHeader()); + $gridTab->setData($this->getData()); + $gridTab->setTitle(__('Permisos por Defecto')); + + return $gridTab; + } + + /** + * @return DataGridHeader + */ + protected function getHeader(): DataGridHeader + { + // Grid Header + $gridHeader = new DataGridHeader(); + $gridHeader->addHeader(__('Usuario')); + $gridHeader->addHeader(__('Grupo')); + $gridHeader->addHeader(__('Perfil')); + $gridHeader->addHeader(__('Prioridad')); + $gridHeader->addHeader(__('Forzado')); + + return $gridHeader; + } + + /** + * @return DataGridData + */ + protected function getData(): DataGridData + { + // Grid Data + $gridData = new DataGridData(); + $gridData->setDataRowSourceId('id'); + $gridData->addDataRowSource('userName'); + $gridData->addDataRowSource('userGroupName'); + $gridData->addDataRowSource('userProfileName'); + $gridData->addDataRowSource('priority'); + $gridData->addDataRowSource('fixed', false, function ($value) { + return $value === 1 ? __('SI') : __('NO'); + }); + $gridData->setData($this->queryResult); + + return $gridData; + } + + /** + * @return DataGridActionSearch + */ + private function getSearchAction() + { + // Grid Actions + $gridActionSearch = new DataGridActionSearch(); + $gridActionSearch->setId(ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_SEARCH); + $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); + $gridActionSearch->setName('frmSearchPermission'); + $gridActionSearch->setTitle(__('Buscar Permiso')); + $gridActionSearch->setOnSubmitFunction('appMgmt/search'); + $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_SEARCH)); + + return $gridActionSearch; + } + + /** + * @return DataGridAction + */ + private function getCreateAction() + { + $gridAction = new DataGridAction(); + $gridAction->setId(ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_CREATE); + $gridAction->setType(DataGridActionType::MENUBAR_ITEM); + $gridAction->setName(__('Nuevo Permiso')); + $gridAction->setTitle(__('Nuevo Permiso')); + $gridAction->setIcon($this->icons->getIconAdd()); + $gridAction->setSkip(true); + $gridAction->setOnClickFunction('appMgmt/show'); + $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_CREATE)); + + return $gridAction; + } + + /** + * @return DataGridAction + */ + private function getEditAction() + { + $gridAction = new DataGridAction(); + $gridAction->setId(ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_EDIT); + $gridAction->setType(DataGridActionType::EDIT_ITEM); + $gridAction->setName(__('Editar Permiso')); + $gridAction->setTitle(__('Editar Permiso')); + $gridAction->setIcon($this->icons->getIconEdit()); + $gridAction->setOnClickFunction('appMgmt/show'); + $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_EDIT)); + + return $gridAction; + } + + /** + * @return DataGridAction + */ + private function getDeleteAction() + { + $gridAction = new DataGridAction(); + $gridAction->setId(ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_DELETE); + $gridAction->setType(DataGridActionType::DELETE_ITEM); + $gridAction->setName(__('Eliminar Permiso')); + $gridAction->setTitle(__('Eliminar Permiso')); + $gridAction->setIcon($this->icons->getIconDelete()); + $gridAction->setOnClickFunction('appMgmt/delete'); + $gridAction->addData('action-route', Acl::getActionRoute(ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_DELETE)); + + return $gridAction; + } +} \ No newline at end of file diff --git a/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php b/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php index 900d8fec..7dbf92d3 100644 --- a/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php +++ b/app/modules/web/Controllers/Helpers/Grid/ClientGrid.php @@ -82,7 +82,7 @@ final class ClientGrid extends GridBase { // Grid $gridTab = new DataGridTab($this->view->getTheme()); - $gridTab->setId('tblCustomers'); + $gridTab->setId('tblClients'); $gridTab->setDataRowTemplate('datagrid-rows', 'grid'); $gridTab->setDataPagerTemplate('datagrid-nav-full', 'grid'); $gridTab->setHeader($this->getHeader()); @@ -133,7 +133,7 @@ final class ClientGrid extends GridBase $gridActionSearch = new DataGridActionSearch(); $gridActionSearch->setId(ActionsInterface::CLIENT_SEARCH); $gridActionSearch->setType(DataGridActionType::SEARCH_ITEM); - $gridActionSearch->setName('frmSearchCustomer'); + $gridActionSearch->setName('frmSearchClient'); $gridActionSearch->setTitle(__('Buscar Cliente')); $gridActionSearch->setOnSubmitFunction('appMgmt/search'); $gridActionSearch->addData('action-route', Acl::getActionRoute(ActionsInterface::CLIENT_SEARCH)); diff --git a/app/modules/web/Controllers/PublicLinkController.php b/app/modules/web/Controllers/PublicLinkController.php index 623e6274..68ef748d 100644 --- a/app/modules/web/Controllers/PublicLinkController.php +++ b/app/modules/web/Controllers/PublicLinkController.php @@ -128,7 +128,7 @@ final class PublicLinkController extends ControllerBase implements CrudControlle */ protected function setViewData($publicLinkId = null) { - $this->view->addTemplate('publiclink', 'itemshow'); + $this->view->addTemplate('public_link', 'itemshow'); $publicLink = $publicLinkId ? $this->publicLinkService->getById($publicLinkId) : new PublicLinkListData(); diff --git a/app/modules/web/Controllers/UserController.php b/app/modules/web/Controllers/UserController.php index d75a090b..0a1bfd3b 100644 --- a/app/modules/web/Controllers/UserController.php +++ b/app/modules/web/Controllers/UserController.php @@ -218,7 +218,7 @@ final class UserController extends ControllerBase implements CrudControllerInter return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación')); } - $this->view->addTemplate('userpass', 'itemshow'); + $this->view->addTemplate('user_pass', 'itemshow'); $this->view->assign(__FUNCTION__, 1); $this->view->assign('header', __('Cambio de Clave')); diff --git a/app/modules/web/Controllers/UserGroupController.php b/app/modules/web/Controllers/UserGroupController.php index 0219e3cb..2068c024 100644 --- a/app/modules/web/Controllers/UserGroupController.php +++ b/app/modules/web/Controllers/UserGroupController.php @@ -132,7 +132,7 @@ final class UserGroupController extends ControllerBase implements CrudController */ protected function setViewData($userGroupId = null) { - $this->view->addTemplate('usergroup', 'itemshow'); + $this->view->addTemplate('user_group', 'itemshow'); $group = $userGroupId ? $this->userGroupService->getById($userGroupId) : new UserGroupData(); diff --git a/app/modules/web/Controllers/UserProfileController.php b/app/modules/web/Controllers/UserProfileController.php index ef0dd2f5..5a0f2bfb 100644 --- a/app/modules/web/Controllers/UserProfileController.php +++ b/app/modules/web/Controllers/UserProfileController.php @@ -126,7 +126,7 @@ final class UserProfileController extends ControllerBase implements CrudControll */ protected function setViewData($profileId = null) { - $this->view->addTemplate('userprofile', 'itemshow'); + $this->view->addTemplate('user_profile', 'itemshow'); $profile = $profileId ? $this->userProfileService->getById($profileId) : new UserProfileData(); diff --git a/app/modules/web/Forms/AccountDefaultPermissionForm.php b/app/modules/web/Forms/AccountDefaultPermissionForm.php new file mode 100644 index 00000000..51d3f404 --- /dev/null +++ b/app/modules/web/Forms/AccountDefaultPermissionForm.php @@ -0,0 +1,126 @@ +. + */ + +namespace SP\Modules\Web\Forms; + +use SP\Core\Acl\ActionsInterface; +use SP\Core\Exceptions\ValidationException; +use SP\DataModel\AccountDefaultPermissionData; +use SP\DataModel\AccountPermission; + +/** + * Class AccountDefaultPermissionForm + * + * @package SP\Modules\Web\Forms + */ +final class AccountDefaultPermissionForm extends FormBase implements FormInterface +{ + /** + * @var AccountDefaultPermissionData + */ + protected $accountDefaultPermissionData; + + /** + * Validar el formulario + * + * @param $action + * + * @return AccountDefaultPermissionForm + * @throws ValidationException + */ + public function validate($action) + { + switch ($action) { + case ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_CREATE: + case ActionsInterface::ACCOUNT_DEFAULT_PERMISSION_EDIT: + $this->analyzeRequestData(); + $this->checkCommon(); + break; + } + + return $this; + } + + /** + * Analizar los datos de la petición HTTP + * + * @return void + */ + protected function analyzeRequestData() + { + $this->accountDefaultPermissionData = new AccountDefaultPermissionData(); + + if ($this->itemId > 0) { + $this->accountDefaultPermissionData->setId($this->itemId); + } + + if ($userId = $this->request->analyzeInt('user_id')) { + $this->accountDefaultPermissionData->setUserId($userId); + } + + if ($userGroupId = $this->request->analyzeInt('user_group_id')) { + $this->accountDefaultPermissionData->setUserGroupId($userGroupId); + } + + if ($userProfileId = $this->request->analyzeInt('user_profile_id')) { + $this->accountDefaultPermissionData->setUserProfileId($userProfileId); + } + + $this->accountDefaultPermissionData->setFixed((int)$this->request->analyzeBool('fixed_enabled', false)); + $this->accountDefaultPermissionData->setPriority($this->request->analyzeInt('priority')); + + $accountPermission = new AccountPermission(); + $accountPermission->setUsersView($this->request->analyzeArray('users_view', null, [])); + $accountPermission->setUsersEdit($this->request->analyzeArray('users_edit', null, [])); + $accountPermission->setUserGroupsView($this->request->analyzeArray('user_groups_view', null, [])); + $accountPermission->setUserGroupsEdit($this->request->analyzeArray('user_groups_edit', null, [])); + + $this->accountDefaultPermissionData->setAccountPermission($accountPermission); + } + + /** + * @throws ValidationException + */ + protected function checkCommon() + { + if (!$this->accountDefaultPermissionData->getUserId() + && !$this->accountDefaultPermissionData->getUserGroupId() + && !$this->accountDefaultPermissionData->getUserProfileId() + ) { + throw new ValidationException(__u('Es necesario asignar un elemento del tipo usuario, grupo o perfil')); + } + + if (!$this->accountDefaultPermissionData->getAccountPermission()->hasItems()) { + throw new ValidationException(__u('No hay permisos definidos')); + } + } + + /** + * @return AccountDefaultPermissionData + */ + public function getItemData() + { + return $this->accountDefaultPermissionData; + } +} \ No newline at end of file diff --git a/app/modules/web/themes/material-blue/views/itemshow/account_default_permission.inc b/app/modules/web/themes/material-blue/views/itemshow/account_default_permission.inc new file mode 100644 index 00000000..56b34819 --- /dev/null +++ b/app/modules/web/themes/material-blue/views/itemshow/account_default_permission.inc @@ -0,0 +1,211 @@ + + +
+

close

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ \ No newline at end of file diff --git a/app/modules/web/themes/material-blue/views/itemshow/authtoken.inc b/app/modules/web/themes/material-blue/views/itemshow/auth_token.inc similarity index 100% rename from app/modules/web/themes/material-blue/views/itemshow/authtoken.inc rename to app/modules/web/themes/material-blue/views/itemshow/auth_token.inc diff --git a/app/modules/web/themes/material-blue/views/itemshow/client.inc b/app/modules/web/themes/material-blue/views/itemshow/client.inc index 2e8626a9..34791b16 100644 --- a/app/modules/web/themes/material-blue/views/itemshow/client.inc +++ b/app/modules/web/themes/material-blue/views/itemshow/client.inc @@ -8,7 +8,7 @@

close

-
diff --git a/app/modules/web/themes/material-blue/views/itemshow/customfield.inc b/app/modules/web/themes/material-blue/views/itemshow/custom_field.inc similarity index 100% rename from app/modules/web/themes/material-blue/views/itemshow/customfield.inc rename to app/modules/web/themes/material-blue/views/itemshow/custom_field.inc diff --git a/app/modules/web/themes/material-blue/views/itemshow/publiclink.inc b/app/modules/web/themes/material-blue/views/itemshow/public_link.inc similarity index 100% rename from app/modules/web/themes/material-blue/views/itemshow/publiclink.inc rename to app/modules/web/themes/material-blue/views/itemshow/public_link.inc diff --git a/app/modules/web/themes/material-blue/views/itemshow/usergroup.inc b/app/modules/web/themes/material-blue/views/itemshow/user_group.inc similarity index 100% rename from app/modules/web/themes/material-blue/views/itemshow/usergroup.inc rename to app/modules/web/themes/material-blue/views/itemshow/user_group.inc diff --git a/app/modules/web/themes/material-blue/views/itemshow/userpass.inc b/app/modules/web/themes/material-blue/views/itemshow/user_pass.inc similarity index 100% rename from app/modules/web/themes/material-blue/views/itemshow/userpass.inc rename to app/modules/web/themes/material-blue/views/itemshow/user_pass.inc diff --git a/app/modules/web/themes/material-blue/views/itemshow/userprofile.inc b/app/modules/web/themes/material-blue/views/itemshow/user_profile.inc similarity index 100% rename from app/modules/web/themes/material-blue/views/itemshow/userprofile.inc rename to app/modules/web/themes/material-blue/views/itemshow/user_profile.inc diff --git a/lib/SP/Core/Acl/Acl.php b/lib/SP/Core/Acl/Acl.php index a0da9e93..315589f6 100644 --- a/lib/SP/Core/Acl/Acl.php +++ b/lib/SP/Core/Acl/Acl.php @@ -255,6 +255,13 @@ final class Acl implements ActionsInterface case self::AUTHTOKEN_EDIT: case self::AUTHTOKEN_DELETE: return $userProfile->isMgmApiTokens(); + case self::ACCOUNT_DEFAULT_PERMISSION: + case self::ACCOUNT_DEFAULT_PERMISSION_SEARCH: + case self::ACCOUNT_DEFAULT_PERMISSION_VIEW: + case self::ACCOUNT_DEFAULT_PERMISSION_CREATE: + case self::ACCOUNT_DEFAULT_PERMISSION_EDIT: + case self::ACCOUNT_DEFAULT_PERMISSION_DELETE: + return $userProfile->isMgmAccountDefaultPermissions(); case self::EVENTLOG: case self::EVENTLOG_SEARCH: case self::EVENTLOG_CLEAR: diff --git a/lib/SP/Core/Acl/ActionsInterface.php b/lib/SP/Core/Acl/ActionsInterface.php index 23c0891e..d3e3831c 100644 --- a/lib/SP/Core/Acl/ActionsInterface.php +++ b/lib/SP/Core/Acl/ActionsInterface.php @@ -169,6 +169,12 @@ interface ActionsInterface const EVENTLOG = 1701; const EVENTLOG_SEARCH = 1702; const EVENTLOG_CLEAR = 1703; + const ACCOUNT_DEFAULT_PERMISSION = 1801; + const ACCOUNT_DEFAULT_PERMISSION_SEARCH = 1802; + const ACCOUNT_DEFAULT_PERMISSION_VIEW = 1803; + const ACCOUNT_DEFAULT_PERMISSION_CREATE = 1804; + const ACCOUNT_DEFAULT_PERMISSION_EDIT = 1805; + const ACCOUNT_DEFAULT_PERMISSION_DELETE = 1806; const ITEMS_MANAGE = 5001; const ACCESS_MANAGE = 5002; const USERSETTINGS = 5010; diff --git a/lib/SP/DataModel/AccountDefaultPermissionData.php b/lib/SP/DataModel/AccountDefaultPermissionData.php new file mode 100644 index 00000000..47d78e2d --- /dev/null +++ b/lib/SP/DataModel/AccountDefaultPermissionData.php @@ -0,0 +1,237 @@ +. + */ + +namespace SP\DataModel; + +use SP\Util\Util; + +/** + * Class AccountDefaultPermission + * + * @package SP\DataModel + */ +class AccountDefaultPermissionData extends DataModelBase +{ + /** + * @var int + */ + public $id; + /** + * @var int + */ + public $userId; + /** + * @var int + */ + public $userGroupId; + /** + * @var int + */ + public $userProfileId; + /** + * @var int + */ + public $fixed; + /** + * @var int + */ + public $priority; + /** + * @var string + */ + public $permission; + /** + * @var AccountPermission + */ + private $accountPermission; + + /** + * @return int + */ + public function getId(): int + { + return $this->id !== null ? (int)$this->id : null; + } + + /** + * @param int $id + * + * @return AccountDefaultPermissionData + */ + public function setId(int $id) + { + $this->id = $id; + + return $this; + } + + /** + * @return int + */ + public function getUserId() + { + return $this->userId !== null ? (int)$this->userId : null; + } + + /** + * @param int $userId + * + * @return AccountDefaultPermissionData + */ + public function setUserId(int $userId) + { + $this->userId = $userId; + + return $this; + } + + /** + * @return int + */ + public function getUserGroupId() + { + return $this->userGroupId !== null ? (int)$this->userGroupId : null; + } + + /** + * @param int $userGroupId + * + * @return AccountDefaultPermissionData + */ + public function setUserGroupId(int $userGroupId) + { + $this->userGroupId = $userGroupId; + + return $this; + } + + /** + * @return int + */ + public function getUserProfileId() + { + return $this->userProfileId !== null ? (int)$this->userProfileId : null; + } + + /** + * @param int $userProfileId + * + * @return AccountDefaultPermissionData + */ + public function setUserProfileId(int $userProfileId) + { + $this->userProfileId = $userProfileId; + + return $this; + } + + /** + * @return int + */ + public function getFixed(): int + { + return (int)$this->fixed; + } + + /** + * @param int $fixed + * + * @return AccountDefaultPermissionData + */ + public function setFixed(int $fixed) + { + $this->fixed = $fixed; + + return $this; + } + + /** + * @return int + */ + public function getPriority(): int + { + return (int)$this->priority; + } + + /** + * @param int $priority + * + * @return AccountDefaultPermissionData + */ + public function setPriority(int $priority) + { + $this->priority = $priority; + + return $this; + } + + /** + * @return string + */ + public function getPermission() + { + return $this->permission; + } + + /** + * @return string + */ + public function getHash() + { + return sha1((int)$this->userId . (int)$this->userGroupId . (int)$this->userProfileId . (int)$this->priority); + } + + /** + * @return $this + */ + public function hydrate() + { + if ($this->permission !== null) { + $this->accountPermission = Util::unserialize(AccountPermission::class, $this->permission); + } + + return $this; + } + + /** + * @return AccountPermission + */ + public function getAccountPermission() + { + return $this->accountPermission; + } + + /** + * @param AccountPermission $accountPermission + * + * @return AccountDefaultPermissionData + */ + public function setAccountPermission(AccountPermission $accountPermission) + { + $this->accountPermission = $accountPermission; + $this->permission = serialize($accountPermission); + + return $this; + } +} \ No newline at end of file diff --git a/lib/SP/DataModel/AccountPermission.php b/lib/SP/DataModel/AccountPermission.php new file mode 100644 index 00000000..69fa9c15 --- /dev/null +++ b/lib/SP/DataModel/AccountPermission.php @@ -0,0 +1,141 @@ +. + */ + +namespace SP\DataModel; + +/** + * Class AccountPermission + * + * @package SP\DataModel + */ +class AccountPermission +{ + /** + * @var array + */ + private $usersView = []; + /** + * @var array + */ + private $usersEdit = []; + /** + * @var array + */ + private $userGroupsView = []; + /** + * @var array + */ + private $userGroupsEdit = []; + + /** + * @return array + */ + public function getUsersView(): array + { + return $this->usersView; + } + + /** + * @param array $usersView + * + * @return AccountPermission + */ + public function setUsersView(array $usersView) + { + $this->usersView = $usersView; + + return $this; + } + + /** + * @return array + */ + public function getUsersEdit(): array + { + return $this->usersEdit; + } + + /** + * @param array $usersEdit + * + * @return AccountPermission + */ + public function setUsersEdit(array $usersEdit) + { + $this->usersEdit = $usersEdit; + + return $this; + } + + /** + * @return array + */ + public function getUserGroupsView(): array + { + return $this->userGroupsView; + } + + /** + * @param array $userGroupsView + * + * @return AccountPermission + */ + public function setUserGroupsView(array $userGroupsView) + { + $this->userGroupsView = $userGroupsView; + + return $this; + } + + /** + * @return array + */ + public function getUserGroupsEdit(): array + { + return $this->userGroupsEdit; + } + + /** + * @param array $userGroupsEdit + * + * @return AccountPermission + */ + public function setUserGroupsEdit(array $userGroupsEdit) + { + $this->userGroupsEdit = $userGroupsEdit; + + return $this; + } + + /** + * @return bool + */ + public function hasItems() + { + return count($this->usersView) > 0 + || count($this->usersEdit) > 0 + || count($this->userGroupsView) > 0 + || count($this->userGroupsEdit) > 0; + } +} \ No newline at end of file diff --git a/lib/SP/DataModel/CategoryData.php b/lib/SP/DataModel/CategoryData.php index a0825dbb..19ff38c9 100644 --- a/lib/SP/DataModel/CategoryData.php +++ b/lib/SP/DataModel/CategoryData.php @@ -51,7 +51,7 @@ class CategoryData extends DataModelBase implements DataModelInterface public $hash = ''; /** - * categoryData constructor. + * accountDefaultPermissionData constructor. * * @param int $id * @param string $name diff --git a/lib/SP/DataModel/ProfileData.php b/lib/SP/DataModel/ProfileData.php index 6b2d5ac5..47cef519 100644 --- a/lib/SP/DataModel/ProfileData.php +++ b/lib/SP/DataModel/ProfileData.php @@ -141,6 +141,10 @@ class ProfileData * @var bool */ protected $mgmFiles = false; + /** + * @var bool + */ + protected $mgmAccountDefaultPermissions = false; /** * @var bool */ @@ -761,4 +765,24 @@ class ProfileData return $this; } + + /** + * @return bool + */ + public function isMgmAccountDefaultPermissions(): bool + { + return $this->mgmAccountDefaultPermissions; + } + + /** + * @param bool $mgmAccountDefaultPermissions + * + * @return ProfileData + */ + public function setMgmAccountDefaultPermissions(bool $mgmAccountDefaultPermissions) + { + $this->mgmAccountDefaultPermissions = $mgmAccountDefaultPermissions; + + return $this; + } } \ No newline at end of file diff --git a/lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php b/lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php new file mode 100644 index 00000000..2a7af5eb --- /dev/null +++ b/lib/SP/Repositories/Account/AccountDefaultPermissionRepository.php @@ -0,0 +1,334 @@ +. + */ + +namespace SP\Repositories\Account; + +use SP\DataModel\AccountDefaultPermissionData; +use SP\DataModel\ItemSearchData; +use SP\Repositories\Repository; +use SP\Repositories\RepositoryItemInterface; +use SP\Repositories\RepositoryItemTrait; +use SP\Storage\Database\QueryData; +use SP\Storage\Database\QueryResult; + +/** + * Class AccountDefaultPermissionRepository + * + * @package SP\Repositories\Account + */ +class AccountDefaultPermissionRepository extends Repository implements RepositoryItemInterface +{ + use RepositoryItemTrait; + + /** + * Creates an item + * + * @param AccountDefaultPermissionData $itemData + * + * @return int + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function create($itemData) + { + $queryData = new QueryData(); + $queryData->setQuery( + 'INSERT INTO AccountDefaultPermission + SET userId = ?, + userGroupId = ?, + userProfileId = ?, + `fixed` = ?, + priority = ?, + permission = ?, + `hash` = ?'); + $queryData->setParams([ + $itemData->getUserId(), + $itemData->getUserGroupId(), + $itemData->getUserProfileId(), + $itemData->getFixed(), + $itemData->getPriority(), + $itemData->getPermission(), + $itemData->getHash() + ]); + $queryData->setOnErrorMessage(__u('Error al crear permiso')); + + return $this->db->doQuery($queryData)->getLastId(); + } + + /** + * Updates an item + * + * @param AccountDefaultPermissionData $itemData + * + * @return int + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function update($itemData) + { + $queryData = new QueryData(); + $queryData->setQuery( + 'UPDATE AccountDefaultPermission + SET userId = ?, + userGroupId = ?, + userProfileId = ?, + `fixed` = ?, + priority = ?, + permission = ?, + `hash` = ? + WHERE id = ? LIMIT 1'); + $queryData->setParams([ + $itemData->getUserId(), + $itemData->getUserGroupId(), + $itemData->getUserProfileId(), + $itemData->getFixed(), + $itemData->getPriority(), + $itemData->getPermission(), + $itemData->getHash(), + $itemData->getId() + ]); + $queryData->setOnErrorMessage(__u('Error al actualizar permiso')); + + return $this->db->doQuery($queryData)->getAffectedNumRows(); + } + + /** + * Deletes an item + * + * @param $id + * + * @return int + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function delete($id) + { + $queryData = new QueryData(); + $queryData->setQuery('DELETE FROM AccountDefaultPermission WHERE id = ? LIMIT 1'); + $queryData->setParams([$id]); + $queryData->setOnErrorMessage(__u('Error al eliminar permiso')); + + return $this->db->doQuery($queryData)->getAffectedNumRows(); + } + + /** + * Returns the item for given id + * + * @param int $id + * + * @return QueryResult + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function getById($id) + { + $queryData = new QueryData(); + $queryData->setMapClassName(AccountDefaultPermissionData::class); + $queryData->setQuery( + 'SELECT id, userId, userGroupId, userProfileId, `fixed`, priority, permission + FROM AccountDefaultPermission WHERE id = ? LIMIT 1'); + $queryData->setParams([$id]); + + return $this->db->doSelect($queryData); + } + + /** + * Returns the item for given id + * + * @param int $userId + * @param int $userGroupId + * @param int $userProfileId + * + * @return QueryResult + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function getByFilter(int $userId, int $userGroupId, int $userProfileId) + { + $queryData = new QueryData(); + $queryData->setMapClassName(AccountDefaultPermissionData::class); + $queryData->setQuery( + 'SELECT id, userId, userGroupId, userProfileId, `fixed`, priority, permission + FROM AccountDefaultPermission + WHERE userId = ? OR userGroupId = ? OR userProfileId = ? + ORDER BY priority DESC, userId DESC, userProfileId DESC, userGroupId DESC + LIMIT 1'); + + $queryData->setParams([$userId, $userGroupId, $userProfileId]); + + return $this->db->doSelect($queryData); + } + + /** + * Returns all the items + * + * @return QueryResult + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function getAll() + { + $queryData = new QueryData(); + $queryData->setMapClassName(AccountDefaultPermissionData::class); + $queryData->setQuery( + 'SELECT id, userId, userGroupId, userProfileId, `fixed`, priority, permission + FROM AccountDefaultPermission'); + + return $this->db->doSelect($queryData); + } + + /** + * Returns all the items for given ids + * + * @param array $ids + * + * @return QueryResult + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function getByIdBatch(array $ids) + { + if (empty($ids)) { + return new QueryResult(); + } + + $queryData = new QueryData(); + $queryData->setMapClassName(AccountDefaultPermissionData::class); + $queryData->setQuery( + 'SELECT userId, userGroupId, userProfileId, `fixed`, priority, permission + FROM AccountDefaultPermission WHERE id IN (' . $this->getParamsFromArray($ids) . ')'); + $queryData->setParams($ids); + + return $this->db->doSelect($queryData); + } + + /** + * Deletes all the items for given ids + * + * @param array $ids + * + * @return int + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function deleteByIdBatch(array $ids) + { + if (empty($ids)) { + return 0; + } + + $queryData = new QueryData(); + $queryData->setQuery('DELETE FROM AccountDefaultPermission WHERE id IN (' . $this->getParamsFromArray($ids) . ')'); + $queryData->setParams($ids); + $queryData->setOnErrorMessage(__u('Error al eliminar los permisos')); + + return $this->db->doQuery($queryData)->getAffectedNumRows(); + } + + /** + * Checks whether the item is in use or not + * + * @param $id int + */ + public function checkInUse($id) + { + throw new \RuntimeException('Not implemented'); + } + + /** + * Checks whether the item is duplicated on updating + * + * @param mixed $itemData + */ + public function checkDuplicatedOnUpdate($itemData) + { + throw new \RuntimeException('Not implemented'); + } + + /** + * Checks whether the item is duplicated on adding + * + * @param mixed $itemData + */ + public function checkDuplicatedOnAdd($itemData) + { + throw new \RuntimeException('Not implemented'); + } + + /** + * Searches for items by a given filter + * + * @param ItemSearchData $itemSearchData + * + * @return QueryResult + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function search(ItemSearchData $itemSearchData) + { + $queryData = new QueryData(); + $queryData->setSelect( + 'ADP.id, + ADP.userId, + ADP.userGroupId, + ADP.userProfileId, + ADP.`fixed`, + ADP.priority, + ADP.permission, + U.name AS userName, + UP.name AS userProfileName, + UG.name AS userGroupName'); + $queryData->setFrom(' + AccountDefaultPermission ADP + LEFT JOIN User U ON ADP.userId = U.id + LEFT JOIN UserProfile UP ON ADP.userProfileId = UP.id + LEFT JOIN UserGroup UG ON ADP.userGroupId = UG.id'); + $queryData->setOrder('id'); + + if ($itemSearchData->getSeachString() !== '') { + $queryData->setWhere('U.name LIKE ? OR UP.name LIKE ? OR UG.name LIKE ?'); + + $search = '%' . $itemSearchData->getSeachString() . '%'; + $queryData->addParam($search); + $queryData->addParam($search); + $queryData->addParam($search); + } + + $queryData->setLimit('?,?'); + $queryData->addParam($itemSearchData->getLimitStart()); + $queryData->addParam($itemSearchData->getLimitCount()); + + return $this->db->doSelect($queryData, true); + } + + /** + * @param AccountDefaultPermissionData $data + * + * @return string + */ + private function getHash(AccountDefaultPermissionData $data) + { + return sha1((int)$data->getUserId() . (int)$data->getUserGroupId() . (int)$data->getUserProfileId() . (int)$data->getPriority()); + } +} \ No newline at end of file diff --git a/lib/SP/Repositories/Account/AccountToUserGroupRepository.php b/lib/SP/Repositories/Account/AccountToUserGroupRepository.php index db336edf..92060e42 100644 --- a/lib/SP/Repositories/Account/AccountToUserGroupRepository.php +++ b/lib/SP/Repositories/Account/AccountToUserGroupRepository.php @@ -109,13 +109,13 @@ final class AccountToUserGroupRepository extends Repository } /** - * @param \SP\Services\Account\AccountRequest $accountRequest + * @param AccountRequest $accountRequest * * @return bool * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ - public function update(\SP\Services\Account\AccountRequest $accountRequest) + public function update(AccountRequest $accountRequest) { $this->deleteByAccountId($accountRequest->id); @@ -140,7 +140,7 @@ final class AccountToUserGroupRepository extends Repository } /** - * @param \SP\Services\Account\AccountRequest $accountRequest + * @param AccountRequest $accountRequest * * @return int Last ID inserted * @throws \SP\Core\Exceptions\ConstraintException @@ -172,7 +172,7 @@ final class AccountToUserGroupRepository extends Repository * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ - public function updateEdit(\SP\Services\Account\AccountRequest $accountRequest) + public function updateEdit(AccountRequest $accountRequest) { $this->deleteEditByAccountId($accountRequest->id); @@ -197,13 +197,13 @@ final class AccountToUserGroupRepository extends Repository } /** - * @param \SP\Services\Account\AccountRequest $accountRequest + * @param AccountRequest $accountRequest * * @return int * @throws \SP\Core\Exceptions\ConstraintException * @throws \SP\Core\Exceptions\QueryException */ - public function addEdit(\SP\Services\Account\AccountRequest $accountRequest) + public function addEdit(AccountRequest $accountRequest) { $query = /** @lang SQL */ 'INSERT INTO AccountToUserGroup (accountId, userGroupId, isEdit) diff --git a/lib/SP/Services/Account/AccountDefaultPermissionService.php b/lib/SP/Services/Account/AccountDefaultPermissionService.php new file mode 100644 index 00000000..1fa908f9 --- /dev/null +++ b/lib/SP/Services/Account/AccountDefaultPermissionService.php @@ -0,0 +1,197 @@ +. + */ + +namespace SP\Services\Account; + +use SP\DataModel\AccountDefaultPermissionData; +use SP\DataModel\ItemSearchData; +use SP\Repositories\Account\AccountDefaultPermissionRepository; +use SP\Repositories\NoSuchItemException; +use SP\Services\Service; +use SP\Services\ServiceException; +use SP\Storage\Database\QueryResult; + +/** + * Class AccountDefaultPermissionService + * + * @package SP\Services\Account + */ +class AccountDefaultPermissionService extends Service +{ + /** + * @var AccountDefaultPermissionRepository + */ + private $accountDefaultPermissionRepository; + + /** + * @param AccountDefaultPermissionData $accountDefaultPermissionData + * + * @return int + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function create(AccountDefaultPermissionData $accountDefaultPermissionData) + { + return $this->accountDefaultPermissionRepository->create($accountDefaultPermissionData); + } + + /** + * @param AccountDefaultPermissionData $accountDefaultPermissionData + * + * @return int + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function update(AccountDefaultPermissionData $accountDefaultPermissionData) + { + return $this->accountDefaultPermissionRepository->update($accountDefaultPermissionData); + } + + /** + * Deletes an item + * + * @param $id + * + * @return AccountDefaultPermissionService + * @throws NoSuchItemException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function delete($id) + { + if ($this->accountDefaultPermissionRepository->delete($id) === 0) { + throw new NoSuchItemException(__u('Permiso no encontrada')); + } + + return $this; + } + + /** + * Returns the item for given id + * + * @param int $id + * + * @return AccountDefaultPermissionData + * @throws NoSuchItemException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function getById($id) + { + $result = $this->accountDefaultPermissionRepository->getById($id); + + if ($result->getNumRows() === 0) { + throw new NoSuchItemException(__u('Permiso no encontrada')); + } + + /** @var AccountDefaultPermissionData $data */ + $data = $result->getData(); + + return $data->hydrate(); + } + + /** + * Returns all the items + * + * @return AccountDefaultPermissionData[] + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function getAll() + { + return $this->accountDefaultPermissionRepository->getAll()->getDataAsArray(); + } + + /** + * Searches for items by a given filter + * + * @param ItemSearchData $itemSearchData + * + * @return QueryResult + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function search(ItemSearchData $itemSearchData) + { + return $this->accountDefaultPermissionRepository->search($itemSearchData); + } + + /** + * @return AccountDefaultPermissionData + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function getForCurrentUser() + { + $userData = $this->context->getUserData(); + + return $this->getForUser($userData->getId(), $userData->getUserGroupId(), $userData->getUserProfileId()); + } + + /** + * @param int $userId + * @param int $userGroupId + * @param int $userProfileId + * + * @return AccountDefaultPermissionData + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function getForUser(int $userId, int $userGroupId, int $userProfileId) + { + $result = $this->accountDefaultPermissionRepository->getByFilter( + $userId, + $userGroupId, + $userProfileId + ); + + if ($result->getNumRows() === 1) { + return $result->getData()->hydrate(); + } + + return null; + } + + /** + * @param array $ids + * + * @return int + * @throws ServiceException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function deleteByIdBatch(array $ids) + { + if (($count = $this->accountDefaultPermissionRepository->deleteByIdBatch($ids)) !== count($ids)) { + throw new ServiceException(__u('Error al eliminar los permisos'), ServiceException::WARNING); + } + + return $count; + } + + protected function initialize() + { + $this->accountDefaultPermissionRepository = $this->dic->get(AccountDefaultPermissionRepository::class); + } +} \ No newline at end of file diff --git a/lib/SP/Services/Account/AccountService.php b/lib/SP/Services/Account/AccountService.php index 663e4ec4..60adb84f 100644 --- a/lib/SP/Services/Account/AccountService.php +++ b/lib/SP/Services/Account/AccountService.php @@ -71,6 +71,10 @@ final class AccountService extends Service implements AccountServiceInterface * @var AccountToTagRepository */ protected $accountToTagRepository; + /** + * @var AccountDefaultPermissionService + */ + protected $accountDefaultPermissionService; /** * @param int $id @@ -201,6 +205,7 @@ final class AccountService extends Service implements AccountServiceInterface $accountRequest->id = $this->accountRepository->create($accountRequest); $this->addItems($accountRequest); + $this->addDefaultPermissions($accountRequest->id); return $accountRequest->id; } @@ -243,28 +248,39 @@ final class AccountService extends Service implements AccountServiceInterface * * @param AccountRequest $accountRequest */ - protected function addItems(AccountRequest $accountRequest) + private function addItems(AccountRequest $accountRequest) { try { + if ($accountRequest->changePermissions) { - if (is_array($accountRequest->userGroupsView) && !empty($accountRequest->userGroupsView)) { + if (is_array($accountRequest->userGroupsView) + && !empty($accountRequest->userGroupsView) + ) { $this->accountToUserGroupRepository->add($accountRequest); } - if (is_array($accountRequest->userGroupsEdit) && !empty($accountRequest->userGroupsEdit)) { + if (is_array($accountRequest->userGroupsEdit) + && !empty($accountRequest->userGroupsEdit) + ) { $this->accountToUserGroupRepository->addEdit($accountRequest); } - if (is_array($accountRequest->usersView) && !empty($accountRequest->usersView)) { + if (is_array($accountRequest->usersView) + && !empty($accountRequest->usersView) + ) { $this->accountToUserRepository->add($accountRequest); } - if (is_array($accountRequest->usersEdit) && !empty($accountRequest->usersEdit)) { + if (is_array($accountRequest->usersEdit) + && !empty($accountRequest->usersEdit) + ) { $this->accountToUserRepository->addEdit($accountRequest); } } - if (is_array($accountRequest->tags) && !empty($accountRequest->tags)) { + if (is_array($accountRequest->tags) + && !empty($accountRequest->tags) + ) { $this->accountToTagRepository->add($accountRequest); } } catch (SPException $e) { @@ -272,6 +288,47 @@ final class AccountService extends Service implements AccountServiceInterface } } + /** + * @param int $accountId + * + * @throws QueryException + * @throws \SP\Core\Exceptions\ConstraintException + */ + private function addDefaultPermissions(int $accountId) + { + $accountDefaultPermission = $this->accountDefaultPermissionService->getForCurrentUser(); + + if ($accountDefaultPermission !== null + && $accountDefaultPermission->getFixed() + ) { + $userData = $this->context->getUserData(); + $accountPermission = $accountDefaultPermission->getAccountPermission(); + + $accountRequest = new AccountRequest(); + $accountRequest->id = $accountId; + $accountRequest->usersView = array_diff($accountPermission->getUsersView(), [$userData->getId()]); + $accountRequest->usersEdit = array_diff($accountPermission->getUsersEdit(), [$userData->getId()]); + $accountRequest->userGroupsView = array_diff($accountPermission->getUserGroupsView(), [$userData->getUserGroupId()]); + $accountRequest->userGroupsEdit = array_diff($accountPermission->getUserGroupsEdit(), [$userData->getUserGroupId()]); + + if (!empty($accountRequest->usersView)) { + $this->accountToUserRepository->add($accountRequest); + } + + if (!empty($accountRequest->usersEdit)) { + $this->accountToUserRepository->addEdit($accountRequest); + } + + if (!empty($accountRequest->userGroupsView)) { + $this->accountToUserGroupRepository->add($accountRequest); + } + + if (!empty($accountRequest->userGroupsEdit)) { + $this->accountToUserGroupRepository->addEdit($accountRequest); + } + } + } + /** * @param AccountHistoryData $data * @@ -321,6 +378,8 @@ final class AccountService extends Service implements AccountServiceInterface $this->accountRepository->update($accountRequest); $this->updateItems($accountRequest); + + $this->addDefaultPermissions($accountRequest->id); }); } @@ -334,7 +393,7 @@ final class AccountService extends Service implements AccountServiceInterface * @throws ServiceException * @throws \SP\Core\Exceptions\ConstraintException */ - protected function addHistory($accountId, $isDelete = false) + private function addHistory($accountId, $isDelete = false) { $accountHistoryRepository = $this->dic->get(AccountHistoryService::class); $configService = $this->dic->get(ConfigService::class); @@ -356,7 +415,7 @@ final class AccountService extends Service implements AccountServiceInterface * @throws QueryException * @throws \SP\Core\Exceptions\ConstraintException */ - protected function updateItems(AccountRequest $accountRequest) + private function updateItems(AccountRequest $accountRequest) { if ($accountRequest->changePermissions) { if ($accountRequest->updateUserGroupPermissions) { @@ -461,7 +520,6 @@ final class AccountService extends Service implements AccountServiceInterface if ($this->accountRepository->delete($id) === 0) { throw new NoSuchItemException(__u('Cuenta no encontrada')); } - }); return $this; @@ -636,5 +694,6 @@ final class AccountService extends Service implements AccountServiceInterface $this->accountToUserRepository = $this->dic->get(AccountToUserRepository::class); $this->accountToUserGroupRepository = $this->dic->get(AccountToUserGroupRepository::class); $this->accountToTagRepository = $this->dic->get(AccountToTagRepository::class); + $this->accountDefaultPermissionService = $this->dic->get(AccountDefaultPermissionService::class); } } \ No newline at end of file diff --git a/lib/SP/Services/Install/Installer.php b/lib/SP/Services/Install/Installer.php index bd209812..671dc35b 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -57,7 +57,7 @@ final class Installer extends Service */ const VERSION = [3, 0, 0]; const VERSION_TEXT = '3.0-beta'; - const BUILD = 18082801; + const BUILD = 18083001; /** * @var DatabaseSetupInterface diff --git a/lib/SP/Services/Upgrade/UpgradeDatabaseService.php b/lib/SP/Services/Upgrade/UpgradeDatabaseService.php index c45cbe81..815b6892 100644 --- a/lib/SP/Services/Upgrade/UpgradeDatabaseService.php +++ b/lib/SP/Services/Upgrade/UpgradeDatabaseService.php @@ -45,7 +45,7 @@ final class UpgradeDatabaseService extends Service implements UpgradeInterface /** * @var array Versiones actualizables */ - const UPGRADES = ['300.18010101', '300.18072302', '300.18072501']; + const UPGRADES = ['300.18010101', '300.18072302', '300.18072501', '300.18083001']; /** * @var Database diff --git a/schemas/30018083001.sql b/schemas/30018083001.sql new file mode 100644 index 00000000..16a6bb54 --- /dev/null +++ b/schemas/30018083001.sql @@ -0,0 +1,29 @@ +DELIMITER $$ + +CREATE TABLE `AccountDefaultPermission` +( + `id` int NOT NULL AUTO_INCREMENT, + `userId` smallint(5) unsigned, + `userGroupId` smallint(5) unsigned, + `userProfileId` smallint(5) unsigned, + `fixed` tinyint(1) unsigned DEFAULT 0 NOT NULL, + `priority` tinyint(3) unsigned DEFAULT 0 NOT NULL, + `permission` blob, + `hash` varbinary(40) NOT NULL, + UNIQUE INDEX `uk_AccountDefaultPermission_01` (`hash`), + CONSTRAINT `fk_AccountDefaultPermission_userId` + FOREIGN KEY (`userId`) REFERENCES `User` (`id`) + ON DELETE CASCADE + ON UPDATE CASCADE, + CONSTRAINT `fk_AccountDefaultPermission_userGroupId` + FOREIGN KEY (`userGroupId`) REFERENCES `UserGroup` (`id`) + ON DELETE CASCADE + ON UPDATE CASCADE, + CONSTRAINT `fk_AccountDefaultPermission_userProfileId` + FOREIGN KEY (`userProfileId`) REFERENCES `UserProfile` (`id`) + ON DELETE CASCADE + ON UPDATE CASCADE, + PRIMARY KEY (`id`) +) + ENGINE = InnoDB + DEFAULT CHARSET = utf8 $$ \ No newline at end of file diff --git a/schemas/dbstructure.sql b/schemas/dbstructure.sql index 638edaec..31eeb25f 100644 --- a/schemas/dbstructure.sql +++ b/schemas/dbstructure.sql @@ -51,6 +51,37 @@ CREATE TABLE `Account` ( ENGINE = InnoDB DEFAULT CHARSET = utf8; /*!40101 SET character_set_client = @saved_cs_client */; +DROP TABLE IF EXISTS `AccountDefaultPermission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `AccountDefaultPermission` +( + `id` int NOT NULL AUTO_INCREMENT, + `userId` smallint(5) unsigned, + `userGroupId` smallint(5) unsigned, + `userProfileId` smallint(5) unsigned, + `fixed` tinyint(1) unsigned DEFAULT 0 NOT NULL, + `priority` tinyint(3) unsigned DEFAULT 0 NOT NULL, + `permission` blob, + `hash` varbinary(40) NOT NULL, + UNIQUE INDEX `uk_AccountDefaultPermission_01` (`hash`), + CONSTRAINT `fk_AccountDefaultPermission_userId` + FOREIGN KEY (`userId`) REFERENCES `User` (`id`) + ON DELETE CASCADE + ON UPDATE CASCADE, + CONSTRAINT `fk_AccountDefaultPermission_userGroupId` + FOREIGN KEY (`userGroupId`) REFERENCES `UserGroup` (`id`) + ON DELETE CASCADE + ON UPDATE CASCADE, + CONSTRAINT `fk_AccountDefaultPermission_userProfileId` + FOREIGN KEY (`userProfileId`) REFERENCES `UserProfile` (`id`) + ON DELETE CASCADE + ON UPDATE CASCADE, + PRIMARY KEY (`id`) +) + ENGINE = InnoDB + DEFAULT CHARSET = utf8; +/*!40101 SET character_set_client = @saved_cs_client */; DROP TABLE IF EXISTS `AccountFile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; diff --git a/tests/SP/Repositories/AccountDefaultPermissionRepositoryTest.php b/tests/SP/Repositories/AccountDefaultPermissionRepositoryTest.php new file mode 100644 index 00000000..27a78738 --- /dev/null +++ b/tests/SP/Repositories/AccountDefaultPermissionRepositoryTest.php @@ -0,0 +1,406 @@ +. + */ + +namespace SP\Tests\Repositories; + +use SP\Core\Exceptions\ConstraintException; +use SP\DataModel\AccountDefaultPermissionData; +use SP\DataModel\ItemSearchData; +use SP\Repositories\Account\AccountDefaultPermissionRepository; +use SP\Storage\Database\DatabaseConnectionData; +use SP\Tests\DatabaseTestCase; +use function SP\Tests\setupContext; + +/** + * Class AccountDefaultPermissionRepositoryTest + * + * @package SP\Tests\Repositories + */ +class AccountDefaultPermissionRepositoryTest extends DatabaseTestCase +{ + /** + * @var AccountDefaultPermissionRepository + */ + private static $repository; + + /** + * @throws \DI\DependencyException + * @throws \DI\NotFoundException + * @throws \SP\Core\Context\ContextException + */ + public static function setUpBeforeClass() + { + $dic = setupContext(); + + self::$dataset = 'syspass_accountDefaultPermission.xml'; + + // Datos de conexión a la BBDD + self::$databaseConnectionData = $dic->get(DatabaseConnectionData::class); + + // Inicializar el repositorio + self::$repository = $dic->get(AccountDefaultPermissionRepository::class); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testDeleteByIdBatch() + { + $this->assertEquals(3, self::$repository->deleteByIdBatch([1, 2, 3, 10])); + + $this->assertEquals(2, $this->conn->getRowCount('AccountDefaultPermission')); + + $this->assertEquals(0, self::$repository->deleteByIdBatch([])); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testDelete() + { + $this->assertEquals(1, self::$repository->delete(3)); + + $this->assertEquals(1, self::$repository->delete(4)); + + $this->assertEquals(0, self::$repository->delete(10)); + + $this->assertEquals(3, $this->conn->getRowCount('AccountDefaultPermission')); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testGetByIdBatch() + { + $this->assertCount(3, self::$repository->getByIdBatch([1, 2, 3])->getDataAsArray()); + $this->assertCount(3, self::$repository->getByIdBatch([1, 2, 5, 10])->getDataAsArray()); + $this->assertCount(0, self::$repository->getByIdBatch([])->getDataAsArray()); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testUpdate() + { + $data = new AccountDefaultPermissionData(); + $data->id = 1; + $data->userGroupId = 1; + $data->fixed = 1; + $data->priority = 1; + $data->permission = 'data'; + + self::$repository->update($data); + + $this->assertEquals($data, self::$repository->getById(1)->getData()); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testUpdateDuplicatedHash() + { + $this->expectException(ConstraintException::class); + + $data = new AccountDefaultPermissionData(); + $data->id = 1; + $data->userGroupId = 1; + $data->fixed = 1; + $data->priority = 10; + $data->permission = 'data'; + + self::$repository->update($data); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testUpdateUnknownUserId() + { + $this->expectException(ConstraintException::class); + + $data = new AccountDefaultPermissionData(); + $data->id = 2; + $data->userId = 10; + + self::$repository->update($data); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testUpdateUnknownUserGroupId() + { + $this->expectException(ConstraintException::class); + + $data = new AccountDefaultPermissionData(); + $data->id = 2; + $data->userGroupId = 10; + + self::$repository->update($data); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testUpdateUnknownUserProfileId() + { + $this->expectException(ConstraintException::class); + + $data = new AccountDefaultPermissionData(); + $data->id = 2; + $data->userProfileId = 10; + + self::$repository->update($data); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testUpdateUnknownId() + { + $data = new AccountDefaultPermissionData(); + $data->id = 10; + $data->userGroupId = 1; + $data->fixed = 1; + $data->priority = 1; + $data->permission = 'data'; + + self::$repository->update($data); + + $this->assertEquals(0, self::$repository->update($data)); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testGetById() + { + $data = new AccountDefaultPermissionData(); + $data->id = 1; + $data->userId = 1; + $data->fixed = 0; + $data->priority = 0; + + $result = self::$repository->getById(1); + + $this->assertEquals(1, $result->getNumRows()); + $this->assertEquals($data, $result->getData()); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testGetAll() + { + $count = $this->conn->getRowCount('AccountDefaultPermission'); + + $result = self::$repository->getAll(); + $this->assertEquals($count, $result->getNumRows()); + + /** @var AccountDefaultPermissionData[] $data */ + $data = $result->getDataAsArray(); + $this->assertCount($count, $data); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $data[0]); + $this->assertEquals(1, $data[0]->getId()); + $this->assertEquals(1, $data[0]->getUserId()); + $this->assertNull($data[0]->getUserGroupId()); + $this->assertNull($data[0]->getUserProfileId()); + $this->assertNull($data[0]->getPermission()); + $this->assertEquals(0, $data[0]->getFixed()); + $this->assertEquals(0, $data[0]->getPriority()); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $data[1]); + $this->assertEquals(2, $data[1]->getId()); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $data[2]); + $this->assertEquals(3, $data[2]->getId()); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testSearch() + { + // Search for user's name + $itemSearchData = new ItemSearchData(); + $itemSearchData->setLimitCount(10); + $itemSearchData->setSeachString('demo'); + + $result = self::$repository->search($itemSearchData); + $data = $result->getDataAsArray(); + + $this->assertEquals(1, $result->getNumRows()); + $this->assertCount(1, $data); + $this->assertInstanceOf(\stdClass::class, $data[0]); + $this->assertEquals(4, $data[0]->id); + $this->assertEquals(2, $data[0]->userId); + $this->assertNull($data[0]->userGroupId); + $this->assertNull($data[0]->userProfileId); + $this->assertNull($data[0]->permission); + $this->assertEquals(0, $data[0]->fixed); + $this->assertEquals(0, $data[0]->priority); + $this->assertEquals('sysPass demo', $data[0]->userName); + + // Search for group's name + $itemSearchData = new ItemSearchData(); + $itemSearchData->setLimitCount(10); + $itemSearchData->setSeachString('admins'); + + $result = self::$repository->search($itemSearchData); + $data = $result->getDataAsArray(); + + $this->assertEquals(1, $result->getNumRows()); + $this->assertCount(1, $data); + $this->assertInstanceOf(\stdClass::class, $data[0]); + $this->assertEquals(2, $data[0]->id); + $this->assertNull($data[0]->userId); + $this->assertEquals(1, $data[0]->userGroupId); + $this->assertNull($data[0]->userProfileId); + $this->assertNull($data[0]->permission); + $this->assertEquals(0, $data[0]->fixed); + $this->assertEquals(10, $data[0]->priority); + $this->assertEquals('Admins', $data[0]->userGroupName); + + // Search for profile's name + $itemSearchData = new ItemSearchData(); + $itemSearchData->setLimitCount(10); + $itemSearchData->setSeachString('Usuarios'); + + $result = self::$repository->search($itemSearchData); + $data = $result->getDataAsArray(); + + $this->assertEquals(1, $result->getNumRows()); + $this->assertCount(1, $data); + $this->assertInstanceOf(\stdClass::class, $data[0]); + $this->assertEquals(5, $data[0]->id); + $this->assertNull($data[0]->userId); + $this->assertNull($data[0]->userGroupId); + $this->assertEquals(3, $data[0]->userProfileId); + $this->assertNull($data[0]->permission); + $this->assertEquals(0, $data[0]->fixed); + $this->assertEquals(10, $data[0]->priority); + $this->assertEquals('Usuarios', $data[0]->userProfileName); + + // Search for no results + $itemSearchData = new ItemSearchData(); + $itemSearchData->setLimitCount(10); + $itemSearchData->setSeachString('test_permission'); + + $result = self::$repository->search($itemSearchData); + $data = $result->getDataAsArray(); + + $this->assertEquals(0, $result->getNumRows()); + $this->assertCount(0, $data); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testCreate() + { + $data = new AccountDefaultPermissionData(); + $data->id = 6; + $data->userGroupId = 1; + $data->fixed = 1; + $data->priority = 20; + $data->permission = 'data'; + + $id = self::$repository->create($data); + + $this->assertEquals($data->id, $id); + $this->assertEquals($data, self::$repository->getById($id)->getData()); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testCreateDuplicatedHash() + { + $this->expectException(ConstraintException::class); + + $data = new AccountDefaultPermissionData(); + $data->userGroupId = 1; + $data->fixed = 1; + $data->priority = 10; + $data->permission = 'data'; + + self::$repository->create($data); + } + + /** + * @dataProvider userDataProvider + * + * @param int $userId + * @param int $userGroupId + * @param int $userProfileId + * @param int $expected + * + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testGetByFilter($userId, $userGroupId, $userProfileId, $expected) + { + $result = self::$repository->getByFilter($userId, $userGroupId, $userProfileId); + + $this->assertEquals(1, $result->getNumRows()); + + /** @var AccountDefaultPermissionData $data */ + $data = $result->getData(); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $data); + $this->assertEquals($expected, $data->getId()); + } + + /** + * @return array + */ + public function userDataProvider() + { + return [ + [1, 1, 1, 3], + [1, 2, 2, 1], + [1, 1, 3, 5], + [2, 2, 2, 4], + [2, 2, 3, 5], + [2, 1, 3, 5], + [3, 1, 1, 3], + [3, 1, 2, 2], + ]; + } +} diff --git a/tests/SP/Services/Account/AccountDefaultPermissionServiceTest.php b/tests/SP/Services/Account/AccountDefaultPermissionServiceTest.php new file mode 100644 index 00000000..8d70ddec --- /dev/null +++ b/tests/SP/Services/Account/AccountDefaultPermissionServiceTest.php @@ -0,0 +1,361 @@ +. + */ + +namespace SP\Tests\Services\Account; + +use SP\Core\Exceptions\ConstraintException; +use SP\DataModel\AccountDefaultPermissionData; +use SP\DataModel\AccountPermission; +use SP\DataModel\ItemSearchData; +use SP\Repositories\NoSuchItemException; +use SP\Services\Account\AccountDefaultPermissionService; +use SP\Storage\Database\DatabaseConnectionData; +use SP\Tests\DatabaseTestCase; +use function SP\Tests\setupContext; + +/** + * Class AccountDefaultPermissionServiceTest + * + * @package SP\Tests\Services\Account + */ +class AccountDefaultPermissionServiceTest extends DatabaseTestCase +{ + /** + * @var AccountDefaultPermissionService + */ + private static $service; + + /** + * @throws \DI\NotFoundException + * @throws \SP\Core\Context\ContextException + * @throws \DI\DependencyException + */ + public static function setUpBeforeClass() + { + $dic = setupContext(); + + self::$dataset = 'syspass_accountDefaultPermission.xml'; + + // Datos de conexión a la BBDD + self::$databaseConnectionData = $dic->get(DatabaseConnectionData::class); + + // Inicializar el servicio + self::$service = $dic->get(AccountDefaultPermissionService::class); + } + + /** + * @dataProvider userDataProvider + * + * @param int $userId + * @param int $userGroupId + * @param int $userProfileId + * @param int $expected + * + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testGetForUser($userId, $userGroupId, $userProfileId, $expected) + { + $result = self::$service->getForUser($userId, $userGroupId, $userProfileId); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $result); + $this->assertEquals($expected, $result->getId()); + } + + /** + * @return array + */ + public function userDataProvider() + { + return [ + [1, 1, 1, 3], + [1, 2, 2, 1], + [1, 1, 3, 5], + [2, 2, 2, 4], + [2, 2, 3, 5], + [2, 1, 3, 5], + [3, 1, 1, 3], + [3, 1, 2, 2], + ]; + } + + /** + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + * @throws \SP\Repositories\NoSuchItemException + */ + public function testGetById() + { + $data = new AccountDefaultPermissionData(); + $data->id = 1; + $data->userId = 1; + $data->fixed = 0; + $data->priority = 0; + + $result = self::$service->getById(1); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $result); + $this->assertEquals($data, $result); + } + + /** + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testGetAll() + { + $count = $this->conn->getRowCount('AccountDefaultPermission'); + + $result = self::$service->getAll(); + $this->assertCount($count, $result); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $result[0]); + $this->assertEquals(1, $result[0]->getId()); + $this->assertEquals(1, $result[0]->getUserId()); + $this->assertNull($result[0]->getUserGroupId()); + $this->assertNull($result[0]->getUserProfileId()); + $this->assertNull($result[0]->getPermission()); + $this->assertEquals(0, $result[0]->getFixed()); + $this->assertEquals(0, $result[0]->getPriority()); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $result[1]); + $this->assertEquals(2, $result[1]->getId()); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $result[2]); + $this->assertEquals(3, $result[2]->getId()); + } + + /** + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + * @throws \SP\Repositories\NoSuchItemException + */ + public function testUpdate() + { + $accountPermission = new AccountPermission(); + $accountPermission->setUsersEdit([1, 2]); + $accountPermission->setUsersView([3]); + $accountPermission->setUserGroupsView([2]); + $accountPermission->setUserGroupsEdit([1, 3]); + + $data = new AccountDefaultPermissionData(); + $data->id = 1; + $data->userGroupId = 1; + $data->fixed = 1; + $data->priority = 1; + $data->setAccountPermission($accountPermission); + + self::$service->update($data); + + $resultData = self::$service->getById(1); + + $this->assertEquals($data, $resultData); + $this->assertEquals($accountPermission, $resultData->getAccountPermission()); + } + + /** + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testUpdateUnKnown() + { + $accountPermission = new AccountPermission(); + $accountPermission->setUsersEdit([1, 2]); + $accountPermission->setUsersView([3]); + $accountPermission->setUserGroupsView([2]); + $accountPermission->setUserGroupsEdit([1, 3]); + + $data = new AccountDefaultPermissionData(); + $data->id = 10; + $data->userGroupId = 1; + $data->fixed = 1; + $data->priority = 1; + + $this->assertEquals(0, self::$service->update($data)); + } + + /** + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + * @throws \SP\Repositories\NoSuchItemException + */ + public function testDelete() + { + self::$service + ->delete(3) + ->delete(4); + + $this->assertEquals(3, $this->conn->getRowCount('AccountDefaultPermission')); + } + + /** + * @throws NoSuchItemException + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testDeleteUnKnown() + { + $this->expectException(NoSuchItemException::class); + + $this->assertEquals(0, self::$service->delete(10)); + } + + /** + * @throws \SP\Core\Exceptions\ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testSearch() + { + // Search for user's name + $itemSearchData = new ItemSearchData(); + $itemSearchData->setLimitCount(10); + $itemSearchData->setSeachString('demo'); + + $result = self::$service->search($itemSearchData); + $data = $result->getDataAsArray(); + + $this->assertEquals(1, $result->getNumRows()); + $this->assertCount(1, $data); + $this->assertInstanceOf(\stdClass::class, $data[0]); + $this->assertEquals(4, $data[0]->id); + $this->assertEquals(2, $data[0]->userId); + $this->assertNull($data[0]->userGroupId); + $this->assertNull($data[0]->userProfileId); + $this->assertNull($data[0]->permission); + $this->assertEquals(0, $data[0]->fixed); + $this->assertEquals(0, $data[0]->priority); + $this->assertEquals('sysPass demo', $data[0]->userName); + + // Search for group's name + $itemSearchData = new ItemSearchData(); + $itemSearchData->setLimitCount(10); + $itemSearchData->setSeachString('admins'); + + $result = self::$service->search($itemSearchData); + $data = $result->getDataAsArray(); + + $this->assertEquals(1, $result->getNumRows()); + $this->assertCount(1, $data); + $this->assertInstanceOf(\stdClass::class, $data[0]); + $this->assertEquals(2, $data[0]->id); + $this->assertNull($data[0]->userId); + $this->assertEquals(1, $data[0]->userGroupId); + $this->assertNull($data[0]->userProfileId); + $this->assertNull($data[0]->permission); + $this->assertEquals(0, $data[0]->fixed); + $this->assertEquals(10, $data[0]->priority); + $this->assertEquals('Admins', $data[0]->userGroupName); + + // Search for profile's name + $itemSearchData = new ItemSearchData(); + $itemSearchData->setLimitCount(10); + $itemSearchData->setSeachString('Usuarios'); + + $result = self::$service->search($itemSearchData); + $data = $result->getDataAsArray(); + + $this->assertEquals(1, $result->getNumRows()); + $this->assertCount(1, $data); + $this->assertInstanceOf(\stdClass::class, $data[0]); + $this->assertEquals(5, $data[0]->id); + $this->assertNull($data[0]->userId); + $this->assertNull($data[0]->userGroupId); + $this->assertEquals(3, $data[0]->userProfileId); + $this->assertNull($data[0]->permission); + $this->assertEquals(0, $data[0]->fixed); + $this->assertEquals(10, $data[0]->priority); + $this->assertEquals('Usuarios', $data[0]->userProfileName); + + // Search for no results + $itemSearchData = new ItemSearchData(); + $itemSearchData->setLimitCount(10); + $itemSearchData->setSeachString('test_permission'); + + $result = self::$service->search($itemSearchData); + $data = $result->getDataAsArray(); + + $this->assertEquals(0, $result->getNumRows()); + $this->assertCount(0, $data); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testGetForCurrentUser() + { + $data = self::$service->getForCurrentUser(); + + $this->assertInstanceOf(AccountDefaultPermissionData::class, $data); + $this->assertEquals(2, $data->getId()); + } + + /** + * @throws ConstraintException + * @throws NoSuchItemException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testCreate() + { + $accountPermission = new AccountPermission(); + $accountPermission->setUsersEdit([1, 2]); + $accountPermission->setUsersView([3]); + $accountPermission->setUserGroupsView([2]); + $accountPermission->setUserGroupsEdit([1, 3]); + + $data = new AccountDefaultPermissionData(); + $data->id = 6; + $data->userGroupId = 1; + $data->fixed = 1; + $data->priority = 20; + $data->setAccountPermission($accountPermission); + + $id = self::$service->create($data); + + $this->assertEquals($data->id, $id); + $this->assertEquals($data, self::$service->getById($id)); + } + + /** + * @throws ConstraintException + * @throws \SP\Core\Exceptions\QueryException + */ + public function testCreateDuplicatedHash() + { + $accountPermission = new AccountPermission(); + $accountPermission->setUsersEdit([1, 2]); + $accountPermission->setUsersView([3]); + $accountPermission->setUserGroupsView([2]); + $accountPermission->setUserGroupsEdit([1, 3]); + + $data = new AccountDefaultPermissionData(); + $data->userGroupId = 1; + $data->fixed = 1; + $data->priority = 10; + + $this->expectException(ConstraintException::class); + + self::$service->create($data); + } +} diff --git a/tests/res/config/config.xml b/tests/res/config/config.xml index 981eb97d..ad6a2301 100644 --- a/tests/res/config/config.xml +++ b/tests/res/config/config.xml @@ -9,11 +9,11 @@ 1 1 - d184756286fee739c3e89432061c94734f934b0f + e3a34a99dcadc6abf94883a67e91ed05f49eed81 0 0 - 1535408508 - 5cef8b4dced8063f0705eff442b84143093b3917 + 1535584064 + 0cf71c39a7de70930b31dd6c12631cbf2849a44b @@ -32,7 +32,7 @@ 0 - 756074783f565ce7cd838e0dbdb1db695f43acf6 + 0d5bfbb33cdcc40548d29018157bf99a1c03b528 PDF JPG diff --git a/tests/res/datasets/syspass.xml b/tests/res/datasets/syspass.xml index 9efae6f4..1ae75638 100644 --- a/tests/res/datasets/syspass.xml +++ b/tests/res/datasets/syspass.xml @@ -540,5 +540,6 @@ 0 + diff --git a/tests/res/datasets/syspass_account.xml b/tests/res/datasets/syspass_account.xml index c9601986..d6e03edf 100644 --- a/tests/res/datasets/syspass_account.xml +++ b/tests/res/datasets/syspass_account.xml @@ -432,5 +432,6 @@ 0 + diff --git a/tests/res/datasets/syspass_accountAcl.xml b/tests/res/datasets/syspass_accountAcl.xml index b447d10c..59d0db8b 100644 --- a/tests/res/datasets/syspass_accountAcl.xml +++ b/tests/res/datasets/syspass_accountAcl.xml @@ -1,27 +1,4 @@ - - diff --git a/tests/res/datasets/syspass_accountCrypt.xml b/tests/res/datasets/syspass_accountCrypt.xml index 92e2c754..4de243c7 100644 --- a/tests/res/datasets/syspass_accountCrypt.xml +++ b/tests/res/datasets/syspass_accountCrypt.xml @@ -1,27 +1,4 @@ - - diff --git a/tests/res/datasets/syspass_accountDefaultPermission.xml b/tests/res/datasets/syspass_accountDefaultPermission.xml new file mode 100644 index 00000000..fc42ef0e --- /dev/null +++ b/tests/res/datasets/syspass_accountDefaultPermission.xml @@ -0,0 +1,197 @@ + + + + + + 1 + Admin + 4F3A32343A2253505C446174614D6F64656C5C50726F66696C6544617461223A32393A7B733A31303A22002A0061636356696577223B623A303B733A31343A22002A006163635669657750617373223B623A303B733A31373A22002A0061636356696577486973746F7279223B623A303B733A31303A22002A0061636345646974223B623A303B733A31343A22002A006163634564697450617373223B623A303B733A393A22002A00616363416464223B623A303B733A31323A22002A0061636344656C657465223B623A303B733A31313A22002A0061636346696C6573223B623A303B733A31333A22002A0061636350726976617465223B623A313B733A31383A22002A006163635072697661746547726F7570223B623A313B733A31363A22002A006163635065726D697373696F6E223B623A303B733A31373A22002A006163635075626C69634C696E6B73223B623A303B733A31383A22002A00616363476C6F62616C536561726368223B623A303B733A31363A22002A00636F6E66696747656E6572616C223B623A303B733A31393A22002A00636F6E666967456E6372797074696F6E223B623A303B733A31353A22002A00636F6E6669674261636B7570223B623A303B733A31353A22002A00636F6E666967496D706F7274223B623A303B733A31313A22002A006D676D5573657273223B623A303B733A31323A22002A006D676D47726F757073223B623A303B733A31343A22002A006D676D50726F66696C6573223B623A303B733A31363A22002A006D676D43617465676F72696573223B623A303B733A31353A22002A006D676D437573746F6D657273223B623A303B733A31353A22002A006D676D417069546F6B656E73223B623A303B733A31373A22002A006D676D5075626C69634C696E6B73223B623A303B733A31343A22002A006D676D4163636F756E7473223B623A303B733A31303A22002A006D676D54616773223B623A303B733A31313A22002A006D676D46696C6573223B623A303B733A363A22002A0065766C223B623A303B733A31383A22002A006D676D437573746F6D4669656C6473223B623A303B7D + + + 2 + Demo + 4F3A32343A2253505C446174614D6F64656C5C50726F66696C6544617461223A32393A7B733A31303A22002A0061636356696577223B623A313B733A31343A22002A006163635669657750617373223B623A313B733A31373A22002A0061636356696577486973746F7279223B623A313B733A31303A22002A0061636345646974223B623A313B733A31343A22002A006163634564697450617373223B623A313B733A393A22002A00616363416464223B623A313B733A31323A22002A0061636344656C657465223B623A313B733A31313A22002A0061636346696C6573223B623A303B733A31333A22002A0061636350726976617465223B623A303B733A31383A22002A006163635072697661746547726F7570223B623A303B733A31363A22002A006163635065726D697373696F6E223B623A303B733A31373A22002A006163635075626C69634C696E6B73223B623A303B733A31383A22002A00616363476C6F62616C536561726368223B623A303B733A31363A22002A00636F6E66696747656E6572616C223B623A303B733A31393A22002A00636F6E666967456E6372797074696F6E223B623A303B733A31353A22002A00636F6E6669674261636B7570223B623A303B733A31353A22002A00636F6E666967496D706F7274223B623A303B733A31313A22002A006D676D5573657273223B623A303B733A31323A22002A006D676D47726F757073223B623A303B733A31343A22002A006D676D50726F66696C6573223B623A303B733A31363A22002A006D676D43617465676F72696573223B623A303B733A31353A22002A006D676D437573746F6D657273223B623A303B733A31353A22002A006D676D417069546F6B656E73223B623A303B733A31373A22002A006D676D5075626C69634C696E6B73223B623A303B733A31343A22002A006D676D4163636F756E7473223B623A303B733A31303A22002A006D676D54616773223B623A303B733A31313A22002A006D676D46696C6573223B623A303B733A363A22002A0065766C223B623A303B733A31383A22002A006D676D437573746F6D4669656C6473223B623A303B7D + + + 3 + Usuarios + 4F3A32343A2253505C446174614D6F64656C5C50726F66696C6544617461223A32393A7B733A31303A22002A0061636356696577223B623A313B733A31343A22002A006163635669657750617373223B623A313B733A31373A22002A0061636356696577486973746F7279223B623A313B733A31303A22002A0061636345646974223B623A313B733A31343A22002A006163634564697450617373223B623A313B733A393A22002A00616363416464223B623A313B733A31323A22002A0061636344656C657465223B623A313B733A31313A22002A0061636346696C6573223B623A303B733A31333A22002A0061636350726976617465223B623A303B733A31383A22002A006163635072697661746547726F7570223B623A303B733A31363A22002A006163635065726D697373696F6E223B623A303B733A31373A22002A006163635075626C69634C696E6B73223B623A303B733A31383A22002A00616363476C6F62616C536561726368223B623A303B733A31363A22002A00636F6E66696747656E6572616C223B623A303B733A31393A22002A00636F6E666967456E6372797074696F6E223B623A303B733A31353A22002A00636F6E6669674261636B7570223B623A303B733A31353A22002A00636F6E666967496D706F7274223B623A303B733A31313A22002A006D676D5573657273223B623A303B733A31323A22002A006D676D47726F757073223B623A303B733A31343A22002A006D676D50726F66696C6573223B623A303B733A31363A22002A006D676D43617465676F72696573223B623A303B733A31353A22002A006D676D437573746F6D657273223B623A303B733A31353A22002A006D676D417069546F6B656E73223B623A303B733A31373A22002A006D676D5075626C69634C696E6B73223B623A303B733A31343A22002A006D676D4163636F756E7473223B623A303B733A31303A22002A006D676D54616773223B623A303B733A31313A22002A006D676D46696C6573223B623A303B733A363A22002A0065766C223B623A303B733A31383A22002A006D676D437573746F6D4669656C6473223B623A303B7D + + + + + 1 + Admins + sysPass Admins + + + 2 + Demo + + + + 3 + Usuarios + Grupo Usuarios + + + + + 1 + sysPass Admin + 1 + admin + + 2432792431302432584B666F627854545234444E4A7956573748365165774153356E5234434E4B7748746A4A614362545333486D72316B37485A4E4F + 64656635303230306339373130623861363837613161346136323261333134613936303034326531646638643662323838326537383264636261653237326662346562386138326665613134386165666637343132663537363035663034363135623633623961616239303266333933613863323439386539613734343061356337333937326131653663333766326532306136643766356266383137653965376465363438633738663034323333386230303666353461643039363437 + 6465663130303030646566353032303033633166653138613634613233646466323436333064626636616335306634376539356630653063303335636231353938343362626638363932323138366536613330333839663735333832376532356464333436633035393730316433303539333531376233633434386535303539356666663630326263373037373564363330623439313539363862333263353262643961366564306165336439623764626564653633633163346536613330383936616230303639613139356431333736623231333232663766663765386632623838336432363062353835666430393133323631346239303266646463393061313532376638313639623138356563666438653130303435393864623134643464666263393232336432653833386665313333626138393761643532383139666264396336326333306637343964333564313236386464663365383137643339333036616365343964636130316531376163306432616161646362346263613439333763386564656261396139313962363433363833616163333234316330393734343962613033383962616238303432653339656666666332316264643163636436343464643362646565346335666564316164616132653537666537656166353964306331303865396664626135323735396366353265306430336536 + + + 100 + 1 + 2018-07-22 22:23:11 + + 1532297701 + 1 + 0 + 0 + 0 + + 0 + 0 + 0 + 4F3A33323A2253505C446174614D6F64656C5C55736572507265666572656E63657344617461223A31303A7B733A373A22757365725F6964223B693A313B733A363A22757365324661223B623A303B733A343A226C616E67223B733A353A2265735F4553223B733A353A227468656D65223B733A31333A226D6174657269616C2D626C7565223B733A31343A22726573756C747350657250616765223B693A363B733A31313A226163636F756E744C696E6B223B623A303B733A393A22736F72745669657773223B623A303B733A393A22746F704E6176626172223B623A303B733A31353A226F7074696F6E616C416374696F6E73223B623A303B733A31343A22726573756C747341734361726473223B623A303B7D + + + 2 + sysPass demo + 2 + demo + demo + 2432792431302454726E69756C5763754361433635346F76566F35392E766B4C5433414E31624A6D726A79553462696335325069436A6B5572396669 + 64656635303230303231616533353730373263373165626239393534353966366236636164373235336534316336633534353036336339326136653730616366333930393165373934613865376662386662326664333931383932363562396466303133333631623063323732323339653465373165343839313030646534326265633737623966343238396635633936613837646531343864313963653663643338613131343932623163313765653630326430623532343564346566 + 6465663130303030646566353032303035643534316262633462653032333563313338626561366561333536626436663037353365313035653030333563653166316235336534663364343565366262353335626163396639646538653131316262356334383865336535633637323333666632626365313837626335386135353839373535373034386564353634366361646638623736396132323164363032353435653034306264613135663138323638383665373536313236353361313037306530333261323365636364336339616438323162306363383962643130333035303931653965626332653935313465656631373462663339343664656132393661346262366264343463646333363361643335623032373561356633323430313936346531633131663937313764313139633130633561373161666332356365346534366661623234646663626362326237303964336335316532623834326464303933653230353965373265356638376363366236626239306231346265376264373637663163303937366231313362393630613265636565336633313131663538656131346139353736623332653163303962636435313366383733656664653062373333366238643464646637616237323333373038613264393965633738356139393036306135643262316366306262663739346262663765 + demo@syspass.org + aaaa + 12 + 2 + 2018-04-01 21:29:47 + 2018-04-14 08:47:43 + 1522582852 + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + + + + 3 + User A + 2 + user_a + user_a + 2432792431302469444B442E2F4F624D79742E6F43594F5249514D5065624454783966744D636A703034365A435976662E765479597A594F6A4C472E + + + user_a@syspass.org + + 0 + 1 + + 2018-04-14 08:48:08 + 0 + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + + + + 4 + User B + 2 + user_b + + 243279243130244C37643658736A663955794F6E583662472E6F384E4F713961674B6F64536B4B5674485350462F6861414E657971517065372E6532 + + + user_b@syspass.org + + 0 + 1 + + 2018-03-30 18:38:32 + 0 + 0 + 0 + 0 + 0 + + 0 + 0 + 0 + + + + + + 1 + 1 + + + 0 + 0 + + e3cbba8883fe746c6e35783c9404b4bc0c7ee9eb + + + 2 + + 1 + + 0 + 10 + + 9c5975f336463693254939bfde7042459607d834 + + + 3 + + + 1 + 0 + 20 + + 19fc3ecd72937e313c4a4a7023eb0ab07890cee7 + + + 4 + 2 + + + 0 + 0 + + a4ac914c09d7c097fe1f4f96b897e625b6922069 + + + 5 + + + 3 + 0 + 10 + + 0e718dd1e04a0f28f7e31ddfaed950e2d70ee477 + + + +